gst-libs/gst/audio/gstbaseaudiosink.c: Use gst_base_sink_do_preroll() to wait for...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst-libs/gst/audio/gstbaseaudiosink.c:
4         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
5         (gst_base_audio_sink_callback):
6         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
7         for the latency to expire, fixes #559567.
8
9 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10
11         * gst/adder/gstadder.c:
12           Change author string after seeing output of gst-inspector.
13
14 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
15
16         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
17         Don't try to do crazy things when we only have a text pad without a
18         video pad. Fixes #559478.
19
20 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
21
22         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
23         Fix case where we don't have a range for the rates or channels as is the
24         case with truespeech.
25
26 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
27
28         * gst/volume/gstvolume.c: (volume_update_real_volume),
29         (gst_volume_set_volume), (gst_volume_get_volume),
30         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
31         (volume_transform_ip), (volume_update_mute),
32         (volume_update_volume), (volume_get_property):
33         * gst/volume/gstvolume.h:
34         Keep negotiated state in a separate variable.
35         Protect the volume and mute properties with the object lock.
36         Protect modifying the transform with the transform lock.
37
38 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
39
40         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
41         (gst_ffmpeg_pixfmt_to_caps):
42         Only convert caps to string when debug is enabled.
43
44 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
45
46         * ext/theora/gsttheoradec.h:
47         * ext/theora/theoradec.c: (gst_theora_dec_init),
48         (gst_theora_dec_reset), (theora_dec_src_event),
49         (theora_dec_sink_event), (theora_handle_type_packet):
50         Copy seqnum.
51         Keep events in a pending list, like vorbisdec, instead of trying
52         to construct a segment event ourselves.
53
54         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
55         (vorbis_dec_src_event), (vorbis_dec_sink_event):
56         * ext/vorbis/vorbisdec.h:
57         Copy seqnum.
58
59 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
60
61         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
62         (gst_ogg_demux_deactivate_current_chain),
63         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
64         (gst_ogg_demux_loop):
65         * ext/ogg/gstoggdemux.h:
66         Copy seqnums around to track playback segments and messages.
67
68 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
69
70         Based on patch by: Matthias Kretz <kretz at kde dot org>
71
72         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
73         (gst_alsasink_prepare), (gst_alsasink_unprepare),
74         (gst_alsasink_write):
75         Make all access non-blocking so that we can better handle unplugging
76         of usb devices. Fixes #559111
77
78 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
79
80         Patch by: Damien Lespiau  <damien.lespiau gmail com>
81
82         * gst-libs/gst/rtsp/gstrtspconnection.c:
83         (gst_rtsp_connection_write):
84         Make the next call to poll not depend on previous calls to poll with or
85         without reading from the active descriptor. Fixes #544293.
86
87 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
88
89         Patch by: Nick Haddad <nick at haddads dot net>
90
91         * gst-libs/gst/riff/riff-ids.h:
92         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
93         Add support for other fourcc codes that are commonly used for
94         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
95         Fixes #558553.
96
97 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
98
99         * gst/audioresample/gstaudioresample.c:
100           Return the result of parent_class->event().
101
102 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
103
104         * gst/audioresample/gstaudioresample.c:
105         (gst_audioresample_class_init), (audioresample_fixate_caps):
106         Fixate the rate to the nearest supported rate instead of
107         the first one. Fixes bug #549510.
108
109 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
110
111         * win32/common/libgstaudio.def:
112         Add new symbols.
113
114 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
115
116         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
117         Attempt to make obfuscated code clearer.
118
119 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
120
121         * docs/libs/gst-plugins-base-libs-sections.txt:
122         * gst-libs/gst/floatcast/floatcast.h:
123         Move float endianness conversion macros to core. Second part of
124         bug ##555196.
125
126 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
127
128         * sys/ximage/ximagesink.h:
129         * sys/xvimage/xvimagesink.h:
130           Don't mark as gtk-doc docs as they aren't public.
131
132 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
133
134         * sys/xvimage/xvimagesink.c:
135         * sys/xvimage/xvimagesink.h:
136         * tests/icles/Makefile.am:
137         * tests/icles/test-colorkey.c:
138           Allow setting colorkey if possible. Implement property probe interface
139           for optional X features (autopaint-colorkey, double-buffer and
140           colorkey). Fixes #554533
141
142 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
143
144         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
145         Remove useless buffer size assignment. It already has this value.
146
147 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
148
149         * gst-libs/gst/audio/gstaudiosink.c:
150         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
151         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
152         (gst_audioringbuffer_stop):
153         Implement a separate activate functions to start monitoring the segments
154         or, in pull mode, pulling in data.
155
156         * gst-libs/gst/audio/gstbaseaudiosink.c:
157         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
158         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
159         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
160         (gst_base_audio_sink_activate_pull),
161         (gst_base_audio_sink_async_play),
162         (gst_base_audio_sink_change_state):
163         Implement pad and element convert query function.
164         Activate the ringbuffer.
165         Use the segment last_stop value as the offset to pull.
166         Use new basesink _do_preroll() method to preroll in the pulling thread.
167         Take appropriate locking in the pulling thread.
168
169         * gst-libs/gst/audio/gstringbuffer.h:
170         Update some docs.
171
172 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
173
174         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
175         Improve MXF typefinding a bit by searching for a header partition
176         pack instead of just a general partition pack and checking more
177         bytes for valid values.
178
179 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
180
181         * tests/icles/.cvsignore:
182         update ignore file.
183
184         * tests/icles/Makefile.am:
185         * tests/icles/test-box.c: (make_pipeline), (main):
186         Add another interactive command line experimentation suite for
187         dynamically boxing/cropping/saling an input video.
188
189 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
190
191         * docs/libs/gst-plugins-base-libs-sections.txt:
192         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
193         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
194         * gst-libs/gst/audio/gstringbuffer.h:
195         Add methods to more accuratly control the pulling thread of a
196         ringbuffer.
197         Add format conversion helper code to the ringbuffer.
198         API: GstRingBuffer:gst_ring_buffer_activate()
199         API: GstRingBuffer:gst_ring_buffer_is_active()
200         API: GstRingBuffer:gst_ring_buffer_convert()
201
202 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
203
204         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
205         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
206         (gst_audioringbuffer_stop):
207         Signal thread startup earlier so that we can immediatly go into pull
208         mode when we have to and block on preroll.
209
210 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
211
212         * gst-libs/gst/audio/gstringbuffer.c:
213         (gst_ring_buffer_prepare_read):
214         In pull mode we want the callback to prepull a buffer we can preroll on
215         even when we are not yet playing.
216
217 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
218
219         * ext/alsa/Makefile.am:
220         * ext/cdparanoia/Makefile.am:
221         * ext/gio/Makefile.am:
222         * ext/gnomevfs/Makefile.am:
223         * ext/libvisual/Makefile.am:
224         * ext/ogg/Makefile.am:
225         * ext/pango/Makefile.am:
226         * ext/theora/Makefile.am:
227         * ext/vorbis/Makefile.am:
228         * gst/adder/Makefile.am:
229         * gst/audioconvert/Makefile.am:
230         * gst/audiorate/Makefile.am:
231         * gst/audioresample/Makefile.am:
232         * gst/audiotestsrc/Makefile.am:
233         * gst/ffmpegcolorspace/Makefile.am:
234         * gst/gdp/Makefile.am:
235         * gst/playback/Makefile.am:
236         * gst/subparse/Makefile.am:
237         * gst/tcp/Makefile.am:
238         * gst/typefind/Makefile.am:
239         * gst/videorate/Makefile.am:
240         * gst/videoscale/Makefile.am:
241         * gst/videotestsrc/Makefile.am:
242         * gst/volume/Makefile.am:
243         * sys/v4l/Makefile.am:
244         * sys/ximage/Makefile.am:
245         * sys/xvimage/Makefile.am:
246           Don't install static libs for plugins. Fixes #550851 for base.
247
248 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
249
250         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
251         Set the default blocksize to -1 because we will then use the configured
252         samplesperbuffer to create our output buffer.
253
254 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
255
256         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
257         (gst_riff_create_video_template_caps):
258         Add mappping for the KMVC (Karl Morton's Video) Codec.
259
260 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
261
262         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
263         Don't forget to advance the offset of what we're matching against, else
264         we end up in a forever loop.
265
266 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
267
268         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
269         Improve typefinding a bit. If we don't have a Unicode charset
270         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
271
272 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
273
274         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
275         Fix build on macosx.
276
277 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
278
279         Based on patch by: Robin Stocker <robin at nibor dot org>
280
281         * ext/theora/gsttheoradec.h:
282         * ext/theora/theoradec.c: (gst_theora_dec_init),
283         (theora_dec_setcaps), (theora_handle_type_packet),
284         (theora_dec_decode_buffer), (theora_dec_change_state):
285         Parse input caps and make the PAR override the encoded PAR when
286         specified by a container. Fixes #555699.
287
288 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
289
290         * gst-libs/gst/rtp/gstbasertpdepayload.c:
291         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
292         (gst_base_rtp_depayload_set_gst_timestamp),
293         (gst_base_rtp_depayload_change_state):
294         * gst-libs/gst/rtp/gstbasertpdepayload.h:
295         Add some more G_LIKELY
296         Fail when the setcaps function was not called.
297
298         * gst-libs/gst/rtp/gstbasertppayload.c:
299         (gst_basertppayload_set_outcaps):
300         Propagate return value of setcaps.
301
302 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
303
304         * gst/subparse/Makefile.am:
305         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
306         (gst_sub_parse_class_init), (gst_sub_parse_init),
307         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
308         (get_next_line), (gst_sub_parse_data_format_autodetect),
309         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
310         (gst_subparse_type_find):
311         * gst/subparse/gstsubparse.h:
312         Add support for UTF16/UTF32 subtitles as long as the first bytes of
313         the first buffer contain the BOM. This also adds support for other
314         encodings that allow NUL bytes via the encoding property.
315         Fixes bugs #552237 and #456788.
316
317 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
318
319         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
320         Don't drop the last byte of image tags if they're not an URI list.
321         Fixes bug #556066.
322
323 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
324
325         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
326         For looking at the 4th byte we have to get 4 bytes of course
327         and not 3.
328
329 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
330
331         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
332         Improve FLAC-without-headers typefinding by looking at most of the
333         frame header and checking if invalid values are used. Should prevent
334         quite some false positives compared to the old version which only
335         check if the first 14 bits are set.
336
337 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
338
339         * sys/xvimage/xvimagesink.c:
340           Don't assert on caps==NULL.
341
342 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
343
344         * gst/subparse/gstsubparse.c:
345         (gst_sub_parse_data_format_autodetect), (handle_buffer),
346         (gst_sub_parse_change_state):
347         * gst/subparse/gstsubparse.h:
348         * tests/check/elements/subparse.c: (GST_START_TEST):
349         Add support for subtitle files with UTF-8 BOM at the beginning
350         by simple stripping it from the first line before passing it
351         to any parsing code. Fixes bug #555257 and playback of files
352         created by Gnome Subtitles.
353
354 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
355
356         * gst/audiotestsrc/gstaudiotestsrc.c:
357         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
358         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
359         (gst_audio_test_src_start), (gst_audio_test_src_stop),
360         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
361         (gst_audio_test_src_create):
362         * gst/audiotestsrc/gstaudiotestsrc.h:
363         Define the default property values in the usual place.
364         Implement start/stop to reset values correctly.
365         Calculate the sample size only once when we negotiate.
366         Rename some values to make more sense.
367         Keep track of our byte range.
368         Add support for pull based scheduling. Disabled for now until we have
369         the whole stack working.
370         Set the BUFFER_OFFSET correctly.
371
372 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
373
374         Based on a patch by: xavierb at gmail dot com
375
376         * gst/subparse/gstsubparse.c:
377         (gst_sub_parse_data_format_autodetect):
378         * tests/check/elements/subparse.c: (GST_START_TEST):
379         Make the detection of the used subtitle a bit less strict
380         for srt subtitles. Fixes bug #555607.
381
382 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
383
384         * ext/vorbis/vorbisenc.c:
385         (gst_vorbis_enc_buffer_check_discontinuous):
386         Fix discontinuity detection which was broken by last commit.
387
388 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
389
390         * configure.ac::
391           Require core CVS for ghostpad API additions used by decodebin2.
392
393 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
394
395         * gst-libs/gst/audio/gstbaseaudiosrc.c:
396         (gst_base_audio_src_create):
397         Fix debug statements (space between '%' and actual format).
398
399 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
400
401         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
402         Remove bogus assert, the decodepad could have been created inside an
403         already existing group.
404
405 2008-10-08  Andy Wingo  <wingo@pobox.com>
406
407         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
408         target instead of setting it.
409         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
410         API for a decode pad. The bugfix is that we set the group in
411         activate(), not when the pad was created because it might be NULL
412         then.
413         (gst_decode_group_control_source_pad, gst_decode_group_expose):
414         Update to use the API.
415
416 2008-10-08  Andy Wingo  <wingo@pobox.com>
417
418         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
419         be a subclass of GstGhostPad.
420         (analyze_new_pad): So, when emitting the signals that determine
421         how we do autoplugging, already create the ghost pad and use it as
422         the pad in the signal arguments. This allows applications to make
423         a connection between the pad passed in e.g. autoplug-continue, and
424         the pad passed in new-decoded-pad.
425         (connect_pad, expose_pad): Update to receive the ghosted decode
426         pad in the args, retargetting it as necessary if we have to plug
427         the target pad through a multiqueue.
428         (gst_decode_group_control_source_pad): Adapt to receive an
429         already-ghosted pad that just needs activation, blocking, and
430         drain notification.
431         (sort_end_pads): Adapt for decode pads actually being pads.
432         (gst_decode_group_expose): Adapt for decode pads actually being
433         pads. Rewrite the decode pad names so they appear in order. Adds a
434         new error case if we couldn't set the name.
435         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
436         logic.
437         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
438         New API for the decode pad, needed because we shouldn't do these
439         things inside gst_decode_pad_new(), but after.
440         (gst_decode_pad_new): Change to actually make the real pad, and
441         delay the blocking/drainage bits.
442
443 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
444
445         Patch by: Daniel Drake <dsd at laptop dot org>
446
447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
448         Unref all buffers when clearing collectpads. Fixes bug #546955.
449
450 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
451
452         Based on a patch by: Klaas <klaas at rivercrew dot net>
453
454         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
455         (gst_vorbis_enc_buffer_check_discontinuous),
456         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
457         * ext/vorbis/vorbisenc.h:
458         Keep track of the upstream segments and use the running time on that
459         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
460
461 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
462
463         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
464         Prevent overflows with big buffer when calculating the size of
465         the intermediate buffer by using gst_util_uint64_scale() instead of
466         plain arithmetics. Fixes bug #552801.
467
468 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
469
470         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
471
472         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
473         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
474         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
475         (gst_clock_overlay_get_property):
476         * ext/pango/gstclockoverlay.h:
477         API: Add ability to specify format for date/time display by
478         adding a "time-format" property.
479         Fixes bug #554879.
480
481 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
482
483         Patch by: Jan Gerber <j at oil21 dot org>
484
485         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
486         (gst_riff_create_video_template_caps):
487         Add FFV1 fourcc to support playback of FFMPEG lossless video
488         in AVI. Fixes bug #555319.
489
490 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
491
492         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
493
494         * gst-libs/gst/audio/gstbaseaudiosrc.c:
495         (gst_base_audio_src_create):
496         Implement skew clock slaving. Fixes #552559.
497
498 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
499
500         * gst-libs/gst/audio/multichannel.c:
501         * gst-libs/gst/audio/testchannels.c:
502         Fix include of config.h
503
504 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
505
506         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
507
508         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
509         (print_media), (gst_sdp_message_dump):
510         Fix parsing of the c= field containing multicast addresses.
511         Fixes #552199.
512         Add the connection info to the session or streams.
513         Fix parsing of the bandwidth.
514         Add debugging for the connections and bandwidths for a media.
515         Add debugging for the bandwidth of the session. 
516
517 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
518
519         * gst-libs/gst/rtp/gstbasertppayload.c:
520         (gst_basertppayload_change_state):
521         Configure the next seqnum and timestamp in the state change so that they
522         can be queried soon after.
523
524 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
525
526         * gst-libs/gst/rtp/gstbasertpdepayload.c:
527         (gst_base_rtp_depayload_chain):
528         Improve debugging of the rtptime.
529
530 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
531
532         * configure.ac:
533         Back to development -> 0.10.21.1
534
535 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
536
537         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
538         (plugin_init):
539         Add typefinding for FLAC without headers in the beginning.
540         This is already handled by flacdec and friends.
541
542 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
543
544         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
545         (plugin_init):
546         Add typefinder for MXF.
547
548 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
549
550         * tests/icles/Makefile.am:
551         Only build test-colorkey if GTK+ is available.
552
553 === release 0.10.21 ===
554
555 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
556
557         * configure.ac:
558           releasing 0.10.21, "We Could Be Wrong"
559
560 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
561
562         * configure.ac:
563         0.10.20.4 pre-release
564
565 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
566
567         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
568
569         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
570         Set the BOS flag on the BOS packet. Fixes #553244.
571
572 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
573
574         * gst-libs/gst/rtsp/gstrtspmessage.c:
575         (gst_rtsp_message_parse_request),
576         (gst_rtsp_message_parse_response):
577         Fix the g_return_val_if_fail() statements.
578
579 2008-09-22  Michael Smith <msmith@songbirdnest.com>
580
581         * gst-libs/gst/tag/gsttagdemux.c:
582           Fail to activate if there's insufficient data in the file to be usable,
583           preventing an assertion fail later. Fixes #552960
584
585 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
586
587         * gst-libs/gst/pbutils/descriptions.c:
588         * gst/typefind/gsttypefindfunctions.c:
589           Recognise Kate subtitle streams (#550582).
590
591 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
592
593         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
594           Remove trailing comma from enum list, which causes problems
595           with -pendantic (#550729).
596
597 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
598
599         * configure.ac:
600         0.10.20.2 pre-release
601
602         * po/LINGUAS:
603         * po/id.po:
604         * po/pt_BR.po:
605
606         New translations.
607
608 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
609
610         * gst-libs/gst/interfaces/propertyprobe.c:
611           (gst_property_probe_get_properties),
612           (gst_property_probe_get_property),
613           (gst_property_probe_probe_property),
614           (gst_property_probe_probe_property_name),
615           (gst_property_probe_needs_probe),
616           (gst_property_probe_needs_probe_name),
617           (gst_property_probe_get_values),
618           (gst_property_probe_get_values_name),
619           (gst_property_probe_probe_and_get_values),
620           (gst_property_probe_probe_and_get_values_name):
621           More sanity checks for our second-favourite interface.
622
623 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
624
625         * gst-libs/gst/interfaces/propertyprobe.c:
626           Check for NULL pointer, in the hope that this fixes #532864.
627
628 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
629
630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
631           No really, the next release is 0.10.21 (fix Since: tags in docs).
632
633 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
634
635         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
636         Disable a code path that is now called but causes a deadlock for some
637         reason and is unneeded.
638
639 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
640
641         * sys/xvimage/xvimagesink.c:
642         * sys/xvimage/xvimagesink.h:
643           Add a "draw-border" property that can be set to false to disable
644           drawing borders.
645           
646         * tests/icles/test-colorkey.c:
647         * tests/icles/Makefile.am:
648           Add new test application for the colorkey handling.
649
650 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
651
652         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
653         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
654         This will also be fixed for upcoming gst-ffmpeg release so that once
655         this release of -base is out, it will work with the latest gst-ffmpeg
656         release.
657
658 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
659
660         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
661         (gst_riff_create_audio_template_caps):
662         Add Truespeech mapping for RIFF formats (AVI/WAV).
663         Fixes #550656
664
665 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
666
667         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
668         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
669         Fixes #550638.
670
671 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
672
673         * configure.ac:
674         * gst/subparse/Makefile.am:
675         * gst/subparse/gstsubparse.c:
676         * gst/subparse/samiparse.c:
677         * tests/check/elements/subparse.c:
678           Rework last change, so that we build subparse, but just disable the
679           sami parse functionality, if we're configured to not use xml. In the
680           tests only the sami test is disabled now.
681
682 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
683
684         * configure.ac:
685           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
686           test runs.
687
688 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
689
690         * po/POTFILES.in:
691           Add some more files with strings for translation.
692
693 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
694
695         * gst-libs/gst/tag/gstvorbistag.c:
696         * tests/check/libs/tag.c:
697           Use new geo location tags from core. Fixes #481169
698
699 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
700
701         * tests/check/elements/audioresample.c: (setup_audioresample),
702         (fail_unless_perfect_stream), (test_perfect_stream_instance),
703         (test_discont_stream_instance):
704         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
705         Add debugging for coherence.
706
707 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
708
709         Patch by: Jonathan Matthew  <notverysmart gmail com>
710
711         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
712           Add typefinder for PDF documents (which is nice to have, since it's a
713           common format, but also helps prevent false positives). Fixes #549814.
714
715 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
716
717         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
718         (no_more_pads_cb):
719         Fix nasty race where multiple decodebins could start pushing data before
720         we manage to configure the sinks, resulting in not-linked errors in
721         typical RTSP streaming cases.
722
723 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
724
725         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
726         Since we now call stop, we trigger this code path that causes a deadlock
727         is apparently not needed.
728
729 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
730
731         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
732         (gst_ring_buffer_stop):
733         Also allow the case where the ringbuffer was paused when we try to stop
734         it so that the basesrc stop function is still called.
735
736 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
737
738         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
739
740         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
741         Reprobe devices again instead of taking a cached list as new
742         devices could've been plugged in. Fixes bug #549062.
743
744 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
745
746         Patch by: Alessandro Dessina <alessandro nnva org>
747
748         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
749         (gst_ogg_demux_activate_chain):
750         Don't add pads and activate them for skeleton streams. These are already
751         handled inside oggdemux. Fixes bug #537599.
752
753 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
754
755         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
756         Reset variable so that query and convert fail after going back to
757         READY. Fixes #548898.
758
759 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
760
761         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
762         If a buffer arrives with a timestamp before the timestamp+duration
763         of the previous buffer clip it instead of dropping it completely.
764         Slight improvement for the unfixable bug #548913.
765
766 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
767
768         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
769         Take the current timestamp instead of timestamp+duration for the offset.
770         This offset will later be used for calculating the timestamp and
771         otherwise vorbisdec will interpolate timestamps wrong if upstream
772         only sends timestamps and no granulepos.
773
774 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
775
776         * tests/examples/seek/seek.c:
777           Don't crash when having no visualisations.
778
779 2008-08-16  David Schleef  <ds@schleef.org>
780
781         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
782           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
783           Fixes #548065.
784
785 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
786
787         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
788         When cleaning up the caps fields also remove "depth" for the same
789         reason we remove "width".
790
791 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
792
793         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
794           Add Lead H.264 here as well.
795
796 2008-08-14  Julien Moutte  <julien@fluendo.com>
797
798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
799         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
800
801 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
802
803         * gst-libs/gst/audio/gstbaseaudiosrc.c:
804         (gst_base_audio_src_create):
805         When not slaved to another clock also subtract the base_time from our
806         internal clock time to get the running time.
807
808 2008-08-12  David Schleef  <ds@schleef.org>
809
810         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
811           since it has no basis in libtheora.
812
813 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
814
815         * gst-libs/gst/interfaces/propertyprobe.h:
816           Remove double "interface" from doc-string.
817
818         * gst-libs/gst/interfaces/xoverlay.h:
819           Document interface.
820
821         * gst-libs/gst/riff/riff.c:
822           Add basic doc blobs.
823
824 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
825
826         * gst-libs/gst/audio/Makefile.am:
827           Don't try to build that example anymore.
828
829 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
830
831         * gst-libs/gst/audio/.cvsignore:
832         * gst-libs/gst/audio/Makefile.am:
833         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
834         * gst-libs/gst/audio/make_filter:
835           Move audiofiltertemplate to gst-template.
836
837 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
838
839         * docs/libs/gst-plugins-base-libs-sections.txt:
840         * gst-libs/gst/audio/gstaudiosrc.h:
841           More docs and shuffling. What can we do with the hundreds of #defines.
842
843 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
844
845         * gst-libs/gst/audio/audio.h:
846         * gst-libs/gst/audio/gstaudiofilter.h:
847         * gst-libs/gst/audio/gstringbuffer.h:
848         * gst-libs/gst/interfaces/propertyprobe.h:
849         * gst-libs/gst/tag/gsttagdemux.h:
850           Reducing number of dundocumented symbols.
851
852 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
853
854         * gst-libs/gst/audio/audio.c:
855           Fix doc comment syntax.
856
857         * gst-libs/gst/interfaces/propertyprobe.c:
858           Add more doc-comments and a FIXME: for the signal.    
859
860 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
861
862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
863         (gst_ogg_mux_request_new_pad):
864         * ext/ogg/gstoggmux.h:
865         Don't pretend to support NEWSEGMENT events, instead override the
866         GstCollectPads event function to return FALSE on NEWSEGMENT events
867         and do the normal work for other events.
868
869         This prevents elements like flacenc to seek to the start and rewrite
870         some data which then results in a broken Ogg packet.
871
872 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
873
874         Patch by: Frederic Crozat <fcrozat@mandriva.org>
875
876         * ext/alsa/gstalsaplugin.c: (plugin_init):
877         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
878         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
880         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
881         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
882         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
883         * gst/playback/gstdecodebin.c: (plugin_init):
884         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
885         * gst/playback/gstplayback.c: (plugin_init):
886         * gst/playback/gstqueue2.c: (plugin_init):
887         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
888         * sys/v4l/gstv4l.c: (plugin_init):
889         Make sure gettext returns translations in UTF-8 encoding rather
890         than in the current locale encoding (#546822).
891
892 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
893
894         * gst-libs/gst/pbutils/descriptions.c:
895           Add audio/x-qdm for qtdemux.
896
897 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
898
899         * ext/vorbis/vorbisdec.c:
900           Do not leak old taglist.
901
902 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
903
904         * tests/icles/test-scale.c:
905           Include <stdlib.h> for atoi().
906
907 2008-08-04  Andy Wingo  <wingo@pobox.com>
908
909         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
910         documentation fix.
911
912 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
913
914         * gst/adder/gstadder.c:
915           Cleanup lots of empty lines that came from gst-indent going havoc
916           before I added the INDENT_ON/OFF marker some time agao.
917
918 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
919
920         * configure.ac:
921         * gst-libs/gst/riff/riff-read.c:
922           Bump requirement to latest core and use new tag for riff formats.
923           Needed for #520694.
924
925 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
926
927         * tests/examples/dynamic/Makefile.am:
928         * tests/examples/dynamic/codec-select.c: (make_encoder),
929         (make_pipeline), (do_switch), (my_bus_callback), (main):
930         Add example app that dynamically switches between 3 'encoders'.
931
932 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
933
934         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
935         Add some more comments.
936
937 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
938
939         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
940         (gst_video_test_src_create):
941         Discard buffers of the wrong size after renegotiation, this is perfectly
942         possible with things like capsfilter that could suggest caps changes
943         upstream without knowing the size of the buffer.
944
945 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
946
947         * tests/icles/.cvsignore:
948         * tests/icles/Makefile.am:
949         * tests/icles/test-scale.c: (make_pipeline), (main):
950         Add dynamic rescaling tests for the new basetransform.
951
952 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
953
954         * gst/audioconvert/Makefile.am:
955           Dist recently-added gstfastrandom.h.
956
957 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
958
959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
960         Fix a "may be used uninitialized in this function" which weirdly only
961         appears on macosx (?).
962
963 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
964
965         * gst-libs/gst/riff/riff-ids.h:
966           Adding acid chunk for tempo and loop information.
967
968 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
969
970         * sys/xvimage/Makefile.am:
971           floor() needs linking to $(LIBM).
972
973 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
974
975         * ext/gnomevfs/gstgnomevfssrc.c:
976           Aggregate short reads and add some comments and debug logging.
977           Fixes #537380
978
979 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
980
981         * gst/playback/gstplaybasebin.c:
982           Fix property doc markup (its not a signal).
983
984         * sys/xvimage/xvimagesink.c:
985           Add since tag for new proeprties (also add sice tags fro the last two
986           other additions).
987
988 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
989
990         * sys/xvimage/xvimagesink.c:
991         * sys/xvimage/xvimagesink.h:
992           Add autofill/colorkey properties. Fixes #538656.
993
994 2008-07-28  David Schleef  <ds@schleef.org>
995
996         * sys/xvimage/xvimagesink.c:
997           Fix rounding errors when converting colorbalance values
998           between hardware and object property ranges.  Partial
999           fix for #537889, however, there still seems to be a small
1000           drift problem that could be totem's fault.
1001
1002 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1003
1004         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1005         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1006         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1007         This fixes a critical warning.
1008
1009 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1010
1011         * ext/ogg/gstoggmux.c:
1012         Allow muxing of CELT into Ogg streams.
1013
1014 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1015
1016         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1017         (plugin_init):
1018         Add simple typefinder for the CELT codec (www.celt-codec.org).
1019
1020 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1021
1022         Patch by: Jan Gerber <j at oil21 dot org>
1023
1024         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1025         Fix calculation of the start time from skeleton streams.
1026         Fixes bug #530068.
1027
1028 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1029
1030         * tests/examples/seek/seek.c:
1031           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1032
1033 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1034
1035         * gst/audioconvert/audioconvert.h:
1036         * gst/audioconvert/gstaudioquantize.c:
1037         (gst_audio_quantize_setup_dither),
1038         (gst_audio_quantize_free_dither):
1039         * gst/audioconvert/gstfastrandom.h:
1040         Implement a linear congruential generator as pseudo random number
1041         generator for the dither noise. This is about 2 times faster than
1042         using GLib's mersenne twister. Also this uses only integer math for
1043         generating integers while GLib internally uses floating point math.
1044
1045 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1046
1047         * configure.ac:
1048           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1049
1050 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1051
1052         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1053
1054         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1055           Use GST_STR_NULL to avoid crashes with libcs that don't
1056           like NULL strings in printf args (such as the win32 one).
1057           Fixes #544306.
1058
1059 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1060
1061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1062         Oops - set the size of the image used for probing back to 1x1, for
1063         consistency with ximagesink
1064
1065 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1066
1067         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1068         (gst_ximagesink_ximage_new):
1069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1070         (gst_xvimagesink_xvimage_new):
1071
1072         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1073         X server to attach to a shared memory segment after we've deleted it,
1074         with the result that MIT-SHM is disabled. Instead, remove it only after 
1075         X succeeds in attaching too.
1076
1077 2008-07-16  David Schleef  <ds@schleef.org>
1078
1079         * gst/audiotestsrc/gstaudiotestsrc.c:
1080         * gst/audiotestsrc/gstaudiotestsrc.h:
1081           Add 'ticks', a 1/30 second sine wave pulse every second.
1082
1083 2008-07-15  David Schleef  <ds@schleef.org>
1084
1085         * gst-libs/gst/video/video.c: Revert ABI change.
1086
1087 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1088
1089         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1090         Make it impossible to have NULL caps at the point where we set
1091         framerate and other things. Also don't return immediately for "3ivd"
1092         video and let framerate, etc be set. Might fix bug #542508.
1093
1094 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1095
1096         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1097         Video format can also be conveniently determined from (many)
1098         non-fixed caps.
1099
1100 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1101
1102         * gst/playback/gstplaybasebin.c:
1103         * gst/playback/gstplaybasebin.h:
1104         * gst/playback/gstplaybin.c:
1105         * gst/playback/gststreamselector.c:
1106         First stab at integrating DVD subpicture overlay into
1107         playbin. Successfully plugs and plays, but the queues need
1108         shrinking - 3 seconds of video is too much buffering.
1109
1110 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1111
1112         * gst/audioconvert/gstaudioconvert.c:
1113           Remove now obsolete note in the docs.
1114
1115 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1116
1117         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1118         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1119         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1120         * docs/plugins/gst-plugins-base-plugins.args:
1121         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1122         * docs/plugins/gst-plugins-base-plugins.interfaces:
1123         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1124         * docs/plugins/gst-plugins-base-plugins.signals:
1125         * docs/plugins/inspect/plugin-adder.xml:
1126         * docs/plugins/inspect/plugin-alsa.xml:
1127         * docs/plugins/inspect/plugin-audioconvert.xml:
1128         * docs/plugins/inspect/plugin-audiorate.xml:
1129         * docs/plugins/inspect/plugin-audioresample.xml:
1130         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1131         * docs/plugins/inspect/plugin-cdparanoia.xml:
1132         * docs/plugins/inspect/plugin-decodebin.xml:
1133         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1134         * docs/plugins/inspect/plugin-gdp.xml:
1135         * docs/plugins/inspect/plugin-gnomevfs.xml:
1136         * docs/plugins/inspect/plugin-libvisual.xml:
1137         * docs/plugins/inspect/plugin-ogg.xml:
1138         * docs/plugins/inspect/plugin-pango.xml:
1139         * docs/plugins/inspect/plugin-playback.xml:
1140         * docs/plugins/inspect/plugin-queue2.xml:
1141         * docs/plugins/inspect/plugin-subparse.xml:
1142         * docs/plugins/inspect/plugin-tcp.xml:
1143         * docs/plugins/inspect/plugin-theora.xml:
1144         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1145         * docs/plugins/inspect/plugin-uridecodebin.xml:
1146         * docs/plugins/inspect/plugin-video4linux.xml:
1147         * docs/plugins/inspect/plugin-videorate.xml:
1148         * docs/plugins/inspect/plugin-videoscale.xml:
1149         * docs/plugins/inspect/plugin-videotestsrc.xml:
1150         * docs/plugins/inspect/plugin-volume.xml:
1151         * docs/plugins/inspect/plugin-vorbis.xml:
1152         * docs/plugins/inspect/plugin-ximagesink.xml:
1153         * docs/plugins/inspect/plugin-xvimagesink.xml:
1154         * ext/alsa/gstalsamixer.c:
1155         * ext/alsa/gstalsasink.c:
1156         * ext/alsa/gstalsasrc.c:
1157         * ext/gio/gstgiosink.c:
1158         * ext/gio/gstgiosrc.c:
1159         * ext/gio/gstgiostreamsink.c:
1160         * ext/gio/gstgiostreamsrc.c:
1161         * ext/gnomevfs/gstgnomevfssink.c:
1162         * ext/gnomevfs/gstgnomevfssrc.c:
1163         * ext/ogg/gstoggdemux.c:
1164         * ext/ogg/gstoggmux.c:
1165         * ext/pango/gstclockoverlay.c:
1166         * ext/pango/gsttextoverlay.c:
1167         * ext/pango/gsttextrender.c:
1168         * ext/pango/gsttimeoverlay.c:
1169         * ext/theora/theoradec.c:
1170         * ext/theora/theoraenc.c:
1171         * ext/theora/theoraparse.c:
1172         * ext/vorbis/vorbisdec.c:
1173         * ext/vorbis/vorbisenc.c:
1174         * ext/vorbis/vorbisparse.c:
1175         * ext/vorbis/vorbistag.c:
1176         * gst/adder/gstadder.c:
1177         * gst/audioconvert/gstaudioconvert.c:
1178         * gst/audioresample/gstaudioresample.c:
1179         * gst/audiotestsrc/gstaudiotestsrc.c:
1180         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1181         * gst/gdp/gstgdpdepay.c:
1182         * gst/gdp/gstgdppay.c:
1183         * gst/playback/gstdecodebin2.c:
1184         * gst/playback/gstplaybin.c:
1185         * gst/playback/gstplaybin2.c:
1186         * gst/playback/gstqueue2.c:
1187         * gst/playback/gsturidecodebin.c:
1188         * gst/tcp/gstmultifdsink.c:
1189         * gst/tcp/gsttcpserversink.c:
1190         * gst/videorate/gstvideorate.c:
1191         * gst/videoscale/gstvideoscale.c:
1192         * gst/videotestsrc/gstvideotestsrc.c:
1193         * gst/volume/gstvolume.c:
1194         * sys/ximage/ximagesink.c:
1195         * sys/xvimage/xvimagesink.c:
1196           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1197           titles. Drop mentining that all our example pipelines are "simple"
1198           pipelines.
1199
1200 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1201
1202         * tests/examples/seek/Makefile.am:
1203         Fix out of tree build by adding all required CFLAGS.
1204
1205 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1206
1207         * gst/playback/gstdecodebin.c: (add_raw_queue):
1208         And ref the pad before returning it again when linking to the queue
1209         failed. Otherwise we will unref the pad twice later and things break.
1210
1211 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1212
1213         * gst/playback/gstdecodebin.c: (add_raw_queue):
1214         If linking the raw pad with a queue fails, try it without a queue
1215         instead of failing completely. This should never happen.
1216
1217 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1218
1219         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1220
1221         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1222         Add a queue after a demuxer if the demuxer outputs raw data. This was
1223         done before only for non-raw data but is required in this case too.
1224         Fixes bug #540215.
1225
1226         decodebin2 doesn't have this issue because all streams of a group
1227         go through multiqueue.
1228
1229 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1230
1231         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1232
1233         * gst-libs/gst/sdp/gstsdpmessage.c:
1234         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1235         that getaddrinfo() can be used. Fixes #541358.
1236
1237 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1238
1239         * gst/videotestsrc/gstvideotestsrc.c:
1240         (gst_video_test_src_class_init), (gst_video_test_src_init),
1241         (gst_video_test_src_set_property),
1242         (gst_video_test_src_get_property), (gst_video_test_src_create):
1243         * gst/videotestsrc/gstvideotestsrc.h:
1244         Cleanups, use default property values as defines.
1245         Add property to enable/disable peer buffer allocation.
1246
1247 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1248
1249         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1250         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1251         Enable unit tests on PPC again as the bugs are now fixed.
1252
1253 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1254
1255         * gst-libs/gst/riff/riff-ids.h:
1256         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1257         (gst_riff_create_audio_template_caps):
1258         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1259         Fixes bug #540351.
1260
1261 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1262
1263         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1264         (gst_ffmpeg_pixfmt_to_caps):
1265         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1266         (gst_ffmpegcsp_get_unit_size):
1267         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1268         it on other formats. Also adjust the unit size only for that format
1269         to not include the palette. Fixes bug #540497.
1270
1271 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1272
1273         * gst/adder/gstadder.c:
1274           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1275
1276 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1277
1278         * ChangeLog:
1279           ChangeLog surgery.
1280   
1281         * tests/examples/seek/seek.c:
1282           Move variable into ifdef too.
1283         
1284
1285 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1286
1287         * tests/examples/seek/seek.c:
1288           Include config.h and check if we have X. Remove XInitThread(), don't
1289           think its needed. Fixes: #540334.
1290
1291 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1292
1293         Patch by: Sam Morris <sam at robots dot org to uk>
1294
1295         * gst-libs/gst/interfaces/mixertrack.c:
1296         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1297         (gst_mixer_track_set_property):
1298         API: Add "index" property to GstMixerTrack to differantiate between
1299         multiple mixer tracks with the same label.
1300
1301         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1302         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1303         Set the "index" property of GstMixerTrack to the index given by ALSA.
1304         Fixes bug #528299.
1305
1306 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1307
1308         * tests/examples/seek/Makefile.am:
1309         * tests/examples/seek/seek.c:
1310           Remove libgstvideo usage. Use gtk_get_option_group instead of
1311           gtk_init().
1312
1313 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1314
1315         * tests/check/Makefile.am:
1316           Name the test registry format neutral.
1317
1318 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1319
1320         * gst/playback/gstqueue2.c:
1321           Do not double notify. Remove the unsued return value.
1322
1323 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1324
1325         * ext/alsa/gstalsamixer.c:
1326           Also consider "speaker" as a name for master volume. If that doesn't
1327           help look for the first non-mono volume control that also has a
1328           playback switch.
1329
1330 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1331
1332         * ChangeLog:
1333           Forgot to save the ChangeLog :/
1334
1335 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1336
1337         * tests/examples/seek/Makefile.am:
1338         * tests/examples/seek/seek.c:
1339           Embedd the xwindow. Allow to play multiple files.
1340
1341 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1342
1343         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1344         (gst_ximagesink_setcaps):
1345         * sys/ximage/ximagesink.h:
1346         When the caps change, make sure to re-draw borders in
1347         force-aspect-ratio=true mode.
1348         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1349         Don't clear the border_draw flag until we actually draw the border.
1350         * tests/check/Makefile.am:
1351         Ignore alsasink/src during the states test too, so it doesn't fail
1352         when running without access to the sound device.
1353
1354 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1355
1356         * tests/examples/seek/seek.c:
1357           Fix crasher when playing a parse-launch line the 2nd time.
1358
1359 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1360
1361         * tests/check/pipelines/oggmux.c:
1362           Properly ifdef tests to fix compilation.
1363
1364 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1365
1366         * gst/playback/gstplay-marshal.list:
1367         * gst/playback/gstplaybin2.c:
1368           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1369           playbin2. This allows the user to get to the selector's sinkpads, and
1370           thus inspect a range of things - caps, tags, etc. 
1371
1372 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1373
1374         * gst/playback/gstplaybin2.c:
1375           Use a different constant for the convert-frame signal id.
1376           Fixes #537009.
1377
1378 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1379
1380         * gst/playback/gstplaybin2.c:
1381         * gst/playback/gstplaysink.c:
1382           Fix a whole bunch of typos in comments and log statements. 
1383
1384 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1385
1386         * sys/xvimage/xvimagesink.c:
1387           Don't set colour balance values on the Xv port if the user hasn't
1388           changed them (via properties or the interface). Avoids accumulating
1389           rounding errors for the common case.
1390           Partial fix for bug #537889.
1391
1392 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1393
1394         * gst/playback/gstdecodebin2.c:
1395           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1396           pads are drained.
1397
1398 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1399
1400         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1401         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1402         Report the encoder latency. Fixes #538232.
1403
1404 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1405
1406         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1407         (notify_source), (activate_group):
1408         Implement the source property, emit notify when it changes in the
1409         underlying uridecodebin.
1410
1411 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1412
1413         * tests/examples/seek/seek.c: (stop_cb):
1414         Free and clear the seek element list so that we don't use invalid
1415         references when seeking after recreating a gst-launch line.
1416
1417 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1418
1419         * gst-libs/gst/audio/gstbaseaudiosink.c:
1420         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1421         (gst_base_audio_sink_render):
1422         Report latency even if we are not live instead of hiding it.
1423         Take ts-offset and render-delay of the basesink into account when
1424         scheduling samples.
1425         Rework the clipping code so that we can take the various offsets into
1426         account and still do correct clipping.
1427
1428 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1429
1430         * configure.ac:
1431         Bump verion back to devel -> 0.10.20.1
1432
1433 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1434
1435         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1436         Don't increase the size of non-string image buffers by one as this
1437         might in theory confuse decoders. Still increase it by one for string
1438         image buffers to append '\0'.
1439
1440 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1441
1442         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1443         
1444         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1445         Fix a buffer memleak and remove a confusing and wrong debug output.
1446         Fixes bug #538663.
1447
1448 === release 0.10.20 ===
1449
1450 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1451
1452         * configure.ac:
1453           releasing 0.10.20, "Here I Go Again"
1454
1455 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1456
1457         * configure.ac:
1458         0.10.19.3 pre-release
1459
1460 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1461
1462         * gst-libs/gst/rtsp/gstrtspconnection.c:
1463         Fix build on win32.
1464         Patch By: David Schleef <ds@schleef.org>
1465         Fixes: #536874
1466
1467 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1468
1469         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1470         (gst_gio_base_src_create):
1471         * ext/gio/gstgiobasesrc.h:
1472         Try to read the requested number of bytes, even if the first
1473         read returns less than requested, until nothing is read anymore
1474         or we have the requested amount of bytes. This fixes playback of
1475         files via Samba as Samba only allows to read 64k at once.
1476
1477         Implement a caching algorithm that makes sure that we read at
1478         least 4k of data every time. Some elements will try to read a few
1479         bytes, then seek, read again a few bytes and so on and this is
1480         painfully slow as every operation has to go over DBus if GVfs is
1481         used as backend.
1482
1483         Fixes bug #536849 and #536848.
1484
1485         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1486         (gst_gio_src_check_get_range):
1487         Override check_get_range() to blacklist http/https URIs
1488         and whitelist file URIs. More to be added on demand.
1489
1490 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1491
1492         * configure.ac:
1493         0.10.19.2 pre-release
1494
1495 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1496
1497         * win32/common/libgstrtsp.def:
1498         * win32/common/libgsttag.def:
1499         Add new API functions to the dll exports
1500
1501 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1502
1503         * gst/playback/gstplaybasebin.c:
1504           Disconnect signals from decodebins we created before we remove it
1505           from playbin, to avoid crashes if the decodebin is eventually
1506           disposed after the playbin itself (possible if the app takes a
1507           reference on the decodebin).
1508           Fixes #536521.
1509
1510 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1511
1512         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1513           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1514           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1515           (h264_video_type_find), (mpeg_video_stream_type_find),
1516           (dv_type_find), (mmsh_type_find):
1517           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1518           copy caps for no good reason (this may be desirable to make it easier
1519           to detect leaks, but then it should probably be done for all caps
1520           in the typefinder somewhere).
1521
1522 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1523
1524         * tests/check/Makefile.am:
1525         Do not try to run the check tests for subparse unless it has been
1526         built.
1527
1528 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1529
1530         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1531         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1532         Do not try to run a test which requires vorbisenc unless we have
1533         actually built it.
1534
1535 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1536
1537         * gst-libs/gst/rtsp/gstrtspconnection.c:
1538         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1539         (gst_rtsp_connection_clear_auth_params),
1540         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1541         * gst-libs/gst/rtsp/gstrtspconnection.h:
1542         Add a couple of missing argument guards.
1543         Add a way of setting the DSCP for an RTSP connection.
1544         Add an accessor method for the ip member of GstRTSPConnection as all
1545         members are supposed to be private.
1546
1547 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1548
1549         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1550         Fixed accidental use of IPv4 options for all IPv6 addresses.
1551
1552 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1553
1554         * gst-libs/gst/interfaces/mixertrack.h:
1555           Document mixer track flags.
1556
1557 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1558
1559         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1560
1561         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1562         Don't set caps on the buffers that contain a copy of the buffer
1563         including the caps of them resulting in an always increasing refcount
1564         of the caps and insanely large caps. Instead include a buffer without
1565         caps in the new caps. Fixes bug #536475.
1566
1567 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1568
1569         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1570         Transform a given PAR to a range on the struct with the generic
1571         height/width instead of the struct with the possibly restricted
1572         height/width.
1573
1574 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1575
1576         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1577         Prefer the given format if it contains something stricter than [1,MAX]
1578         for height or width and only put a structure that requires rescaling
1579         as second. This makes it possible to use videoscale in pipelines where
1580         the source can actually produce the wanted height/width but usually
1581         selects a different one from the requested.
1582
1583 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1584
1585         Based on patch by: John Millikin <jmillikin gmail com>
1586
1587         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1588           (gst_vorbis_tag_add_coverart):
1589           Retrieve COVERART tags from vorbis comments (#512333)
1590
1591 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1592
1593         * gst-libs/gst/tag/tag.h:
1594         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1595           Don't forget to add new enum value here too (should probably use
1596           glib-mkenums here...).
1597
1598 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1599
1600         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1601         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1602         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1603           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1604           (gst_tag_image_data_to_image_buffer):
1605           Add two utility functions to avoid code duplication (#512333):
1606           API: add gst_tag_image_data_to_image_buffer()
1607           API: add gst_tag_list_add_id3_image()
1608           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1609
1610 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1611
1612         * win32/common/libgstaudio.def:
1613         Add gst_audio_check_channel_positions() to the exported symbols.
1614
1615 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1616
1617         * docs/libs/gst-plugins-base-libs-sections.txt:
1618         * gst-libs/gst/audio/multichannel.c:
1619         (gst_audio_check_channel_positions):
1620         * gst-libs/gst/audio/multichannel.h:
1621         API: Make gst_audio_check_channel_positions() public.
1622
1623         * tests/check/libs/audio.c: (GST_START_TEST):
1624         Add some simple checks for gst_audio_check_channel_positions().
1625
1626 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1627
1628         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1629           minrange and maxrange are scaled according to the frequency
1630           multiplier.
1631
1632 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1633
1634         * ext/pango/Makefile.am:
1635         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1636           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1637           Use gstvideo functions to calculate strides and plane offsets. Fixes
1638           rendering issue ('ghost' images of the text on the chroma planes)
1639           with widths or heights that are not multiples of 8 (#506659 and
1640           probably also #485729).
1641
1642         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1643           (main):
1644           Test with odd height/width too.
1645
1646 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1647
1648         * gst/adder/gstadder.c: (gst_adder_query_duration),
1649         (gst_adder_query_latency):
1650         When using gst_element_iterate_pads() one has to unref every pad
1651         after usage.
1652
1653 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1654
1655         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1656         (gst_base_audio_src_class_init):
1657         Add a gtk-doc chunk for the new properties to have a Since: indication.
1658
1659 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1660
1661         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1662         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1663         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1664         (gst_base_audio_src_change_state):
1665         Provide readable actual-buffer-time and actual-latency-time properties
1666         that reflect the configured ringbuffer values. Fixes #524724.
1667         API: GstBaseAudioSrc:actual-buffer-time
1668         API: GstBaseAudioSrc:actual-latency-time
1669
1670 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1671
1672         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1673         (gst_basertppayload_change_state):
1674         Simply converting the running time into an RTP timestamp by scaling it
1675         based on the clock-rate is good enough for making an RTP timestamp. This
1676         has the added benefit that we can later on expose a property with the
1677         RTP timestamp of running time 0, as is needed for RTSP servers to
1678         generate the response of the PLAY request.
1679
1680 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1681
1682         * gst/audioconvert/gstaudioconvert.c:
1683         (structure_has_fixed_channel_positions),
1684         (gst_audio_convert_transform_caps):
1685         Allow up to 11 positioned channels now that audioconvert can handle
1686         this but add no default positions for > 8 channels.
1687         
1688         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1689         Add some unit tests for the above change: Test conversion of
1690         11 positioned channels to stereo and the other way around, test
1691         conversion of 15 unpositioned channels in different ways.
1692
1693 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1694
1695         * win32/common/libgstaudio.def:
1696         Add gst_audio_clock_reset to the list of exported symbols.
1697
1698 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1699
1700         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1701         Remove wrong_channels_identification_header unit test as we now
1702         support 7 (and more channels).
1703
1704 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1705
1706         * gst/audioconvert/gstchannelmix.c:
1707         (gst_channel_mix_fill_one_other):
1708         If mixing left or right to center (or the other way around) only take
1709         the complete value if we don't already have the original position in
1710         the source.
1711
1712 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1713
1714         * gst-libs/gst/audio/multichannel.c:
1715         (gst_audio_check_channel_positions),
1716         (gst_audio_set_structure_channel_positions_list),
1717         (gst_audio_fixate_channel_positions):
1718         Allow rear center together with rear left/right and other previously
1719         conflicting channel positions. The reason why they weren't allowed
1720         was the channel mixing implementation in audioconvert.
1721         Also take this into account when fixing channel layouts.
1722
1723         Allow setting channel positions for 1/2 channels when using
1724         gst_audio_set_structure_channel_position().
1725
1726         * gst/audioconvert/gstchannelmix.c:
1727         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1728         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1729         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1730         Major rewrite of the channel mixing.
1731
1732         We now allow previously conflicting channel positions to appear
1733         together (rear center and rear left/right for example).
1734         Fixes bug #533817.
1735
1736         Rework the way channels are mixed together to take more possible
1737         channel positions into account, properly mix from/to side channels
1738         and don't assume that either center, left&right or nothing of a
1739         specific position is available anymore.
1740
1741         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1742         Adjust unit tests with non-standard 1/2 channel layouts to the more
1743         correct new behaviour.
1744
1745         Add a unit test for 5.1->Stereo downmixing.
1746
1747 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1748
1749         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1750         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1751         Add sane defaults for the 7 and 8 channel layouts as those are
1752         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1753         more than 8 channels instead of erroring out. Fixes bug #535356.
1754
1755 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1756
1757         * docs/plugins/Makefile.am:
1758         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1759         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1760         * ext/theora/theoraparse.c:
1761         Add theoraparse to the docs and fix some docs.
1762
1763 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1764
1765         * gst-libs/gst/cdda/gstcddabasesrc.c:
1766         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1767         Fix EOS condition and track addition check, the track.end sector is
1768         included in the track. Fixes #533265.
1769
1770 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1771
1772         Patch by: Mark Nauwelaerts <manauw at skynet be>
1773
1774         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1775         (gst_video_rate_flush_prev), (gst_video_rate_event),
1776         (gst_video_rate_chain):
1777         * gst/videorate/gstvideorate.h:
1778         React (more) to NEWSEGMENT
1779         Small adjustment in timestamp calculation to prevent mismatches
1780         Fixes #435633.
1781
1782 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1783
1784         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1785           Initialise error to NULL as we should.
1786
1787 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1788
1789         * gst/adder/gstadder.c: (gst_adder_query_duration),
1790         (gst_adder_query_latency), (gst_adder_query):
1791         Implement latency query.
1792
1793 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1794
1795         * gst/adder/gstadder.c: (gst_adder_query_duration):
1796         Correctly resync the iterator if gst_iterator_next() returns
1797         GST_ITERATOR_RESYNC.
1798
1799 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1800
1801         * win32/vs6/libgstpbutils.dsp:
1802           Add pbutils-enumtypes.c to sources (#518037).
1803
1804 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1805
1806         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1807         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1808         * gst-libs/gst/audio/gstaudioclock.h:
1809         Add method to inform the clock that the time starts from 0 again. We use
1810         this info to calculate a clock offset so that the time we report in
1811         internal_time is monotonically increasing, as required by the clock base
1812         class. Fixes #521761.
1813         API: GstAudioClock::gst_audio_clock_reset()
1814
1815         * gst-libs/gst/audio/gstbaseaudiosink.c:
1816         (gst_base_audio_sink_skew_slaving),
1817         (gst_base_audio_sink_change_state):
1818         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1819         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1820         Reset reported time when we (re)create the ringbuffer.
1821
1822 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1823
1824         * ext/alsa/gstalsamixertrack.c:
1825           (gst_alsa_mixer_track_update_alsa_capabilities):
1826           Make sure playback volumes aren't accidentally overwritten by
1827           capture volumes if an alsa mixer track has both playback and
1828           capture capabilities: we create two GstMixerTracks in that
1829           case, so make sure we query only the alsa capabilities that
1830           refer to the type of GstMixerTrack we created from the dual
1831           capability alsa element. Should fix issues with Audigy2 sound
1832           cards (#518082).
1833
1834 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1835
1836         * tests/check/pipelines/oggmux.c: (test_pipeline):
1837           Don't use deprecated function.
1838
1839 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1840
1841         * gst/playback/gstdecodebin2.c:
1842         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1843         Check for NULL cases and log them, creating ghostpads can, for example,
1844         fail when the pad returns wrong caps.
1845
1846         * gst/playback/gstplaybin2.c: (perform_eos):
1847         When pushing out the EOS event, collect the return value and warn when
1848         something failed.
1849
1850 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1851
1852         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1853         (gst_riff_create_video_template_caps):
1854         Add support for DVCPRO.
1855
1856 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1857
1858         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1859           Change default scaling method from nearest-neighbour to bilinear.
1860
1861 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1862
1863         * tests/check/libs/video.c:
1864           More checks.
1865
1866 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1867
1868         * gst/subparse/gstsubparse.c: (parser_state_init),
1869           (gst_sub_parse_format_autodetect), (handle_buffer):
1870         * gst/subparse/gstsubparse.h:
1871         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1872           Limit duration to a maximum of five seconds for tmplayer format where
1873           we can guess the duration only from the timestamp of the next line of
1874           text. We don't want to show a text for eternities just because nothing
1875           else is being said for a while.
1876
1877 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1878
1879         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1880         (gst_base_rtp_depayload_chain),
1881         (gst_base_rtp_depayload_handle_sink_event),
1882         (gst_base_rtp_depayload_push_full),
1883         (gst_base_rtp_depayload_change_state):
1884         Check sequence numbers, mark input buffers with a discont flag for the
1885         subclass when we detected a gap, drop duplicate buffers. We do this
1886         because one can use the element without a jitterbuffer in front and we
1887         don't want to feed the subclasses invalid or reordered data.
1888         Do an error when the subclass did not provide a process function instead
1889         of crashing.
1890         Some other small cleanups.
1891
1892 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1893
1894         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1895           May just as well use the precalculated uvstride here.
1896
1897 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1898
1899         * docs/plugins/Makefile.am:
1900         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1901         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1902         * docs/plugins/gst-plugins-base-plugins.args:
1903         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1904         * docs/plugins/gst-plugins-base-plugins.interfaces:
1905         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1906         * docs/plugins/inspect/plugin-adder.xml:
1907         * docs/plugins/inspect/plugin-alsa.xml:
1908         * docs/plugins/inspect/plugin-audioconvert.xml:
1909         * docs/plugins/inspect/plugin-audiorate.xml:
1910         * docs/plugins/inspect/plugin-audioresample.xml:
1911         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1912         * docs/plugins/inspect/plugin-cdparanoia.xml:
1913         * docs/plugins/inspect/plugin-decodebin.xml:
1914         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1915         * docs/plugins/inspect/plugin-gdp.xml:
1916         * docs/plugins/inspect/plugin-gio.xml:
1917         * docs/plugins/inspect/plugin-gnomevfs.xml:
1918         * docs/plugins/inspect/plugin-libvisual.xml:
1919         * docs/plugins/inspect/plugin-ogg.xml:
1920         * docs/plugins/inspect/plugin-pango.xml:
1921         * docs/plugins/inspect/plugin-playback.xml:
1922         * docs/plugins/inspect/plugin-queue2.xml:
1923         * docs/plugins/inspect/plugin-subparse.xml:
1924         * docs/plugins/inspect/plugin-tcp.xml:
1925         * docs/plugins/inspect/plugin-theora.xml:
1926         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1927         * docs/plugins/inspect/plugin-uridecodebin.xml:
1928         * docs/plugins/inspect/plugin-video4linux.xml:
1929         * docs/plugins/inspect/plugin-videorate.xml:
1930         * docs/plugins/inspect/plugin-videoscale.xml:
1931         * docs/plugins/inspect/plugin-videotestsrc.xml:
1932         * docs/plugins/inspect/plugin-volume.xml:
1933         * docs/plugins/inspect/plugin-vorbis.xml:
1934         * docs/plugins/inspect/plugin-ximagesink.xml:
1935         * docs/plugins/inspect/plugin-xvimagesink.xml:
1936         * ext/cdparanoia/gstcdparanoiasrc.c:
1937         * ext/ogg/gstoggdemux.c:
1938         * ext/ogg/gstoggdemux.h:
1939         * ext/ogg/gstoggmux.c:
1940         * ext/ogg/gstoggmux.h:
1941         * gst/audioconvert/audioconvert.c:
1942         * gst/audioconvert/audioconvert.h:
1943         * gst/audioconvert/gstaudioconvert.h:
1944         * gst/gdp/gstgdpdepay.h:
1945         * gst/gdp/gstgdppay.h:
1946         * gst/playback/gstdecodebin.c:
1947         * gst/playback/gstdecodebin2.c:
1948         * gst/playback/gstplaybin.c:
1949         * gst/playback/gstplaybin2.c:
1950         * gst/playback/gsturidecodebin.c:
1951         * gst/tcp/gstmultifdsink.c:
1952         * gst/tcp/gstmultifdsink.h:
1953         * gst/tcp/gsttcp.h:
1954
1955         Add some documentation comments, and some new headers to be scanned.
1956         Rename some internal enum declarations (audioconvert's DitherType and
1957         NoiseShapingType, GstUnitType from the TCP elements) to match the
1958         documented GObject type names so that the docs pick them up.
1959         Name the playbin2 docs markups properly so they get picked up. They'll
1960         need renaming back when/if playbin2 becomes playbin.
1961
1962         100% symbol coverage for the plugin docs, booya.
1963
1964 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
1965
1966         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1967
1968         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1969         Fix generation of NV12/NV21 frames. Fixes bug #532454.
1970
1971 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1972
1973         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1974
1975         * gst/playback/gstdecodebin.c: (remove_fakesink):
1976         Lock the fakesink before setting the state to NULL and removing it from
1977         the bin so that a concurrent state change cannot interfere. 
1978         Fixes #534331.
1979
1980 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1981
1982         * docs/Makefile.am:
1983         Fix installing plugin documentation when gtk-doc is disabled.
1984
1985 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1986
1987         * gst-libs/gst/rtsp/Makefile.am:
1988         Distribute, don't install md5.h
1989
1990 2008-05-21  Julien Moutte  <julien@fluendo.com>
1991
1992         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
1993         instead of SOL_IP, works on more platforms.
1994         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
1995         arguments.
1996
1997 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1998
1999         * ext/vorbis/vorbisdec.c:
2000         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2002         Some debug and comment fixes.
2003
2004         * tests/examples/dynamic/addstream.c: (main):
2005         Fix , to ;
2006
2007 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2008
2009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2010         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2011         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2012         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2013         (cleanup_decodebin):
2014         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2015         (connect_element), (gst_decode_group_control_demuxer_pad):
2016         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2017         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2018         (mute_group_type):
2019         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2020         (gst_play_bin_set_property), (handoff), (gen_video_element),
2021         (gen_text_element), (gen_audio_element), (gen_vis_element),
2022         (remove_sinks), (add_sink), (setup_sinks):
2023         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2024         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2025         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2026         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2027         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2028         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2029         (gen_vis_chain), (gst_play_sink_reconfigure),
2030         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2031         (gst_play_sink_request_pad):
2032         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2033         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2034         (cb_newpad):
2035         * gst/playback/test6.c: (new_decoded_pad_cb):
2036         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2037         * tests/check/elements/audiorate.c: (test_injector_chain),
2038         (do_perfect_stream_test):
2039         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2040         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2041         * tests/check/elements/gnomevfssink.c:
2042         * tests/check/elements/textoverlay.c:
2043         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2044         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2045         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2046         * tests/check/pipelines/oggmux.c: (test_pipeline):
2047         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2048         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2049         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2050         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2051         * tests/examples/seek/seek.c: (make_mod_pipeline),
2052         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2053         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2054         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2055         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2056         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2057         (update_fill), (msg_buffering):
2058         Don't use bad gst_element_get_pad().
2059
2060 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2061
2062         * gst-libs/gst/riff/riff-media.c:
2063           Fix wrong method name in docs. Fix calculation of strf fields for
2064           broken mulaw/alaw.
2065   
2066         * gst-libs/gst/riff/riff-read.c:
2067           Whitespace fix and removing double ';'.
2068
2069 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2070
2071         * docs/design/part-playbin2.txt:
2072         Add some leftover doc.
2073
2074 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2075
2076         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2077         Fix copy & paste error in last commit.
2078
2079 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2080
2081         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2082         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2083         other channel positions when source has SIDE channels and dest doesn't
2084         or the other way around.
2085
2086 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2087
2088         Patch by: Henrik Eriksson <henriken at axis dot com>
2089
2090         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2091         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2092         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2093         (gst_multi_fd_sink_get_property):
2094         * gst/tcp/gstmultifdsink.h:
2095         Add support for DSCP QOS. Fixes #469933.
2096
2097 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2098
2099         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2100         Add another test that checks if conversion between standard 1 and 2
2101         channel layouts with and without positions set is working.
2102
2103 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2104
2105         * gst-libs/gst/audio/multichannel.c:
2106         (gst_audio_check_channel_positions):
2107         Allow non-standard 2 channel layouts.
2108         
2109         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2110         Add some tests for converting and remapping non-standard 1 and 2
2111         channel layouts.
2112
2113 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2114
2115         * gst/audioconvert/gstchannelmix.c:
2116         (gst_channel_mix_fill_normalize):
2117         Prevent division by zero if the channel mix matrix contains only
2118         zeroes.
2119
2120 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2121
2122         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2123
2124         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2125         Close a buffer memory leak. Fixes bug #534071.
2126
2127 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2128
2129         * gst-libs/gst/rtsp/gstrtsptransport.h:
2130         Make the GstRTSPTransport struct members public as there are no
2131         setters/getters and it's supposed to be changed directly.
2132         Fixes bug #533087.
2133
2134 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2135
2136         * gst/adder/gstadder.c:
2137         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2138         claim this on the pad template caps.
2139
2140 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2141
2142         * gst-libs/gst/audio/gstbaseaudiosink.c:
2143         (gst_base_audio_sink_sync_latency):
2144         We can only use our optimal calibration if we prerolled before the
2145         latency expired.
2146
2147 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2148
2149         * configure.ac:
2150           Require core CVS for GstBaseSrc buffer caps setting magic.
2151
2152 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2153
2154         * gst/audioconvert/gstaudioconvert.c:
2155         (gst_audio_convert_fixate_channels):
2156         Fix logic in last commit.
2157
2158 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2159
2160         * gst/audioconvert/gstaudioconvert.c:
2161         (gst_audio_convert_fixate_channels):
2162         Passthrough the channel positions if the number of output channels is
2163         the same as the number of input channels, the input had a channel
2164         layout and downstream requests no special one. We did this already for
2165         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2166
2167 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2168
2169         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2170         (gst_gnome_vfs_src_finalize),
2171         (gst_gnome_vfs_src_received_headers_callback),
2172         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2173         * ext/gnomevfs/gstgnomevfssrc.h:
2174         Set the ICY caps on the srcpad from where they get picked up by the base
2175         class now and set on the outgoing buffers.
2176
2177         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2178         (gst_base_audio_src_create):
2179         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2180         BaseSrc now sets the caps on outgoing buffers automatically.
2181
2182 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2183
2184         * gst-libs/gst/audio/gstbaseaudiosink.c:
2185         (gst_base_audio_sink_resample_slaving),
2186         (gst_base_audio_sink_skew_slaving),
2187         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2188         (gst_base_audio_sink_async_play),
2189         (gst_base_audio_sink_change_state):
2190         Change the way in which the ringbuffer is started when dealing with a
2191         slaved clock and latency. We now sync to the clock until we reach
2192         upstream latency before starting the ringbuffer. This has the effect
2193         that we can accurately align the master and slave clocks and let the
2194         rate correction code take care of the initial drift or rounding errors
2195         instead of leaving them uncorrected with the old approach.
2196
2197 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2198
2199         * gst/audioconvert/gstaudioconvert.c:
2200         (gst_audio_convert_fixate_channels):
2201         Correctly set the default channel positions when converting to 8
2202         channels.
2203
2204 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2205
2206         * configure.ac:
2207           Error out if we don't have the required version of core.
2208
2209 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2210
2211         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2212           Use data scan helper in aac typefinder and stop scanning
2213           for headers when we've found a type. Also fix potential invalid
2214           memory access when calculating the frame length.
2215
2216 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2217
2218         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2219           (mpeg_sys_is_valid_pack):
2220           Don't modify scan context when we return FALSE in ensure_data, so
2221           it's possible to continue scanning, and we don't end up with a NULL
2222           data pointer and a positive size, which might bite us the next time
2223           we're called. Small constification.
2224
2225 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2226
2227         * gst/adder/gstadder.c:
2228         Adder doesn't support 24 bit samples so don't claim it supports them
2229         in the pad template caps.
2230
2231 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2232
2233         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2234         (gst_base_rtp_depayload_chain):
2235         Validate the RTP packet before further processing it. It's just too
2236         dangerous to accept random packets and people are not forced to use a
2237         jitterbuffer or session manager to filter out the bad packets.
2238
2239         * gst-libs/gst/rtp/gstrtpbuffer.c:
2240         (gst_rtp_buffer_set_extension_data),
2241         (gst_rtp_buffer_get_payload_subbuffer):
2242         Small cleanups.
2243         When setting extension data in a buffer that is too small, we fail and
2244         we should not set the extension bit.
2245         Change GST_WARNINGS into g_warning because they really are
2246         programming errors.
2247
2248         * tests/check/libs/rtp.c: (GST_START_TEST):
2249         Catch the g_warnings now in the unit tests and that fact that failing to
2250         set extension data left the extension bit untouched.
2251
2252 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2253
2254         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2255           Revert previous change which made basetransform handle buffer_alloc
2256           and which breaks things badly in the non-passthrough case since it
2257           returned buffers with a different (ie. sometimes smaller) size than
2258           the size requested.
2259
2260 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2261
2262         Patch by: Bernard B <b-gnome at largestprime dot net>
2263
2264         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2265         Fix seqnum compare function for bordercase values and fix the docs
2266         again. Fixes #533075.
2267
2268         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2269         Add a testcase for seqnum compare function.
2270
2271 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2272
2273         * gst/adder/gstadder.c: (gst_adder_setcaps),
2274         (gst_adder_class_init):
2275         Correctly declare the supported endianness on the pad templates
2276         and check for correct endianness in the set caps function. Adder
2277         only supports native endianness.
2278         Also use gst_element_class_set_details_simple().
2279
2280 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2281
2282         * sys/xvimage/xvimagesink.c:
2283           Better debug logging in port value handling. Merging separate port
2284           value loops into one.
2285
2286 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2287
2288         Patch by: Hannes Bistry <hannesb at gmx dot de>
2289
2290         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2291         * gst/tcp/gsttcpserversink.c:
2292         (gst_tcp_server_sink_handle_server_read),
2293         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2294         Fix regression in clientsrc because we did not add the fd to the poll
2295         set anymore. Fixes #532364.
2296         Do some cleanups here and there.
2297
2298 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2299
2300         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2301         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2302         * gst/playback/gstplay-marshal.list:
2303         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2304         Use correct marshallers. GstCaps are a boxed type and no GObject
2305         subclass.
2306
2307 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2308
2309         * win32/common/libgstrtsp.def:
2310         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2311         symbols.
2312
2313 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2314
2315         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2316
2317         * tests/check/elements/audioresample.c:
2318         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2319         (live_switch_push), (GST_START_TEST):
2320         Add unit test for the latest basetransform negotiation changes.
2321         See bug #526768.
2322
2323 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2324
2325         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2326         Fix nv12<->nv21 conversion if stride is larger than width.
2327
2328 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2329
2330         Patch by: Jan Gerber <j at oil21 dot org>
2331
2332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2333         (gst_ogg_pad_parse_skeleton_fisbone):
2334         * ext/ogg/gstoggdemux.h:
2335         Parse presentation time from skeleton streams and use it as offset
2336         for the timestamps. Fixes bug #530068.
2337
2338 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2339
2340         * gst-libs/gst/audio/gstbaseaudiosink.c:
2341         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2342         Revert previous patch that attempted to more accurately calculate the
2343         initial offset between master and slave clock. The best thing we can do
2344         in general is take the time of both clocks as the diff since we don't
2345         know when the actual preroll happened.
2346
2347 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2348
2349         * gst-libs/gst/pbutils/install-plugins.c:
2350           Fix docs: type and missing word.
2351
2352 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2353
2354         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2355           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2356           for this instead; don't check if we've found enough markers after
2357           each and every step, it's enough to do that only if we've actually
2358           found a new marker.
2359           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2360
2361 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2362
2363         * gst/typefind/gsttypefindfunctions.c:
2364           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2365           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2366           (mpeg_video_stream_type_find):
2367           Move scan helper thingy to the beginning of the file so we can use
2368           it in other typefind functions. Rename it to something more
2369           generic. Also improve handling of things towards the end of the
2370           typefind data: peek as much as we can if we know the size of the
2371           data, rather than just min_size.
2372
2373 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2374
2375         * docs/libs/gst-plugins-base-libs-sections.txt:
2376         * gst-libs/gst/interfaces/colorbalance.c:
2377         * gst-libs/gst/interfaces/colorbalance.h:
2378         * gst-libs/gst/interfaces/colorbalancechannel.c:
2379         * gst-libs/gst/interfaces/colorbalancechannel.h:
2380         * gst-libs/gst/interfaces/tuner.c:
2381         * gst-libs/gst/interfaces/tunerchannel.c:
2382         * gst-libs/gst/interfaces/tunerchannel.h:
2383         * gst-libs/gst/interfaces/tunernorm.c:
2384         * gst-libs/gst/interfaces/tunernorm.h:
2385         * gst-libs/gst/video/video.c:
2386         * gst-libs/gst/video/video.h:
2387         Document the GstTuner and GstColorBalance interfaces, and some
2388         other random API functions that needed it. 70% symbol coverage, woo.
2389
2390 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2391
2392         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2393         Choose to allocate one less segment but require one additional segment
2394         as latency. 
2395
2396         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2397         No need to increment the number of segments in the source.
2398
2399         * gst-libs/gst/audio/gstbaseaudiosink.c:
2400         (gst_base_audio_sink_get_time), (clock_convert_external),
2401         (gst_base_audio_sink_resample_slaving),
2402         (gst_base_audio_sink_skew_slaving),
2403         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2404         (gst_base_audio_sink_async_play):
2405         Remove adding latency when returning the internal time while subtracting
2406         it again when we use the value a little later.
2407         When calculating the end timestamp, we are making a rounding error
2408         with the current algorithm. Ensure that we don't accumulate these
2409         rounding errors when aligning samples by not resampling at all if we
2410         don't need to. Fixes #419351.
2411         Make the initial calibration of the clock slaving a little more
2412         predictable and accurate. Also handle the case where we don't do
2413         clock slaving.
2414
2415 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2416
2417         Based on a patch by:
2418           Björn Benderius <bjoern dot benderius at axis dot com>
2419
2420         * gst/ffmpegcolorspace/avcodec.h:
2421         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2422         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2423         (gst_ffmpegcsp_avpicture_fill):
2424         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2425         * gst/ffmpegcolorspace/imgconvert_template.h:
2426         Add conversions from/to NV12 and NV21 and conversions between those
2427         two formats. Fixes bug #532166.
2428
2429 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2430
2431         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2432         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2433         which happens for example with files smaller than 128kb.
2434
2435 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2436
2437         Patch by: Wouter Cloetens <zombie at e2big dot org>
2438
2439         * gst-libs/gst/rtsp/Makefile.am:
2440         * gst-libs/gst/rtsp/gstrtspconnection.c:
2441         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2442         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2443         (add_auth_header), (gst_rtsp_connection_free),
2444         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2445         (gst_rtsp_connection_set_auth_param),
2446         (gst_rtsp_connection_clear_auth_params):
2447         * gst-libs/gst/rtsp/gstrtspconnection.h:
2448         Add Digest authorization support for RTSP connections. See #532065.
2449
2450         * gst-libs/gst/rtsp/md5.c:
2451         * gst-libs/gst/rtsp/md5.h:
2452         Yeap, another md5 implementation until we can depend on a glib that has
2453         support for it.
2454
2455 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2456
2457         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2458
2459         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2460         Let audioresample use the buffer allocation of basetransform instead
2461         of it's own stuff.
2462
2463         * tests/check/elements/audioresample.c: (alloc_only_48000),
2464         (GST_START_TEST), (audioresample_suite):
2465         Add unit test for the recent basetransform bugfix, where upstream
2466         changes caps to something that can't be passed through anymore.
2467
2468 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2469
2470         * win32/common/config.h.in:
2471           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2472           use the real thing than having "???" unconditionally.
2473
2474 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2475
2476         * gst-libs/gst/audio/gstbaseaudiosink.c:
2477         (gst_base_audio_sink_query):
2478         Report the latency with the new seglatency parameter.
2479
2480         * gst-libs/gst/audio/gstringbuffer.c:
2481         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2482         (gst_ring_buffer_acquire):
2483         * gst-libs/gst/audio/gstringbuffer.h:
2484         Add new field to the ringbufferspec to specify the expected latency
2485         between the underlying device read/write pointer, this is needed
2486         when writing sinks that sit a little closer to the hardware.
2487         Add some more docs for other fields.
2488
2489 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2490
2491         * gst/volume/gstvolume.c: (volume_transform_ip):
2492         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2493         reason instead of crashing later. Might fix bug #509125.
2494
2495 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2496
2497         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2498
2499         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2500         * gst/audioconvert/audioconvert.h:
2501         * gst/audioconvert/gstaudioconvert.c:
2502         (gst_audio_convert_parse_caps),
2503         (structure_has_fixed_channel_positions),
2504         (gst_audio_convert_transform_caps):
2505         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2506         Add support for more than 8 channels and NONE channel layouts. For
2507         more than 8 channels no channel conversion is supported yet, only
2508         format conversions are supported. Fixes bug #398033.
2509
2510         * tests/check/elements/audioconvert.c: (verify_convert),
2511         (GST_START_TEST), (audioconvert_suite):
2512         Add some unit tests by Tim for checking the NONE channel layouts
2513         and more than 8 channels and add some more unit tests for channel
2514         conversions.
2515
2516 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2517
2518         * gst/playback/gstdecodebin2.c: (connect_pad):
2519         When autoplugging fails, set the element back to NULL before
2520         unreffing it.
2521
2522 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2523
2524         * win32/common/libgstaudio.def:
2525         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2526         symbols.
2527
2528 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2529
2530         * gst/subparse/samiparse.c: (handle_start_sync),
2531         (end_sami_element), (characters_sami):
2532         Remove trailing, leading and double whitespaces.
2533         Correctly timestamp buffers and output the last buffer too.
2534
2535         * tests/check/elements/subparse.c: (GST_START_TEST),
2536         (subparse_suite):
2537         Add a simple unit test for SAMI parsing.
2538
2539 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2540
2541         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2542
2543         * gst/subparse/samiparse.c: (handle_start_sync),
2544         (start_sami_element), (end_sami_element), (characters_sami),
2545         (sami_context_reset):
2546         Only output characters inside the "sync" elements. There could be
2547         other elements like "style" that have some content but should
2548         not be printed. Fixes bug #467911.
2549
2550 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2551
2552         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2553         (set_active_source):
2554         * gst/playback/gstplaybasebin.h:
2555         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2556         (playbin_set_audio_mute):
2557         Allow setting -1 as current-audio to mute the current audio stream,
2558         similar to what is done for subtitles. Fixes bug #342294.
2559
2560 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2561
2562         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2563         It's SorensOn and not SorensEn.
2564
2565 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2566
2567         * gst-libs/gst/pbutils/descriptions.c: (formats):
2568           Fix description of video/x-flash-video.
2569
2570 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2571
2572         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2573         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2574         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2575         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2576         Remove some unused code.
2577
2578         * gst/audioconvert/gstaudioquantize.c:
2579         (gst_audio_quantize_free_noise_shaping):
2580         Don't return before freeing the noise shaping history.
2581
2582 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2583
2584         * tests/check/elements/subparse.c: (do_test),
2585           (test_tmplayer_style3b), (subparse_suite):
2586           Add unit test for the tmplayer variant from bug #530962.
2587
2588 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2589
2590         * gst/subparse/gstsubparse.c: (handle_buffer),
2591           (gst_sub_parse_sink_event):
2592         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2593           (tmplayer_parse_line):
2594           Fix parsing of tmplayer subtitle variant where every single line contains
2595           text and there isn't an empty line after each line to determine the
2596           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2597           making sure that we push out the last line of text without a duration if
2598           there's still text left in the buffer at the end.
2599
2600 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2601
2602         * gst/subparse/gstsubparse.c: (feed_textbuf):
2603           Fix detection of discontinuities based on the buffer offset (doesn't work
2604           so well if no buffer offset is set) and also check for the DISCONT buffer
2605           flag. This keeps the parser state from being reset after each buffer in
2606           the unit test.
2607
2608 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2609
2610         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2611           Further fine-tuning: don't absolutely require sequence or GOP headers
2612           (as introduced in the previous commit), but adjust the typefind
2613           probabilities returned accordingly if we don't see them. Also make sure
2614           picture header and first slice are somewhat close to each other (which
2615           is not perfect but still better than requiring a fixed offset or having
2616           no limit at all).
2617
2618 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2619
2620         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2621         (gst_basertppayload_sink_setcaps),
2622         (gst_basertppayload_sink_getcaps):
2623         Rename the setcaps/getcaps function internally to make it clear that
2624         they are called for the sink pad.
2625
2626 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2627
2628         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2629         (gst_base_rtp_depayload_class_init),
2630         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2631         (gst_base_rtp_depayload_packet_lost),
2632         (gst_base_rtp_depayload_set_gst_timestamp):
2633         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2634         Catch packet-lost events from the jitterbuffer and convert them into a
2635         vmethod call (lost-packet) so that depayloaders can do something smart.
2636         Also add a default packet-lost function that sends out a segment update
2637         to the decoders.
2638
2639 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2640
2641         * gst/playback/test4.c:
2642         * gst/playback/test5.c:
2643         * gst/playback/test6.c:
2644         * gst/playback/test7.c:
2645           Also include config.h when relying on defines from it. Fixes the
2646           build. Its been a please to serve :)
2647
2648 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2649
2650         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2651         (paint_setup_NV21), (paint_hline_NV12_NV21):
2652         Add support for NV12 and NV21 in videotestsrc
2653
2654 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2655
2656         * gst/videoscale/gstvideoscale.c:
2657         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2658         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2659         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2660         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2661         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2662         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2663         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2664         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2665         (vs_image_scale_linear_RGB555):
2666         Support 1x1 images as input and output as for example the BBC HQ new
2667         streams have 1x1 GIFs in the playlists for some reason.
2668
2669 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2670
2671         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2672           (try_to_link_1):
2673           If we can't activate one of the decoders we plugged in (such as,
2674           say, musepackdec) for some reason (it might not support push mode,
2675           for example), remove any pad probes that close_pad_link() might
2676           have set up. This makes sure we later don't try to remove a probe
2677           for a pad that doesn't exist any longer, and avoids nast warnings
2678           and probably other things too.
2679
2680 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2681
2682         * gst/typefind/gsttypefindfunctions.c:
2683           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2684           (plugin_init):
2685           Rework mpeg video stream typefinding a bit more: make sure sequence,
2686           GOP, picture and slice headers appear in the order they should and
2687           that we've in fact at least had one of each; fix picture header
2688           detection; decouple picture and slice header check - don't assume
2689           they're at a fixed offset, there may be extra data in between. Also,
2690           announce varying degrees of probability depending on what we found
2691           exactly (multiple pictures, at least one picture, just sequence and
2692           GOP headers). Finally, in _ensure_data(), take into account that we
2693           might be typefinding smaller amounts of data, such as the first
2694           buffer of a stream, so fall back to the minimum size needed as long
2695           as that's available, instead of erroring out if there's less than
2696           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2697           fuzzed file from #399342 as valid.
2698
2699 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2700
2701         * ext/theora/theoradec.c:
2702           Cool kids don't divide by zero.
2703           Treat PAR of x:0 as 1:1.
2704           Fixes #530719.
2705
2706 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2707
2708         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2709           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2710           (mpeg_video_stream_type_find):
2711           Refactor a bit: use context structure to track parsing offset and
2712           size of available data and make the code a bit clearer. Fixes bad
2713           memory access in #356937.
2714
2715 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2716
2717         * gst/playback/test4.c:
2718         * gst/playback/test5.c:
2719         * gst/playback/test6.c:
2720         * gst/tcp/gstmultifdsink.c:
2721           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2722           is defined.
2723
2724 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2725
2726         * gst-libs/gst/audio/gstbaseaudiosink.h:
2727         Clarify some docs.
2728
2729         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2730         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2731         (gst_base_audio_src_set_slave_method),
2732         (gst_base_audio_src_get_slave_method),
2733         (gst_base_audio_src_set_property),
2734         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2735         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2736         Add property and methods for selecting the clock slave method in the
2737         source, like in the sink.
2738         We only implement "none" and "re-timestamp" for now.
2739         API: gst_base_audio_src_set_slave_method()
2740         API: gst_base_audio_src_get_slave_method()
2741
2742 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2743
2744         * gst-libs/gst/rtp/gstrtpbuffer.c:
2745         Fix the docs about the seqnum compare function, it returns a difference.
2746
2747 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2748
2749         * ext/alsa/gstalsadeviceprobe.c:
2750         (gst_alsa_get_device_list): Don't return before freeing up
2751         the allocated structures.
2752
2753 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2754
2755         * gst/playback/gstplaybin.c:
2756           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2757
2758 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2759
2760         * ext/ogg/gstoggdemux.c:
2761           Revert the event part, that should not go in.
2762
2763 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2764
2765         * ext/ogg/gstoggdemux.c:
2766           Don't leak GstPluginFeatures when filtering.
2767
2768 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2769
2770         * sys/xvimage/xvimagesink.c:
2771           Add some logging for cases when grabbing the xv failed.
2772
2773 2008-04-21  David Schleef  <ds@schleef.org>
2774
2775         * ext/ogg/gstoggmux.c:
2776           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2777           packet.  Should conform to what we currently think is the
2778           final Ogg/Dirac muxing spec.
2779
2780 2008-04-21  David Schleef  <ds@schleef.org>
2781
2782         * sys/xvimage/xvimagesink.c:
2783           Fix typo that causes the overlay keying color to bright green
2784           on a 16-bit display.  Dark grey good.  Bright green bad.
2785
2786 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2787
2788         * ext/gnomevfs/gstgnomevfsuri.c:
2789           Add  FIXME comment about using uri-list for source and sink.
2790
2791 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2792
2793         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2794         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2795         vaargs functions to gint. Otherwise the fractions will get 0 set
2796         instead of the correct value on big endian systems. Fixes bug #529018.
2797
2798 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2799
2800         * ext/gnomevfs/gstgnomevfssink.c:
2801         (gst_gnome_vfs_sink_uri_get_protocols):
2802         * ext/gnomevfs/gstgnomevfssrc.c:
2803         (gst_gnome_vfs_src_uri_get_protocols):
2804         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2805         (gst_gnomevfs_get_supported_uris):
2806         Get the list of supported URI schemes in a threadsafe way and use the
2807         same list for the source and sink.
2808
2809 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2810
2811         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2812         (gst_gio_get_supported_protocols):
2813         Don't generate a new supported protocols list on each call but cache
2814         it. It's supposed to be static anyway, this way we only leak it once
2815         per process.
2816
2817         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2818         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2819         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2820         (gst_gio_sink_start):
2821         * ext/gio/gstgiosink.h:
2822         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2823         (gst_gio_src_class_init), (gst_gio_src_finalize),
2824         (gst_gio_src_set_property), (gst_gio_src_get_property),
2825         (gst_gio_src_start):
2826         * ext/gio/gstgiosrc.h:
2827         API: Add "file" properties where one can set a GFile as
2828         source/destination.
2829
2830         Add locking to the properties and use
2831         gst_element_class_set_details_simple() instead of a static
2832         GstElementDetails struct.
2833
2834 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2835
2836         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2837         (plugin_init):
2838         Add "mpp" and "mp+" as possible extensions for MusePack files.
2839
2840         Add typefinding for MusePack StreamVersion 8 files and include the
2841         stream version in the caps.
2842
2843 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2844
2845         * gst-libs/gst/rtp/gstrtppayloads.c:
2846         (gst_rtp_payload_info_for_name):
2847         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2848
2849 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2850
2851         * configure.ac:
2852           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2853           (NB: this only affects compilation of some of the examples).
2854           Remove some configure.ac cruft that's not needed any longer.
2855
2856 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2857
2858         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2859         Don't validate the payload if there isn't any.
2860         Fixes #525915
2861
2862 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2863
2864         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2865         Use g_atomic_int_set() instead of gst_atomic_int_set().
2866
2867 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2868
2869         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2870         Return NULL instead of a gchar * array with one NULL element if we
2871         don't get any supported URI schemes from GIO.
2872
2873 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2874
2875         * gst/audiotestsrc/gstaudiotestsrc.c:
2876           Remove cpp style commented old code.
2877
2878 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2879
2880         * gst/playback/gstdecodebin2.c:
2881           Fix signal docs.
2882
2883 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2884
2885         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2886           (gst_text_overlay_init):
2887           Fix textoverlay unit test again by making the supposed default
2888           value for the wait-text property the actual default value.
2889           Also fix Since: tag for new property.
2890
2891 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2892
2893         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2894           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2895           (gst_video_format_get_pixel_stride),
2896           (gst_video_format_get_component_width),
2897           (gst_video_format_get_component_height),
2898           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2899           (gst_video_format_convert):
2900           Add guards to these functions to ensure sane input values.
2901
2902         * tests/check/libs/video.c:
2903           Fix unit test not to create caps with width=0 and height=0.
2904
2905 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2906
2907         * docs/design/draft-keyframe-force.txt:
2908         Fix typo.
2909
2910         * gst/playback/gstqueue2.c: (update_buffering),
2911         (gst_queue_handle_src_query):
2912         Set buffering mode in the messages.
2913         Set buffering percent in the query.
2914
2915         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2916         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2917         Do some more fancy things based on the buffering method in use.
2918
2919 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2920
2921         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2922         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2923         (msg_buffering), (main):
2924         Add basic download reports to seek using the new buffering API.
2925
2926 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2927
2928         * gst/playback/gstqueue2.c: (update_buffering),
2929         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2930         (gst_queue_src_checkgetrange_function):
2931         Include extra buffering stats in the buffering message.
2932         Implement BUFFERING query.
2933
2934         * gst/playback/gsturidecodebin.c: (do_async_start),
2935         (do_async_done), (type_found), (setup_streaming), (setup_source),
2936         (gst_uri_decode_bin_change_state):
2937         Only add decodebin2 when the type is found in streaming mode.
2938         Make uridecodebin async to PAUSED even when we don't have decodebin2
2939         added yet.
2940
2941 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2942
2943         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2944         Filter cdda from the supported URI schemes. We can't support
2945         musicbrainz tags and everything else one expects from a cdda source
2946         with GIO. Fixes bug #526794.
2947
2948 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2949
2950         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2951         (gst_xvimagesink_buffer_alloc):
2952         Fix calculation of 'expected size' for YV12 buffers.
2953         Be a little more verbose in the debug output for buffer-alloc'ed
2954         buffers which turn out to have the wrong size.
2955
2956 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2957
2958         * NEWS:
2959         * RELEASE:
2960         * gst-plugins-base.doap:
2961           Merge other changes from 0.10.19 release branch.
2962
2963 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2964
2965         * gst-libs/gst/audio/gstbaseaudiosink.c:
2966           (gst_base_audio_sink_class_init):
2967         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2968           (gst_base_audio_src_class_init):
2969         * gst/playback/gstplayback.c: (plugin_init):
2970         * gst/volume/gstvolume.c: (plugin_init):
2971           Work around missing bits of thread-safety on older GLibs some
2972           more to avoid assertions when starting up multiple playbin
2973           objects concurrently (see #512382).
2974
2975 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2976
2977         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2978           Remove some more fields.
2979
2980 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
2981
2982         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2983
2984         * configure.ac:
2985         Actually build dlls when cross-compiling with mingw32.
2986         Fixes bug #526247.
2987
2988 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2989
2990         * configure.ac:
2991           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2992
2993 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2994
2995         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
2996         (msg_buffering), (connect_bus_signals), (main):
2997         Add statusbar.
2998         Add buffering support with feedback in the statusbar.
2999
3000 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3001
3002         * ext/ogg/gstoggmux.c:
3003           Fix sample pipeline description.
3004
3005 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3006
3007         * docs/plugins/Makefile.am:
3008         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3009         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3010         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3011           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3012
3013         * docs/plugins/gst-plugins-base-plugins.args:
3014         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3015         * docs/plugins/gst-plugins-base-plugins.interfaces:
3016         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3017         * docs/plugins/inspect/plugin-adder.xml:
3018         * docs/plugins/inspect/plugin-alsa.xml:
3019         * docs/plugins/inspect/plugin-audioconvert.xml:
3020         * docs/plugins/inspect/plugin-audiorate.xml:
3021         * docs/plugins/inspect/plugin-audioresample.xml:
3022         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3023         * docs/plugins/inspect/plugin-cdparanoia.xml:
3024         * docs/plugins/inspect/plugin-decodebin.xml:
3025         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3026         * docs/plugins/inspect/plugin-gdp.xml:
3027         * docs/plugins/inspect/plugin-gnomevfs.xml:
3028         * docs/plugins/inspect/plugin-libvisual.xml:
3029         * docs/plugins/inspect/plugin-ogg.xml:
3030         * docs/plugins/inspect/plugin-pango.xml:
3031         * docs/plugins/inspect/plugin-playback.xml:
3032         * docs/plugins/inspect/plugin-queue2.xml:
3033         * docs/plugins/inspect/plugin-subparse.xml:
3034         * docs/plugins/inspect/plugin-tcp.xml:
3035         * docs/plugins/inspect/plugin-theora.xml:
3036         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3037         * docs/plugins/inspect/plugin-uridecodebin.xml:
3038         * docs/plugins/inspect/plugin-video4linux.xml:
3039         * docs/plugins/inspect/plugin-videorate.xml:
3040         * docs/plugins/inspect/plugin-videoscale.xml:
3041         * docs/plugins/inspect/plugin-videotestsrc.xml:
3042         * docs/plugins/inspect/plugin-volume.xml:
3043         * docs/plugins/inspect/plugin-vorbis.xml:
3044         * docs/plugins/inspect/plugin-ximagesink.xml:
3045         * docs/plugins/inspect/plugin-xvimagesink.xml:
3046           Update introspection data.
3047
3048         * ext/ogg/gstoggmux.c:
3049           Document oggmux.
3050
3051         * gst/playback/gstdecodebin2.c:
3052           Don't use gtk-doc style comment start for private stuff, but make it
3053           formatted like this for consistency.
3054
3055 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3056
3057         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3058         (gst_decode_bin_init), (gst_decode_bin_dispose),
3059         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3060         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3061         (analyze_new_pad), (connect_pad), (expose_pad),
3062         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3063         (gst_decode_group_expose), (gst_decode_group_free),
3064         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3065         Remove fakesink hack, we can now implement this more elegantly.
3066         Added property to bypass typefinding.
3067         Removed underrun callback and demuxer pad probe, we now use the srcpad
3068         probe to expose groups.
3069         API::sink-caps property
3070
3071         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3072         Guard against multiple emissions of the no_more_pads signal, which
3073         happens when we are dealing with chained oggs.
3074
3075         * gst/playback/gsturidecodebin.c: (remove_decoders),
3076         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3077         (setup_source):
3078         For streams, use our own typefind element and plug our queue after it.
3079         We will need this to determine the type of buffering to use for the
3080         queue soon.
3081
3082 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3083
3084         * gst-libs/gst/audio/gstbaseaudiosink.c:
3085         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3086         Guard against over and underflows because of clock slaving.
3087         When we are using our own clock, still compensate for any calibrations
3088         that we might have done to our clock.
3089
3090 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3091
3092         * ext/theora/theoradec.c: (theora_handle_type_packet),
3093         (theora_dec_chain):
3094         Don't try to do anything fancy with the return code from pushing an
3095         event, it does not have enough information to turn it into a
3096         GST_FLOW_ERROR.
3097
3098 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3099
3100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3101         (gst_ogg_demux_chain_elem_pad):
3102         Add small debug line.
3103         Pass return code from the internal decoder instead of the too generic
3104         GST_FLOW_ERROR.
3105
3106 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3107
3108         * gst-libs/gst/cdda/Makefile.am:
3109         * gst-libs/gst/cdda/base64.c:
3110         * gst-libs/gst/cdda/base64.h:
3111         * gst-libs/gst/cdda/gstcddabasesrc.c:
3112         (gst_cddabasesrc_calculate_musicbrainz_discid):
3113         Use GLib's base64 implementation instead of our own.
3114
3115 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3116
3117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3118         (gst_ogg_demux_read_chain):
3119         Refix oggdemux, we only have a problem if we failed to find a chain and
3120         we are not EOF.
3121
3122 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3123
3124         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3125
3126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3127         (gst_ogg_demux_read_chain):
3128         When we fail to find a BOS page and we and up with no chain, error out
3129         properly instead of segfaulting. Fixes #525665.
3130
3131 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3132
3133         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3134         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3135         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3136         no-more-pads...
3137
3138 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3139
3140         * gst/playback/gstqueue2.c: (update_out_rates),
3141         (gst_queue_open_temp_location_file),
3142         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3143         (gst_queue_handle_src_query), (gst_queue_set_property):
3144         Update the estimated input data when we push out a buffer.
3145         Add some debug info about the temp file.
3146         Only forward src events when we are not using a temp file.
3147         Don't block the duration query, we need to find something better.
3148         Don't leak the temp filename.
3149
3150 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3151
3152         * configure.ac:
3153         Require GLib 2.12 and liboil 0.3.14.
3154
3155         * gst/volume/gstvolume.c: (volume_process_double):
3156         Unconditionally use liboil 0.3.14 function.
3157
3158 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3159
3160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3161         ms-gsm can have arbitrarty sample rates. See #481354.
3162
3163 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3164
3165         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3166         MP4S is generic MPEG-4, not a microsoft variant.
3167
3168 2008-03-27  Michael Smith <msmith@fluendo.com>
3169
3170         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3171           Check the body CRC (if set) when depayloading.
3172           Fixes #522401.
3173
3174 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3175
3176         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3177           Fix Since: version for new property.
3178
3179 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3180
3181         * gst-libs/gst/rtsp/gstrtspconnection.c:
3182         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3183         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3184         Don't error when poll_wait returns EAGAIN.
3185
3186 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3187
3188         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3189         The queue is never filled when there are no buffers in the queue at all.
3190         Fixes #523993.
3191
3192 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3193
3194         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3195         (init_group), (free_group), (gst_play_bin_init),
3196         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3197         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3198         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3199         (gst_play_bin_set_current_video_stream),
3200         (gst_play_bin_set_current_audio_stream),
3201         (gst_play_bin_set_current_text_stream),
3202         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3203         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3204         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3205         (activate_group), (deactivate_group), (setup_next_source),
3206         (save_current_group), (gst_play_bin_change_state):
3207         Update some docs.
3208         Add new locks and conds to protect pipeline creation and group
3209         switching.
3210         Implement the sub-uri property.
3211         Keep track of pending uridecodebin creation and configure the output
3212         pipeline after all streams are configured.
3213         Propagate subtitle encoding to the uridecodebins.
3214         Implement getting the video/audio/visualisation elements.
3215         Use input-selector for stream switching.
3216         If we are asked to do visualisation, prefer to autoplug raw sinks
3217         instead of sinks that accept encoded data.
3218
3219 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3220
3221         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3222         (gst_play_sink_init), (gst_play_sink_dispose),
3223         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3224         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3225         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3226         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3227         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3228         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3229         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3230         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3231         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3232         * gst/playback/gstplaysink.h:
3233         Add methods to get audio/video/vis elements.
3234         Add methods to set the font description for the overlay.
3235         Remove properties, we're using this element with its methods only.
3236         Add support for subtitles.
3237         Rearrange the locking a bit to not use the object lock for protecting
3238         the pipeline construction.
3239         Try to use the volume and mute property on the sink when its available.
3240         Implement the mute option with volume when the sink does not have a mute
3241         property.
3242         Only add volume element when the sink has no volume property.
3243         Only do visualisations with raw audio pads.
3244
3245 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3246
3247         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3248         (gst_text_overlay_init), (gst_text_overlay_set_property),
3249         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3250         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3251         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3252         (gst_text_overlay_change_state):
3253         * ext/pango/gsttextoverlay.h:
3254         Add property to configure waiting for text on the textpad or not, with
3255         the default behaviour being the old one (always wait for text before
3256         rendering the video). This default behaviour is usually not the best one
3257         because the text stream can very sparse and could require queueing a lot
3258         of video.
3259         Fix the flushing and EOS handing so that we don't mix up their meaning.
3260
3261 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3262
3263         * gst/playback/gsturidecodebin.c:
3264         (gst_uri_decode_bin_autoplug_factories),
3265         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3266         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3267         (gst_uri_decode_bin_set_property),
3268         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3269         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3270         (proxy_autoplug_factories_signal), (make_decoder),
3271         (source_new_pad), (setup_source):
3272         Add a readonly source property and notify.
3273         Add new lock for protecting the construction of the pipeline.
3274         Keep track of the decodebins we plugged.
3275         Correctly proxy the autoplug signal so that it actually continues.
3276         Proxy subtitle-encoding to the decodebins.
3277
3278 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3279
3280         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3281         (text_toggle_cb), (update_streams), (main):
3282         Rearrange some buttons in playbin2 and make some other boxes insensitive
3283         when needed.
3284         Add language codes to subtitle selection boxes when we gind the right
3285         tags for the streams.
3286
3287 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3288
3289         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3290         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3291         (gst_decode_bin_set_subs_encoding),
3292         (gst_decode_bin_get_subs_encoding),
3293         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3294         (deactivate_free_recursive):
3295         Protect caps property with the object lock.
3296         Protect encoding property with the object lock.
3297         Keep list of elements we added that have the subtitle-encoding property.
3298         Distribute the subtitle-encoding to all of the elements when it
3299         changes.
3300
3301 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3302
3303         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3304         Small debug improvement.
3305
3306         * gst-libs/gst/audio/gstbaseaudiosink.c:
3307         (gst_base_audio_sink_render):
3308         Fix bug in determining the sample start/stop position, we want to base
3309         this decision on the fact that we are going forwards or backwards, not
3310         slower or faster. This fixes some ugly resync warnings when playing at
3311         very slow speeds.
3312
3313 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3314
3315         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3316         Correctly set the supported URI schemes and don't leave
3317         some schemes in the middle or at the start at NULL.
3318
3319 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3320
3321         * tests/check/elements/gdpdepay.c:
3322           Make test compile without unused function/variable warnings on PPC.
3323  
3324 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3325
3326         * configure.ac:
3327         * ext/alsa/gstalsamixerelement.c:
3328         (gst_alsa_mixer_element_class_init):
3329         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3330         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3331         * ext/cdparanoia/gstcdparanoiasrc.c:
3332         (gst_cd_paranoia_src_class_init):
3333         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3334         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3335         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3336         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3337         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3338         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3340         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3341         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3342         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3343         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3344         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3345         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3346         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3347         (gst_audio_filter_template_class_init):
3348         * gst-libs/gst/audio/gstbaseaudiosink.c:
3349         (gst_base_audio_sink_class_init):
3350         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3351         (gst_base_audio_src_class_init):
3352         * gst-libs/gst/cdda/gstcddabasesrc.c:
3353         (gst_cdda_base_src_class_init):
3354         * gst-libs/gst/interfaces/mixertrack.c:
3355         (gst_mixer_track_class_init):
3356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3357         (gst_base_rtp_depayload_class_init):
3358         * gst-libs/gst/rtp/gstbasertppayload.c:
3359         (gst_basertppayload_class_init):
3360         * gst/audioconvert/gstaudioconvert.c:
3361         (gst_audio_convert_class_init):
3362         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3363         * gst/audioresample/gstaudioresample.c:
3364         (gst_audioresample_class_init):
3365         * gst/audiotestsrc/gstaudiotestsrc.c:
3366         (gst_audio_test_src_class_init):
3367         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3368         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3369         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3370         (preroll_unlinked):
3371         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3372         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3373         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3374         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3375         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3376         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3377         (gst_stream_selector_class_init):
3378         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3379         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3380         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3381         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3382         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3383         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3384         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3385         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3386         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3387         * gst/videotestsrc/gstvideotestsrc.c:
3388         (gst_video_test_src_class_init):
3389         * gst/volume/gstvolume.c: (gst_volume_class_init):
3390         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3391         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3392         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3393         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3394         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3396         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3397         static strings (i.e. all). This gives us less memory usage,
3398         fewer allocations and thus less memory defragmentation. Depend
3399         on core CVS for this. Fixes bug #523806.
3400
3401 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3402
3403         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3404         Filter http and https protocols. GIO/GVfs handles them but it's
3405         impossible to implement iradio/icecast with it. Better use
3406         souphttpsrc or something else for this.
3407
3408         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3409         If getting the file informations by a query fails try it with the
3410         seek-to-end trick too.
3411
3412 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3413
3414         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3415         (gst_volume_base_init), (gst_volume_class_init),
3416         (volume_process_double), (volume_process_float),
3417         (volume_transform_ip), (plugin_init):
3418         memset buffers to zero if we get a GAP buffer. We usually see a
3419         buffer as one unit so let's handle it as one and don't care about
3420         volume changes while processing one buffer.
3421         Also clean up some stuff a bit.
3422
3423 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3424
3425         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3426         (gst_audio_convert_create_silence_buffer),
3427         (gst_audio_convert_transform):
3428         Make audioconvert GAP-aware by outputting silence buffers when the
3429         input has the GAP flag set. This is up to 8x faster.
3430         Based on a patch by Stefan Kost. Fixes bug #517813.
3431
3432 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3433
3434         * gst/volume/gstvolume.c: (volume_process_double):
3435         Use oil_scalarmultiply_f64_ns() for double processing when it's
3436         available at compile time.
3437
3438 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3439
3440         * configure.ac:
3441         Fix lrint/lrintf checks to actually work. These functions are
3442         in libm on Linux at least so try to link to it.
3443
3444 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3445
3446         * configure.ac:
3447         Back to development - 0.10.18.1
3448
3449 === release 0.10.18 ===
3450
3451 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3452
3453         * configure.ac:
3454           releasing 0.10.18, "I will follow"
3455
3456 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3457
3458         * configure.ac:
3459         * win32/common/config.h:
3460         0.10.17.4 pre-release
3461
3462 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3463
3464         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3465         Use GST_STR_NULL when trying to print strings that could be NULL because
3466         this might crash on some platforms. See #520808.
3467
3468 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3469
3470         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3471
3472         * gst-libs/gst/rtsp/gstrtspconnection.c:
3473         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3474         (read_line), (gst_rtsp_connection_read_internal):
3475         Generic Windows fixes that makes libgstrtsp work on Windows when
3476         coupled with the new GstPoll API. See #520808.
3477
3478 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3479
3480         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3481
3482         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3483           If seeking to a new position succeeds don't simply return from
3484           create() without creating a buffer. Do this only in the case
3485           seeking to the new position fails. Fixes bug #523054.
3486
3487 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3488
3489         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3490           (gst_video_format_from_rgba32_masks):
3491           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3492           (#522635).
3493
3494         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3495           Add unit test for the RGB caps parsing and creation, checking for
3496           internal consistency of the new API and consistency of the API with
3497           the old GST_VIDEO_CAPS_* defines.
3498
3499 2008-03-14  David Schleef  <ds@schleef.org>
3500
3501         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3502           because -base is in freeze.
3503
3504 2008-03-14  David Schleef  <ds@schleef.org>
3505
3506         Patch by: William M. Brack
3507
3508         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3509
3510 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3511
3512         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3513         (gst_selector_pad_chain):
3514         * gst/playback/gststreamselector.h:
3515         Revert change that caused regression until a real fix is found.
3516         Fixes #522203.
3517
3518 2008-03-12  Michael Smith <msmith@fluendo.com>
3519
3520         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3521         * gst-libs/gst/audio/gstringbuffer.h:
3522           Rename recently added buffer types to make more sense.
3523         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3524         (gst_alsasink_write):
3525           Adapt for above API changes.
3526           Fixes bug #520523.
3527
3528 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3529
3530         * win32/common/libgstnetbuffer.def:
3531         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3532
3533 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3534
3535         * configure.ac:
3536         * win32/common/config.h:
3537         0.10.17.3 pre-release
3538
3539 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3540
3541         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3542         (gst_base_audio_src_create):
3543         Fix duration when no clock was provided. Fixes #520300.
3544
3545 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3546
3547         Patch by: Olivier Crete  <tester at tester ca>
3548
3549         * docs/libs/gst-plugins-base-libs-sections.txt:
3550         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3551         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3552         Add trivial function to compare GstNetAddress. See #520626.
3553         API: GstNetBuffer::gst_netaddress_equal
3554
3555 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3556
3557         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3558         Update mode property docs, it's deprecated now.
3559
3560 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3561
3562         * gst-libs/gst/rtsp/gstrtspconnection.c:
3563         (gst_rtsp_connection_create):
3564         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3565         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3566         * gst/tcp/gstmultifdsink.h:
3567         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3568         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3569         Remove GstPollMode from gstpoll constructor.
3570
3571 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3572
3573         * configure.ac:
3574         * win32/common/config.h:
3575         0.10.17.2 pre-release
3576
3577 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3578
3579         * gst/Makefile.am:
3580         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3581         them twice
3582
3583         * win32/common/libgstinterfaces.def:
3584         * win32/common/libgstrtp.def:
3585         Add new API to the defs
3586
3587 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3588
3589         Patch by: Mersad Jelacic  <mersad at axis dot com>
3590
3591         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3592         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3593         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3594         possible to specify the sample size in bits. (#509637)
3595
3596 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3597
3598         * tests/check/libs/mixer.c:
3599           Add a few simple checks for the new message types.
3600
3601 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3602
3603         * docs/libs/gst-plugins-base-libs-sections.txt:
3604         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3605           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3606           (gst_mixer_message_get_type),
3607           (gst_mixer_message_parse_option_changed),
3608           (gst_mixer_message_parse_options_list_changed):
3609         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3610           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3611           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3612           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3613           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3614           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3615
3616 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3617
3618         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3619           (gst_mixer_options_get_values):
3620         * gst-libs/gst/interfaces/mixeroptions.h:
3621           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3622           (_GstMixerOptions), (_GstMixerOptionsClass):
3623           API: add GstMixerOptions::get_values vfunc (#519906)
3624
3625 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3626
3627         * configure.ac:
3628         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3629         plug-ins are included/excluded. (#498222)
3630
3631 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3632
3633         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3634         Add typefinder for IMelody files, using audio/x-imelody.
3635         See bug #519516.
3636
3637 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3638
3639         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3640         * ext/alsa/gstalsasink.c: (set_hwparams):
3641         * ext/alsa/gstalsasrc.c: (set_hwparams):
3642         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3643         * ext/ogg/gstoggmux.h:
3644         * ext/ogg/gstogmparse.c:
3645         * gst-libs/gst/audio/audio.c:
3646         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3647         * gst-libs/gst/pbutils/missing-plugins.c:
3648         (gst_missing_uri_sink_message_new),
3649         (gst_missing_element_message_new),
3650         (gst_missing_decoder_message_new),
3651         (gst_missing_encoder_message_new):
3652         * gst-libs/gst/rtp/gstbasertppayload.c:
3653         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3654         (gst_rtcp_packet_bye_get_reason):
3655         * gst/audioconvert/gstaudioconvert.c:
3656         * gst/audioresample/gstaudioresample.c:
3657         * gst/ffmpegcolorspace/imgconvert.c:
3658         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3659         * gst/typefind/gsttypefindfunctions.c:
3660         * gst/videoscale/vs_4tap.c:
3661         * gst/videoscale/vs_4tap.h:
3662         * sys/v4l/gstv4lelement.c:
3663         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3664         * sys/v4l/v4l_calls.c:
3665         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3666         (gst_v4lsrc_try_capture):
3667         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3668         (gst_ximagesink_ximage_new):
3669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3670         (gst_xvimagesink_xvimage_new):
3671         * tests/check/elements/audioconvert.c:
3672         * tests/check/elements/audioresample.c:
3673         (fail_unless_perfect_stream):
3674         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3675         * tests/check/elements/decodebin.c:
3676         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3677         (setup_gdpdepay_streamheader):
3678         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3679         (setup_gdppay_streamheader):
3680         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3681         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3682         * tests/check/elements/textoverlay.c:
3683         * tests/check/elements/videorate.c: (setup_videorate):
3684         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3685         * tests/check/elements/volume.c: (setup_volume):
3686         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3687         * tests/check/elements/vorbistag.c:
3688         * tests/check/generic/clock-selection.c:
3689         * tests/check/generic/states.c: (setup), (teardown):
3690         * tests/check/libs/cddabasesrc.c:
3691         * tests/check/libs/video.c:
3692         * tests/check/pipelines/gio.c:
3693         * tests/check/pipelines/oggmux.c:
3694         * tests/check/pipelines/simple-launch-lines.c:
3695         (simple_launch_lines_suite):
3696         * tests/check/pipelines/streamheader.c:
3697         * tests/check/pipelines/theoraenc.c:
3698         * tests/check/pipelines/vorbisdec.c:
3699         * tests/check/pipelines/vorbisenc.c:
3700         * tests/examples/seek/scrubby.c:
3701         * tests/examples/seek/seek.c: (query_positions_elems),
3702         (query_positions_pads):
3703         * tests/icles/stress-xoverlay.c: (myclock):
3704         Correct all relevant warnings found by the sparse semantic code
3705         analyzer. This include marking several symbols static, using
3706         NULL instead of 0 for pointers and using "foo (void)" instead
3707         of "foo ()" for declarations.
3708
3709         * win32/common/libgstrtp.def:
3710         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3711
3712 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3713
3714         Patch by: José Alburquerque <jaalburqu svn gnome org>
3715
3716         * gst/playback/gstplaybin2.c:
3717           Make the function signature of the _get_*_tags() functions match
3718           the signature of the vfuncs they implement, ie. return a
3719           GstTagList rather than a GstStructure, which is more correct,
3720           even if one is typedef'ed to the other (#518940).
3721
3722 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3723
3724         * gst-libs/gst/rtsp/gstrtspconnection.c:
3725           Don't include unix headers unconditionally (fixes #518037).
3726
3727 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3728
3729         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3730           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3731           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3732           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3733           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3734           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3735           (gst_video_format_is_packed), (video_format_is_packed):
3736           Add unit test that makes sure that the strides, offsets and
3737           sizes returned for the various YUV formats by the new video API
3738           match the old reference implementation in videotestsrc.
3739
3740 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3741
3742         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3743           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3744           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3745           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3746           (gst_video_format_get_pixel_stride),
3747           (gst_video_format_get_component_width),
3748           (gst_video_format_get_component_height),
3749           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3750         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3751           (GST_VIDEO_FORMAT_Y42B):
3752           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3753
3754 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3755
3756         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3757           YV12 is I420 with swapped components 1 and 2, so the offset of
3758           component 1 for I420 should be the offset for component 2 for YV12
3759           and vice versa.
3760
3761 2008-02-29  Rene Stadler  <mail@renestadler.de>
3762
3763         * sys/v4l/gstv4lelement.c:
3764         Add missing semicolon to fix indentation.
3765
3766 2008-02-29  Julien Moutte  <julien@fluendo.com>
3767
3768         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3769         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3770         if we can do SPDIF output.
3771         * ext/alsa/gstalsa.h:
3772         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3773         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3774         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3775         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3776         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3777         to support AC3, EC3 and IEC958 buffers.
3778
3779 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3780
3781         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3782           (gst_mixer_message_parse_mute_toggled),
3783           (gst_mixer_message_parse_record_toggled),
3784           (gst_mixer_message_parse_volume_changed),
3785           (gst_mixer_message_parse_option_changed):
3786           De-cruft and fix message type assertions (NULL is not a really
3787           valid mixer message type string).
3788
3789 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3790
3791         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3792         When negotiating, actually start from a format that we can support
3793         instead of from the too generic template.
3794
3795 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3796
3797         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3798         Enable vis setting.
3799
3800         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3801         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3802         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3803         (gen_vis_chain):
3804         Implement vis switching while playing.
3805
3806 2008-02-28  David Schleef  <ds@schleef.org>
3807
3808         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3809
3810 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3811
3812         Patch by: Peter Kjellerstedt  <pkj at axis com>
3813
3814         * gst/tcp/Makefile.am:
3815         * gst/tcp/fdsetstress.c:
3816         * gst/tcp/gstfdset.c:
3817         * gst/tcp/gstfdset.h:
3818         Removed fdset and stress test, they are now known as GstPoll in
3819         core. 
3820
3821         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3822         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3823         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3824         (gst_multi_fd_sink_handle_client_write),
3825         (gst_multi_fd_sink_queue_buffer),
3826         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3827         (gst_multi_fd_sink_stop):
3828         * gst/tcp/gstmultifdsink.h:
3829         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3830         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3831         (gst_tcp_gdp_read_caps):
3832         * gst/tcp/gsttcp.h:
3833         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3834         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3835         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3836         * gst/tcp/gsttcpclientsink.h:
3837         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3838         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3839         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3840         * gst/tcp/gsttcpclientsrc.h:
3841         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3842         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3843         * gst/tcp/gsttcpserversink.h:
3844         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3845         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3846         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3847         * gst/tcp/gsttcpserversrc.h:
3848         Port to GstPoll. See #505417.
3849
3850 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3851
3852         Patch by: Peter Kjellerstedt  <pkj at axis com>
3853
3854         * gst-libs/gst/rtsp/gstrtspconnection.c:
3855         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3856         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3857         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3858         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3859         (gst_rtsp_connection_flush):
3860         * gst-libs/gst/rtsp/gstrtspconnection.h:
3861         Use GstPoll for the rtsp connection. See #505417.
3862
3863 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3864
3865         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3866         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3867         Add combo box for visualisations, populate it with a factory list
3868         of all visualisation plugins, configure vis plugin instance in
3869         playbin2. 
3870
3871 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3872
3873         * tests/check/libs/rtp.c: (GST_START_TEST):
3874         Add check for RTP buffer defaults, padding and marker bit API.
3875
3876 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3877
3878         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3879         Use memcpy() instead of upcasting a byte array to long *. This
3880         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3881         This should be ported to GCheckSum once we can use GLib 2.16.
3882         Partially fixes bug #500833.
3883
3884 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3885
3886         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3887           Push tag event after the newsegment event. Log the pointer of
3888           the buffer we're actually going to push rather than the buffer
3889           we're feeding to _make_metadata_writable().
3890
3891 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3892
3893         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3894         Comment smoke typefinder for now. The smokedec plugin needs one
3895         frame per buffer but we have no parser yet, thus it simply crashes
3896         in most situations.
3897
3898 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3899
3900         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3901         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3902
3903 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3904
3905         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3906         (plugin_init):
3907         Add midi typefinder, copied from the timidity plugin.
3908
3909 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3910
3911         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3912
3913         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3914         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3915           (subparse_suite):
3916           Forward slashes at the beginning and end of a line also signify
3917           italics (Fixes: #518162).
3918
3919 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3920
3921         * tests/check/gst-plugins-base.supp:
3922         Add a suppression for a cached value in GIO that wasn't moved
3923         while moving gio from -bad to -base.
3924
3925 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3926
3927         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3928
3929         * configure.ac:
3930         Don't hardcode -Wall and -Werror for configure checks, this fails
3931         with non-GCC compilers. Fixes bug #517991.
3932
3933 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3934
3935         * gst/audioconvert/gstaudioconvert.c:
3936         * gst/audioconvert/gstaudioquantize.c:
3937         * gst/audioconvert/gstaudioquantize.h:
3938           Make audioconvert gap aware. If noiseshaping is used, wait for
3939           noiseshaping to converge before marking as GAP. Fixes #517813.
3940
3941 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3942
3943         * gst/audiotestsrc/gstaudiotestsrc.c:
3944           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3945
3946 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3947
3948         * ext/gnomevfs/gstgnomevfssink.c:
3949         (gst_gnome_vfs_sink_handle_event):
3950         Return FALSE when seeking for a new segment fails instead
3951         of silently ignoring the failure and appending every buffer
3952         that comes for the new segment.
3953
3954 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3955
3956         * gst/playback/gstplaysink.c: (find_property),
3957         (gst_play_sink_find_property), (gen_video_chain),
3958         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3959         Recursively search the sink element for a last-frame property so that we
3960         can also find the property in autovideosink and friends that don't
3961         always proxy the internal sink properties.
3962
3963 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3964
3965         * gst-libs/gst/audio/multichannel.c:
3966           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
3967           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
3968           (gst_audio_set_structure_channel_positions_list),
3969           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3970           (gst_audio_fixate_channel_positions):
3971           Fix confusing terminology in docs and code: structure fields are
3972           'fields' and not 'properties'.
3973
3974 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3975
3976         * gst-libs/gst/audio/multichannel.c:
3977           (gst_audio_check_channel_positions), (add_list_to_struct):
3978           Give more useful warning messages if one of the channel
3979           layout enums passed to us is invalid and if the "channels"
3980           field in the caps has a GType we don't expect.
3981
3982 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3983
3984         * gst-libs/gst/audio/multichannel.c:
3985           Fix typo in docs blurb.
3986
3987 2008-02-19  Julien Moutte  <julien@fluendo.com>
3988
3989         Patch by: Josep Torra Valles <josep@fluendo.com>
3990
3991         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
3992         typefind lookup to fix typefinding on HD clips.
3993
3994 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3995
3996         * gst/playback/gstscreenshot.c:
3997         * gst/playback/gstscreenshot.h:
3998           Fix up copyright (I rewrote the GStreamer-0.10 code for
3999           this from scratch back in the days).
4000
4001 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4002
4003         * gst/playback/Makefile.am:
4004         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4005         (create_element), (gst_play_frame_conv_convert):
4006         * gst/playback/gstscreenshot.h:
4007         Add screenshot conversion code from totem.
4008
4009         * gst/playback/gstplay-marshal.list:
4010         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4011         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4012         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4013         Implement frame property to get a color-unconverted snapshot.
4014         Implement convert-frame action signal to get a converted snapshot image.
4015         Configure connection speed in uridecodebin.
4016         Document some more properties.
4017
4018         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4019         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4020         (gst_play_sink_get_last_frame):
4021         * gst/playback/gstplaysink.h:
4022         Use last-buffer property of the video sink to get a video snapshot.
4023
4024         * tests/examples/seek/seek.c: (shot_cb), (main):
4025         Add snapshot button for playbin2 and use the frame property to save the
4026         frame as a png in the current directory.
4027
4028 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4029
4030         Patch by: Josep Torra Valles <josep at fluendo dot com>
4031
4032         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4033         (plugin_init):
4034         Add typefinding support for h264 elementary streams.
4035         Fixes bug #517420.
4036
4037 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4038
4039         * configure.ac:
4040           Require CVS of core for new API in collectpads.
4041
4042         * gst/adder/gstadder.c:
4043           Use new API to make adder sparse stream aware.
4044
4045 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4046
4047         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4048         (no_more_pads_cb):
4049         Get the object data correct so that we can remove our channels
4050         correctly.
4051
4052         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4053         (gen_vis_chain), (gst_play_sink_reconfigure),
4054         (gst_play_sink_request_pad):
4055         Add option to disable async behaviour in the sinks when possible. This
4056         makes it possible to avoid an audio queue when dealing with
4057         visualisations.
4058         Add option to add a queue for the audio path.
4059
4060         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4061         (main):
4062         Disable the vis checkbox to match the defaults of playbin2.
4063         Only get the stream info when we need to.
4064
4065 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4066
4067         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4068         (gst_gio_base_sink_set_stream):
4069         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4070         (gst_gio_base_src_set_stream):
4071         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4072         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4073         Don't use async operations as they require a running main loop.
4074         This makes us block again when closing streams and unable
4075         to mount the enclosing volume of an URI if it isn't yet.
4076
4077 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4078
4079         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4080         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4081         (gen_vis_chain), (gst_play_sink_reconfigure),
4082         (gst_play_sink_request_pad):
4083         Move tee in front of the audio and vis pipelines.
4084         Add queue for audio for now.
4085         Add visualisation support.
4086
4087         * tests/examples/seek/seek.c: (main):
4088         Visualisation is by default disabled.
4089
4090 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4091
4092         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4093         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4094         Improve debugging a bit.
4095
4096         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4097         * ext/gio/gstgiosink.h:
4098         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4099         * ext/gio/gstgiosrc.h:
4100         Try to mount the enclosing volume of a GFile if it isn't mounted
4101         yet. This requires us to wait for an async operation to finish, done
4102         with an nested GMainLoop. Authentication is not supported yet, will
4103         come later.
4104
4105 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4106
4107         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4108         (gst_play_bin_set_property), (gst_play_bin_get_property),
4109         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4110         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4111         (gst_play_sink_get_mute), (gen_audio_chain):
4112         * gst/playback/gstplaysink.h:
4113         Add mute property.
4114
4115         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4116         (gst_selector_pad_chain):
4117         * gst/playback/gststreamselector.h:
4118         Make sure we forward the event only once.
4119
4120         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4121         Add and implement the mute button for playbin2.
4122
4123 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4124
4125         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4126
4127         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4128         Add some more debug info.
4129         Make sure we never return a negative delay. Fixes #516246.
4130
4131 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4132
4133         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4134           Revert patch that makes the sink hold the object lock when
4135           calling snd_pcm_delay(), since it breaks playback for me.
4136
4137 2008-02-12  Julien Moutte  <julien@fluendo.com>
4138
4139         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4140         some seek flags when changing rate.
4141
4142 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4143
4144         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4145         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4146         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4147         Fix potential leaks.
4148
4149         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4150         Fix leak when there is no function configured.
4151
4152 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4153
4154         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4155         (gst_v4lsrc_buffer_finalize):
4156         Correctly chain up the finalize method.
4157
4158 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4159
4160         * ext/gio/gstgiostreamsink.c:
4161         * ext/gio/gstgiostreamsrc.c:
4162         Add documentation and example code for giostreamsink/giostreamsrc.
4163
4164         * tests/check/pipelines/gio.c: (GST_START_TEST):
4165         Ask the GMemoryOutputStream for the data instead of assuming that
4166         the pointer to the data stayed the same. It could've been realloc'ed.
4167
4168 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4169
4170         * ext/gio/gstgiosink.c:
4171         * ext/gio/gstgiosrc.c:
4172         Make the documentation of giosink/giosrc complete, large parts
4173         are based on the gnomevfssink/gnomevfssrc docs.
4174
4175 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4176
4177         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4178         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4179         * docs/plugins/gst-plugins-base-plugins.args:
4180         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4181         * docs/plugins/gst-plugins-base-plugins.interfaces:
4182         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4183         * docs/plugins/gst-plugins-base-plugins.signals:
4184         * docs/plugins/inspect/plugin-adder.xml:
4185         * docs/plugins/inspect/plugin-audioconvert.xml:
4186         * docs/plugins/inspect/plugin-audiorate.xml:
4187         * docs/plugins/inspect/plugin-audioresample.xml:
4188         * docs/plugins/inspect/plugin-decodebin.xml:
4189         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4190         * docs/plugins/inspect/plugin-gdp.xml:
4191         * docs/plugins/inspect/plugin-gio.xml:
4192         * docs/plugins/inspect/plugin-gnomevfs.xml:
4193         * docs/plugins/inspect/plugin-libvisual.xml:
4194         * docs/plugins/inspect/plugin-ogg.xml:
4195         * docs/plugins/inspect/plugin-pango.xml:
4196         * docs/plugins/inspect/plugin-playback.xml:
4197         * docs/plugins/inspect/plugin-queue2.xml:
4198         * docs/plugins/inspect/plugin-subparse.xml:
4199         * docs/plugins/inspect/plugin-theora.xml:
4200         * docs/plugins/inspect/plugin-uridecodebin.xml:
4201         * docs/plugins/inspect/plugin-videorate.xml:
4202         * docs/plugins/inspect/plugin-videoscale.xml:
4203         * docs/plugins/inspect/plugin-volume.xml:
4204         * docs/plugins/inspect/plugin-vorbis.xml:
4205         Add the GIO documentation again and while at that run make update.
4206
4207 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4208
4209         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4210         * ext/alsa/gstalsasink.c: (set_swparams):
4211         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4212           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4213           against libasound >= 1.0.16, since it's been deprecated in
4214           0.10.16, and alignment is always 1 then, apparently. (#512899)
4215
4216 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         * gst/playback/gstplaybin.c: (gen_audio_element):
4219         * gst/playback/gstplaysink.c: (gen_audio_chain):
4220           Handle case where we can't create the volume element a bit
4221           better (#514307).
4222
4223 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4224
4225         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4226         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4227           Add support for https protocol. Fixes #510229.
4228
4229 2008-02-11  Julien Moutte  <julien@fluendo.com>
4230         
4231         Patch by: Alan Peevers <peeves@pacbell.net>
4232
4233         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4234         lock when calling alsa methods.
4235
4236 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4237
4238         * gst/typefind/gsttypefindfunctions.c:
4239           Bump rank of jpeg and png typefinders, which will return maximum
4240           probability in the most common cases (thus short-circuiting more
4241           expensive typefinders like the mp3 one for these two quite common
4242           image types).
4243
4244 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4245
4246         * ext/theora/theoraparse.c:
4247         Fix long description of the theora parser to be more verbose than just
4248         the type name.
4249
4250 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4251
4252         Patch by: Branko Čibej <brane at xbc dot nu>
4253
4254         * sys/xvimage/xvimagesink.c:
4255         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4256         Fixes bug #515654.
4257
4258 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4259
4260         * gst/playback/gstplaybasebin.c:
4261         Set is_dynamic as True if there are elements with both request
4262         and sometimes src pad templates instead of breaking out when it
4263         finds the first pad template that is a src.
4264
4265 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4266
4267         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4268         (update_streams), (video_combo_cb), (audio_combo_cb),
4269         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4270         Add some stream switching and volume gui for playbin2.
4271
4272 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4273
4274         * gst/playback/gstplay-marshal.list:
4275         Added marshal for streamselector Tags.
4276
4277         * gst/playback/gstplaybasebin.c: (set_active_source):
4278         Streamselector now selects pads based on the pad object instead of its
4279         name.
4280
4281         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4282         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4283         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4284         (gst_play_bin_get_text_tags),
4285         (gst_play_bin_set_current_video_stream),
4286         (gst_play_bin_set_current_audio_stream),
4287         (gst_play_bin_set_current_text_stream),
4288         (gst_play_bin_set_property), (gst_play_bin_get_property),
4289         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4290         Remove option to mute streams with the current-a/v/t property, we have
4291         this functionality in the flags.
4292         Add signals to notify when the number of A/V/T channels changed.
4293         Add action signals to get tags for the A/V/T streams.
4294         Implement setting the current A/V/T stream.
4295         Rearrange some things to simplify stream selection.
4296         Implement volume.
4297
4298         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4299         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4300         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4301         (activate_vis), (gst_play_sink_reconfigure):
4302         * gst/playback/gstplaysink.h:
4303         Add and implement volume setting methods.
4304
4305         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4306         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4307         (gst_selector_pad_event), (gst_stream_selector_class_init),
4308         (gst_stream_selector_init), (gst_stream_selector_finalize),
4309         (gst_stream_selector_set_property),
4310         (gst_stream_selector_get_property),
4311         (gst_stream_selector_get_linked_pad),
4312         (gst_stream_selector_request_new_pad):
4313         * gst/playback/gststreamselector.h:
4314         Add pad properties for tags and status of pads.
4315         Keep tags on pads.
4316         Make active pad selection based on pad object instead of name.
4317
4318 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4319
4320         * configure.ac:
4321           Revert last change as we now check in gtk-doc.m4 for sed.
4322
4323 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4324
4325         * configure.ac:
4326         Find and subst SED when building the docs.
4327
4328 2008-02-08  Julien Moutte  <julien@fluendo.com>
4329
4330         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4331         (main): Make sure bus signals are reconnected when pressing STOP
4332         and then PLAY again for a parse launch pipeline. Fix a ref leak
4333         on the bus.
4334         * win32/common/config.h: Updated.
4335
4336 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4337
4338         * configure.ac:
4339         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4340         pre-releases or releases.
4341
4342 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4343
4344         * configure.ac:
4345         * ext/gio/Makefile.am:
4346         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4347         reporting
4348
4349 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4350
4351         * docs/plugins/Makefile.am:
4352         Add the headers which need scanning for the GIO plugin. The rest of
4353         the docs still need migrating.
4354
4355 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4356
4357         * ext/Makefile.am:
4358         * tests/check/Makefile.am:
4359         * tests/check/pipelines/.cvsignore:
4360         Add gio in a few more places.
4361
4362 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4363
4364         * configure.ac:
4365         * ext/Makefile.am:
4366         * tests/check/Makefile.am:
4367         Move gio plugin from -bad and mark as experimental.
4368
4369 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4370
4371         * gst-libs/gst/interfaces/mixeroptions.c:
4372         * gst-libs/gst/interfaces/mixertrack.c:
4373         Comment out a couple of other things which break the build when
4374         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4375
4376 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4377
4378         * docs/libs/gst-plugins-base-libs-sections.txt:
4379           Fix pbutils header.
4380
4381 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4382
4383         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4384         Fix compiler warning.
4385
4386 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4387
4388         Patch by: Peter Kjellerstedt  <pkj at axis com>
4389
4390         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4391         Clear the addrinfo struct using memset. Fixes #514937.
4392
4393 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4394
4395         * gst/tcp/gstfdset.h:
4396         Remove unused field to same some memory.
4397
4398         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4399         Mark action signals as such.
4400
4401 2008-02-06  Michael Smith <msmith@fluendo.com>
4402
4403         * ext/theora/theoradec.c: (_theora_granule_frame),
4404         (_inc_granulepos):
4405           Increment granulepos for new-bitstream versions appropriately.
4406           Fixes #514623.
4407
4408 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4409
4410         * tests/examples/seek/seek.c: (do_seek),
4411         (rate_spinbutton_changed_cb), (update_streams), (main):
4412         Remove obsolete stream_time reset after flushing seek, core does that
4413         automatically now.
4414         Improve accuracy of speed spinbutton.
4415         Only do playbin2 stuff when we actually use it.
4416
4417 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4418
4419         * tests/check/Makefile.am:
4420           Revert previous change of the test environment's GST_PLUGIN_PATH.
4421           The problem is not with the plugins, but with element factories
4422           and only occurs if elements are split out from existing plugins
4423           or if plugins change name (see #512740).
4424
4425 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4426
4427         * tests/check/Makefile.am:
4428           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4429           with the core's plugins first and our local build directories last,
4430           since we might be building against an installed core, and that
4431           core's plugin directory may contain older or other versions of
4432           our own -base plugins, but we really do want to test our local
4433           ones (if there are multiple plugins or element factories with the
4434           same name, those inspected last will trump those read in earlier).
4435           Fixes #512740 for the most part.
4436
4437 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4438
4439         * configure.ac:
4440         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4441         Use gmtime_r if available as gmtime is not MT-safe.
4442         Fixes bug #511810.
4443
4444 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4445
4446         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4447         Cast glong to time_t as time_t might have a different type on
4448         other platforms, like FreeBSD, and we get a compiler warning
4449         otherwise. Fixes bug #511825.
4450
4451 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4452
4453         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4454         (get_group), (get_n_pads), (gst_play_bin_get_property),
4455         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4456         (autoplug_select_cb), (deactivate_group):
4457         Remove stream-info, we going for something easier.
4458         Refactor getting the current group.
4459         Implement getting the number of audio/video/text streams.
4460
4461         * gst/playback/gststreamselector.c:
4462         (gst_stream_selector_class_init), (gst_stream_selector_init),
4463         (gst_stream_selector_get_property),
4464         (gst_stream_selector_request_new_pad),
4465         (gst_stream_selector_release_pad):
4466         * gst/playback/gststreamselector.h:
4467         Add property for number of pads.
4468
4469         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4470         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4471         (text_toggle_cb), (update_streams), (msg_async_done),
4472         (msg_state_changed), (main):
4473         Block slider callback when updating the slider position.
4474         Add gui elements for controlling playbin2.
4475         Add callback for async_done that updates position/duration.
4476
4477 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4478
4479         * docs/plugins/Makefile.am:
4480         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4481         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4482         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4483         * docs/plugins/gst-plugins-base-plugins.interfaces:
4484         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4485           First round of plugin docs cleansups.
4486
4487         * docs/plugins/inspect/plugin-adder.xml:
4488         * docs/plugins/inspect/plugin-alsa.xml:
4489         * docs/plugins/inspect/plugin-audioconvert.xml:
4490         * docs/plugins/inspect/plugin-audiorate.xml:
4491         * docs/plugins/inspect/plugin-audioresample.xml:
4492         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4493         * docs/plugins/inspect/plugin-cdparanoia.xml:
4494         * docs/plugins/inspect/plugin-decodebin.xml:
4495         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4496         * docs/plugins/inspect/plugin-gdp.xml:
4497         * docs/plugins/inspect/plugin-gnomevfs.xml:
4498         * docs/plugins/inspect/plugin-libvisual.xml:
4499         * docs/plugins/inspect/plugin-ogg.xml:
4500         * docs/plugins/inspect/plugin-pango.xml:
4501         * docs/plugins/inspect/plugin-subparse.xml:
4502         * docs/plugins/inspect/plugin-tcp.xml:
4503         * docs/plugins/inspect/plugin-theora.xml:
4504         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4505         * docs/plugins/inspect/plugin-video4linux.xml:
4506         * docs/plugins/inspect/plugin-videorate.xml:
4507         * docs/plugins/inspect/plugin-videoscale.xml:
4508         * docs/plugins/inspect/plugin-videotestsrc.xml:
4509         * docs/plugins/inspect/plugin-volume.xml:
4510         * docs/plugins/inspect/plugin-vorbis.xml:
4511         * docs/plugins/inspect/plugin-ximagesink.xml:
4512         * docs/plugins/inspect/plugin-xvimagesink.xml:
4513           Regenerate.
4514
4515         * ext/ogg/Makefile.am:
4516         * ext/ogg/gstoggmux.c:
4517         * ext/ogg/gstoggmux.h:
4518           Add header for oggmux. the c-file needs a doc blob still.
4519
4520 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4521
4522         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4523
4524         * gst-libs/gst/rtp/gstrtpbuffer.c:
4525         (gst_rtp_buffer_set_extension_data):
4526         * gst-libs/gst/rtp/gstrtpbuffer.h:
4527         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4528         Add gst_rtp_buffer_set_extension_data() 
4529         Add a unit test for this addition. Fixes #511478.
4530         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4531
4532 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4533
4534         * configure.ac:
4535         Back to CVS
4536
4537 === release 0.10.17 ===
4538
4539 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4540
4541         * configure.ac:
4542           releasing 0.10.17, "Peanut Butter and Jelly"
4543
4544 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4545
4546         * gst-libs/gst/interfaces/mixeroptions.c:
4547         * gst-libs/gst/interfaces/mixertrack.c:
4548         Also remove the conditional registration of the signals
4549         that disappeared with the ABI change in 0.10.14
4550
4551 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4552
4553         * gst-libs/gst/rtsp/gstrtspconnection.c:
4554         Revert patch to gstrtspconnection.c for brown paper bag
4555         release of -base. Re-opens: #511825
4556
4557 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4558
4559         * gst-libs/gst/interfaces/mixeroptions.h:
4560         * gst-libs/gst/interfaces/mixertrack.h:
4561         Change the way these deprecated function pointers are removed
4562         so that the compiled ABI is unconditionally smaller. This 
4563         sets in stone an ABI break that actually occurred when the
4564         things were deprecated in 0.10.14, which seems to be the best
4565         fix as the only known users are oss-mixer and sunaudio-mixer in 
4566         gst-plugins-good.
4567         Fixes: #513018
4568
4569 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4570
4571         * win32/common/libgstpbutils.def:
4572           Export the two new _get_type() functions which are needed
4573           by the python bindings.
4574
4575 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4576
4577         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4578         Cast glong to time_t as time_t might have a different type on
4579         other platforms, like FreeBSD, and we get a compiler warning
4580         otherwise. Fixes bug #511825.
4581
4582 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4583
4584         * gst-libs/gst/audio/gstaudiofilter.c:
4585         (gst_audio_filter_class_init):
4586         Initialize the GstRingerBuffer class to get it's debug category
4587         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4588         category and otherwise we get some g_critical(). Fixes bug #512334.
4589
4590 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4591
4592         * configure.ac:
4593         Back to CVS
4594
4595 === release 0.10.16 ===
4596
4597 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4598
4599         * configure.ac:
4600           releasing 0.10.16, "Scheduled Interruption"
4601
4602 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4603
4604         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4605
4606         * gst-libs/gst/rtp/gstrtpbuffer.c:
4607         (gst_rtp_buffer_get_extension_data):
4608         Fix typos and wrong extension check. Fixes #511274.
4609
4610 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4611
4612         * po/sk.po:
4613         Oops - add new sk.po mentioned in the LINGUAS I just committed
4614
4615 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4616
4617         * po/LINGUAS:
4618         Add ca translation to the disted list.
4619
4620         * win32/vs6/libgstsdp.dsp:
4621         Convert line endings to CRLF
4622
4623 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4624
4625         * win32/MANIFEST:
4626         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4627
4628 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4629
4630         * win32/common/libgstsdp.def:
4631         * win32/common/libgstvideo.def:
4632         Add new API declarations
4633
4634 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4635
4636         * ext/theora/gsttheoradec.h:
4637         * ext/theora/gsttheoraparse.h:
4638         * ext/theora/theoradec.c:
4639         * ext/theora/theoraparse.c:
4640         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4641         and parser by inspecting the bitstream version of the incoming data.
4642
4643 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4644
4645         * configure.ac:
4646         * pkgconfig/Makefile.am:
4647         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4648         * pkgconfig/gstreamer-audio.pc.in:
4649         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4650         * pkgconfig/gstreamer-cdda.pc.in:
4651         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4652         * pkgconfig/gstreamer-fft.pc.in:
4653         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4654         * pkgconfig/gstreamer-floatcast.pc.in:
4655         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4656         * pkgconfig/gstreamer-interfaces.pc.in:
4657         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4658         * pkgconfig/gstreamer-netbuffer.pc.in:
4659         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4660         * pkgconfig/gstreamer-pbutils.pc.in:
4661         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4662         * pkgconfig/gstreamer-riff.pc.in:
4663         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4664         * pkgconfig/gstreamer-rtp.pc.in:
4665         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4666         * pkgconfig/gstreamer-rtsp.pc.in:
4667         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4668         * pkgconfig/gstreamer-sdp.pc.in:
4669         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4670         * pkgconfig/gstreamer-tag.pc.in:
4671         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4672         * pkgconfig/gstreamer-video.pc.in:
4673         Provide one pkg-config file for every gst-plugins-base library.
4674         This makes linking to those libraries much more intuitive and
4675         provides standard pkg-config behaviour for them. Fixes bug #499697.
4676
4677 2008-01-13  David Schleef  <ds@schleef.org>
4678
4679         * gst/videoscale/vs_4tap.c:
4680           Fix valgrind error on 4tap scaling method.
4681
4682 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4683
4684         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4685         Include Winsock2.h for VS6 and use a different way initialize
4686         hints structure so it can build with VS6.
4687         * win32/MANIFEST:
4688         * win32/vs6/libgstsdp.dsp:
4689         * win32/common/libgstsdp.def:
4690         Add new files for libgstsdp.
4691         * win32/vs6/grammar.dsp:
4692         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4693         * win32/vs6/gst_plugins_base.dsw:
4694         * win32/vs6/libgstdecodebin.dsp:
4695         * win32/vs6/libgstdecodebin2.dsp:
4696         * win32/vs6/libgstplaybin.dsp:
4697         * win32/vs6/libgstvolume.dsp:
4698         Add new dependencies to the link list.
4699
4700 2008-01-13  Julien Moutte  <julien@fluendo.com>
4701
4702         * win32/common/config.h:
4703         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4704         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4705         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4706         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4707         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4708         * win32/common/interfaces-enumtypes.c:
4709         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4710         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4711         (gst_mixer_track_flags_get_type),
4712         (gst_tuner_channel_flags_get_type):
4713         * win32/common/multichannel-enumtypes.c:
4714         (gst_audio_channel_position_get_type):
4715         * win32/common/pbutils-enumtypes.c:
4716         (gst_install_plugins_return_get_type):
4717         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4718         in the win32 build directory.
4719
4720 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4721
4722         * tests/check/Makefile.am:
4723         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4724
4725         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4726         * tests/check/elements/playbin.c:
4727         * tests/check/libs/mixer.c: (test_element_interface_supported),
4728         (gst_implements_interface_init):
4729         * tests/check/libs/rtp.c: (GST_START_TEST):
4730         Fix various assignment type mismatches.
4731
4732 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4733
4734         * configure.ac:
4735         * gst-libs/gst/rtsp/Makefile.am:
4736         Add test to see if hstrerror is available or if we need libresolv
4737         (Solaris) for it, then use it in libgstrtsp.
4738
4739 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4740
4741         * gst-libs/gst/tag/Makefile.am:
4742         Fix include path order
4743
4744 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4745
4746         * gst-libs/gst/pbutils/install-plugins.c:
4747         (gst_install_plugins_context_copy),
4748         (gst_install_plugins_context_get_type):
4749         * gst-libs/gst/pbutils/install-plugins.h:
4750         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4751         for bindings.
4752
4753 2008-01-11  Michael Smith <msmith@fluendo.com>
4754
4755         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4756         (_theora_granule_frame), (_theora_granule_start_time),
4757         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4758           Adapt for post-alpha meaning of granulepos, when we
4759           have a newer version of libtheora.
4760         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4761         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4762         (theora_enc_is_discontinuous), (theora_enc_chain):
4763           Likewise.
4764         * tests/check/Makefile.am:
4765           Link libtheora into theoraenc test so we can check which version of
4766           libtheora we're testing against.
4767         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4768         (check_buffer_granulepos),
4769         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4770         (theoraenc_suite):
4771           Adapt tests to check the values that are now defined for theora; make
4772           the tests backwards-adapt the passed values if we're running against an
4773           old libtheora.
4774           Fixes #497964
4775
4776 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4777
4778         * gst-libs/gst/audio/gstbaseaudiosink.c:
4779           (gst_base_audio_sink_class_init):
4780         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4781           (gst_base_audio_src_class_init):
4782           Ref audio clock class from a thread-safe context to make sure
4783           we're not bit by GObjects lack of thread-safety here (#349410),
4784            however unlikely that may be in practice.
4785
4786 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4787
4788         * autogen.sh:
4789           Add -Wno-portability to the automake parameters to stop warnings
4790           about GNU make extensions being used. We require GNU make in almost
4791           every Makefile anyway.
4792           
4793         * configure.ac:
4794           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4795           at the same time is required for per target flags.
4796
4797 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4798
4799         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4800           Post an error message if we can't pull as many bytes as we need
4801           for the tag. This makes sure the user gets to see a proper error
4802           message if a file with a partial ID3 tag is fed to decodebin, and
4803           not a 'no ID3 tag demuxer' error, which would be confusing
4804           (see #508138).
4805
4806 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4807
4808         * gst-libs/gst/pbutils/descriptions.c: (formats):
4809           Add description strings for ID3, APE, and ICY tags.
4810
4811 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4812
4813         * gst/playback/gstdecodebin.c: (try_to_link_1):
4814           Make sure we error out correctly if we can't activate one of
4815           the elements we've added.  Fixes #508138.
4816           
4817 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4818
4819         Patch by: Bastien Nocera <hadess at hadess net>
4820
4821         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4822           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4823           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4824           the volume is the same for all channels. This works around
4825           some problem in alsa that leaves us with inconsistent state
4826           for some reason (#486840).
4827
4828 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4829
4830         Patch by: Jerone Young <jerone at gmail com>
4831
4832         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4833           If there's no mixer track by the name of 'Master' or 'Front',
4834           check if there's one called 'PCM' before trying the generic
4835           fallback logic (fixes #506928, where we pick 'Mic' as master
4836           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4837
4838 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4839
4840         * gst/playback/gstplay-enum.c:
4841         (register_gst_autoplug_select_result),
4842         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4843         (gst_play_flags_get_type):
4844         * gst/playback/gstplay-enum.h:
4845         Add enums for configuration flags.
4846
4847         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4848         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4849         (gst_play_bin_get_property), (no_more_pads_cb),
4850         (autoplug_select_cb), (gst_play_bin_change_state):
4851         Merge mode with flags.
4852         Add more property getters/setters, defaults and docs.
4853         Add properties to get number of audio/video/text streams.
4854         Create sink object in _init so that we can always rely on it being
4855         there.
4856
4857         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4858         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4859         (activate_vis), (gst_play_sink_reconfigure),
4860         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4861         (gst_play_sink_change_state):
4862         * gst/playback/gstplaysink.h:
4863         Use flags to configure the sink pipelines.
4864         Add tee before audio pipeline so that we can use it for visualisations.
4865         Start working on integrating visualisations.
4866         Remove mode, we can do everything with the flags now.
4867         Add method to configue the sink pipeline.
4868
4869 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4870
4871         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4872           (check_buffer_timestamp), (check_buffer_duration):
4873           Turn these functions into macros so we can see right away
4874           where the failure occured.
4875
4876 2008-01-05  Julien Moutte  <julien@fluendo.com>
4877
4878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4879         debugging information to understand how X calculates the stride
4880         for XvImages.
4881
4882 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4883
4884         * gst/volume/Makefile.am:
4885         * gst/volume/gstvolume.c: (volume_choose_func),
4886         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4887         (volume_setup):
4888         * gst/volume/gstvolume.h:
4889         Use GstAudioFilter as base class for the volume element instead of
4890         plain GstBaseTransform.
4891
4892 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4893
4894         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4895         Don't set element details for the abstract GstAudioFilter class.
4896
4897 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4898
4899         * gst-libs/gst/audio/gstaudiofilter.c:
4900         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4901         Implement get_unit_size() vmethod of GstBaseTransform.
4902
4903 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4904
4905         * gst-libs/gst/pbutils/Makefile.am:
4906         * gst-libs/gst/pbutils/pbutils.h:
4907         Use glib-enum generator to have a proper enum GType for
4908         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4909
4910 2007-12-31  David Schleef  <ds@schleef.org>
4911
4912         * tests/check/Makefile.am:
4913         * tests/check/pipelines/theoraenc.c:
4914           Reenable theoraenc test, which fails on the buildbot but
4915           not locally.
4916
4917 2007-12-31  David Schleef  <ds@schleef.org>
4918
4919         * docs/libs/.cvsignore:
4920         * docs/plugins/.cvsignore:
4921           Add *-undeclared.txt to fix buildbot.
4922
4923 2007-12-31  David Schleef  <ds@schleef.org>
4924
4925         * tests/check/Makefile.am:
4926           Second attempt at disabling theoraenc test long enough to
4927           get buildbot to compile -base.
4928
4929 2007-12-31  David Schleef  <ds@schleef.org>
4930
4931         * tests/check/pipelines/theoraenc.c:
4932           Disable theoraenc test long enough to get the buildbot to
4933           compile a recent -base.
4934
4935 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4936
4937         * tests/examples/seek/seek.c: (stop_cb):
4938         Make sure we reset the slider value to 0.0 without racing against a
4939         possible g_idle that sets it to something else.
4940
4941 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4942
4943         * sys/ximage/ximagesink.c:
4944         fix typo
4945
4946 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4947
4948         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4949         * gst-libs/gst/rtsp/gstrtspdefs.h:
4950         Add Location header so that we can start implementing redirects.
4951         See #506025.
4952
4953 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4954
4955         * gst/subparse/gstssaparse.c:
4956         combine if's
4957
4958 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4959
4960         * gst/subparse/gstssaparse.c:
4961         remove duplicate log message
4962
4963 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4964
4965         * ext/libvisual/visual.c: (gst_visual_chain):
4966         Fix 'xyz may be used uninitialized' compiler warnings caused
4967         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4968         abort() in any case but properly report the error.
4969
4970 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4971
4972         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4973         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4974         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4975         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
4976         (autoplug_select_cb), (activate_group), (deactivate_group),
4977         (setup_next_source), (save_current_group),
4978         (gst_play_bin_change_state):
4979         Code cleanups.
4980         Remove next-uri, we can use the uri property just fine.
4981         Fix some crasher.
4982         Unref uridecodebin when switching.
4983         Fix going to READY.
4984
4985         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4986         (gst_play_sink_init), (gst_play_sink_dispose),
4987         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
4988         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4989         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4990         (gst_play_sink_set_property), (gst_play_sink_get_property),
4991         (gen_video_chain), (gen_text_element), (gen_audio_chain),
4992         (gen_vis_element), (gst_play_sink_get_mode),
4993         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
4994         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
4995         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4996         (gst_play_sink_change_state):
4997         * gst/playback/gstplaysink.h:
4998         Add some locking to make things threadsafe.
4999
5000         * gst/playback/test7.c: (about_to_finish_cb):
5001         Fix test.
5002
5003 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5004
5005         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5006           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5007           (gst_video_scale_transform):
5008           Don't claim to be able to handle/transform caps that can't really
5009           be handled by the currently selected scaling method (here: RGB or
5010           packed YUV with 4-tap method). Also add locking to method property.
5011
5012         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5013           (test_basetransform_based):
5014           Some test pipelines for the above (not entirely valgrind clean yet
5015           apparently).
5016
5017 2007-12-21  David Schleef  <ds@schleef.org>
5018
5019         * gst-libs/gst/video/video.c:
5020         * gst-libs/gst/video/video.h:
5021           Add additional RGBA and RGB-24 video formats.
5022
5023 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5024
5025         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5026           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5027           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5028         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5029           (cddabasesrc_suite):
5030           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5031           deprecated in the future (see #498924).
5032
5033 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5034
5035         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5036           Don't leak event.
5037
5038 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5039
5040         * gst-libs/gst/riff/riff-read.c:
5041         Use GST_ROUND_UP_2 macro
5042
5043 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5044
5045         * gst/playback/.cvsignore:
5046           Ignore more.
5047
5048 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5049
5050         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5051         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5052           (set_active_source):
5053         * gst/playback/gstplaybasebin.h:
5054         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5055           (setup_sinks), (playbin_set_subtitles_visible):
5056           Make switching off of subtitles work. To avoid all kind of
5057           problems with unlinking of the subtitle input, we just keep
5058           the subtitle inputs linked as they are and tell textoverlay
5059           not to render them. Fixes #373011.
5060           Other subtitle switching issues (esp. when there are both
5061           external and in-stream subtitles) remain. They'll be solved
5062           in playbin2.
5063
5064 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5065
5066         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5067         Init the pad segment too.
5068
5069 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5070
5071         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5072         (gst_audioringbuffer_open_device),
5073         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5074         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5075         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5076         (gst_audio_sink_create_ringbuffer):
5077         Improve debug output.
5078
5079         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5080         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5081         Prevent some functions from doing things and failing when the
5082         ringbuffer is not yet acquired.
5083
5084 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5085
5086         * gst-libs/gst/interfaces/interfaces.h:
5087           Also remove interfaces.h from CVS as it is not needed anymore.
5088
5089 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5090
5091         * gst-libs/gst/interfaces/Makefile.am:
5092           interfaces.h is not used anymore so remove it from the build
5093           process.
5094
5095 2007-12-17  David Schleef  <ds@schleef.org>
5096
5097         * gst/videotestsrc/gstvideotestsrc.c:
5098         * gst/videotestsrc/gstvideotestsrc.h:
5099           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5100           for testing vertical refresh synchronization.
5101
5102 2007-12-17  David Schleef  <ds@schleef.org>
5103
5104         * docs/libs/gst-plugins-base-libs-sections.txt:
5105         * gst-libs/gst/video/video.c:
5106         * gst-libs/gst/video/video.h:
5107           Add new GstVideFormat enum and write a bunch of helper functions
5108           based around it.
5109
5110 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5111
5112         * Makefile.am:
5113           Use new common/win32.mak.
5114
5115 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5116
5117         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5118         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5119         Add debug info.
5120         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5121         the parent state change function, just like the audiosink, because the
5122         parent waits for the element to finish its processing before completing
5123         the state change. This makes going to PAUSED a lot snappier.
5124         When going from READY to PAUSED, don't allow the ringbuffer to start
5125         yet.
5126
5127 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5128
5129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5130         Yet another fix for broken software that produce files with an empty
5131         blockalign field. Instead of completely failing, make a second attempt
5132         at guessing the width/depth by looking at strf->size.
5133
5134 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5135
5136         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5137           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5138         * gst-libs/gst/pbutils/install-plugins.c:
5139           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5140         * gst-libs/gst/pbutils/missing-plugins.c:
5141           (gst_missing_plugin_message_get_installer_detail),
5142           (gst_missing_encoder_installer_detail_new):
5143         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5144         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5145           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5146           avoid compiler warnings (#503930).
5147
5148 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5149
5150         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5151         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5152         for jpeg video streams.
5153         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5154         for the above modification.
5155
5156 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5157
5158         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5159           (gst_x_overlay_handle_events):
5160           More guards (we don't want klass to end up being NULL).
5161
5162 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5163
5164         * configure.ac:
5165         * gst/volume/gstvolume.c: (gst_volume_init):
5166           Use new gst_base_transform_set_gap_aware() function as volume
5167           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5168           for this.
5169
5170 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5171
5172         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5173         Don't go to READY on EOS as this avoids testing of seeking and
5174         restarting after EOS, use the stop button when you want to READY.
5175         Don't try to do a flushing seek in segment-done, it does not make
5176         sense to use this for gapless playback and is not needed.
5177
5178 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5179
5180         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5181         (reset_rate_timer), (update_in_rates), (update_out_rates),
5182         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5183         (gst_queue_chain), (gst_queue_loop):
5184         Use separate timers for input and output rates.
5185         Pause measuring the output rate when we block for more data.
5186         See #503262.
5187
5188 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5189
5190         * gst/playback/gstqueue2.c: (gst_queue_chain):
5191         Pause the timer to measure the input rate when we block because the
5192         queue is filled. See #503262.
5193
5194 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5195
5196         Patch by: Peter Kjellerstedt  <pkj at axis com>
5197
5198         * gst-libs/gst/rtsp/gstrtspconnection.c:
5199         (gst_rtsp_connection_free):
5200         Close control sockets. Fixes #503440.
5201
5202 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5203
5204         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5205         Expose the right pad in the right place with the right element.
5206
5207 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5208
5209         * gst-libs/gst/pbutils/descriptions.c: (formats):
5210           Add description for 'private' dts caps (who come up with that name?).
5211
5212 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5213
5214         * Makefile.am:
5215           Add check-exports target and run it with 'make check'.
5216
5217         * configure.ac:
5218           Be stricter about what we export in our libraries: change regexp so that
5219           we only export _gst_foo(), but not __gst_foo().
5220
5221         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5222         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5223           Change internal functions to __gst_foo so they dont' get exported.
5224
5225         * win32/common/libgstaudio.def:
5226           Add missing symbols.
5227
5228 2007-12-11  David Schleef  <ds@schleef.org>
5229
5230         * ChangeLog: remove conflict markers
5231
5232 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5233
5234         * ext/gnomevfs/Makefile.am:
5235         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5236           Use gst_tag_freeform_string_to_utf8() here, which also takes
5237           into account any character sets specified by the user via
5238           environment variables.
5239
5240 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5241
5242         * gst/audioconvert/Makefile.am:
5243         Also link to libm.
5244
5245 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5246
5247         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5248         No need for floating point operations here. avoids having to link
5249         against the math library too.
5250
5251 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5252
5253         * gst-libs/gst/pbutils/descriptions.c: (formats),
5254           (format_info_get_desc):
5255         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5256           (GST_START_TEST):
5257           Add one or two missing formats.  Generate ADPCM description
5258           dynamically depending on layout/format.
5259
5260 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5261
5262         * configure.ac:
5263           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5264
5265 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5266
5267         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5268
5269         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5270           Some .srt files start with chunk number 0 and not chunk number 1,
5271           recognise and accept those as well (fixes #502497).
5272
5273         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5274           (test_src):
5275           Add unit test for the above.
5276
5277 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5278
5279         * gst/playback/gstplay-enum.c:
5280         (register_gst_autoplug_select_result),
5281         (gst_autoplug_select_result_get_type):
5282         * gst/playback/gstplay-enum.h:
5283         Add missing files.
5284
5285 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5286
5287         * gst/playback/Makefile.am:
5288         Group decodebin2 and uridecodebin into the same plugin so that they
5289         can share the GEnumType.
5290
5291         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5292         (_gst_select_accumulator), (gst_decode_bin_class_init),
5293         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5294         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5295         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5296         Add signal to sort factories instead of the more awkward autoplug-select
5297         signal.
5298         Modify autoplug_select so that we can try, skip or expose the
5299         autopluggin of an element on a pad.
5300
5301         * gst/playback/gstfactorylists.c: (compare_ranks),
5302         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5303         (element_filter), (gst_factory_list_get_elements),
5304         (gst_factory_list_debug), (gst_factory_list_filter):
5305         * gst/playback/gstfactorylists.h:
5306         Simplify the API, allow getting elements based on mask.
5307
5308         * gst/playback/gstplay-marshal.list:
5309         Add some more marshallers.
5310
5311         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5312         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5313         (autoplug_select_cb), (activate_group):
5314         Add support for managing non-raw sinks by providing a custom element and
5315         sink list to decodebin2.
5316         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5317         decodebin2.
5318
5319         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5320         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5321         * gst/playback/gstplaysink.h:
5322         Add support for raw and non-raw sinks. 
5323         Add support to force sinks selected by playbin2.
5324         Don't plug raw converters for non-raw sinks.
5325
5326         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5327         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5328         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5329         (plugin_init):
5330         Use right accumulators.
5331         Proxy new signal.
5332
5333 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5334
5335         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5336         Use runnning time as the base time instead of the timestamp.
5337         Spotted by Saur on IRC.
5338
5339 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5340
5341         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5342         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5343
5344 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5345
5346         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5347         (gst_ogg_demux_read_chain):
5348         If we find a new serial number but it does not contain a BOS page, make
5349         sure we initialize the chain to NULL because else we will try to scan it
5350         and crash. Fixes #500763
5351
5352 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5353
5354         * gst/playback/Makefile.am:
5355         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5356         (get_feature_array), (decoders_filter), (sinks_filter),
5357         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5358         (gst_factory_list_filter):
5359         * gst/playback/gstfactorylists.h:
5360         Refactor some common code to filter factories and check caps compat.
5361
5362         * gst/playback/gstdecodebin.c:
5363         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5364         (gst_decode_bin_init), (gst_decode_bin_dispose),
5365         (gst_decode_bin_autoplug_continue),
5366         (gst_decode_bin_autoplug_factories),
5367         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5368         (find_compatibles):
5369         * gst/playback/gstplaybin.c:
5370         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5371         (gst_play_bin_init), (gst_play_bin_finalize),
5372         (autoplug_factories_cb), (activate_group):
5373         * gst/playback/gstqueue2.c:
5374         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5375         (proxy_autoplug_continue_signal),
5376         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5377         (proxy_drained_signal):
5378         Add some more debug info and use factor filtering code.
5379
5380 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5381
5382         * gst/audiotestsrc/gstaudiotestsrc.c:
5383         * gst/volume/gstvolume.c:
5384         * gst/volume/gstvolume.h:
5385           Add GAP-flag support.
5386
5387 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5388
5389         * tests/examples/seek/seek.c: (main): Increase the range of the
5390         rate selector as I would like to test QOS behavior at higher
5391         forward and reverse playback speed like say 64x.
5392
5393 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5394
5395         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5396         (audioresample_query), (audioresample_query_type),
5397         (gst_audioresample_set_property):
5398         Implement latency query.
5399
5400 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5401
5402         * gst-libs/gst/audio/gstbaseaudiosink.c:
5403         (gst_base_audio_sink_drain):
5404         Our EOS time contains the base_time, _wait_eos() expects a running_time
5405         so we have to subtract the base_time again before calling the function.
5406         This fixes an EOS regression where the base_time was added twice and EOS
5407         took longer and longer in certain situations.
5408         Fixes #498767.
5409
5410 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5411
5412         * docs/libs/gst-plugins-base-libs-sections.txt:
5413         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5414         (gst_base_audio_sink_set_provide_clock),
5415         (gst_base_audio_sink_get_provide_clock),
5416         (gst_base_audio_sink_set_slave_method),
5417         (gst_base_audio_sink_get_slave_method),
5418         (gst_base_audio_sink_set_property),
5419         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5420         (gst_base_audio_sink_none_slaving),
5421         (gst_base_audio_sink_handle_slaving):
5422         * gst-libs/gst/audio/gstbaseaudiosink.h:
5423         Expose methods for some object properties so that subclasses can more
5424         easily configure them.
5425         Added slave method none, that completely disables slaving to the
5426         internal clock.
5427         API: gst_base_audio_sink_set_provide_clock()
5428         API: gst_base_audio_sink_get_provide_clock()
5429         API: gst_base_audio_sink_set_slave_method()
5430         API: gst_base_audio_sink_get_slave_method()
5431
5432         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5433         (gst_base_audio_src_set_provide_clock),
5434         (gst_base_audio_src_get_provide_clock),
5435         (gst_base_audio_src_set_property),
5436         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5437         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5438         Expose methods for some object properties so that subclasses can more
5439         easily configure them.
5440         API: gst_base_audio_src_set_provide_clock()
5441         API: gst_base_audio_src_get_provide_clock()
5442
5443 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5444
5445         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5446
5447         * gst-libs/gst/sdp/gstsdpmessage.c:
5448         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5449
5450 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5451
5452         * tests/check/libs/fft.c: (GST_START_TEST):
5453         Fix scaling to really have dB instead of something else.
5454
5455 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5456
5457         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5458         GTK version, use it.
5459
5460 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5461
5462         * tests/examples/seek/seek.c: (main): Try to support stable version
5463         of GTK.
5464
5465 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5466
5467         * gst/playback/README:
5468         * gst/playback/test7.c:
5469           Fix the build + little README update.
5470
5471 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5472
5473         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5474         Add playbin2 seek pipeline.
5475
5476 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5477
5478         * gst/playback/Makefile.am:
5479         * gst/playback/gstplayback.c: (plugin_init):
5480         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5481         (eos_cb), (about_to_finish_cb), (main):
5482         Add playbin2.
5483         Added gapless playback example.
5484
5485         * gst/playback/gstplaybasebin.c:
5486         * gst/playback/gstplaybasebin.h:
5487         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5488         * gst/playback/gstqueue2.c:
5489         * gst/playback/test.c:
5490         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5491         (pad_removed_cb):
5492         * gst/playback/gststreaminfo.h:
5493         Change email.
5494
5495         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5496         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5497         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5498         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5499         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5500         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5501         (drained_cb), (unlink_group), (activate_group),
5502         (setup_next_source), (gst_play_bin_change_state),
5503         (gst_play_bin2_plugin_init):
5504         Added raw first version of playbin2. Does chained oggs and gapless
5505         playback fine. No support for raw sinks yet. No visualisations or
5506         subtitles yet.
5507
5508         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5509         (gst_play_sink_class_init), (gst_play_sink_init),
5510         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5511         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5512         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5513         (gst_play_sink_set_property), (gst_play_sink_get_property),
5514         (post_missing_element_message), (free_chain), (add_chain),
5515         (activate_chain), (gen_video_chain), (gen_text_element),
5516         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5517         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5518         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5519         (gst_play_sink_send_event), (gst_play_sink_change_state):
5520         * gst/playback/gstplaysink.h:
5521         Added Element that abstracts the sinks and their pipelines for playbin2.
5522
5523 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5524
5525         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5526         (gst_selector_pad_class_init), (gst_selector_pad_init),
5527         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5528         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5529         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5530         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5531         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5532         (gst_stream_selector_init), (gst_stream_selector_set_property),
5533         (gst_stream_selector_get_linked_pad),
5534         (gst_stream_selector_getcaps),
5535         (gst_stream_selector_is_active_sinkpad),
5536         (gst_stream_selector_activate_sinkpad),
5537         (gst_stream_selector_get_linked_pads),
5538         (gst_stream_selector_request_new_pad),
5539         (gst_stream_selector_release_pad):
5540         * gst/playback/gststreamselector.h:
5541         Improve streamselector, make it select and unselect the current pad more
5542         intelligently. 
5543         Subclass GstPad for the sinkpads of the selector.
5544         Handle segments more correctly.
5545         Fix caps negotiation.
5546         Implement release_pad.
5547
5548 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5549
5550         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5551         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5552         (remove_fakesink):
5553         Add drained signal fired when decodebin finishes decoding the data.
5554         Remove deprecated STATE_DIRTY message.
5555
5556         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5557         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5558         (analyse_source), (proxy_drained_signal), (make_decoder),
5559         (source_new_pad), (value_list_append_structure_list),
5560         (handle_redirect_message), (handle_message):
5561         Proxy the new drained signal.
5562         Handle pad removed from decodebin.
5563         Handle redirect messages by sorting multiple redirections based on the
5564         connection speed.
5565
5566 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5567
5568         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5569
5570         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5571         Fix leaking headers. Fixes #496761.
5572
5573 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5574
5575         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5576
5577         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5578         (gst_ximagesink_change_state):
5579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5580         Don't leak the PAR on errors. Fixes #496731.
5581
5582 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5583
5584         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5585           (gst_tag_from_id3_user_tag):
5586           Add mapping for audio cd discid tags, so we can extract
5587           them from tags as well (see #347848). Also compare identifiers
5588           in ID3v2 TXXX frames in a case-insensitive way to increase
5589           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5590
5591 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5592
5593         * gst-plugins-base.doap:
5594         Oops, fix the release name.
5595
5596 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5597
5598         * gst-plugins-base.doap:
5599         Add 0.10.15 release
5600
5601 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5602
5603         * configure.ac:
5604         Back to CVS
5605
5606 === release 0.10.15 ===
5607
5608 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5609
5610         * configure.ac:
5611           releasing 0.10.15, "No need to argue"
5612
5613 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5614
5615         * win32/vs6/libgstfft.dsp:
5616         Convert line endings to DOS.
5617
5618 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5619
5620         * win32/vs6/gst_plugins_base.dsw:
5621         * win32/vs6/libgstfft.dsp:
5622         * win32/MANIFEST:
5623         Add a project file for fft plugin and remove socket
5624         based plugin which don't build from the workspace.
5625         * win32/vs6/libgstaudio.dsp:
5626         * win32/vs6/libgstrtp.dsp:
5627         * win32/vs6/libgsttag.dsp:
5628         Convert line endings back to DOS.
5629         Fixes #496724
5630
5631 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5632
5633         * win32/vs6/libgstinterfaces.dsp:
5634         * win32/vs6/libgstrtsp.dsp:
5635         Convert line endings back to DOS
5636
5637 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5638
5639         * gst-libs/gst/fft/kiss_fft_f32.h:
5640         * gst-libs/gst/fft/kiss_fft_f64.h:
5641         * gst-libs/gst/fft/kiss_fft_s16.h:
5642         * gst-libs/gst/fft/kiss_fft_s32.h:
5643         Don't include malloc.h which doesn't exist on Mac OSX.
5644         Instead, pull in glib.h and use g_malloc/g_free for 
5645         consistency. Fixes: #496548
5646
5647 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5648
5649         * gst/playback/gstdecodebin2.c:
5650           Dont leak ghostpad. Fixes #475451.
5651
5652 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5653
5654         * docs/design/design-decodebin.txt:
5655         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5656         Update some more docs and comments.
5657
5658 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5659
5660         Patch by: Sebastien Moutte  <sebastien moutte net>
5661
5662         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5663           (gst_rtcp_unix_to_ntp):
5664         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5665           Fix some C99-isms and and a missing function that some versions of
5666           MSVC don't like too much (#494346).
5667
5668         * win32/vs6/gst_plugins_base.dsw:
5669         * win32/vs6/libgstaudio.dsp:
5670         * win32/vs6/libgstrtp.dsp:
5671         * win32/vs6/libgsttag.dsp:
5672           Update vs6 projects files (#494346).
5673
5674 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5675
5676         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5677
5678         * win32/common/libgstaudio.def:
5679         * win32/common/libgstcdda.def:
5680         * win32/common/libgstinterfaces.def:
5681         * win32/common/libgstnetbuffer.def:
5682         * win32/common/libgstpbutils.def:
5683         * win32/common/libgstrtp.def:
5684         * win32/common/libgstrtsp.def:
5685         * win32/common/libgsttag.def:
5686         * win32/common/libgstvideo.def:
5687           More missing symbols to export (fixes #493986).
5688
5689 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5690
5691         * docs/libs/gst-plugins-base-libs-sections.txt:
5692         * gst-libs/gst/fft/gstfftf32.c:
5693         * gst-libs/gst/fft/gstfftf32.h:
5694         * gst-libs/gst/fft/gstfftf64.c:
5695         * gst-libs/gst/fft/gstfftf64.h:
5696         * gst-libs/gst/fft/gstffts16.c:
5697         * gst-libs/gst/fft/gstffts16.h:
5698         * gst-libs/gst/fft/gstffts32.c:
5699         * gst-libs/gst/fft/gstffts32.h:
5700         * tests/check/libs/fft.c: (GST_START_TEST):
5701         Remove the magnitude and phase calculation functions as these have
5702         very special use cases and can't even be used for the spectrum
5703         element. Also adjust the docs to mention some properties of the used
5704         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5705
5706 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5707
5708         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5709           (finish_source):
5710           Avoid crash when there are external subtitles (fixes #491722).
5711
5712 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5715         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5716           'Could not open resource for writing' is not an acceptable
5717           error message when we can't open the audio device (see #492334),
5718           even less so when we're trying to open it to record something.
5719
5720 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5721
5722         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5723
5724         * win32/common/libgstrtp.def:
5725           Add some more missing symbols (#492813).
5726
5727 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5728
5729         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5730
5731         * tests/check/elements/audioconvert.c: (verify_convert):
5732           Add check to make sure that the out caps have a channel layout
5733           set on them where they should have one.
5734
5735 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5736
5737         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5738
5739         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5740         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5741           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5742           (#492306).
5743
5744         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5745           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5746           (it disappeared in GLib 2.14.0) (#492306).
5747
5748         * gst-libs/gst/sdp/Makefile.am:
5749         * gst-libs/gst/sdp/gstsdpmessage.c:
5750           Fix includes and LIBS for win32/Mingw (#492306).
5751
5752         * tests/examples/dynamic/addstream.c (pause_play_stream):
5753           Use more portable g_usleep() instead of sleep() (#492306).
5754
5755 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5758
5759         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5760           (gst_ring_buffer_parse_caps):
5761           Return NULL instead of an enum that happens to be 0, fixes warning
5762           on MSVC (#492114).
5763
5764         * gst-libs/gst/audio/gstringbuffer.h:
5765           No trailing commas in enum list (for gcc-2.9x).
5766
5767         * gst/videotestsrc/videotestsrc.c: (random_char):
5768           Make information loss explicit instead of implicitly truncating to
5769           eight bits via the return value.  Fixes runtime error on MSVC when
5770           using the debug CRT (#492114).
5771
5772         * win32/common/config.h.in:
5773           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5774
5775         * win32/common/libgstinterfaces.def:
5776         * win32/common/libgstrtp.def:
5777           Export a few more symbols (#492114).
5778
5779 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5780
5781         * gst-libs/gst/audio/audio.c:
5782         * gst-libs/gst/audio/audio.h:
5783           Readd the deprecation guards, but preserve compilability.
5784
5785 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5786
5787         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5788           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5789           Preserve channel layout when fixating the number of channels in the
5790           output caps, or make sure there's a suitable channel position layout
5791           set on the caps if required. Fixes #430677.
5792
5793 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5794
5795         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5796           Make sure the pipeline really operates in push mode as it should
5797           in this case.
5798
5799 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5800
5801         * gst-libs/gst/audio/audio.h:
5802           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5803           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5804           (ie. normal cvs builds) will fail.
5805
5806 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5807
5808         * docs/libs/Makefile.am:
5809         * gst-libs/gst/audio/audio.c:
5810         * gst-libs/gst/audio/audio.h:
5811         * gst-libs/gst/interfaces/mixer.c:
5812           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5813
5814 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5815
5816         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5817           (test_channel_layout_value_intersect), (audio_suite):
5818           Add simple unit test to make sure GstValue intersection
5819           of channel layouts works the way I think it does.
5820
5821 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5822
5823         * docs/libs/gst-plugins-base-libs-sections.txt:
5824         * gst-libs/gst/audio/gstaudiofilter.h:
5825         * gst-libs/gst/interfaces/mixer.h:
5826         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5827         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5828         * gst-libs/gst/sdp/gstsdpmessage.c:
5829           Fix the docs according to what gtk-doc complained about.
5830
5831 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5832
5833         * tests/icles/stress-playbin.c:
5834           Fix the build.
5835
5836 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5837
5838         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5839         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5840           Post nice/more useful error message if we don't have a decoder for
5841           the primary type.
5842
5843 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5844
5845         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5846         Be a bit more useful, unblock the pads after we fired the no-more-pads
5847         signal so that we can use the signal to inspect and connect all pads
5848         without having to keep extra state outside of decodebin.
5849
5850 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5851
5852         * gst/playback/gsturidecodebin.c:
5853         (gst_uri_decode_bin_autoplug_continue),
5854         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5855         Implement default signal handler so that we return TRUE when nothing is
5856         connected.
5857
5858 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5859
5860         * gst-libs/gst/riff/riff-media.c:
5861         (gst_riff_wavext_add_channel_layout),
5862         (gst_riff_wave_add_default_channel_layout),
5863         (gst_riff_wavext_get_default_channel_mask),
5864         (gst_riff_create_audio_caps):
5865         Use the ALSA channel layout as default for wav files without channel
5866         layout information. This fixes playback of chan-id.wav on 5.1 systems
5867         for example. Also refactor the channel layout setting a bit and add
5868         more default channel orders. Fixes #489010.
5869
5870 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5871
5872         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5873           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5874           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5875           instead.
5876
5877 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5878
5879         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5880         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5881         (gst_decode_bin_set_subs_encoding),
5882         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5883         (gst_decode_bin_get_property), (analyze_new_pad):
5884         Move subtitle encoding property to decodebin2 so that it can set the
5885         property value on all elements that it autoplugs and that require it.
5886         Make caps refcounting more consistent in get/set.
5887
5888         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5889         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5890         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5891         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5892         (proxy_autoplug_continue_signal),
5893         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5894         (make_decoder):
5895         Proxy properties and relevant signals from the internal decodebin.
5896         Make properties MT safe.
5897
5898 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5899
5900         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5901         * gst-libs/gst/tag/tags.c:
5902           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5903           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5904
5905         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5906           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5907
5908         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5909           (gst_tag_to_vorbis_comments):
5910           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5911           just mapping everything I found in the wild) (#414539).
5912
5913 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5914
5915         Inspired by patch of: René Stadler <mail at renestadler dot de>
5916
5917         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5918         (gst_decode_bin_autoplug_continue),
5919         (gst_decode_bin_autoplug_factories),
5920         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5921         (find_compatibles):
5922         * gst/playback/gstplay-marshal.list:
5923         Remove the autoplug-sort signal and replace it with a binding friendly
5924         autoplug-select signal.
5925         Add an autoplug-factories signal that can be used to generate a list of
5926         factories to try to autoplug.
5927         Add the GstPad to the autoplugging signal args as it might be needed to
5928         make a good factory selection.
5929         Fix up the marshallers for this. Fixes #407282.
5930
5931 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5932
5933         * gst-libs/gst/tag/gsttagdemux.c:
5934           Don't abort with an assertion if we receive a seek event with
5935           a start type of NONE (see launchpad bug #155878).
5936
5937 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5938
5939         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5940         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5941         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5943         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5944         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5945         Make sure that before we clean up the X resources, we shutdown and join
5946         the event thread.
5947         Also make sure the event thread does not shut down immediatly after
5948         startup because the running variable is not yet correctly set.
5949         Fixes #378770. 
5950
5951 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5952
5953         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5954         Make the window for a race in typefind and shutting down smaller until
5955         we figure out the right locking here. Avoids #485753 usually.
5956
5957         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5958         Remove unneeded lock causing a race in typefind and shutting down.
5959         Fixes #485753.
5960
5961         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5962         Also remove sinks when going to NULL because we might not complete the
5963         state change to PAUSED, causing the PAUSED->READY state change not to
5964         happen.
5965
5966 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5967
5968         * gst-libs/gst/audio/gstbaseaudiosink.c:
5969         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
5970         Also explicitly release the ringbuffer when going to NULL because it
5971         is required in the setcaps function, before the state change to PAUSED
5972         completes.
5973
5974 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5975
5976         * tests/icles/.cvsignore:
5977         * tests/icles/Makefile.am:
5978         * tests/icles/stress-playbin.c:
5979           Does what it says on the tin.
5980
5981 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
5982
5983         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
5984         Fix queue negotiation. See #486758.
5985
5986 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5987
5988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5989         (gst_xvimagesink_xwindow_new),
5990         (gst_xvimagesink_update_colorbalance),
5991         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
5992
5993         Fix handling of some of the X atoms. If the last parameter is True,
5994         XInternAtom won't create the atom if it doesn't exist, and therefore
5995         might return None. This causes X errors on Xv implementations that
5996         don't provide the colour balance attributes.
5997
5998 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5999
6000         * gst-libs/gst/tag/gstvorbistag.c:
6001         * tests/check/libs/tag.c:
6002           Extract vorbis comment LICENSE tags correctly.
6003
6004 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6005
6006         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6007
6008         * gst-libs/gst/tag/gstid3tag.c:
6009         * tests/check/libs/tag.c:
6010           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6011
6012 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6013
6014         * gst-libs/gst/tag/gsttagdemux.c:
6015           Don't error out when a buggy downstream element doesn't
6016           handle the newsegment event we send properly (especially
6017           not without posting a meaningful error message on the
6018           bus). See bug #471370 and launchpad bug #136264.
6019
6020 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6021
6022         * gst-libs/gst/audio/gstbaseaudiosink.c:
6023         (gst_base_audio_sink_drain):
6024         Use new basesink method to make our EOS drain interruptable.
6025
6026 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6027
6028         * gst-libs/gst/rtp/gstrtppayloads.c:
6029         Fix silly search-replace oversight.
6030
6031 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6032
6033         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6034
6035         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6036         (gst_basertppayload_set_outcaps):
6037         Fix caps memleak. Fixes #484989.
6038
6039
6040 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6041
6042         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6043         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6044         Fix debug output.
6045
6046 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6047
6048         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6049         (gst_base_audio_src_create):
6050         Also handle the case where there is no clock set on the audio source,
6051         like in the unit tests.
6052
6053 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6054
6055         * gst-libs/gst/rtp/gstrtppayloads.c:
6056         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6057         to avoid compiler warnings
6058
6059 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6060
6061         * gst/playback/gstdecodebin.c: (type_found),
6062         (gst_decode_bin_change_state):
6063         * gst/playback/gstdecodebin2.c: (type_found),
6064         (gst_decode_bin_change_state):
6065         Don't disconnect the have_type signal because we never reconnect it
6066         later on. Instead keep a variable to see if we already detected a type.
6067
6068 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6069
6070         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6071         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6072         (type_found):
6073         Unlink the signal handler when we found the type, we're not going to do
6074         anything sensible with more type_found signals anyway.
6075
6076 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6077
6078         * gst-libs/gst/tag/gsttagdemux.c:
6079           Don't leak caps.
6080
6081 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6082
6083         * gst-libs/gst/tag/Makefile.am:
6084         * gst-libs/gst/tag/gsttagdemux.c:
6085         * gst-libs/gst/tag/gsttagdemux.h:
6086           API: add GstTagDemux base class for simple tag demuxers.
6087
6088         * docs/libs/gst-plugins-base-libs-docs.sgml:
6089         * docs/libs/gst-plugins-base-libs-sections.txt:
6090           Add GstTagDemux to docs.
6091
6092 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6093
6094         * gst-libs/gst/rtp/gstrtpbuffer.c:
6095         (gst_rtp_buffer_get_payload_subbuffer):
6096         Fix bug introduced with last commit which inverted the logic and
6097         caused all buffers to be dropped. Fixes #483620.
6098         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6099
6100 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6101
6102         * gst-libs/gst/rtp/gstrtpbuffer.c:
6103           Replace g_return_if_val (as it could be disabled), with regular return
6104           and warning.
6105
6106 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6107
6108         * tests/check/pipelines/simple-launch-lines.c:
6109           Print message name and not just number.
6110
6111 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6112
6113         * gst-libs/gst/audio/gstbaseaudiosink.c:
6114         (gst_base_audio_sink_async_play):
6115         When slaved to the clock, don't try to align a sample with the previous
6116         one when going to PLAYING again.
6117
6118 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6119
6120         * tests/examples/snapshot/snapshot.c:
6121           Fix the build.
6122
6123 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6124
6125         * gst-libs/gst/sdp/gstsdpmessage.h:
6126         Add RFC 3556 bandwidth modifiers.
6127
6128 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6129
6130         * docs/libs/gst-plugins-base-libs-docs.sgml:
6131         * docs/libs/gst-plugins-base-libs-sections.txt:
6132         * gst-libs/gst/rtp/gstrtppayloads.c:
6133         Update documentation.
6134
6135 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6136
6137         * gst-libs/gst/rtp/Makefile.am:
6138         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6139         (gst_rtp_payload_info_for_name):
6140         * gst-libs/gst/rtp/gstrtppayloads.h:
6141         Added new file and header to deal with payload info.
6142
6143         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6144         (gst_rtp_buffer_default_clock_rate):
6145         * gst-libs/gst/rtp/gstrtpbuffer.h:
6146         Payload specific stuff is move to new headers.
6147         Implement _default_clock rate using the new payload function.
6148
6149         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6150         (gst_sdp_parse_line):
6151         * gst-libs/gst/sdp/gstsdpmessage.h:
6152         Add some more comments.
6153
6154 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6155
6156         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6157         (sdp_check_header), (sdp_type_find), (plugin_init):
6158         Add typefind function for application/sdp.
6159         Remove some old dirac typefind code that was ifdeffed out.
6160
6161 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6162
6163         * win32/common/libgstaudio.def:
6164         Add new exported functions.
6165         * win32/vs6/grammar.dsp:
6166         Add autogeneration and copy of some autegenerated files from win32/common
6167         for rtsp library.
6168         * win32/vs6/libgstaudioconvert.dsp:
6169         Add gstaudioquantize.c to the build.
6170         * win32/vs6/libgstinterfaces.dsp:
6171         Add videoorientation.c to the build.
6172         * win32/vs6/libgstriff.dsp:
6173         Add libgsttag to the link libraries list.
6174         * win32/vs6/libgstvolume.dsp:
6175         Add liboil to the link.
6176         * win32/vs6/gst_plugins_base.dsw:
6177         * win32/vs6/libgstrtsp.dsp:
6178         * win32/common/libgstrtsp.def:
6179         Add files to build libgstrtsp library.
6180         
6181 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6182
6183         * tests/examples/snapshot/snapshot.c: (main):
6184         Print error when pipeline failed to construct.
6185
6186 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6187
6188         * configure.ac:
6189         * gst-libs/gst/tag/gstid3tag.c:
6190         * gst-libs/gst/tag/gstvorbistag.c:
6191           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6192           and ID3v2 tags.
6193
6194 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         * gst-libs/gst/floatcast/floatcast.h:
6197           Don't include config.h in an installed public header, this
6198           might break compilation of applications that don't have such
6199           a header and doesn't necessarily do what it's supposed to do
6200           anyway (ie. check for the lrint/lrintf defines) (#442065).
6201           Add docs for the various macros and document how this header
6202           has to be used (link against libm, etc.); add a few FIXMEs;
6203           include math.h for non-c99 code path.  Based on patch by
6204           Jan Schmidt.
6205           
6206 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6207
6208         * configure.ac:
6209         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6210         of duplicating these macros in configure.ac.
6211
6212 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6213
6214         * po/hu.po:
6215         * po/sv.po:
6216         * po/uk.po:
6217           Updated translations to 0.10.14
6218
6219 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6220
6221         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6222
6223         * po/pl.po:
6224           Added Polish translation.
6225
6226 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6227
6228         translated by: Ilkka Tuohela <hile@iki.fi>
6229
6230         * po/fi.po:
6231           Added Finnish translation.
6232
6233 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6234
6235         translated by: Jorge González González <aloriel@gmail.com>
6236
6237         * po/es.po:
6238           Added Spanish translation.
6239
6240 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6241
6242         translated by: Mogens Jaeger <mogens@jaeger.tf>
6243
6244         * po/da.po:
6245           Added Danish translation.
6246
6247 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6248
6249         translated by: Funda Wang <fundawang@linux.net.cn>
6250
6251         * po/zh_CN.po:
6252           Added Chinese (simplified) translation.
6253
6254 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6255
6256         translated by: Alexander Shopov <ash@contact.bg>
6257
6258         * po/bg.po:
6259           Added Bulgarian translation.
6260
6261 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6262
6263         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6264         Fix compilation wrt printf arguments.
6265
6266 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6267
6268         * configure.ac:
6269         * tests/examples/Makefile.am:
6270         * tests/examples/snapshot/.cvsignore:
6271         * tests/examples/snapshot/Makefile.am:
6272         * tests/examples/snapshot/snapshot.c: (main):
6273         Add simple snapshot example program using appsink.
6274
6275 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6276
6277         * tests/check/generic/states.c:
6278           Improved state change unit test.
6279
6280 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6281
6282         * docs/plugins/.cvsignore:
6283         * tests/check/.cvsignore:
6284           Ignore registries in any format.
6285
6286 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6287
6288         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6289         (gst_base_rtp_depayload_chain),
6290         (gst_base_rtp_depayload_set_gst_timestamp):
6291         Only copy timestamp on outgoing packets if the depayloader did not set
6292         one.
6293         Also copy duration on outgoing packets.
6294
6295 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6296
6297         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6298         (gst_basertppayload_set_outcaps):
6299         Fix compilation because of missing %d in printf.
6300         When fixating caps, fixate what we can and throw away all remaining
6301         unfixed caps, subclasses should do something smart if they need to.
6302
6303 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6304
6305         * ext/gnomevfs/gstgnomevfssrc.c:
6306           Improve debug logs a bit and be more verbose if things go wrong.
6307
6308 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6309
6310         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6311         (gst_text_overlay_set_property):
6312         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6313         * gst-libs/gst/audio/gstbaseaudiosink.c:
6314         (gst_base_audio_sink_render):
6315         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6316         (gst_rtcp_unix_to_ntp):
6317         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6318         * gst/playback/gstqueue2.c:
6319         * tests/examples/seek/seek.c: (set_scale):
6320         Fix a bunch of compile warnings shown with Forte.
6321
6322         * gst/audiorate/gstaudiorate.c:
6323         Always pull in config.h before including any system headers.
6324
6325 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6326
6327         * gst/playback/gstqueue2.c: (update_buffering),
6328         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6329         (gst_queue_handle_sink_event), (gst_queue_chain),
6330         (gst_queue_push_one), (gst_queue_sink_activate_push),
6331         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6332         Also fix #476514 for queue2.
6333
6334 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6335
6336         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6337         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6338         (gst_base_rtp_depayload_chain),
6339         (gst_base_rtp_depayload_handle_sink_event),
6340         (gst_base_rtp_depayload_push_full),
6341         (gst_base_rtp_depayload_set_gst_timestamp),
6342         (gst_base_rtp_depayload_change_state):
6343         Remove code to deal with RTP to GST time conversion, we now just copy
6344         the GST timestamp we receive to the outgoing buffers.
6345         Handle segment and flushes correctly.
6346
6347         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6348         When we have no valid input timestamp, use the previous rtp timestamp on
6349         the outgoing RTP packet instead of the RTP base time.
6350
6351 2007-09-15  David Schleef  <ds@schleef.org>
6352
6353         * ext/alsa/gstalsa.c:
6354         * ext/alsa/gstalsadeviceprobe.c:
6355         * ext/alsa/gstalsamixer.c:
6356         * ext/alsa/gstalsasink.c:
6357         * ext/alsa/gstalsasrc.c:
6358           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6359
6360 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6361
6362         * gst-libs/gst/rtp/gstbasertppayload.c:
6363         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6364         Add some debug info when negotiating caps.
6365
6366 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6367
6368         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6369         A buffer with an empty payload is also a valid buffer.
6370
6371 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6372
6373         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6374         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6375         (gst_basertppayload_change_state):
6376         Make sure we start our RTP timestamp from the random base RTP
6377         timestamp even if the buffer timestamp starts from some random value.
6378
6379 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6380
6381         * configure.ac:
6382         * tests/examples/Makefile.am:
6383         * tests/examples/dynamic/.cvsignore:
6384         * tests/examples/dynamic/Makefile.am:
6385         * tests/examples/dynamic/addstream.c: (create_stream),
6386         (pause_play_stream), (message_received), (eos_message_received),
6387         (perform_step), (main):
6388         Add simple exmple app to demonstrate starting and pausing live and
6389         non-live bins in a PLAYING pipeline.
6390
6391 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6392
6393         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6394         typefind for QCP files (RFC #3625)
6395
6396 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6397
6398         * gst-libs/gst/audio/gstbaseaudiosink.c:
6399         (gst_base_audio_sink_init):
6400         Disable pull mode scheduling, we're not ready for it yet and it subtly
6401         breaks a lot of things.
6402
6403 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6404
6405         * tests/check/elements/libvisual.c:
6406           Test all libvisual plugins, not just the first one; this reproduces
6407           bug #450336 quite easily.  Looks like a problem with the 'jess'
6408           visualisation.
6409
6410 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6411
6412         * tests/check/Makefile.am:
6413         * tests/check/elements/.cvsignore:
6414         * tests/check/elements/libvisual.c:
6415           Add basic libvisual test case in an attempt to reproduce bug #450336.
6416           Doesn't reproduce that bug, but some other crasher instead (invalid
6417           free), at least with make elements/libvisual.forever and the bumscope
6418           plugin on x86-64/gutsy. Leaving test disabled for now.
6419
6420 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6421
6422         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6423
6424         * gst-libs/gst/rtsp/gstrtspconnection.c:
6425         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6426         (read_body), (gst_rtsp_connection_receive):
6427         Make sure we can not cancel in the middle of receiving a message.
6428         Fixes #475731.
6429
6430 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6431
6432         Patch by: Josep Torra Valles <josep@fluendo.com>
6433
6434         * gst/playback/gstplaybasebin.c:
6435           Increase upper limit for audio queue a bit; fixes preroll problem
6436           with playbin and decodebin2 when playing a quicktime trailer with
6437           multichannel audio via http (#464666).
6438
6439 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6440
6441         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6442         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6443         (gst_base_audio_src_provide_clock),
6444         (gst_base_audio_src_set_property),
6445         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6446         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6447         Allow othe clocks than the internal clock to be used for the pipeline.
6448         Add property to disable clock provide.
6449         API: GstBaseAudioSrc::provide-clock
6450
6451 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6452
6453         * gst/playback/gstdecodebin2.c:
6454           Don't leak request pads. Fixes #475395.
6455
6456 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6457
6458         Patch by: René Stadler <mail at renestadler dot de>
6459
6460         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6461         (gst_ximage_buffer_class_init):
6462         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6463         (gst_xvimage_buffer_class_init):
6464         Correctly chain up finalize with the parent class to prevent
6465         memory leaks. Fixes #474880.
6466
6467 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6468
6469         * gst/volume/gstvolume.c: (volume_choose_func):
6470         * tests/check/elements/volume.c: (GST_START_TEST):
6471         Revert the latest change: floating point samples are allowed to
6472         have any value, not only values in the range [-1,1]. Thanks to Andy
6473         Wingo for noticing.
6474         Also fix processing of int32 samples with volumes > 4 by making the
6475         unity value smaller which prevents overflows.
6476
6477 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6478
6479         * gst-libs/gst/rtp/gstrtpbuffer.c:
6480         * tests/check/libs/rtp.c:
6481           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6482
6483 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6484
6485         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6486
6487         * gst-libs/gst/rtp/gstrtpbuffer.c:
6488           Fix up GstRTPHeader helper struct so that compilers will not under
6489           any circumstances add padding in between our fields, as currently
6490           happens with MSVC on win32, because that would lead to us sending
6491           out RTP payloads with broken RTP headers (#471194).
6492           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6493           
6494         * tests/check/Makefile.am:
6495         * tests/check/libs/.cvsignore:
6496         * tests/check/libs/rtp.c:
6497           Add some simple unit tests for GstRTPBuffer. Some are disabled
6498           because the code tested still needs fixing (set_csrc() does not work).
6499
6500 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6501
6502         * win32/MANIFEST:
6503         * win32/common/gstrtsp-enumtypes.c:
6504         * win32/common/gstrtsp-enumtypes.h:
6505         * win32/common/interfaces-enumtypes.c:
6506         * win32/common/interfaces-enumtypes.h:
6507         * win32/common/multichannel-enumtypes.c:
6508           Add rtsp enumtypes (#474384) and update others.
6509
6510 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6511
6512         * configure.ac:
6513           Fix configure check for HAVE_LIBXML_HTML.
6514
6515 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6516
6517         * tests/check/libs/.cvsignore:
6518           Ignore more, in case the build bots work again one day.
6519
6520 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6521
6522         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6523
6524         * configure.ac:
6525         * gst-libs/gst/Makefile.am:
6526         * gst-libs/gst/fft/Makefile.am:
6527         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6528         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6529         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6530         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6531         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6532         * gst-libs/gst/fft/gstfft.h:
6533         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6534         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6535         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6536         * gst-libs/gst/fft/gstfftf32.h:
6537         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6538         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6539         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6540         * gst-libs/gst/fft/gstfftf64.h:
6541         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6542         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6543         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6544         * gst-libs/gst/fft/gstffts16.h:
6545         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6546         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6547         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6548         * gst-libs/gst/fft/gstffts32.h:
6549         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6550         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6551         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6552         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6553         * gst-libs/gst/fft/kiss_fft_f32.h:
6554         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6555         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6556         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6557         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6558         * gst-libs/gst/fft/kiss_fft_f64.h:
6559         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6560         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6561         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6562         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6563         * gst-libs/gst/fft/kiss_fft_s16.h:
6564         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6565         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6566         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6567         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6568         * gst-libs/gst/fft/kiss_fft_s32.h:
6569         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6570         (kiss_fftr_f32), (kiss_fftri_f32):
6571         * gst-libs/gst/fft/kiss_fftr_f32.h:
6572         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6573         (kiss_fftr_f64), (kiss_fftri_f64):
6574         * gst-libs/gst/fft/kiss_fftr_f64.h:
6575         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6576         (kiss_fftr_s16), (kiss_fftri_s16):
6577         * gst-libs/gst/fft/kiss_fftr_s16.h:
6578         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6579         (kiss_fftr_s32), (kiss_fftri_s32):
6580         * gst-libs/gst/fft/kiss_fftr_s32.h:
6581         * gst-libs/gst/fft/kiss_version:
6582         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6583         * pkgconfig/gstreamer-plugins-base.pc.in:
6584         Add libgstfft, a FFT library based on Kiss FFT which is
6585         BSD licensed. Supported sample formats are int16, int32,
6586         float and double. For those formats a real FFT and IFFT
6587         can be done, different windowing functions can be applied
6588         and functions for extracting the magnitude and phase exist.
6589         Fixes #468619.
6590
6591         * docs/libs/Makefile.am:
6592         * docs/libs/gst-plugins-base-libs-docs.sgml:
6593         * docs/libs/gst-plugins-base-libs-sections.txt:
6594         Integrate libgstfft into the docs.
6595
6596         * tests/check/Makefile.am:
6597         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6598         Add unit tests for libgstfft, currently only testing the FFT.
6599         Unit tests for IFFT will follow soon.
6600
6601 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6602
6603         Patch by: Peter Kjellerstedt  <pkj at axis com>
6604
6605         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6606         (gst_sdp_message_init), (gst_sdp_message_uninit),
6607         (is_multicast_address), (gst_sdp_message_as_text),
6608         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6609         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6610         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6611         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6612         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6613         (gst_sdp_media_init), (gst_sdp_media_uninit),
6614         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6615         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6616         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6617         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6618         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6619         * gst-libs/gst/sdp/gstsdpmessage.h:
6620         Separate INIT_ARRAY() and related macros into two versions, one for
6621         structures and one for pointers (e.g., INIT_ARRAY() and
6622         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6623         lists of emails and phone numbers.
6624         Add missing const as appropriate.
6625         Change all gint to guint since they all actually represent unsigned
6626         values.
6627         Do not use time as a variable name as it shadows the global time().
6628         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6629         Actually implement gst_sdp_message_add_time().
6630         Make gst_sdp_message_add_time() take repeat times as an argument.
6631         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6632         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6633         misspelled as badwidth).
6634         gst-indented and a little clean up. Fixes #471067.
6635
6636 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6637
6638         * gst/volume/gstvolume.c: (volume_choose_func),
6639         (volume_process_double), (volume_process_double_clamp),
6640         (volume_process_float_clamp):
6641         Correctly clamp float/double samples in the [-1.0,1.0] range to
6642         prevent weird effects.
6643         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6644         Add unit tests for all samples types that had none before.
6645
6646 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6647
6648         * gst-libs/gst/rtp/gstrtpbuffer.c:
6649           Need to include stdlib.h for abs() here too.
6650
6651 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6652
6653         * gst/playback/gststreaminfo.c:
6654           Fix build.
6655
6656 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6657
6658         * gst/playback/gststreaminfo.c:
6659           Clean up some half-disabled code and comment.
6660
6661 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6662
6663         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6664
6665         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6666         (gst_base_rtp_payload_audio_handle_event):
6667         Return FALSE from the event handler to let the parent class handle the
6668         event. Fixes #446766.
6669
6670         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6671         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6672         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6673
6674         * gst-libs/gst/rtp/gstbasertppayload.c:
6675         Bump the MTU to 1400.
6676
6677 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6678
6679         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6680         Add an audio/x-nsf typefind function for the nsfdec element.
6681
6682 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6683         * gst/playback/gstplaybasebin.c:
6684         Included "myth://" on stream_uris list for enable buffering to mythtv files
6685
6686 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6687
6688         * docs/libs/gst-plugins-base-libs-sections.txt:
6689         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6690         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6691         (gst_rtcp_unix_to_ntp):
6692         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6693         Fix parsing of RB blocks.
6694         Fix docs.
6695         Added helper functions to convert to/from UNIX and NTP time.
6696         API: gst_rtcp_ntp_to_unix()
6697         API: gst_rtcp_unix_to_ntp()
6698
6699         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6700         (gst_rtp_buffer_get_header_len),
6701         (gst_rtp_buffer_get_extension_data),
6702         (gst_rtp_buffer_get_payload_subbuffer),
6703         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6704         (gst_rtp_buffer_ext_timestamp):
6705         * gst-libs/gst/rtp/gstrtpbuffer.h:
6706         Fix some more docs.
6707         Implement handling of packets with extensions.
6708         Fix padding check in _validate().
6709         Added function to get extension data.
6710         API: gst_rtp_buffer_get_header_len()
6711         API: gst_rtp_buffer_get_extension_data()
6712
6713 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6714
6715         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6716         (gst_base_rtp_depayload_class_init),
6717         (gst_base_rtp_depayload_set_gst_timestamp):
6718         Add some more docs for the queue-delay property and fix a typo in a
6719         comment.
6720
6721         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6722         Fix typo.
6723
6724 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6725
6726         * gst-libs/gst/audio/gstbaseaudiosink.c:
6727         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6728         (gst_base_audio_sink_change_state):
6729         When skew slaving, try to hover around the middle of a segment so that
6730         we at most drift by half a segment.
6731         If we are aligning in the oposite direction of the clock skew, we don't
6732         have to resync.
6733
6734 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6735
6736         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6737         (gst_base_rtp_depayload_setcaps),
6738         (gst_base_rtp_depayload_set_gst_timestamp):
6739         Be less silly with the segment start, just apply the clock-base to the
6740         timestamp.
6741
6742 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6743
6744         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6745         (gst_base_rtp_depayload_class_init),
6746         (gst_base_rtp_depayload_finalize),
6747         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6748         (gst_base_rtp_depayload_handle_sink_event),
6749         (gst_base_rtp_depayload_set_gst_timestamp),
6750         (gst_base_rtp_depayload_change_state):
6751         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6752         Deprecate the queue handling thread thing and remove the code.
6753         Use new method to calculate the extended timestamp.
6754
6755 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6756
6757         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6758         (gst_rtcp_packet_sdes_copy_entry):
6759         Use g_strndup which does exactly what we want.
6760
6761         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6762         (gst_rtp_buffer_ext_timestamp):
6763         * gst-libs/gst/rtp/gstrtpbuffer.h:
6764         Add helper function to compare seqnums.
6765         Add helper function to calculate extended timestamps.
6766         API: gst_rtp_buffer_compare_seqnum()
6767         API: gst_rtp_buffer_ext_timestamp()
6768
6769 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6770
6771         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6772         (gst_rtcp_packet_sdes_get_entry),
6773         (gst_rtcp_packet_sdes_copy_entry):
6774         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6775         Fix and document SDES item data function.
6776         Add new function that makes a proper copy of SDES item data.
6777         API: gst_rtcp_packet_sdes_copy_entry()
6778
6779 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6780
6781         * configure.ac:
6782         * gst/Makefile.am:
6783           The tcp and subparse plugins are under gst, but not totaly free of
6784           dependencies. Handle selection inconfigure.ac, so that they show up
6785           on the final list of what is build and what is not. Maybe they should
6786           better be moved to ext.
6787
6788 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6789
6790         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6791
6792         * configure.ac:
6793         * gst/Makefile.am:
6794           Check if libxml provides HTML parser which subparse needs.
6795           Fixes #451970.
6796
6797 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6798
6799         * ext/alsa/gstalsa.c:
6800           Fix typo and compilation on big endian systems.
6801
6802 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6803
6804         * gst/subparse/gstssaparse.c:
6805           Convert SSA newline codes into actual newline characters (#470766).
6806
6807 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6808
6809         * docs/libs/gst-plugins-base-libs-sections.txt:
6810         * gst-libs/gst/pbutils/install-plugins.c:
6811         * gst-libs/gst/pbutils/install-plugins.h:
6812         * tests/check/libs/pbutils.c:
6813           API: also add gst_install_plugins_supported() while we're at it
6814           (see #470456).
6815
6816 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6817
6818         * docs/libs/gst-plugins-base-libs-sections.txt:
6819         * gst-libs/gst/pbutils/missing-plugins.c:
6820         * gst-libs/gst/pbutils/missing-plugins.h:
6821         * tests/check/libs/pbutils.c:
6822           API: add gst_missing_*_installer_detail_new() convenience API so
6823           that applications that know exactly what they're missing can request
6824           installer detail strings for those items directly instead of having
6825           to first create a dummy missing-plugin message and then get the
6826           installer detail string from that.  Fixes #470456.
6827
6828 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6829
6830         * gst/playback/gstdecodebin.c: (close_pad_link):
6831         We need to set up delayed-linking whenever the caps are non-fixed,
6832         not just when there are multiple types - use gst_pad_is_fixed()
6833         to test.
6834
6835 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6836
6837         * gst-libs/gst/pbutils/missing-plugins.c:
6838           (gst_missing_plugin_message_get_installer_detail):
6839           Add missing separator in PID fallback case.
6840
6841 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6842
6843         * ext/alsa/Makefile.am:
6844         There is no GST_PLUGINS_BASE_LIBS defined.
6845         
6846         * ext/alsa/gstalsa.c:
6847         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6848         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6849         Add support for ALSA 24-bit formats.
6850         snd_pcm_delay can return an error code, especially
6851         during XRUNS. In that case, the best we can do is assume
6852         delay = 0.
6853
6854         * gst/audioconvert/Makefile.am:
6855         Add flags from -base before any more-remote dependencies.
6856
6857 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6858
6859         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6860
6861         * gst/volume/gstvolume.c: (volume_choose_func),
6862         (volume_update_real_volume), (gst_volume_set_volume),
6863         (gst_volume_init), (volume_process_int32),
6864         (volume_process_int32_clamp), (volume_process_int24),
6865         (volume_process_int24_clamp), (volume_process_int16),
6866         (volume_process_int16_clamp), (volume_process_int8),
6867         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6868         * gst/volume/gstvolume.h:
6869         Add support for int32, int24 and int8 to the volume element.
6870         Fixes #445529.
6871
6872 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6873
6874         * tests/examples/Makefile.am:
6875           Fix even more.
6876
6877 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6878
6879         * configure.ac:
6880         * docs/libs/Makefile.am:
6881         * docs/libs/gst-plugins-base-libs-docs.sgml:
6882         * docs/libs/gst-plugins-base-libs-sections.txt:
6883         * ext/gnomevfs/gstgnomevfssrc.c:
6884         * ext/gnomevfs/gstgnomevfssrc.h:
6885         * gst-libs/gst/Makefile.am:
6886         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6887         * pkgconfig/gstreamer-plugins-base.pc.in:
6888         * sys/v4l/v4lsrc_calls.c:
6889         * tests/examples/Makefile.am:
6890         * win32/common/config.h:
6891           Revert unwanted commit. many thanks to moap. I want a fix for 
6892           https://thomas.apestaart.org/moap/trac/ticket/239
6893
6894 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6895
6896         * gst/volume/gstvolume.c:
6897           Move passthrough below gst_object_sync_values(). Fixes #442654.
6898
6899 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6900
6901         * gst-libs/gst/audio/audio.c:
6902         Clarify the docs a little.
6903
6904 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6905
6906         * gst/volume/gstvolume.c:
6907           Enable liboil for float and add more details about problems with
6908           int16.
6909
6910 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6911
6912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6913         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6914
6915 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6916
6917         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6918         When calculating the first timestamp of the buffers, don't go below 0
6919         and clip the samples because the offset was on the eos page.
6920         Fixes #466717.
6921
6922 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6923
6924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6925         (gst_ogg_demux_collect_chain_info):
6926         Also submit the eos page when trying to find the first timestamp.
6927         See #466717.
6928
6929 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6930
6931         * gst-libs/gst/audio/audio.h:
6932         Use gst_util_uint64_scale() instead of doing the math
6933         with double for GST_FRAMES_TO_CLOCK_TIME() and
6934         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6935         prevents rounding errors. Fixes #467667.
6936
6937 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6938
6939         * gst-libs/gst/rtsp/gstrtspconnection.c:
6940         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6941         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6942         * gst-libs/gst/rtsp/gstrtspconnection.h:
6943         Small cleanups.
6944         On shutdown, don't read the control socket yet.
6945         Set timeout value correctly in all cases.
6946         Add function to check if the server accepts reads or writes.
6947         API: gst_rtsp_connection_poll()
6948
6949         * gst-libs/gst/rtsp/gstrtspdefs.h:
6950         Fix compilation with -pedantic.
6951         Add enum for _poll.
6952
6953 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6954
6955         Patch by: Olivier Crete  <tester at tester ca>
6956
6957         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6958         (gst_basertppayload_getcaps):
6959         * gst-libs/gst/rtp/gstbasertppayload.h:
6960         Add getcaps vfunc to basertppayload. See #465146.
6961
6962 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6963
6964         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
6965         Only post buffering messages when we are a stream.
6966
6967 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6968
6969         * gst-libs/gst/pbutils/install-plugins.c:
6970         * gst-libs/gst/pbutils/missing-plugins.c:
6971           Small docs fix and addition.
6972
6973 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6974
6975         * tests/icles/.cvsignore:
6976         * tests/icles/Makefile.am:
6977         * tests/icles/test-textoverlay.c:
6978           Add a dumb little test for textoverlay alignments.
6979
6980 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6981
6982         Patch by: Dan Williams  <dcbw redhat com>
6983
6984         * ext/pango/gsttextoverlay.c:
6985         * ext/pango/gsttextoverlay.h:
6986           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
6987           "silent" property so there's a Since tag in the API reference.
6988
6989 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6990
6991         * gst-libs/gst/rtp/gstbasertppayload.c:
6992         (gst_basertppayload_set_outcaps):
6993         * gst-libs/gst/rtp/gstbasertppayload.h:
6994         Improve caps negotiation so that downstream elements can confiure
6995         certain RTP properties by fixing them on the caps. See #465146.
6996         Add docs.
6997
6998 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
6999
7000         * docs/libs/gst-plugins-base-libs-sections.txt:
7001         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7002         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7003           Mark as deprecated some macros which were presumably meant to be
7004           private API and accidentally exposed in the public header file.
7005           Also actually _init() lock (only works at the moment because the
7006           struct is zeroed out when created and the initial values in the
7007           mutex struct are zeroes too). (#459585)
7008
7009 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7010
7011         * docs/libs/Makefile.am:
7012           Remove cruft and do some cleanups.
7013
7014         * docs/libs/gst-plugins-base-libs-docs.sgml:
7015           Prepare for comming gtkdoc features (rebase against online docs).
7016
7017 2007-08-10  Michael Smith <msmith@fluendo.com>
7018
7019         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7020           Debug output fixes.
7021         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7022         (GST_START_TEST):
7023           Change the number of buffers used; 500 is too many and leads to
7024           timeouts.
7025
7026 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7027
7028         * gst/playback/gstqueue2.c:
7029         * gst/videorate/gstvideorate.c:
7030           Printf format fixes (#465028).
7031
7032 2007-08-09  Michael Smith <msmith@fluendo.com>
7033
7034         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7035           If we have a large (> 1 second) discontinuity, push a series of
7036           smaller buffers rather than a single very large buffer. Avoids
7037           unreasonably large single buffer allocations when encountering a
7038           large gap.
7039         * tests/check/elements/audiorate.c: (GST_START_TEST),
7040         (audiorate_suite):
7041           Add a test for this.
7042
7043 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7044
7045         * gst/playback/gstplaybasebin.c: (group_commit),
7046         (queue_remove_probe), (queue_threshold_reached):
7047
7048         Patch by: Josep Torra Valles <josep@fluendo.com>
7049         Fixes: #465015
7050         Make sure we remove the check_queues buffer probe from the 
7051         correct queue to avoid racily going back to "buffering 99%" when
7052         buffering is actually complete.
7053
7054         Also, fix the spelling of Josep's surname in the ChangeLog.
7055
7056 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7057
7058         * ext/ogg/gstoggmux.c:
7059           Do not leak oggmux instance.
7060         
7061         * ext/vorbis/vorbisenc.c:
7062           Also log values.
7063
7064 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7065
7066         * po/hu.po:
7067         * po/it.po:
7068         * po/nl.po:
7069         * po/uk.po:
7070         * po/vi.po:
7071           Updated translations.
7072
7073 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7074
7075         patch by: Yang Hong <hongyang@redflag-linux.com>
7076
7077         * ext/pango/gsttextoverlay.c:
7078         * ext/pango/gsttextoverlay.h:
7079           Add 'silent' property to GstTimeOverlay. Fixes #462979
7080
7081 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7082
7083         Patch by: Josep Torra Valles <josep@fluendo.com>
7084
7085         * docs/plugins/gst-plugins-base-plugins.args:
7086         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7087         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7088         (gst_uri_decode_bin_get_property), (gen_source_element):
7089         Add connection-speed property. Fixes #464690.
7090
7091 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7092
7093         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7094
7095         * configure.ac:
7096         * gst-libs/gst/rtsp/Makefile.am:
7097         * gst-libs/gst/rtsp/gstrtspconnection.c:
7098         (gst_rtsp_connection_connect):
7099         Fix compilation on windows. Fixes #464320.
7100
7101 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7102
7103         Patch by: Josep Torra Valles <josep@fluendo.com>
7104
7105         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7106         (gst_play_base_bin_init), (queue_threshold_reached),
7107         (gen_source_element), (setup_substreams),
7108         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7109         (gst_play_base_bin_get_streaminfo_value_array):
7110         * gst/playback/gstplaybasebin.h:
7111         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7112         (gst_play_bin_set_property), (gst_play_bin_get_property),
7113         (gst_play_bin_handle_redirect_message):
7114         Move connection-speed property from playbin to playbasebin so that we
7115         can also configure it in source elements that have the connection-speed
7116         property. Fixes #464028.
7117         Add some debug info here and there.
7118
7119 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7120
7121         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7122         Properly respond to conversion queries. Fixes #464079.
7123
7124 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7125
7126         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7127         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7128         (gst_audio_test_src_init_sine_table),
7129         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7130         * gst/audiotestsrc/gstaudiotestsrc.h:
7131         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7132         Also set the default volume to the default value specified in the
7133         GParamSpec.
7134
7135 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7136
7137         Patch by: Jens Granseuer <jensgr at gmx dot net>
7138
7139         * gst/audioconvert/gstaudioquantize.c:
7140         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7141
7142 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7143
7144         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7145         Add rdt manager for rdt transport.
7146         Fix parsing of RDT transport.
7147
7148 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7149
7150         * configure.ac:
7151         Back to CVS
7152
7153 === release 0.10.14 ===
7154
7155 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7156
7157         * configure.ac:
7158           releasing 0.10.14, "Light Years Ahead"
7159
7160 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7161
7162         * tests/check/libs/audio.c: (GST_START_TEST):
7163         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7164
7165 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7166
7167         * gst-libs/gst/audio/audio.c:
7168         When clipping a buffer with no timestamp, assume it is
7169         within the segment without warnings.
7170
7171         Fixes: #460978
7172
7173 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7174
7175         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7176         Fire the signal on the object, not the interface.
7177
7178 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7179
7180         * gst-libs/gst/rtsp/.cvsignore:
7181         Ber. Don't include the full path, idiot.
7182
7183 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7184
7185         * gst-libs/gst/rtsp/.cvsignore:
7186         Ignore generated files.
7187
7188 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7189
7190         * gst-libs/gst/interfaces/Makefile.am:
7191         * gst-libs/gst/interfaces/interfaces-marshal.list:
7192         * gst-libs/gst/interfaces/rtspextension.c:
7193         * gst-libs/gst/interfaces/rtspextension.h:
7194         * gst-libs/gst/rtsp/Makefile.am:
7195         * gst-libs/gst/rtsp/gstrtsp.h:
7196         * gst-libs/gst/rtsp/gstrtspextension.c:
7197         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7198         (gst_rtsp_extension_detect_server),
7199         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7200         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7201         (gst_rtsp_extension_configure_stream),
7202         (gst_rtsp_extension_get_transports),
7203         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7204         * gst-libs/gst/rtsp/gstrtspextension.h:
7205         * gst-libs/gst/rtsp/rtsp-marshal.list:
7206         Move the rtspextension.h interface into gstrtspextension.h
7207         as part of libgstrtsp instead of libgstinterfaces, because it's
7208         only for use within plugins, not applications. 
7209         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7210         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7211         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7212         is abstract.
7213
7214 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7215
7216         * gst-libs/gst/interfaces/Makefile.am:
7217         * gst-libs/gst/interfaces/interfaces-marshal.list:
7218         * gst-libs/gst/interfaces/rtspextension.c:
7219         (gst_rtsp_extension_iface_init),
7220         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7221         * gst-libs/gst/interfaces/rtspextension.h:
7222         Fix marshaller for the send signal.
7223         Add URL to stream selection interface method.
7224
7225 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7226
7227         * gst-libs/gst/riff/Makefile.am:
7228         Pull in our dependencies from -base before those from outside.
7229
7230 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7231
7232         * docs/libs/gst-plugins-base-libs-sections.txt:
7233         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7234         * gst-libs/gst/rtsp/gstrtspbase64.h:
7235         API: gst_rtsp_base64_decode_ip()
7236         Added function to decode Base64 in-place.
7237
7238 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7239
7240         * tests/check/libs/.cvsignore:
7241         Ignore the mixer test binary.
7242
7243 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7244
7245         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7246         Gratuitous comment change to trigger a rebuild on the buildbots.
7247
7248 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7249
7250         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7251         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7252         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7253         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7254         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7255         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7256         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7257         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7258         (gst_sdp_media_get_attribute_val):
7259         * gst-libs/gst/sdp/gstsdpmessage.h:
7260         Constify args where we can.
7261
7262 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7263
7264         * gst-libs/gst/interfaces/Makefile.am:
7265         * gst-libs/gst/interfaces/rtspextension.c:
7266         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7267         (gst_rtsp_extension_detect_server),
7268         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7269         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7270         (gst_rtsp_extension_configure_stream),
7271         (gst_rtsp_extension_get_transports),
7272         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7273         * gst-libs/gst/interfaces/rtspextension.h:
7274         Move interface for RTSP extensions from -good to here.
7275         Added helper methods to invoke interface methods.
7276
7277 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7278
7279         * docs/libs/gst-plugins-base-libs-sections.txt:
7280         * gst-libs/gst/rtsp/gstrtspdefs.h:
7281         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7282         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7283         (gst_rtsp_message_init_response),
7284         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7285         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7286         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7287         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7288         (gst_rtsp_message_get_body), (dump_key_value):
7289         * gst-libs/gst/rtsp/gstrtspmessage.h:
7290         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7291         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7292         (gst_rtsp_range_parse):
7293         * gst-libs/gst/rtsp/gstrtsprange.h:
7294         * gst-libs/gst/rtsp/gstrtsptransport.c:
7295         * gst-libs/gst/rtsp/gstrtspurl.c:
7296         Fix some more RTSP docs.
7297         Add some missing methods for dealing with messages.
7298
7299 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7300
7301         * docs/libs/gst-plugins-base-libs-docs.sgml:
7302         * docs/libs/gst-plugins-base-libs-sections.txt:
7303         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7304         * gst-libs/gst/rtsp/gstrtspbase64.h:
7305         * gst-libs/gst/rtsp/gstrtspconnection.c:
7306         (gst_rtsp_connection_connect), (add_auth_header),
7307         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7308         (read_body), (gst_rtsp_connection_receive),
7309         (gst_rtsp_connection_next_timeout),
7310         (gst_rtsp_connection_reset_timeout),
7311         (gst_rtsp_connection_set_auth):
7312         * gst-libs/gst/rtsp/gstrtspconnection.h:
7313         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7314         * gst-libs/gst/rtsp/gstrtspdefs.h:
7315         * gst-libs/gst/rtsp/gstrtspmessage.h:
7316         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7317         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7318         (gst_rtsp_range_parse):
7319         * gst-libs/gst/rtsp/gstrtspurl.h:
7320         Added beginnings of RTSP documentation.
7321
7322 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7323
7324         * docs/libs/Makefile.am:
7325         * docs/libs/gst-plugins-base-libs-docs.sgml:
7326         * docs/libs/gst-plugins-base-libs-sections.txt:
7327         * gst-libs/gst/sdp/gstsdp.h:
7328         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7329         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7330         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7331         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7332         (gst_sdp_message_get_attribute_val),
7333         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7334         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7335         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7336         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7337         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7338         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7339         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7340         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7341         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7342         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7343         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7344         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7345         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7346         (gst_sdp_media_get_attribute_val_n),
7347         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7348         (print_media), (gst_sdp_message_dump):
7349         * gst-libs/gst/sdp/gstsdpmessage.h:
7350         Document the SDP library.
7351         Add some of the missing SDPMedia methods.
7352
7353 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7354
7355         * configure.ac:
7356         * gst-libs/gst/Makefile.am:
7357         * gst-libs/gst/rtsp/Makefile.am:
7358         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7359         * gst-libs/gst/rtsp/gstrtspbase64.h:
7360         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7361         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7362         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7363         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7364         (parse_response_status), (parse_request_line), (parse_line),
7365         (gst_rtsp_connection_read), (read_body),
7366         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7367         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7368         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7369         (gst_rtsp_connection_set_auth):
7370         * gst-libs/gst/rtsp/gstrtspconnection.h:
7371         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7372         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7373         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7374         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7375         (gst_rtsp_find_method):
7376         * gst-libs/gst/rtsp/gstrtspdefs.h:
7377         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7378         (gst_rtsp_message_new), (gst_rtsp_message_init),
7379         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7380         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7381         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7382         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7383         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7384         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7385         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7386         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7387         (gst_rtsp_message_dump):
7388         * gst-libs/gst/rtsp/gstrtspmessage.h:
7389         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7390         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7391         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7392         * gst-libs/gst/rtsp/gstrtsprange.h:
7393         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7394         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7395         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7396         (range_as_text), (rtsp_transport_mode_as_text),
7397         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7398         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7399         (gst_rtsp_transport_free):
7400         * gst-libs/gst/rtsp/gstrtsptransport.h:
7401         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7402         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7403         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7404         * gst-libs/gst/rtsp/gstrtspurl.h:
7405         * gst-libs/gst/sdp/Makefile.am:
7406         * gst-libs/gst/sdp/gstsdp.h:
7407         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7408         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7409         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7410         (gst_sdp_attribute_init), (gst_sdp_message_new),
7411         (gst_sdp_message_init), (gst_sdp_message_uninit),
7412         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7413         (gst_sdp_media_uninit), (gst_sdp_media_free),
7414         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7415         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7416         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7417         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7418         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7419         (gst_sdp_message_get_attribute_val),
7420         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7421         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7422         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7423         (gst_sdp_media_get_attribute_val_n),
7424         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7425         (read_string), (read_string_del), (gst_sdp_parse_line),
7426         (gst_sdp_message_parse_buffer), (print_media),
7427         (gst_sdp_message_dump):
7428         * gst-libs/gst/sdp/gstsdpmessage.h:
7429         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7430         Move SDP and RTSP from helper objects in -good to a reusable library.
7431         Use a proper gst_ namespace.
7432
7433 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7434
7435         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7436         (vorbis_dec_flush_decode):
7437         Use the new buffer clipping function from gstaudio here.
7438
7439 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7440
7441         * docs/libs/gst-plugins-base-libs-sections.txt:
7442         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7443         * gst-libs/gst/audio/audio.h:
7444         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7445         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7446         Also add deprecation guards for gst_audio_structure_set_int() to the
7447         header.
7448
7449 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7450
7451         * docs/libs/gst-plugins-base-libs-sections.txt:
7452           Cleanup the docs.
7453
7454 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7455
7456         Patch by: Dan Williams <dcbw at redhat dot com>
7457
7458         * gst/playback/gstplaybasebin.c:
7459         (gst_play_base_bin_get_streaminfo_value_array):
7460         Don't return NULL when querying the stream info value array but instead
7461         return an empty array. Fixes #459204.
7462
7463 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7464
7465         * gst/playback/gsturidecodebin.c:
7466           Init debug category before using it.
7467
7468 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7469
7470         * gst-libs/gst/interfaces/mixer.h:
7471         Add padding vars in place of the signal pointers
7472         when building with DISABLE_DEPRECATED so that the
7473         interface structure doesn't change size.
7474
7475 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7476
7477         * docs/libs/gst-plugins-base-libs-sections.txt:
7478         * ext/alsa/gstalsamixer.c:
7479         * ext/alsa/gstalsamixer.h:
7480         * ext/alsa/gstalsamixerelement.c:
7481         * ext/alsa/gstalsamixertrack.c:
7482         * gst-libs/gst/interfaces/mixer.c:
7483         * gst-libs/gst/interfaces/mixer.h:
7484         * gst-libs/gst/interfaces/mixeroptions.c:
7485         * gst-libs/gst/interfaces/mixeroptions.h:
7486         * gst-libs/gst/interfaces/mixertrack.c:
7487         * gst-libs/gst/interfaces/mixertrack.h:
7488         * tests/check/Makefile.am:
7489         * tests/check/libs/mixer.c:
7490
7491         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7492         Fixes: #152864 
7493
7494         Add support for notifying mixer changes on the message bus, and
7495         implement it in alsamixer.
7496
7497         API: gst_mixer_get_mixer_flags
7498         API: gst_mixer_message_parse_mute_toggled
7499         API: gst_mixer_message_parse_record_toggled
7500         API: gst_mixer_message_parse_volume_changed
7501         API: gst_mixer_message_parse_option_changed
7502         API: GstMixerMessageType
7503         API: GstMixerFlags
7504
7505 2007-07-20  Michael Smith <msmith@fluendo.com>
7506
7507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7508         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7509           xcontext->im_format is only for testing XShm support (as the header
7510           file comments document). Use xvimage->im_format for everything else.
7511           Avoids spurious warnings on buffer allocation before setcaps.
7512
7513 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7514
7515         * tests/examples/volume/Makefile.am:
7516         * tests/icles/Makefile.am:
7517           We should use $(LIBM).
7518
7519 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7520
7521         * tests/icles/Makefile.am:
7522           This needs -lm.
7523
7524 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7525
7526         * gst-libs/gst/rtp/gstbasertppayload.c:
7527         (gst_basertppayload_class_init), (gst_basertppayload_init),
7528         (gst_basertppayload_set_property),
7529         (gst_basertppayload_get_property):
7530         Don't break ABI, restore previous ranges. Keep the default random
7531         selection of timestamp and seqnum offset but as soon as the app sets a
7532         specific value, use that one.
7533
7534 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7535
7536         Patch by: Bastien Nocera <hadess at hadess dot net>
7537
7538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7539         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7540         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7541         * sys/xvimage/xvimagesink.h:
7542         Add option to turn off double-buffering for debugging purposes.
7543         Fixes #437169.
7544
7545 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7546
7547         Patch by: Jorn Baayen <jorn at openedhand dot com>
7548
7549         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7550         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7551         (gst_ximagesink_init), (gst_ximagesink_class_init):
7552         * sys/ximage/ximagesink.h:
7553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7554         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7555         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7556         * sys/xvimage/xvimagesink.h:
7557         add 'handle-expose' property. Useful for video widgets which may want to
7558         be in control of Expose behaviour. Fixes #380625
7559
7560 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7561
7562         * gst-libs/gst/rtp/gstbasertppayload.c:
7563         (gst_basertppayload_class_init), (gst_basertppayload_init),
7564         (gst_basertppayload_event), (gst_basertppayload_push),
7565         (gst_basertppayload_set_property),
7566         (gst_basertppayload_get_property),
7567         (gst_basertppayload_change_state):
7568         * gst-libs/gst/rtp/gstbasertppayload.h:
7569         Fix ranges of rtp payloader properties so that the full range can be
7570         used in addition to -1 (random).
7571         Fix wrong seqnum reporting in caps.
7572         Fixes #420326.
7573
7574 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7575
7576         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7577         (gst_video_rate_query):
7578         Use boilerplate.
7579         Add latency query, might not be perfect yet but already works a lot
7580         better. Fixes #442557.
7581
7582 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7583
7584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7585         (gst_xvimagesink_setcaps):
7586         * sys/xvimage/xvimagesink.h:
7587         After a caps change, redraw our borders to avoid garbage left there
7588         when the image format changes to a smaller size, like 16:9 -> 4:3
7589         Also, hold the flow_lock a bit longer in the set_caps while we're
7590         fiddling with the xcontext.
7591
7592 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7593
7594         * Makefile.am:
7595         * configure.ac:
7596         * tests/Makefile.am:
7597         Remove bogus check for libcheck, since we check for
7598         gstreamer-check and it pulls in the required info from there, and we
7599         weren't actually _using_ the information for libcheck ourselves
7600         anyway.
7601
7602 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7603
7604         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7605         (gst_ffmpeg_caps_to_pixfmt):
7606         Fix the r_mask test for RGBA32 on little-endian.
7607         Fix a stupid typo that would have obviously broken 
7608         compilation on big-endian, if anyone was testing.
7609
7610 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7611
7612         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7613         (paint_hline_str4):
7614         * gst/videotestsrc/videotestsrc.h:
7615         Add alpha to the color struct.
7616         Use a default alpha value of 255 instead of 128.
7617
7618 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7619
7620         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7621         (setup_source):
7622         Clear the dynamic pads counter when starting a new uri. This makes
7623         reusing playbin work again.
7624         Fixes #454264.
7625
7626 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7627
7628         * configure.ac:
7629           Use pkg-config to locate check.
7630
7631 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7632
7633         * configure.ac:
7634         * tests/check/elements/volume.c: (GST_START_TEST):
7635           Fix 'make check' build against core CVS.
7636
7637 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7638
7639         * gst-libs/gst/interfaces/propertyprobe.c:
7640         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7641         * gst-libs/gst/tag/gstvorbistag.c:
7642           Make gtk-doc happy.
7643
7644 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * gst-libs/gst/audio/gstbaseaudiosink.c:
7647         (gst_base_audio_sink_callback):
7648           Quick hack to make audiosinks stop at EOS when operating in
7649           pull-mode; needs to be fixed properly some day.
7650
7651 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7652
7653         * docs/libs/gst-plugins-base-libs-sections.txt:
7654           Fix location of includes in the docs.
7655
7656 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7657
7658         * gst/ffmpegcolorspace/avcodec.h:
7659         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7660         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7661         (gst_ffmpegcsp_avpicture_fill):
7662         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7663         (img_get_alpha_info):
7664         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7665         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7666         end of the word. Partially fixes #451908
7667
7668 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7669
7670         * docs/libs/Makefile.am:
7671         * docs/plugins/Makefile.am:
7672           Simplify --extra-dir as gtkdoc scans recursively.
7673
7674 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7675
7676         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7677         (gst_adder_request_new_pad):
7678         Make getcaps more robust by not using the proxycaps function. This makes
7679         sure that we don't end up recursively calling getcaps upstream.
7680         See #316248.
7681
7682 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7683
7684         * gst/audioconvert/audioconvert.c:
7685         Include math.h to fix compilation.
7686
7687 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7688
7689         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7690         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7691         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7692         format, as produced by some dc1394 cameras like the iSight.
7693         See http://www.fourcc.org/yuv.php#IYU1
7694
7695 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7696
7697         * gst/audioconvert/Makefile.am:
7698         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7699         (check_default), (audio_convert_prepare_context),
7700         (audio_convert_clean_context), (audio_convert_convert):
7701         * gst/audioconvert/audioconvert.h:
7702         * gst/audioconvert/gstaudioconvert.c:
7703         (gst_audio_convert_dithering_get_type),
7704         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7705         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7706         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7707         * gst/audioconvert/gstaudioconvert.h:
7708         * gst/audioconvert/gstaudioquantize.c:
7709         (gst_audio_quantize_setup_noise_shaping),
7710         (gst_audio_quantize_free_noise_shaping),
7711         (gst_audio_quantize_setup_dither),
7712         (gst_audio_quantize_free_dither),
7713         (gst_audio_quantize_setup_quantize_func),
7714         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7715         * gst/audioconvert/gstaudioquantize.h:
7716         Implement dithering and noise shaping in audioconvert. By default now
7717         TPDF dithering (and no noise shaping) will be used when converting
7718         from a higher bit depth to 20 bit depth or smaller, otherwise
7719         everything will be as it is now.
7720         For the last audioconvert in a pipeline it would make sense to
7721         use some kind of noise shaping, enabling it by default for all
7722         conversions would give undesired results though. Fixes #360246.
7723         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7724         (GST_START_TEST):
7725         Adjust unit test for the new audioconvert.
7726
7727 2007-06-28  Wim Taymans  <wim@fluendo.com>
7728
7729         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7730         Use other metrics as well when estimating the buffer level.
7731
7732 2007-06-28  Wim Taymans  <wim@fluendo.com>
7733
7734         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7735         Small debug improvement.
7736
7737         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7738         (plugin_init):
7739         Tweak the rate estimation period.
7740         When calculating the buffer filledness in rate estimation mode, don't
7741         mix it with other metrics.
7742
7743 2007-06-28  Wim Taymans  <wim@fluendo.com>
7744
7745         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7746         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7747         When creating the groups, allow for a 5 second, unlimited buffers
7748         preroll phase after which we expose the group.
7749         When the group is exposed, use a small number of buffers up to a 2
7750         second limit. Also disconnect the overrun signal from multiqueue when we
7751         exposed the group because it is not needed anymore.
7752
7753 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7754
7755         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7756           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7757           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7758           (#451707); also, output some debugging info when dealing with
7759           freeform strings.
7760
7761         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7762           Add unit test for the above.
7763
7764 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7765
7766         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7767           Add description for Windows Media RTP caps.
7768
7769         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7770           Remove RTP fields that don't define the format from caps.
7771
7772 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7773
7774         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7775           Skip empty buffers, but not empty header buffers. That way the original
7776           vorbisdec unit test still passes (#451145); also, take into account
7777           that those empty packets might carry a granulepos.
7778
7779         * tests/check/Makefile.am:
7780         * tests/check/elements/vorbisdec.c:
7781         (_create_codebook_header_buffer), (_create_audio_buffer),
7782         (GST_START_TEST), (vorbisdec_suite):
7783           Add unit test that sends an empty packet.
7784
7785 2007-06-27  Wim Taymans  <wim@fluendo.com>
7786
7787         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7788         Don't error out on 0-sized packets, just emit a warning because this is
7789         not a fatal error. Fixes #451145.
7790
7791 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7792
7793         * docs/plugins/gst-plugins-base-plugins.args:
7794         * docs/plugins/gst-plugins-base-plugins.signals:
7795         * docs/plugins/inspect/plugin-adder.xml:
7796         * docs/plugins/inspect/plugin-alsa.xml:
7797         * docs/plugins/inspect/plugin-audioconvert.xml:
7798         * docs/plugins/inspect/plugin-audiorate.xml:
7799         * docs/plugins/inspect/plugin-audioresample.xml:
7800         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7801         * docs/plugins/inspect/plugin-cdparanoia.xml:
7802         * docs/plugins/inspect/plugin-decodebin.xml:
7803         * docs/plugins/inspect/plugin-decodebin2.xml:
7804         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7805         * docs/plugins/inspect/plugin-gdp.xml:
7806         * docs/plugins/inspect/plugin-gnomevfs.xml:
7807         * docs/plugins/inspect/plugin-libvisual.xml:
7808         * docs/plugins/inspect/plugin-ogg.xml:
7809         * docs/plugins/inspect/plugin-pango.xml:
7810         * docs/plugins/inspect/plugin-playbin.xml:
7811         * docs/plugins/inspect/plugin-subparse.xml:
7812         * docs/plugins/inspect/plugin-tcp.xml:
7813         * docs/plugins/inspect/plugin-theora.xml:
7814         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7815         * docs/plugins/inspect/plugin-video4linux.xml:
7816         * docs/plugins/inspect/plugin-videorate.xml:
7817         * docs/plugins/inspect/plugin-videoscale.xml:
7818         * docs/plugins/inspect/plugin-videotestsrc.xml:
7819         * docs/plugins/inspect/plugin-volume.xml:
7820         * docs/plugins/inspect/plugin-vorbis.xml:
7821         * docs/plugins/inspect/plugin-ximagesink.xml:
7822         * docs/plugins/inspect/plugin-xvimagesink.xml:
7823           Update docs with caps info.
7824
7825 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7826
7827         * po/POTFILES.in:
7828           Add more files with translatable strings (#450875).
7829
7830 2007-06-23  Edward Hervey  <edward@fluendo.com>
7831
7832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7833         The chain should be freed if we error out here, else it will leak.
7834         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7835         (cleanup_decodebin):
7836         Don't forget to *properly* remove the signals, else it will leak.
7837
7838 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7839
7840         * MAINTAINERS:
7841         Updating all the maintainers files
7842
7843 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7844
7845         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7846         (main):
7847           Destroy and recreate parse-launch based pipeline after stop to be able
7848           to play again. Reorder some code and add more comments.
7849
7850 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7851
7852         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7853         When handling a delayed-caps notification case, mark
7854         the group as dynamic so that the nbdynamic count is
7855         incremented and decremented correctly. Fixes: #449156
7856         Patch by: Wim Taymans <wim@fluendo.com>
7857
7858 2007-06-19  Andy Wingo  <wingo@pobox.com>
7859
7860         * gst-libs/gst/audio/gstbaseaudiosink.c
7861         (gst_base_audio_sink_init): Enable pull-mode operation.
7862
7863 2007-06-19  Michael Smith <msmith@fluendo.com>
7864
7865         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7866           Change minimum rate back to 1000 to allow low-sample-rate wav files
7867           to play back.
7868
7869 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7870
7871         * po/vi.po:
7872           Update translations.
7873
7874 2007-06-15  David Schleef  <ds@schleef.org>
7875
7876         * gst/playback/gstqueue2.c:
7877           Fix compile error from ignored return value.
7878
7879 2007-06-15  Michael Smith <msmith@fluendo.com>
7880
7881         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7882           Update tmpbuf for all neccesary rows, not just one, as is required
7883           when downscaling.
7884           Fixes #402076.
7885
7886 2007-06-15  Michael Smith <msmith@fluendo.com>
7887
7888         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7889         (eos_buffer_probe):
7890           Add a test that ensures we set DELTA_UNIT on all non-header,
7891           non-video buffers, if we have a video stream.
7892         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7893         (gst_ogg_mux_process_best_pad):
7894           Move setting delta_pad to earlier, where we inspect all pads, so
7895           that leading audio pages don't get DELTA_UNIT unset if they come
7896           before the first DELTA_UNIT from video pages. Fixes the newly-added
7897           test. Fixes #385527.
7898
7899 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7900
7901         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7902           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7903           fails on the p5-ppc64 build bot and the failure looks like it is due
7904           to the same issue as #348114, ie. a compiler bug.
7905
7906 2007-06-13  Edward Hervey  <edward@fluendo.com>
7907
7908         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7909         Fix build on MacOSX.
7910
7911 2007-06-13  Wim Taymans  <wim@fluendo.com>
7912
7913         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7914         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7915         Fix compilation on mingw. Fixes #446972.
7916
7917 2007-06-12  Wim Taymans  <wim@fluendo.com>
7918
7919         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7920
7921         * gst/playback/gstqueue2.c: (update_buffering),
7922         (gst_queue_locked_enqueue):
7923         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7924         also update the buffering status when receiving events. Fixes #446551.
7925
7926 2007-06-11  Wim Taymans  <wim@fluendo.com>
7927
7928         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7929
7930         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7931         (gst_queue_handle_src_query):
7932         Wait for preroll before attempting to forward a duration query upstream.
7933         Fixes #445505.
7934
7935 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7936
7937         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7938         (gst_base_rtp_depayload_set_gst_timestamp):
7939         Use G_GINT64_CONSTANT macro for int64 constant.
7940         * win32/common/libgstinterfaces.def:
7941         * win32/common/libgsttag.def:
7942         Add new exported functions.
7943
7944 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7945
7946         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7947           The BOS page of the first Dirac video stream needs to come before
7948           the BOS page of any Vorbis streams or other audio streams, just like
7949           it is with Theora.
7950
7951 2007-06-07  Wim Taymans  <wim@fluendo.com>
7952
7953         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7954         Fix compilation.
7955
7956 2007-06-06  Wim Taymans  <wim@fluendo.com>
7957
7958         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7959
7960         * gst/playback/gstqueue2.c: (gst_queue_init),
7961         (gst_queue_handle_sink_event), (gst_queue_chain),
7962         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7963         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7964         (gst_queue_src_activate_pull):
7965         Add pull based scheduling and fix some deadlocks. Fixes #444523.
7966         Does not yet completely work because duration queries upstream won't
7967         block yet.
7968
7969 2007-06-06  Wim Taymans  <wim@fluendo.com>
7970
7971         * configure.ac:
7972         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7973         Some more fseeko checks.
7974
7975 2007-06-06  Wim Taymans  <wim@fluendo.com>
7976
7977         * configure.ac:
7978         check for large file support.
7979
7980 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
7981
7982         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
7983
7984         * gst/subparse/gstsubparse.c: (parse_subrip),
7985         (subviewer_unescape_newlines), (parse_subviewer),
7986         (gst_sub_parse_data_format_autodetect),
7987         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
7988         * gst/subparse/gstsubparse.h:
7989         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
7990         * tests/check/elements/subparse.c: (GST_START_TEST),
7991         (subparse_suite):
7992         Add a unit test for both SubViewer formats.
7993
7994 2007-06-01  Michael Smith <msmith@fluendo.com>
7995
7996         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7997           Don't overflow intermediate values when seeking to large time values
7998           in audiotestsrc.
7999
8000 2007-06-05  Wim Taymans  <wim@fluendo.com>
8001
8002         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8003         (gst_queue_create_read), (gst_queue_read_item_from_file),
8004         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8005         Include stdio to define fseeko.
8006
8007 2007-06-05  Wim Taymans  <wim@fluendo.com>
8008
8009         Patch by: Edward Hervey  <edward@fluendo.com>
8010
8011         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8012         (gst_v4lsrc_query):
8013         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8014
8015 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8016
8017         * gst-libs/gst/riff/Makefile.am:
8018         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8019           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8020           our own implementation.
8021
8022 2007-06-05  Wim Taymans  <wim@fluendo.com>
8023
8024         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8025         (gst_base_rtp_depayload_setcaps),
8026         (gst_base_rtp_depayload_set_gst_timestamp),
8027         (gst_base_rtp_depayload_change_state):
8028         Handle timestamp wraparound.
8029
8030 2007-06-05  Wim Taymans  <wim@fluendo.com>
8031
8032         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8033         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8034         (gst_uri_decode_bin_change_state):
8035         Make sure we name srcpads uniquely even when using different internal
8036         decodebins.
8037         Signal no-more-pads when no more dynamic elements exist.
8038         Remove pads on cleanup.
8039
8040 2007-06-05  Wim Taymans  <wim@fluendo.com>
8041
8042         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8043
8044         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8045         (gst_queue_init), (gst_queue_finalize),
8046         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8047         (gst_queue_create_read), (gst_queue_read_item_from_file),
8048         (gst_queue_open_temp_location_file),
8049         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8050         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8051         (gst_queue_is_empty), (gst_queue_is_filled),
8052         (gst_queue_change_state), (gst_queue_set_temp_location),
8053         (gst_queue_set_property):
8054         Add support for filebased buffering. Fixes #441264.
8055
8056 2007-06-05  Wim Taymans  <wim@fluendo.com>
8057
8058         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8059         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8060         (caps_notify_group_cb), (gst_decode_group_new),
8061         (gst_decode_group_free):
8062         Add support for delayed caps fixation when autoplugging.
8063         Optimize cases where a multiqueue is not needed/wanted, like right after
8064         anything that is not a demuxer.
8065
8066 2007-06-05  Wim Taymans  <wim@fluendo.com>
8067
8068         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8069         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8070         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8071         consideratly speedup ogg chain detection by not trying to find a base
8072         timestamp for skeleton streams. 
8073
8074 2007-06-05  Wim Taymans  <wim@fluendo.com>
8075
8076         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8077         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8078         (gst_multi_fd_sink_remove_flush),
8079         (gst_multi_fd_sink_remove_client_link),
8080         (gst_multi_fd_sink_handle_client_write),
8081         (gst_multi_fd_sink_handle_clients):
8082         * gst/tcp/gstmultifdsink.h:
8083         Add support for remove_flush.
8084
8085 2007-06-05  Wim Taymans  <wim@fluendo.com>
8086
8087         * docs/design/draft-keyframe-force.txt:
8088         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8089         (theora_enc_chain):
8090         Add draft design for forcing keyframes in encoders and implement in
8091         theoraenc.
8092
8093 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8094
8095         * configure.ac:
8096           Back to CVS
8097
8098 === release 0.10.13 ===
8099
8100 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8101
8102         * configure.ac:
8103           releasing 0.10.13, "What's Going on?"
8104
8105 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8106
8107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8108         In riff, the depth is stored in the size field but it just means that
8109         the least significant bits are cleared. We can therefore just play
8110         the sample as if it had a depth == width. Fixes: #440997
8111
8112         Patch by: Wim Taymans <wim@fluendo.com> 
8113         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8114
8115 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8116
8117         * gst-libs/gst/floatcast/floatcast.h:
8118         Define inline when needed on win32 builds. Fixes: #441295
8119         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8120
8121 2007-05-29  Wim Taymans  <wim@fluendo.com>
8122
8123         * gst/playback/gstplaybasebin.c: (queue_overrun),
8124         (no_more_pads_full):
8125         Stop buffering when the group is commited because the queues filled up.
8126         Fixes #442024.
8127
8128 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8129
8130         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8131         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8132         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8133         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8134         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8135         * ext/alsa/gstalsamixer.h:
8136         * ext/alsa/gstalsamixerelement.c:
8137         (gst_alsa_mixer_element_interface_supported),
8138         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8139         (gst_alsa_mixer_element_set_property),
8140         (gst_alsa_mixer_element_get_property),
8141         (gst_alsa_mixer_element_change_state):
8142         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8143         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8144         (gst_mixer_option_changed):
8145         * gst-libs/gst/interfaces/mixer.h:
8146         Revert commits towards #152864 made so far. We'll pick it up again
8147         after the 0.10.13 release.
8148
8149 2007-05-24  Wim Taymans  <wim@fluendo.com>
8150
8151         * gst-libs/gst/audio/gstbaseaudiosink.c:
8152         (gst_base_audio_sink_render):
8153         After an interrupt (PAUSED/flush) assume that the next sample should not
8154         be aligned to the previous sample. Fixes #417992.
8155
8156 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8157
8158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8159           Don't add channels and rate fields to the template caps for
8160           audio/x-dts, as wavparse might not always be able to set them,
8161           which would then lead to 'caps are not a real subset of the
8162           template caps' warnings.
8163
8164 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8165
8166         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8167         Handle unknown or invalid pads without crashing, as might occur if
8168         a media file like an mp3 is specified as a subtitle file.
8169         Fixes: #410039
8170
8171 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8172
8173         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8174         (setup_sinks):
8175         Block the subtitle bin output queue before ghosting it and linking,
8176         then unblock after. This avoids spurious not-linked errors caused 
8177         by the queue starting up (because it gets linked when it is ghosted). 
8178         Fixes: #350299
8179
8180 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8181
8182         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8183         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8184         file. Avoids flukes where the input gets typefound to some valid but
8185         useless type.
8186
8187 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8188
8189         * tests/check/Makefile.am:
8190         * tests/check/elements/.cvsignore:
8191         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8192         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8193           Add unit test for gnomevfssink seeking and position reporting for
8194           file:// URIs.
8195
8196 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8197
8198         Patch by: Mark Nauwelaerts <manauw at skynet be>
8199
8200         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8201         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8202         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8203         * ext/gnomevfs/gstgnomevfssink.h:
8204           Fix position reporting, especially after a seek (from upstream),
8205           see #412648.
8206
8207 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8208
8209         * ext/cdparanoia/gstcdparanoiasrc.c:
8210           Repair umlaut.
8211
8212 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8213
8214         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8215         Specify the full valid range for MP3 samplerates. Fixes a regression
8216         caused by extra header checks since the last release.
8217
8218 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8219
8220         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8222         Fix a locking-order bug I introduced with my changes the other day.
8223         Patch by Mike Smith.
8224
8225 2007-05-21  Michael Smith <msmith@fluendo.com>
8226
8227         * ext/theora/theoradec.c: (theora_handle_data_packet):
8228           Don't look inside 0-length packets (which indicate duplicated
8229           frames)
8230
8231 2007-05-21  Wim Taymans  <wim@fluendo.com>
8232
8233         * ext/cdparanoia/gstcdparanoiasrc.c:
8234         (gst_cd_paranoia_src_read_sector):
8235         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8236         (gst_base_audio_src_create):
8237         Small cleanups.
8238
8239         * ext/theora/theoradec.c: (theora_dec_sink_event):
8240         Fix typo.
8241
8242         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8243         (gst_base_rtp_depayload_set_gst_timestamp):
8244         Add some FIXME
8245
8246         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8247         And some debug info when a FIXME path is hit.
8248
8249 2007-05-21  Wim Taymans  <wim@fluendo.com>
8250
8251         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8252         (gst_base_rtp_audio_payload_class_init),
8253         (gst_base_rtp_audio_payload_init),
8254         (gst_base_rtp_audio_payload_finalize),
8255         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8256         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8257         (gst_base_rtp_payload_audio_handle_event):
8258         Some cleanups, remove minptime property as it is now in the parent
8259         class.
8260         Override parent class event function.
8261
8262         * gst-libs/gst/rtp/gstbasertppayload.c:
8263         (gst_basertppayload_class_init), (gst_basertppayload_init),
8264         (gst_basertppayload_event), (gst_basertppayload_set_property),
8265         (gst_basertppayload_get_property):
8266         * gst-libs/gst/rtp/gstbasertppayload.h:
8267         Add min-ptime property.
8268         Add handle-event vmethod. Fixes #415001.
8269
8270 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8271
8272         * gst-libs/gst/audio/gstbaseaudiosink.c
8273           (gst_base_audio_sink_change_state):
8274           Fix typo in comment.
8275
8276         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8277           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8278           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8279           close_link):
8280         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8281           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8282           Remove trailing whitespaces in comments.
8283
8284         * gst/volume/Makefile.am:
8285           Fix tabs.
8286
8287 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8288
8289         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8290
8291         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8292           set_option, get_option, _gst_reserved):
8293           Revert reordering functions (keep ABI).
8294
8295 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8296
8297         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8298         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8299         (gst_ximagesink_show_frame):
8300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8301         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8302         (gst_xvimagesink_show_frame):
8303         When we create our own window, indicate that we handle the 
8304         WM_DELETE client message from the window manager, so that it won't 
8305         kill our window (and our app) along with it. Handle ClientMessage,
8306         post an error on the bus, and close the window. Further buffers
8307         arriving will result in a FlowError because the window has been
8308         destroyed.
8309
8310         Fixes: #393975
8311
8312         Clean up the X event handling loop and make them the same for
8313         both xvimagesink and ximagesink while I'm at it.
8314
8315 2007-05-17  Wim Taymans  <wim@fluendo.com>
8316
8317         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8318         Make decodebin2 autoplug depayloaders too.
8319
8320         * gst/playback/gsturidecodebin.c: (source_new_pad):
8321         Set the newly created decoder in a usable state when autoplugging a
8322         dynamic source such as RTSP.
8323
8324 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8325
8326         * gst/playback/gststreaminfo.c: (cb_probe):
8327           Ignore video-codec tag for audio streams and ignore audio-codec tags
8328           for video streams. Should make codec name collection a bit more
8329           robust against sloppy demuxers that send tag events containing both
8330           tags down each pad.
8331
8332 2007-05-17  Wim Taymans  <wim@fluendo.com>
8333
8334         * gst/playback/gstqueue2.c: (update_rates):
8335         Tweak the buffering thresholds a little.
8336         Update the buffer size with the previously calculate rate instead of
8337         only when we calculate a new rate so that we get smoother buffering
8338         updates.
8339
8340         * gst/playback/Makefile.am:
8341         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8342         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8343         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8344         (gst_uri_decode_bin_get_property), (unknown_type),
8345         (add_element_stream), (no_more_pads_full), (no_more_pads),
8346         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8347         (gen_source_element), (has_all_raw_caps), (analyse_source),
8348         (remove_decoders), (make_decoder), (remove_source),
8349         (source_new_pad), (setup_source), (decoder_query_init),
8350         (decoder_query_duration_fold), (decoder_query_duration_done),
8351         (decoder_query_position_fold), (decoder_query_position_done),
8352         (decoder_query_latency_fold), (decoder_query_latency_done),
8353         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8354         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8355         (gst_uri_decode_bin_change_state), (plugin_init):
8356         New element that intergrates a source, optional buffering element and
8357         decodebin.
8358
8359 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8360
8361         * configure.ac:
8362           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8363           (also has a .pc file, so we don't need the fallback check any
8364           longer). Fixes #438840.
8365
8366 2007-05-17  Wim Taymans  <wim@fluendo.com>
8367
8368         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8369         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8370         (apply_segment), (apply_buffer), (update_buffering),
8371         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8372         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8373         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8374         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8375         (plugin_init):
8376         fix build.
8377
8378 2007-05-17  Wim Taymans  <wim@fluendo.com>
8379
8380         * gst/playback/Makefile.am:
8381         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8382         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8383         (gst_queue_getcaps), (gst_queue_bufferalloc),
8384         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8385         (apply_buffer), (update_buffering), (reset_rate_timer),
8386         (update_rates), (gst_queue_locked_flush),
8387         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8388         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8389         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8390         (gst_queue_loop), (gst_queue_handle_src_event),
8391         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8392         (gst_queue_src_activate_push), (gst_queue_change_state),
8393         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8394         On our way to playbin2 this is the new network queue that does buffering
8395         all by itself using high and low watermarks. It can also measure up and
8396         downstream bandwidth to optimally size the queue.
8397
8398 2007-05-17  Michael Smith <msmith@fluendo.com>
8399
8400         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8401         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8402           Use the segment->last_stop value to calculate the next timestamp to
8403           generate after a seek; not the segment->start value.
8404
8405 2007-05-15  David Schleef  <ds@schleef.org>
8406
8407         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8408           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8409
8410 2007-05-15  Wim Taymans  <wim@fluendo.com>
8411
8412         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8413         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8414         Some more chained streaming ogg timestamp fixes.
8415
8416 2007-05-15  Wim Taymans  <wim@fluendo.com>
8417
8418         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8419         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8420         (gst_ogg_demux_handle_page):
8421         Add some FIXMEs.
8422         Fix chain start/stop segment handling based on patch by
8423         <ahalda at cs dot mcgill dot ca> see #320984.
8424
8425 2007-05-15  Michael Smith <msmith@fluendo.com>
8426
8427         * configure.ac:
8428           We don't require a C++ compiler. So don't require one.
8429
8430 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8431
8432         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8433           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8434           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8435           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8436           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8437           gst_alsa_mixer_update_track):
8438           Apply some of the cleanup Tim suggested in #152864 afterwards.
8439
8440 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8441
8442         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8443
8444         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8445           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8446           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8447           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8448           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8449           gst_alsa_mixer_handle_source_callback,
8450           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8451           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8452           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8453           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8454           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8455           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8456         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8457         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8458           gst_alsa_mixer_element_interface_supported,
8459           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8460           gst_alsa_mixer_element_set_property,
8461           gst_alsa_mixer_element_get_property,
8462           gst_alsa_mixer_element_change_state):
8463         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8464         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8465           gst_mixer_option_changed):
8466         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8467           volume_changed, option_changed, _gst_reserved):
8468           Implement notification for alsamixer. Fixes #152864
8469
8470 2007-05-14  David Schleef  <ds@schleef.org>
8471
8472         * gst/videotestsrc/videotestsrc.c:
8473         * gst/videotestsrc/videotestsrc.h:
8474           Add support for video/x-raw-bayer.
8475
8476 2007-05-12  David Schleef  <ds@schleef.org>
8477
8478         * sys/xvimage/xvimagesink.c:
8479           Add some sanity checking for the XVImage size returned by X.
8480           Related to #377400.
8481
8482 2007-05-12  Wim Taymans  <wim@fluendo.com>
8483
8484         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8485         (gst_base_rtp_depayload_setcaps),
8486         (gst_base_rtp_depayload_set_gst_timestamp):
8487         Parse and use additional caps fields as described in updated
8488         application/x-rtp caps spec.
8489
8490 2007-05-12  Wim Taymans  <wim@fluendo.com>
8491
8492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8493         (gst_ogg_demux_collect_chain_info):
8494         If there is a stream in a chain without any data packets, ignore the
8495         stream in the total length calculations. Might be related to #436820.
8496
8497 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8498
8499         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8500         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8501         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8502         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8503         (plugin_init):
8504
8505         Consolidate and re-work our mpeg system stream detection to probe
8506         more packets and produce a higher confidence result. Fixes a
8507         regression caused by lowering the typefind probability last year
8508         - related to bug #397810. Remove the redundant MPEG-1 specific 
8509         typefind function, as the new one detects both MPEG-1 & MPEG-2
8510         happily.
8511
8512         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8513         little. 
8514
8515         Tested against my media test directory, with some improvements and
8516         no regressions.
8517
8518 2007-05-10  Wim Taymans  <wim@fluendo.com>
8519
8520         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8521         (queue_out_of_data):
8522         Connect to the new queue "pushing" signal instead of the broken
8523         "running" one.
8524
8525 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8526
8527         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8528         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8529         Move variable declaration before the first instruction.
8530         * gst/videotestsrc/videotestsrc.c:
8531         Define M_PI if it's not defined yet.
8532         * win32/common/libgstrtp.def:
8533         Add new exported functions.
8534
8535 2007-05-09  Michael Smith <msmith@fluendo.com>
8536
8537         * ext/theora/theoradec.c: (theora_handle_type_packet):
8538           gst_pad_push_event() does not return a GstFlowReturn!
8539
8540 2007-05-09  Wim Taymans  <wim@fluendo.com>
8541
8542         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8543         * tests/examples/seek/seek.c: (do_seek):
8544         Some small cosmetic changes.
8545
8546 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8547
8548         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8549           gst_adder_change_state):
8550         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8551           segment_pending, segment_position, segment_rate):
8552           Handle playback-rate on adder.
8553
8554 2007-05-07  Michael Smith <msmith@fluendo.com>
8555
8556         * ext/theora/gsttheoradec.h:
8557         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8558         (theora_dec_sink_event), (theora_handle_comment_packet),
8559         (theora_handle_type_packet), (theora_dec_change_state):
8560           Don't push events (newsegment, tags) before initialising the
8561           decoder.
8562           This is neccesary for seeking to work correctly in gnonlin.
8563
8564 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8565
8566         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8567         * gst/adder/gstadder.c:
8568         * gst/audiotestsrc/gstaudiotestsrc.c
8569           (gst_audio_test_src_create_white_noise):
8570         * gst/videotestsrc/gstvideotestsrc.c:
8571         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8572           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8573           volume_sink_template, volume_src_template, gst_volume_init,
8574           volume_process_double, volume_process_int16,
8575           volume_process_int16_clamp):
8576           Doc fixes and formatting.
8577
8578 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8579
8580         * tests/check/Makefile.am:
8581         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8582           Minimal check for volume's GstController usability; also another
8583           test for #422295.
8584
8585 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8586
8587         * gst-libs/gst/cdda/gstcddabasesrc.c:
8588         (gst_cdda_base_src_add_track):
8589           Fix it so that it (a) makes sense and (b) doesn't break
8590           everything cdda-related including the unit test.
8591
8592 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8593
8594         * gst-libs/gst/cdda/gstcddabasesrc.c:
8595         (gst_cdda_base_src_add_track):
8596           Fix build when disabling asserts.
8597
8598 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8601           When XShm is not available, we might get row strides that are not
8602           rounded up to multiples of four; this is bad, because virtually
8603           every RGB-processing element in GStreamer assumes rowstrides are
8604           rounded up to multiples of four, so let's allocate at least enough
8605           memory to avoid crashes in this case. The image will still be
8606           displayed distorted though if this happens, so that still needs
8607           fixing (maybe by allocating a bigger image with an 'even' width
8608           and then clipping it appropriately when rendering - something for
8609           Xlib aficionados in any case).
8610
8611 2007-05-03  Michael Smith <msmith@fluendo.com>
8612
8613         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8614           If a buffer doesn't have a timestamp, assume it's contiguous with
8615           the previous buffer, and synthesise timestamps appropriately.
8616
8617 2007-05-03  Edward Hervey  <edward@fluendo.com>
8618
8619         * tests/check/elements/videorate.c: (GST_START_TEST):
8620         Set buffer timestamp to a valid value in order to test the buffer
8621         really does stay in videorate.
8622
8623 2007-05-03  Edward Hervey  <edward@fluendo.com>
8624
8625         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8626         There is no sensible way to handle incoming buffers which don't have a
8627         valid timestamp. We therefore discard them and wait for the next one.
8628
8629 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8630
8631         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8632         * gst/playback/gstdecodebin2.c: (plugin_init):
8633           Better error message for text files.
8634
8635 2007-04-29  Wim Taymans  <wim@fluendo.com>
8636
8637         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8638         Fix offset bug in generation RR packets.
8639
8640 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8641
8642         * ext/theora/theoradec.c: (_theora_granule_time),
8643         (theora_dec_push_forward), (theora_handle_data_packet),
8644         (theora_dec_decode_buffer): Calculate buffer duration correctly
8645         to generate a perfect stream (#433888).
8646         * gst/audioresample/gstaudioresample.c:
8647         (audioresample_check_discont): Glib provides ABS.
8648
8649 2007-04-27  Wim Taymans  <wim@fluendo.com>
8650
8651         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8652         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8653         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8654         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8655         (gst_rtcp_packet_bye_set_reason):
8656         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8657         Fix RB block parsing and writing.
8658         Add support for constructing BYE packets.
8659
8660 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8661
8662         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8663         (gst_base_audio_src_create):
8664         * po/POTFILES.in:
8665           When posting a warning message because samples were dropped, post
8666           something more intelligible than he default error message for clock
8667           errors which is just confusing in this context (#432984).
8668
8669 2007-04-25  Wim Taymans  <wim@fluendo.com>
8670
8671         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8672         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8673         (read_packet_header), (gst_rtcp_packet_move_to_next),
8674         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8675         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8676         (gst_rtcp_packet_sdes_get_item_count),
8677         (gst_rtcp_packet_sdes_first_item),
8678         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8679         (gst_rtcp_packet_sdes_first_entry),
8680         (gst_rtcp_packet_sdes_next_entry),
8681         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8682         (gst_rtcp_packet_sdes_add_entry):
8683         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8684         Implement code to write SR, RR and SDES packets.
8685
8686 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8687
8688         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8689
8690         * sys/ximage/ximagesink.c:
8691           Fix build if XShm is not available (#432362).
8692
8693 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8694
8695         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8696         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8697         pointers to random memory which are passed to g_free() when
8698         audio_convert_prepare_context() is called the first time.
8699
8700 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8701
8702         Patch by: Dan Williams <dcbw redhat com>
8703
8704         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8705           Don't leak incoming buffer if gst_pad_push() returns a
8706           non-OK flow. Fixes #432755.
8707          
8708         * tests/check/elements/videorate.c: (GST_START_TEST),
8709         (videorate_suite):
8710           Unit test for the above by Yours Truly.
8711
8712 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8713
8714         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8715         (gst_adder_sink_event), (gst_adder_collected):
8716           Fix non-flushing segmented seeks, Fixes #340060 for me
8717
8718 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8719
8720         Patch by: Olivier Crete  <tester at tester ca>
8721
8722         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8723         (gst_base_rtp_audio_payload_class_init),
8724         (gst_base_rtp_audio_payload_init),
8725         (gst_base_rtp_audio_payload_dispose):
8726           Chain up to parent class in dispose function; get rid of
8727           unnecessary 'diposed' flag in private structure (#415001).
8728
8729 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8730
8731         * docs/libs/gst-plugins-base-libs.types:
8732         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8733         (gst_base_rtp_audio_payload_class_init):
8734         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8735         * gst-libs/gst/rtp/gstbasertppayload.c:
8736           Some minor docs fixes and additions; also add missing 'Since' bits.
8737
8738 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8739
8740         Patch by: Zeeshan Ali  <zeenix gmail com>
8741
8742         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8743         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8744         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8745         (gst_base_rtp_audio_payload_push):
8746         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8747           The recently-added gst_base_rtp_audio_payload_push() should take an
8748           object of type GstBaseRTPAudioPayload as first argument (#431672).
8749
8750 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8751
8752         * gst/audioresample/gstaudioresample.c:
8753           Make more functions static, just because we can.
8754
8755 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8756
8757         * tests/check/elements/audioresample.c:
8758           Add unit test for audioresample shutdown crasher (#420106).
8759
8760 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8761
8762         * gst/subparse/gstsubparse.c:
8763         * gst/subparse/samiparse.c:
8764           Use GST_DISABLE_XML here
8765
8766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8767         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8768         (gst_xvimagesink_buffer_alloc),
8769         (gst_xvimagesink_navigation_send_event):
8770         * sys/xvimage/xvimagesink.h:
8771           Include stdlib.h when using atoi.
8772           
8773         * tests/check/elements/playbin.c: (playbin_suite):
8774           Use GST_DISABLE_REGISTRY here
8775
8776 2007-04-19  Michael Smith  <msmith@fluendo.com>
8777
8778         * ext/theora/gsttheoraenc.h:
8779         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8780         (theora_enc_sink_event), (theora_enc_change_state):
8781           Track initialisation state; don't try to use encoder state if we're
8782           not initialised (it'll segfault).
8783
8784 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8785
8786         * tests/check/pipelines/.cvsignore:
8787         Fix build.
8788
8789 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8790
8791         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8792         Allow random depths between 1 and 32 instead of only multiplies of 8.
8793
8794 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8795
8796         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8797         Set the maximum number of channels for PCM and float in the correct
8798         place to have it also used when creating the template caps.
8799
8800 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8801
8802         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8803         Correctly support 4, 6 and 8 channels with normal PCM and float
8804         wav files.
8805
8806         Fix the depth and signedness calculation in extensible wav files and
8807         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8808         mask is found.
8809
8810         Add support for float, alaw and mulaw in extensible wav files.
8811
8812         This allows correct playback of all but 5 files from
8813         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8814         
8815         (gst_riff_create_audio_template_caps):
8816         Add voxware and float formats to the template caps.     
8817
8818 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8819
8820         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8821
8822         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8823         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8824
8825         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8826         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8827         Use the correct format strings for integer formats.
8828
8829 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8830
8831         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8832           Don't use pad_alloc_buffer_and_set_caps to create a small header
8833           packet, or, worse, to create a big temporary video buffer using the
8834           src pad.
8835
8836 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8837
8838         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8839         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8840           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8841           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8842
8843 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8844
8845         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8846           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8847           streamheader_suite):
8848           Add another test set up for failure
8849
8850 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8851
8852         * tests/check/Makefile.am:
8853         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8854           GST_START_TEST, streamheader_suite, main):
8855           Add a test for the streamheader bug Wim fixed.
8856
8857 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8858
8859         * ext/theora/theoradec.c: (theora_dec_sink_event):
8860         Fix misleading comment.
8861
8862 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8863
8864         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8865           More sanity checks for the header fields.
8866
8867 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8868
8869         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8870           Try encodings from all environment variables, not just those in the
8871           first environment variable that is set.
8872
8873 2007-04-12  Wim Taymans  <wim@fluendo.com>
8874
8875         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8876         (gst_video_rate_chain):
8877         Add some debug.
8878
8879         * tests/check/elements/videorate.c: (GST_START_TEST),
8880         (videorate_suite):
8881         Added check for videorate changing caps handling. Closes #421834.
8882
8883 2007-04-12  Michael Smith  <msmith@fluendo.com>
8884
8885         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8886           Use scale functions to avoid overflow when calculating duration of 
8887           vorbis buffers.
8888
8889 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8890
8891         * docs/libs/gst-plugins-base-libs-sections.txt:
8892         * gst-libs/gst/tag/tag.h:
8893         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8894           API: add gst_tag_freeform_string_to_utf8() (#405072).
8895
8896         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8897           Use gst_tag_freeform_string_to_utf8() here.
8898
8899 2007-04-12  Wim Taymans  <wim@fluendo.com>
8900
8901         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8902         (gst_gdp_pay_sink_event):
8903         Make sure we set the IN_CAPS flag correctly.
8904
8905         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8906         Get the IN_CAPS flag before we call functions that mess with the flags.
8907
8908 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8909
8910         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8911           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8912           Only stamp buffers with offset/offset_end right before they get
8913           pushed.  This ensures offset continuity, which was not the case
8914           before as shown by
8915           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8916
8917 2007-04-06  Wim Taymans  <wim@fluendo.com>
8918
8919         * gst/playback/gstplaybin.c: (add_sink),
8920         (gst_play_bin_change_state):
8921         Activate sync in playbin, we are ready to handle it for live streams.
8922
8923 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8924
8925         * tests/check/elements/playbin.c:
8926         (test_sink_usage_video_only_stream), (playbin_suite):
8927           Add small test for stream-info-value-array code paths.
8928
8929 2007-04-05  Wim Taymans  <wim@fluendo.com>
8930
8931         * gst-libs/gst/audio/gstbaseaudiosink.c:
8932         (gst_base_audio_sink_skew_slaving):
8933         Don't try to create invalid calibration parameters by making the
8934         internal time go backwards, instead make external time go forward.
8935
8936 2007-04-05  Wim Taymans  <wim@fluendo.com>
8937
8938         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8939
8940         * gst/playback/gstplaybasebin.c: (add_stream):
8941         Fix leak in add_stream(), when g_value_set_object() increases the
8942         refcount of streaminfo object. Fixes #426250.
8943
8944 2007-04-03  David Schleef  <ds@schleef.org>
8945
8946         * gst/videotestsrc/gstvideotestsrc.c:
8947         * gst/videotestsrc/gstvideotestsrc.h:
8948         * gst/videotestsrc/videotestsrc.c:
8949         * gst/videotestsrc/videotestsrc.h:
8950           Add a test pattern called "circular", which has concentric
8951           rings with varying radial frequency.  The main purpose of this
8952           pattern is to test fidelity loss in a filter or scaler element.
8953           Notably, this pattern is scale invariant, and is optimally viewed
8954           with a width (and height) of 400.
8955
8956 2007-04-03  Wim Taymans  <wim@fluendo.com>
8957
8958         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8959
8960         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8961         (deactivate_free_recursive):
8962         Decodebin2 doesn't unref pads it obtains in some occasions:
8963         - multiqueue src pads, when either connecting further or exposing
8964         - sink pads of new autoplugged elements
8965         - peer pads when recursively freeing elements
8966         Fixes #425455.
8967
8968 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8969
8970         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8971         Add audio/x-raw-float support, now that audioconvert support
8972         non-native endianness floats.
8973
8974 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
8975
8976         * docs/libs/gst-plugins-base-libs-docs.sgml:
8977           gstreamer-plugins-base.pc doesn't exist, it's
8978           gstreamer-plugins-base-0.10.pc.
8979
8980 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8981
8982         Patch by: René Stadler <mail at renestadler dot de>
8983         with some minor changes
8984
8985         * gst-libs/gst/floatcast/floatcast.h:
8986         Use more efficient float endianness conversion functions that don't
8987         involve 2 function calls per value.
8988         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8989         (check_default), (audio_convert_prepare_context):
8990         * gst/audioconvert/gstaudioconvert.c:
8991         (gst_audio_convert_parse_caps), (make_lossless_changes):
8992         Support non-native endianness floats as input and output.
8993         Fixes #339838.
8994         * tests/check/elements/audioconvert.c: (verify_convert),
8995         (GST_START_TEST):
8996         Add unit tests for the non-native endianness float conversions.
8997
8998 2007-03-29  Wim Taymans  <wim@fluendo.com>
8999
9000         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9001         (gst_base_rtp_depayload_base_init),
9002         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9003         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9004         (gst_base_rtp_depayload_set_gst_timestamp),
9005         (gst_base_rtp_depayload_change_state),
9006         (gst_base_rtp_depayload_set_property),
9007         (gst_base_rtp_depayload_get_property):
9008         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9009         Add Private structure.
9010         Bring element code to 2007.
9011         Parse clock-base caps param and use it when generating the
9012         newsegment.
9013         Reset variables before going to PAUSED.
9014         Fix some docs.
9015
9016 2007-03-29  Wim Taymans  <wim@fluendo.com>
9017
9018         * docs/libs/gst-plugins-base-libs-docs.sgml:
9019         * docs/libs/gst-plugins-base-libs-sections.txt:
9020         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9021         (gst_base_rtp_audio_payload_get_adapter):
9022         Add RTCP docs.
9023         Fix some more docs.
9024
9025         * gst-libs/gst/rtp/Makefile.am:
9026         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9027         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9028         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9029         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9030         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9031         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9032         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9033         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9034         (gst_rtcp_packet_sr_get_sender_info),
9035         (gst_rtcp_packet_sr_set_sender_info),
9036         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9037         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9038         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9039         (gst_rtcp_packet_sdes_get_chunk_count),
9040         (gst_rtcp_packet_sdes_first_chunk),
9041         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9042         (gst_rtcp_packet_sdes_first_item),
9043         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9044         (gst_rtcp_packet_bye_get_ssrc_count),
9045         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9046         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9047         (gst_rtcp_packet_bye_get_reason_len),
9048         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9049         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9050         Add new helper object for parsing and creating RTCP messages.
9051
9052 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9053
9054         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9055         PCM samples with width=8 must be always unsigned, no matter what
9056         depth they have.
9057
9058 2007-03-29  Andy Wingo  <wingo@pobox.com>
9059
9060         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9061         perfect offsets also, not just timestamps.
9062
9063         * tests/check/elements/videorate.c (test_more): Test that given
9064         any incoming offsets, that videorate produces perfect offsets.
9065
9066 2007-03-29  Wim Taymans  <wim@fluendo.com>
9067
9068         * gst-libs/gst/riff/riff-ids.h:
9069         Add some more RIFF formats.
9070
9071 2007-03-29  Wim Taymans  <wim@fluendo.com>
9072
9073         * gst-libs/gst/rtp/gstrtpbuffer.c:
9074         (gst_rtp_buffer_default_clock_rate):
9075         * gst-libs/gst/rtp/gstrtpbuffer.h:
9076         Fix fixed payload names and docs.
9077         Added method to get the default clock rates of fixed payload types.
9078         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9079
9080 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9081
9082         * tests/check/pipelines/.cvsignore:
9083         Add new vorbisdec test to cvsignore.
9084
9085 2007-03-28  Wim Taymans  <wim@fluendo.com>
9086
9087         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9088         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9089         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9090         (gst_base_audio_sink_set_property),
9091         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9092         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9093         (gst_base_audio_sink_skew_slaving),
9094         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9095         (gst_base_audio_sink_async_play):
9096         * gst-libs/gst/audio/gstbaseaudiosink.h:
9097         Store private stuff in GstBaseAudioSinkPrivate.
9098         Add configurable clock slaving modes property.
9099         API:: GstBaseAudioSink::slave-method property
9100         Some more latency reporting tweaks.
9101         Added skew based clock slaving correction and make it the default until
9102         the resampling method is more robust.
9103
9104 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9105
9106         * gst/audioconvert/audioconvert.c:
9107         Add docs to the integer pack functions and implement proper
9108         rounding. Before we had rounding towards negative infinity, i.e.
9109         always the smaller number was taken. Now we use natural rounding,
9110         i.e. rounding to the nearest integer and to the one with the largest
9111         absolute value for X.5. The old rounding introduced some minor
9112         distortions. Fixes #420079
9113         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9114         Fix one unit test that assumed the old rounding and added unit tests
9115         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9116         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9117         rounding from signed int32 to signed/unsigned int16.
9118
9119 2007-03-27  Michael Smith  <msmith@fluendo.com>
9120
9121         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9122         (gst_audio_convert_transform_caps):
9123           Fix typo in debug line introduced recently, as pointed out on irc.
9124
9125 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9126
9127         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9128         * tests/check/libs/tag.c: (GST_START_TEST):
9129           Make sure we parse floating-point numbers in vorbis comments
9130           correctly with either '.' or ',' as separator, no matter what
9131           the current locale is. Add unit test for this too.
9132
9133 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9134
9135         Patch by: René Stadler  <mail at renestadler de>
9136
9137         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9138           When writing out floating-point numbers to vorbis comment tags, always
9139           use the same character as separator no matter what the current locale is
9140           (fixes #423051).
9141
9142         * tests/check/libs/tag.c: (GST_START_TEST):
9143           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9144
9145 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9146
9147         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9148           vorbis_handle_data_packet):
9149           Correctly set DURATION to generate a timestamp-continuous stream.
9150           One bug left at the end; see
9151           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9152         * tests/check/Makefile.am:
9153         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9154           Add a test to check this.  Without the above patch this test fails.
9155
9156 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9157
9158         * gst-libs/gst/rtp/Makefile.am:
9159         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9160
9161 2007-03-23  Michael Smith  <msmith@fluendo.com>
9162
9163         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9164         (gst_video_rate_reset), (gst_video_rate_chain):
9165           If videorate changes caps, we can no longer use the old buffer
9166           (which may have a different size, incompatible with our caps).
9167           So don't do that; just duplicate the new frame more times.
9168
9169 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9170
9171         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9172         Remove playbin's override of the set_clock vmethod. It's irrelevant
9173         after Wim's commit on the 19th.
9174
9175 2007-03-22  Wim Taymans  <wim@fluendo.com>
9176
9177         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9178         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9179         * ext/gnomevfs/gstgnomevfssrc.h:
9180         Don't cache file sizes. Fixes #341078.
9181
9182 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9183
9184         * gst/playback/gstplaybin.c: (add_sink):
9185           Use GST_PTR_FORMAT to log caps. 
9186
9187 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9188
9189         Patch by: Young-Ho Cha <ganadist at chollian net>
9190
9191         * gst/subparse/samiparse.c: (handle_start_font):
9192           Special-case some more colour names that pango doesn't handle by
9193           default. Fixes #420578.
9194
9195 2007-03-20  Michael Smith  <msmith@fluendo.com>
9196
9197         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9198           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9199           that marks EOS internally. After that, libvorbis will buffer all
9200           input data, and encode none of it, eventually leading to memory
9201           exhaustion.
9202
9203 2007-03-19  Wim Taymans  <wim@fluendo.com>
9204
9205         * gst/playback/gstdecodebin.c: (remove_fakesink):
9206         Don't post STATE_DIRTY anymore.
9207
9208         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9209         (gst_play_bin_change_state):
9210         Remove stream_time reset in seek handling, core does that now.
9211         Disable clocking for live pipelines by forcing a NULL clock to the
9212         complete pipeline, core is too smart now for our previous hack.
9213         We can always autoplug in PAUSED now.
9214
9215 2007-03-17  David Schleef  <ds@schleef.org>
9216
9217         * REQUIREMENTS:  Update this file, change the formatting to make
9218         it more consistent, plus more machine readable.
9219
9220 2007-03-16  Michael Smith  <msmith@fluendo.com>
9221
9222         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9223         (strip_width_64), (append_with_other_format):
9224           Previous fix was too simplistic, and broke the tests. Use a better
9225           approach; only strip 64 from widths for integer audio.
9226
9227 2007-03-16  Michael Smith  <msmith@fluendo.com>
9228
9229         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9230         (gst_audio_convert_transform_caps):
9231           We don't support 64 bit integer audio, so don't try to claim we can.
9232           Stops us producing caps don't match our template caps.
9233           Update comments.
9234
9235 2007-03-15  Michael Smith  <msmith@fluendo.com>
9236
9237         * gst/audioresample/gstaudioresample.c:
9238         (audioresample_check_discont), (audioresample_transform):
9239           Don't trigger discontinuities for very small imperfections; a filter
9240           flush will sound bad, and many plugins have rounding errors leading
9241           to these.
9242
9243 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9244
9245         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9246
9247         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9248         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9249         API: add "min-ptime" property to RTP base audio payloader.
9250         API: add gst_base_rtp_audio_payload_push().
9251         API: add gst_base_rtp_audio_payload_get_adapter().
9252         Fixes #415001
9253         Indentation/whitespace/documentation fixes.
9254
9255 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9256
9257         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9258         (audioresample_transform_size), (audioresample_do_output),
9259         (audioresample_transform), (audioresample_pushthrough): Handle
9260         discontinuous streams.
9261         * gst/audioresample/gstaudioresample.h:
9262         * tests/check/elements/audioresample.c:
9263         (test_discont_stream_instance), (GST_START_TEST),
9264         (audioresample_suite): Add a test for discontinuous streams.
9265         * win32/common/config.h: Updated.
9266
9267 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9268
9269         * po/af.po:
9270         * po/az.po:
9271         * po/cs.po:
9272         * po/en_GB.po:
9273         * po/it.po:
9274         * po/nb.po:
9275         * po/nl.po:
9276         * po/or.po:
9277         * po/sq.po:
9278         * po/sr.po:
9279         * po/sv.po:
9280         * po/uk.po:
9281         * po/vi.po:
9282           Update translations from translation project.
9283
9284 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9285
9286         * gst/audioresample/debug.h:
9287         * gst/audioresample/resample.c: (resample_init):
9288           Since I really am not interested in a debug line for each sample
9289           being processed, move the library's debugging to its own category,
9290           libaudioresample
9291
9292 2007-03-13  Michael Smith  <msmith@fluendo.com>
9293
9294         * ext/theora/theoradec.c: (theora_handle_type_packet):
9295           Since the plugin doesn't support anything other than 4:2:0 right
9296           now, post an error and fail if we get something else. Won't matter
9297           until libtheora supports the other pixel formats, but hopefully
9298           that'll be soon...
9299
9300 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9301
9302         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9303         Use gst_guint64_to_gdouble for conversion.
9304         * win32/MANIFEST:
9305         Add new files to the win32 MANIFEST.
9306         * win32/common/libgstaudio.def:
9307         * win32/common/libgstpbutils.def:
9308         Add new exported functions.
9309         * win32/vs6/gst_plugins_base.dsw:
9310         * win32/vs6/libgstdecodebin.dsp:
9311         * win32/vs6/libgstplaybin.dsp:
9312         Change the link to libgstpbutils.lib.
9313         * win32/vs6/libgstdecodebin2.dsp:
9314         Add a new project for decodebin2.
9315         * win32/vs6/libgstpbutils.dsp:
9316         Add a new project for pbutils.
9317
9318 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9319
9320         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9321           Also accept partial dates with only year and month,
9322           like 1999-12-00 (fixes #410396 even more).
9323
9324         * tests/check/libs/tag.c: (GST_START_TEST):
9325           Add unit test for the above.
9326
9327 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9328
9329         * tests/check/elements/subparse.c: (GST_START_TEST),
9330         (subparse_suite):
9331           Add unit test for MPL2 subtitle format (#413799).
9332
9333 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9334
9335         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9336
9337         * gst/subparse/Makefile.am:
9338         * gst/subparse/gstsubparse.c:
9339         (gst_sub_parse_data_format_autodetect),
9340         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9341         (gst_subparse_type_find):
9342         * gst/subparse/gstsubparse.h:
9343         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9344         * gst/subparse/mpl2parse.h:
9345           Add support for MPL2 subtitle format (#413799).
9346
9347 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9348
9349         * configure.ac:
9350           We require core CVS for the new buffer metadata copy functions.
9351
9352 2007-03-09  Wim Taymans  <wim@fluendo.com>
9353
9354         * gst-libs/gst/tag/gstid3tag.c:
9355         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9356         Fixes #414496.
9357
9358         Patch by: Alex Lancaster <alexl at users sourceforge net>
9359
9360 2007-03-09  Wim Taymans  <wim@fluendo.com>
9361
9362         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9363         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9364         Improve adapter usage and comments.
9365
9366 2007-03-09  Wim Taymans  <wim@fluendo.com>
9367
9368         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9369         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9370         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9371         Use new metadata copy function.
9372
9373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9374         (gst_ffmpegcsp_transform):
9375         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9376         Basetransform copied the metadata for us.
9377
9378 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9379
9380         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9381         (gst_text_overlay_video_event):
9382           Some more logging. Only accept newsegment events in TIME format and
9383           send a WARNING message if they are not in TIME format.
9384
9385         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9386         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9387         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9388         * gst/subparse/gstsubparse.h:
9389           No need to allocate GstSegment structure dynamically, just put it
9390           into the instance structure; ignore newsegment events in BYTE
9391           format and in particular don't let it overwrite our saved TIME
9392           segment from the last seek.
9393
9394 2007-03-09  Michael Smith  <msmith@fluendo.com>
9395
9396         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9397           Replace AC3 typefinder with one that isn't terrible, and actually
9398           works usefully.
9399
9400 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9401
9402         * gst/audioconvert/gstaudioconvert.c:
9403         (gst_audio_convert_transform):
9404           fix error category and translatable string
9405           
9406
9407 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9408
9409         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9410         * pkgconfig/gstreamer-plugins-base.pc.in:
9411           Fix up utils => pbutils here too.
9412
9413 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9414
9415         * gst/subparse/gstsubparse.c: (handle_buffer):
9416           Break out of loop in chain function as soon as possible if we get
9417           a non-OK flow return.
9418
9419 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9420
9421         * tests/check/elements/alsa.c: (GST_START_TEST):
9422         Unref the mixer if the state change fails too (if the
9423         alsa devices are inaccessible, for example)
9424
9425 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9426
9427         * tests/check/Makefile.am:
9428         Don't test libvisual elements in the states check, because libvisual
9429         seems to leak internally.
9430
9431         Re-enable the alsa and states tests now that there's new suppressions
9432         in gst.supp.
9433
9434         * tests/check/elements/alsa.c: (GST_START_TEST):
9435         Don't leak the alsamixer we instantiated.
9436
9437 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9438
9439         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9440         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9441         (gst_ximagesink_finalize):
9442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9443         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9444         Move some cleanup stuff from the state change handler into a _reset()
9445         function that can be called from _finalize(). This ensures that things
9446         get freed even if (for some reason) the NULL->READY state transition
9447         fails in the parent class.
9448         Even if a parent state change fails, process our downward state change
9449         logic instead of bailing out early.
9450         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9451
9452 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9453
9454         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9455         Extra log line.
9456
9457         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9458         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9459         Use pango_font_description_set_family_static instead of 
9460         pango_font_description_set_family to save a string copy (it was
9461         leaking due to the strdup anyway)
9462
9463         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9464         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9465         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9466         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9467         Chain up in finalize.
9468
9469 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9470
9471         * gst-libs/gst/interfaces/mixertrack.c:
9472         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9473         (gst_mixer_track_set_property):
9474           API: add "untranslated-label" property which should be set by
9475           implementations at construct time (#414645).
9476
9477         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9478         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9479           Set "untranslated-label" when constructing mixer track objects.
9480
9481         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9482           Unit test to check the above.
9483
9484 2007-03-07  Wim Taymans  <wim@fluendo.com>
9485
9486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9487         Fix confusing debug message.
9488
9489 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9490
9491         * gst-plugins-base.doap:
9492         update doap file with new version
9493
9494 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9495
9496         * configure.ac:
9497         Back to CVS
9498
9499 === release 0.10.12 ===
9500
9501 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9502
9503         * configure.ac:
9504           releasing 0.10.12, "Zombie Horde"
9505
9506 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9507
9508         * configure.ac:
9509         Bump version to 0.10.11.4 pre-release
9510
9511 2007-03-06  Wim Taymans  <wim@fluendo.com>
9512
9513         * gst-libs/gst/audio/gstbaseaudiosink.c:
9514         (gst_base_audio_sink_async_play):
9515         Fix regression that made GStreamer skip the first samples of audio.
9516         Fixes #414684.
9517
9518 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9519
9520         * configure.ac:
9521         Bump version to 0.10.11.3 pre-release
9522
9523 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9524
9525         * po/POTFILES.in:
9526           Update paths for the rename from utils to pbutils to fix the build.
9527
9528 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9529
9530         * gst-libs/gst/pbutils/Makefile.am:
9531           Change directory to install headers in from gst/utils to gst/pbutils
9532           as well.
9533
9534 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9535
9536         * configure.ac:
9537         * docs/libs/gst-plugins-base-libs-docs.sgml:
9538         * docs/libs/gst-plugins-base-libs-sections.txt:
9539         * gst-libs/gst/Makefile.am:
9540         * gst-libs/gst/interfaces/mixer.c:
9541         * gst-libs/gst/pbutils/Makefile.am:
9542         * gst-libs/gst/pbutils/descriptions.c:
9543         (gst_pb_utils_get_source_description),
9544         (gst_pb_utils_get_sink_description),
9545         (gst_pb_utils_get_decoder_description),
9546         (gst_pb_utils_get_encoder_description),
9547         (gst_pb_utils_get_element_description),
9548         (gst_pb_utils_add_codec_description_to_tag_list),
9549         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9550         * gst-libs/gst/pbutils/descriptions.h:
9551         * gst-libs/gst/pbutils/install-plugins.c:
9552         * gst-libs/gst/pbutils/install-plugins.h:
9553         * gst-libs/gst/pbutils/missing-plugins.c:
9554         (gst_missing_uri_source_message_new),
9555         (gst_missing_uri_sink_message_new),
9556         (gst_missing_element_message_new),
9557         (gst_missing_decoder_message_new),
9558         (gst_missing_encoder_message_new),
9559         (gst_missing_plugin_message_get_description):
9560         * gst-libs/gst/pbutils/missing-plugins.h:
9561         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9562         * gst-libs/gst/pbutils/pbutils.h:
9563         * gst-libs/gst/utils/Makefile.am:
9564         * gst-libs/gst/utils/base-utils.c:
9565         * gst-libs/gst/utils/base-utils.h:
9566         * gst-libs/gst/utils/descriptions.c:
9567         * gst-libs/gst/utils/descriptions.h:
9568         * gst-libs/gst/utils/install-plugins.c:
9569         * gst-libs/gst/utils/install-plugins.h:
9570         * gst-libs/gst/utils/missing-plugins.c:
9571         * gst-libs/gst/utils/missing-plugins.h:
9572         * gst-plugins-base.spec.in:
9573         * gst/playback/Makefile.am:
9574         * gst/playback/gstdecodebin.c:
9575         * gst/playback/gstdecodebin2.c:
9576         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9577         (gen_source_element):
9578         * gst/playback/gstplaybin.c: (plugin_init):
9579         * tests/check/Makefile.am:
9580         * tests/check/libs/pbutils.c: (GST_START_TEST),
9581         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9582         * tests/check/libs/utils.c:
9583           rename utils to pbutils
9584
9585 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9586
9587         * docs/plugins/Makefile.am:
9588         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9589         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9590         * docs/plugins/inspect/plugin-decodebin2.xml:
9591         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9592         Add documentation for decodebin2 that indicates that the API
9593         is still unstable.
9594
9595 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9596
9597         * configure.ac:
9598         Update to 0.10.11.2 (0.10.12 pre-release)
9599
9600 2007-03-01  Wim Taymans  <wim@fluendo.com>
9601
9602         * gst-libs/gst/audio/gstbaseaudiosink.c:
9603         (gst_base_audio_sink_async_play):
9604         base time is irrelevant here.
9605
9606 2007-03-01  Wim Taymans  <wim@fluendo.com>
9607
9608         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9609         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9610         Improve debugging.
9611
9612         * gst-libs/gst/audio/gstbaseaudiosink.c:
9613         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9614         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9615         Improve latency and clock slaving calculations.
9616         Improve slave clock calibration.
9617
9618         * gst-libs/gst/audio/gstringbuffer.c:
9619         (gst_ring_buffer_commit_full):
9620         When we are asked to render N sample to 0 bytes, return N.
9621
9622 2007-03-01  Wim Taymans  <wim@fluendo.com>
9623
9624         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9625         (gst_alsasink_write), (gst_alsasink_reset):
9626         * ext/alsa/gstalsasink.h:
9627         Remove unused dispose function.
9628         Rename lock to not interfere with alsasrc lock.
9629
9630         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9631         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9632         (gst_alsasrc_read), (gst_alsasrc_reset):
9633         * ext/alsa/gstalsasrc.h:
9634         Implement finalize function.
9635         Use lock to protect alsa access.
9636         Implement _reset.
9637         Fine tune sw params.
9638
9639 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9640
9641         * configure.ac:
9642           Convert to new AG_GST style.
9643
9644 2007-02-28  Wim Taymans  <wim@fluendo.com>
9645
9646         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9647
9648         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9649         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9650         Fix race condition when rapidly switching visualisations in playbin.
9651         Fixes #401029.
9652
9653 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9654
9655         * tests/check/Makefile.am:
9656         Include local stuff before system installed things in LDFLAGS and
9657         CFLAGS.
9658
9659 2007-02-28  Wim Taymans  <wim@fluendo.com>
9660
9661         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9662         Improve debugging.
9663
9664 2007-02-28  Wim Taymans  <wim@fluendo.com>
9665
9666         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9667         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9668         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9669         Fix duration and timestamping, taking latency into account.
9670         Implement latency query.
9671
9672 2007-02-28  Wim Taymans  <wim@fluendo.com>
9673
9674         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9675         (gst_audio_clock_new):
9676         Fix clock name.
9677
9678         * gst-libs/gst/audio/gstbaseaudiosink.c:
9679         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9680         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9681         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9682         (gst_base_audio_src_create):
9683         Improve latency query code.
9684         Use proper clock names.
9685
9686 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9687
9688         * tests/check/generic/states.c: (GST_START_TEST):
9689           Copy the states.c test from core again
9690         * tests/check/Makefile.am:
9691           ignore cdio and cdparanoiasrc
9692
9693 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9694
9695         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9696         (double_hq), (audio_convert_get_func_index), (check_default),
9697         (audio_convert_prepare_context), (audio_convert_convert):
9698           Also make valgrind happy and avoid copying data in some cases.
9699
9700 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9701
9702         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9703         (double_hq), (audio_convert_get_func_index),
9704         (audio_convert_prepare_context), (audio_convert_convert):
9705         * gst/audioconvert/gstaudioconvert.c:
9706         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9707         (gst_audio_convert_transform_caps):
9708         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9709         (audioconvert_suite):
9710           Don't run inplace if that overwrites source data as we go. Add more
9711           tests. Fixes #339837 even more.
9712
9713 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9714
9715         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9716         (msg_segment_done): Fix various seeking bugs (Slider was not
9717         updating when doing a non flushing seek, Reverse playback 
9718         on segment seek was wrong).
9719
9720 2007-02-26  Wim Taymans  <wim@fluendo.com>
9721
9722         * tests/examples/seek/seek.c: (stop_seek):
9723         When we stop scrubbing, don't leave the pipeline PLAYING when we
9724         requested a PAUSED state.
9725
9726 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9727
9728         Patch by: René Stadler <mail at renestadler de>
9729
9730         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9731           Parse date strings in vorbis comments that have an invalid (zero)
9732           month or day (#410396).
9733
9734         * tests/check/libs/tag.c: (GST_START_TEST):
9735           Test case for the above.
9736
9737 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9738
9739         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9740
9741         * configure.ac:
9742         * ext/alsa/Makefile.am:
9743         * gst/audiotestsrc/Makefile.am:
9744           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9745
9746 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9747
9748         * gst/playback/gstplaybin.c:
9749           Improve docs: point out that the application needs to assist playbin
9750           with buffering.
9751
9752 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9753
9754         * gst-libs/gst/utils/install-plugins.c:
9755         * gst-libs/gst/utils/missing-plugins.c:
9756         * tests/check/libs/utils.c: (missing_msg_check_getters):
9757           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9758           to just 'gstreamer'. Document the caps string component of the
9759           decoder/encoder detail a bit better, since not everyone will be
9760           familiar with the GStreamer media type/caps system (but they better
9761           enjoy nested itemized lists).
9762
9763 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9764
9765         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9766         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9767           Fix copying of GstNetBuffer (would crash before, or at least lead to
9768           invalid memory access, #410772), for now by copying the GstBuffer copy
9769           code from the core over here so we can copy the GstBuffer fields on a
9770           provided buffer instance (of type GstNetBuffer in this case). Would be
9771           better to fix this with some support by the core though (and in the long
9772           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9773
9774         * tests/check/Makefile.am:
9775           Enable unit test for GstNetBuffer.
9776
9777 2007-02-22  Andy Wingo  <wingo@pobox.com>
9778
9779         * gst-libs/gst/audio/gstbaseaudiosink.c
9780         (gst_base_audio_sink_init): Disable pull-mode activation until we
9781         figure out how to make audio sinks go to PLAYING.
9782
9783 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9784
9785         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9786         (double_hq), (audio_convert_get_func_index),
9787         (audio_convert_prepare_context), (audio_convert_convert):
9788         * gst/audioconvert/audioconvert.h:
9789         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9790         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9791         * gst/audioconvert/gstchannelmix.h:
9792         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9793           Add float as an intermediate format, as well as float mixing. Enable
9794           test that was failing before. Fixes #339837
9795
9796 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9797
9798         * tests/examples/seek/seek.c: (do_seek):
9799         Undo the previous commit: -1 as a stop time implies that the stop
9800         time is the end of file, clearing any previously configured segment.
9801
9802 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9803
9804         * tests/examples/seek/seek.c: (do_seek):
9805         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9806
9807 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9808
9809         * gst/volume/gstvolume.c: (volume_process_int16),
9810         (volume_process_int16_clamp), (volume_set_caps):
9811           Unbreak volume, value remains gint.
9812
9813 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9814
9815         * gst/volume/gstvolume.c: (volume_choose_func),
9816         (volume_update_real_volume), (gst_volume_set_volume),
9817         (gst_volume_init), (volume_process_double), (volume_process_float),
9818         (volume_process_int16), (volume_process_int16_clamp),
9819         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9820         * gst/volume/gstvolume.h:
9821           Extend float audio support (double) and some int->uint cleanups.
9822
9823 2007-02-20  Edward Hervey  <edward@fluendo.com>
9824
9825         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9826         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9827         (sort_end_pads), (gst_decode_group_expose),
9828         (gst_decode_group_hide):
9829         Don't free groups from the streaming threads. Just put them aside and
9830         free them in dispose.
9831
9832 2007-02-20  Edward Hervey  <edward@fluendo.com>
9833
9834         * gst/playback/gstdecodebin2.c: (connect_element),
9835         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9836         (sort_end_pads), (gst_decode_group_expose):
9837         Handle dynamic pads within groups.
9838         Sort pads before exposing them in order to make playbin happy.
9839         There still is a race with the multiqueue filling up. This should be
9840         solved separately.
9841         Fixes #398721
9842
9843 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9844
9845         * gst-libs/gst/utils/base-utils.c:
9846         * gst-libs/gst/utils/descriptions.c:
9847         * gst-libs/gst/utils/install-plugins.c:
9848         * gst-libs/gst/utils/missing-plugins.c:
9849           Some more docs (and descriptions for two subtitle formats).
9850
9851 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9852
9853         * gst-libs/gst/audio/audio.c:
9854           Fix documentation.
9855
9856 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9857
9858         Patch by: Yves Lefebvre  <ivanohe abacom com>
9859
9860         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9861           Don't leak caps. Fixes #408278.
9862
9863 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9864
9865         * ext/cdparanoia/gstcdparanoiasrc.h:
9866         * ext/ogg/gstoggdemux.h:
9867         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9868         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9869         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9870         * gst-libs/gst/audio/audio.h:
9871         * gst-libs/gst/audio/gstaudiofilter.h:
9872         * gst-libs/gst/interfaces/videoorientation.h:
9873         * gst/adder/gstadder.h:
9874           More docs coverage and some ChangeLog surgery (add missing names)
9875
9876 2007-02-15  Wim Taymans  <wim@fluendo.com>
9877
9878         * sys/ximage/ximagesink.c:
9879         (gst_ximagesink_calculate_pixel_aspect_ratio):
9880         * sys/xvimage/xvimagesink.c:
9881         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9882         Small constifications.
9883
9884 2007-02-15  Wim Taymans  <wim@fluendo.com>
9885
9886         * gst-libs/gst/audio/gstbaseaudiosink.c:
9887         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9888         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9889         (gst_base_audio_sink_async_play),
9890         (gst_base_audio_sink_change_state):
9891         Answer latency query.
9892         Use configured latency when syncing.
9893         Fix clock slaving.
9894
9895         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9896         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9897         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9898         Fix possible memleak.
9899         Implement latency query.
9900         Small cleanups.
9901
9902 2007-02-15  Wim Taymans  <wim@fluendo.com>
9903
9904         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9905         Ignore errors in reset, these are not fatal. They also grab the element
9906         lock which is already taking when this function is called. Fixes
9907         #405451.
9908
9909 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9910
9911         * configure.ac:
9912           Remove 'tests/examples/xerror/Makefile' from output files again.
9913
9914 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9915
9916         * configure.ac:
9917         * docs/plugins/Makefile.am:
9918           Also crossref against gst-plugins-base-libs.
9919
9920 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9921
9922         * configure.ac:
9923         * docs/libs/Makefile.am:
9924         * docs/plugins/Makefile.am:
9925           Add crossreferences to glib/gobject/gstream docs.
9926
9927         * gst-libs/gst/audio/audio.h:
9928           Source formatting.
9929
9930         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9931           Add own debug category.
9932
9933 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9934
9935         Patch by: René Stadler <mail at renestadler de>
9936
9937         * gst-libs/gst/tag/gstvorbistag.c:
9938           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9939           (#403597).
9940
9941 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9942
9943         * gst/playback/gstplaybasebin.c: (setup_source):
9944           When we have external subtitles and wait for the subtitle decodebin
9945           to get up and running, we set up a (sync) bus handler for the
9946           subtitle decodebin, so we can stop waiting when it posts an error
9947           message. However, we should do that before we set the subtitle
9948           decodebin's state to playing, otherwise things are racy and we might
9949           miss error messages posted before we had a chance to set up the bus.
9950           This should finally fix totem hanging on .txt pseudo-subtitle files.
9951           
9952 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9953
9954         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9955           Use gst_gdouble_to_guint64 for conversions.
9956         * win32/common/config.h.in:
9957           Add a define for GST_INSTALL_PLUGINS_HELPER
9958         * win32/common/libgstaudio.def:
9959         * win32/common/libgstcdda.def:
9960         * win32/common/libgstnetbuffer.def:
9961         * win32/common/libgstrtp.def:
9962         * win32/common/libgutils.def:
9963           Add new exported functions.
9964         * win32/vs6/gst_plugins_base.dsw:
9965         * win32/vs6/libgstdecodebin.dsp:
9966         * win32/vs6/libgstnetbuffer.dsp:
9967         * win32/vs6/libgstplaybin.dsp:
9968         * win32/vs6/libgstrtp.dsp:
9969         * win32/vs6/libgstvorbis.dsp:
9970         * win32/vs6/libgstcdda.dsp:
9971         * win32/vs6/libgstgdp.dsp:
9972         * win32/vs6/libgstutils.dsp:
9973           Update and add new project files.
9974
9975 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9976
9977         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
9978         (subrip_remove_unhandled_tags), (parse_subrip):
9979           For SubRip (.srt) subtitles, ignore all markup tags we don't
9980           handle (like font tags, for example).
9981
9982         * tests/check/elements/subparse.c:
9983           Add test for this.
9984
9985 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9986
9987         * gst/playback/gstdecodebin.c: (add_fakesink),
9988         (gst_decode_bin_change_state):
9989         * gst/playback/gstdecodebin2.c: (add_fakesink),
9990         (gst_decode_bin_change_state):
9991           Don't error out if there is no fakesink in the NULL to READY state
9992           change, since when decodebin is re-used, we're only adding the
9993           fakesink element in READY to PAUSED.
9994
9995         * tests/check/elements/decodebin.c:
9996         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
9997         (decodebin_suite):
9998           Minimal unit test to make sure we can use the same decodebin
9999           instance twice (at least with audiotestsrc input).
10000
10001 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10002
10003         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10004           Try to get devic-name from device string first, and from handle only
10005           as fallback (seems to yield better results and is more robust
10006           against buggy probing code on the application side).
10007
10008 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10009
10010         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10011
10012         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10013         (gst_alsa_find_device_name):
10014         * ext/alsa/gstalsa.h:
10015         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10016         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10017           Improve device-name detection a bit, especially in the case where
10018           the device is not actually open (#405020, #405024). Move common code
10019           into gstalsa.c instead of duplicating it.
10020
10021 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10022
10023         * gst/audioconvert/gstaudioconvert.c:
10024           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10025
10026 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10027
10028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10029         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10030         (gst_xvimagesink_interface_supported),
10031         (gst_xvimagesink_probe_get_properties),
10032         (gst_xvimagesink_probe_probe_property),
10033         (gst_xvimagesink_probe_needs_probe),
10034         (gst_xvimagesink_probe_get_values),
10035         (gst_xvimagesink_property_probe_interface_init),
10036         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10037         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10038         (gst_xvimagesink_get_type):
10039         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10040         for XVAdaptors so that one can choose the adaptor to use with 
10041         gstreamer-properties.
10042
10043 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10044
10045         * gst/audioconvert/gstaudioconvert.c:
10046           Also mention that a conversion from double to float is suboptimal still.
10047
10048 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10049
10050         * gst-libs/gst/audio/gstaudiofilter.c:
10051         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10052           Clear our formats structure and free the caps contained in it when
10053           shutting down.
10054
10055 2007-02-05  Andy Wingo  <wingo@pobox.com>
10056
10057         * gst-libs/gst/audio/gstbaseaudiosink.c
10058         (gst_base_audio_sink_callback): Update basesink->offset so that we
10059         pull monotonically increasing offsets instead of, um, seeking back
10060         to 0 each time. Fixes alsasrc ! alsasink!
10061
10062 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10063
10064         * gst/videoscale/gstvideoscale.c:
10065           A width and height of 1 makes us crash, so increase minimum size to
10066           2x2 pixels until someone feels like fixing this (#404512).
10067
10068 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10069
10070         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10071           Add small test to make sure request pads are cleaned up properly
10072           even if oggmux never changes state out of NULL.
10073
10074 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10075
10076         * tests/check/libs/utils.c: (GST_START_TEST):
10077           Fix unit test. Turns out things work much better when you
10078           NULL-terminate string arrays. Should make p5 build bot happy again.
10079
10080 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         * gst-libs/gst/audio/Makefile.am:
10083         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10084         (gst_audio_filter_template_base_init),
10085         (gst_audio_filter_template_class_init),
10086         (gst_audio_filter_template_init),
10087         (gst_audio_filter_template_set_property),
10088         (gst_audio_filter_template_get_property),
10089         (gst_audio_filter_template_setup),
10090         (gst_audio_filter_template_filter),
10091         (gst_audio_filter_template_filter_inplace), (plugin_init):
10092           Oops, forgot to commit fixed-up example.
10093
10094 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10095
10096         * docs/libs/gst-plugins-base-libs-sections.txt:
10097         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10098         (gst_audio_filter_class_init), (gst_audio_filter_init),
10099         (gst_audio_filter_set_caps),
10100         (gst_audio_filter_class_add_pad_templates):
10101         * gst-libs/gst/audio/gstaudiofilter.h:
10102           Port GstAudioFilter to 0.10. This change technically breaks
10103           API and ABI (and thus also every library developer's heart),
10104           but seems justifiable on the grounds that the base class was
10105           completely unusable before (ie. would crash immediately when
10106           actually used). Fixes #403963 (and eventually also #403572).
10107           Also document all of this a bit.
10108
10109 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         * gst-libs/gst/utils/install-plugins.c:
10112         (gst_install_plugins_spawn_child):
10113         * tests/check/libs/utils.c:
10114         (test_base_utils_install_plugins_do_callout):
10115           Lowering log level to see why things fail on the p5 build bot;
10116           fix some typos in unit test messages.
10117
10118 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10119
10120         * tests/check/libs/utils.c:
10121         (test_base_utils_install_plugins_do_callout):
10122           Don't hard-code temp directory for test helper; use GLib functions
10123           to write out file and do error checking etc.
10124
10125 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10126
10127         * gst-libs/gst/utils/Makefile.am:
10128         * gst-libs/gst/utils/base-utils.h:
10129         * gst-libs/gst/utils/install-plugins.c:
10130         (gst_install_plugins_context_set_xid),
10131         (gst_install_plugins_context_new),
10132         (gst_install_plugins_context_free),
10133         (gst_install_plugins_get_helper),
10134         (gst_install_plugins_spawn_child),
10135         (gst_install_plugins_return_from_status),
10136         (gst_install_plugins_installer_exited),
10137         (gst_install_plugins_async), (gst_install_plugins_sync),
10138         (gst_install_plugins_return_get_name),
10139         (gst_install_plugins_installation_in_progress):
10140         * gst-libs/gst/utils/install-plugins.h:
10141           API: add API for applications to initiate installation of missing
10142           plugins, ie. gst_install_plugins_async() primarily.
10143           Based on libgimme-codec by Ryan Lortie.
10144
10145         * configure.ac:
10146           Add --with-install-plugins-helper configure option so distros can specify
10147           the path of the helper script or program to call when plugin installation
10148           is requested (distros: please do any argument munging in this helper
10149           script instead of patching GStreamer to pass arguments differently
10150           to another program directly).
10151
10152         * docs/libs/gst-plugins-base-libs-docs.sgml:
10153         * docs/libs/gst-plugins-base-libs-sections.txt:
10154           Build and document new API.
10155
10156         * tests/check/libs/utils.c: (result_cb),
10157         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10158         (libgstbaseutils_suite):
10159           Some simple checks for the new API.
10160
10161 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10162
10163         * tests/check/elements/audioconvert.c: (test_float_conversion):
10164           Add small test for 32bit float <=> 64bit float conversion (works
10165           only one way so far, 32=>64 produces structured noise).
10166
10167 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10168
10169         * gst/audioconvert/gstaudioconvert.c:
10170         (set_structure_widths_32_and_64), (make_lossless_changes):
10171           We don't support floats with a width of 40, 48 or 56 bits.
10172
10173 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10174
10175         * gst/audioconvert/audioconvert.c: (float), (double),
10176         (audio_convert_get_func_index):
10177         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10178         (make_lossless_changes):
10179           Support for 64-bit float audio in audioconvert (#339837)
10180
10181 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10182
10183         Patch by: Holger Wansing  <linux wansing-online de>
10184
10185         * po/LINGUAS:
10186         * po/de.po:
10187           Add German translation (#352069).
10188
10189 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10190
10191         reviewed by: Wim Taymans <wim@fluendo.com>
10192
10193         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10194         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10195         Use newly added GstCollectPads API to free the allocated resources in
10196         the GstOggPad structures (#402393).
10197
10198 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10199
10200         * gst/playback/gstplaybin.c: (gen_vis_element):
10201           Add audioresample+audioconvert in front of the visualisation
10202           element, so that elements like libvisual 0.4 that don't support all
10203           samplerates can work.
10204
10205           Fixes: #402505
10206
10207 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10208
10209         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10210         (gst_play_base_bin_get_streaminfo_value_array):
10211           Take some locks and make a copy of the streaminfo value array we
10212           maintain while holding the lock, so that the application can
10213           retrieve the stream-info as a value array in a thread-safe way.
10214
10215 2007-01-30  Wim Taymans  <wim@fluendo.com>
10216
10217         * gst/audioconvert/gstaudioconvert.c:
10218         Don't fail on 0 sized buffers. Fixes #396835.
10219
10220 2007-01-29  David Schleef  <ds@schleef.org>
10221
10222         * gst/typefind/gsttypefindfunctions.c:
10223           Detect BBCD as video/x-dirac, so we can play raw dirac
10224           streams.
10225
10226 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10227
10228         * ext/theora/theoraenc.c: (theora_enc_chain):
10229           Check return value of theora_encode_header(), or we might try to
10230           allocate a random number of bytes. theora_encode_header() can fail
10231           if libtheora has been compiled with encoding support disabled.
10232           Fixes #398110.
10233
10234 2007-01-29  Wim Taymans  <wim@fluendo.com>
10235
10236         * tests/check/gst/.cvsignore:
10237         Do as buildbot says.
10238
10239 2007-01-29  Wim Taymans  <wim@fluendo.com>
10240
10241         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10242         Fix strides in libvisual. Gst uses X strides.
10243         Inspired by: <ed at catmur dot co dot uk> and 
10244         <tim at centricular dot net>
10245         Fixes #401118.
10246
10247 2007-01-27  Wim Taymans  <wim@fluendo.com>
10248
10249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10250         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10251         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10252         (gst_ogg_demux_perform_seek),
10253         (gst_ogg_demux_bisect_forward_serialno),
10254         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10255         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10256         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10257         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10258         * ext/ogg/gstoggdemux.h:
10259         Properly propagate streaming errors when we are scanning the file for
10260         chains so that we don't crash when shut down. Might fix some crashers
10261         when quickly switching oggs in RB such as #332503 and #378436.
10262
10263 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10264
10265         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10266           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10267           error code as well.
10268
10269 2007-01-25  Wim Taymans  <wim@fluendo.com>
10270
10271         * gst/playback/gstplaybasebin.c: (remove_source):
10272         Don't try to disconnect a signal from a finalized object.
10273
10274 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10275
10276         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10277           Cast lock macro parameters to make sure we're actually accessing the
10278           lock member at the right class level. Free list itself in _dispose()
10279           as well and NULL it in case dispose gets called multiple times.
10280
10281 2007-01-25  Edward Hervey  <edward@fluendo.com>
10282
10283         * gst/playback/gstdecodebin2.c:
10284         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10285         Free GstDecodeGroups no longer used.
10286         (gst_decode_group_expose):
10287         Don't unlock too many times !
10288         (deactivate_free_recursive):
10289         Free iterator once we're done with it.
10290         Fix for recursively deactivating elements (stop at ghostpads).
10291
10292 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10293
10294         * gst/playback/gstplaybin.c: (handoff):
10295           Fix up caps on the frame buffer before we save it and potentially
10296           make it accessible to other threads via g_object_get; also use
10297           gst_buffer_replace() instead of gst_mini_object_replace().
10298
10299 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10300
10301         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10302           Make getting the current frame thread-safe.
10303
10304 2007-01-25  Edward Hervey  <edward@fluendo.com>
10305
10306         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10307         (gst_decode_group_new), (gst_decode_group_free):
10308         Set queues to bigger sizes to cope with HD contents.
10309         Fix some mutex freeing and add comment about MT safe methods.
10310
10311 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10312
10313         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10314         (gst_text_overlay_text_event):
10315           Don't unnecessarily ref (and then leak) upstream events if the text
10316           pad is not linked. Fixes #399948.
10317
10318         * tests/check/gst-plugins-base.supp:
10319           Add suppression for pango on edgy/x86 for textoverlay test.
10320
10321 2007-01-24  Wim Taymans  <wim@fluendo.com>
10322
10323         * gst-libs/gst/rtp/gstrtpbuffer.h:
10324         Add some more fixed payloads.
10325
10326 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10329           Error out properly if we get an error from libogg while reading the
10330           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10331
10332 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10333
10334         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10335           Don't leak mutex.
10336
10337         * tests/check/elements/playbin.c:
10338         (test_sink_usage_video_only_stream),
10339         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10340         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10341         (test_missing_suburisource_handler),
10342         (test_missing_primary_decoder), (playbin_suite):
10343           Run all tests once with decodebin and once with decodebin2.
10344           One test does not pass yet with decodebin2.
10345
10346 2007-01-23  Edward Hervey  <edward@fluendo.com>
10347
10348         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10349         Fix the cases where oggmux doesn't properly figure out that all
10350         sinkpads have gone EOS, and therefore doesn't push out the remaining
10351         buffers and the final EOS event.
10352         Fixes #363379
10353
10354 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10355
10356         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10358         Don't lock on navigation event push, just on keysym to string.
10359         Fixes #397673 again.
10360
10361 2007-01-22  Edward Hervey  <edward@fluendo.com>
10362
10363         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10364         (get_current_group), (group_demuxer_event_probe),
10365         (gst_decode_group_expose), (deactivate_free_recursive),
10366         (gst_decode_group_free):
10367         Cleanups.
10368         Don't forget to emit 'no-more-pads' once a group is exposed.
10369         Cleanup elements from a DecodeGroup once we remove it.
10370         Protect call to gst_decode_group_expose() with the decodebin lock.
10371
10372 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10373
10374         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10376         Looking at Xorg code i can't figure out if that XKeysymToString
10377         function is thread sensible or not. Lock it just in case as
10378         recommended by Radek Doulik <rodo at ximian dot com>.
10379
10380 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10381
10382         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10384         Lock that X Call as well. Fixes #397673.
10385
10386 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10387
10388         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10389           Don't go into an endless loop if the file starts with 00 00 01 2X,
10390           like quicktime redirect files might. Fixes #396042.
10391
10392         * tests/check/Makefile.am:
10393         * tests/check/gst/.cvsignore:
10394         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10395         (typefindfunctions_suite):
10396           Add unit test for the above.
10397
10398 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10399
10400         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10401           On second thought, use "depth" field rather than "bpp" field.
10402
10403 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10404
10405         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10406           Camtasia caps apparently need a bpp field (#398875).
10407
10408 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10409
10410         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10411         (gen_source_element), (gst_play_base_bin_change_state):
10412           Attempt at a better error message in case we don't have the required
10413           URI handler installed; post missing-plugin message also when we're
10414           missing an URI handler for the subtitle URI; clean up properly also
10415           when an error occurs and we never made it to PAUSED state.
10416
10417         * tests/check/elements/playbin.c: (GST_START_TEST),
10418         (playbin_suite):
10419           Check that we're also getting a missing-plugin messsage for a
10420           missing subtitle URI handler (and clean up properly).
10421
10422 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10423
10424         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10425           Plug a few reference leaks.
10426
10427 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10428
10429         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10430           Lower probability a bit if the marker isn't right at the start,
10431           to decrease the chance of false positives.
10432
10433 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10434
10435         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10436           Small mpeg2 system stream typefinding improvement: make typefinder
10437           probe a bit into the stream instead of just looking for a marker
10438           at the beginning. Fixes #397810.
10439
10440 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10441
10442         * gst/audioconvert/gstchannelmix.c:
10443           Remove compatibility cruft for prehistoric GLib versions.
10444
10445 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10446
10447         * gst/playback/Makefile.am:
10448         * gst/playback/gstdecodebin.c: (close_pad_link):
10449         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10451         (gst_play_base_bin_handle_message_func), (unknown_type):
10452           Let decodebin be the element to post missing-plugin messages for
10453           missing decoders (rather than playbin); make playbin implement
10454           GstBin::handle_message so we can suppress missing-plugin messages
10455           for types we're not handling on purpose (don't want to bring up an
10456           installer in those cases).
10457
10458 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10459
10460         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10461         * gst-libs/gst/tag/gstvorbistag.c:
10462         (gst_tag_list_to_vorbiscomment_buffer):
10463         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10464           Fix potentially unaligned access (#397207).
10465
10466 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10467
10468         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10469         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10470         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10471         (main):
10472           Allow to toggle looping while it plays. Fix callback prototype. Clean
10473           up code a bit more. Add copyright header.
10474
10475 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10476
10477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10478           Red and blue mask was swapped (spotted by Dan Williams).
10479
10480 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10481
10482         * gst-libs/gst/tag/gstid3tag.c:
10483         * gst-libs/gst/tag/gstvorbistag.c:
10484           Use new beats-per-minute tag from core.
10485
10486 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10487
10488         * po/POTFILES.in:
10489           Add new files with translatable strings, so they actually make it
10490           into the template file one day.
10491
10492 2007-01-12  Andy Wingo  <wingo@pobox.com>
10493
10494         * gst-libs/gst/audio/gstbaseaudiosink.c
10495         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10496         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10497         stuff, as the base class handles this now. Actually tell the ring
10498         buffer to start.
10499         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10500         How did this work before? Maybe I'm not as awesome a programmer as
10501         I think.
10502
10503         * gst-libs/gst/audio/gstbaseaudiosrc.c
10504         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10505         of a pad function.
10506
10507 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10508
10509         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10510           Remove more fields so that the application can better blacklist
10511           formats that have been tried before.
10512
10513 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10514
10515         * gst-libs/gst/audio/mixerutils.h:
10516           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10517           used when compiling with c++ compilers as well.
10518
10519 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10520
10521         * gst/typefind/gsttypefindfunctions.c:
10522           Fix comment.
10523
10524 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10525
10526         * gst/playback/gstplaybin.c: (post_missing_element_message),
10527         (gen_video_element), (gen_text_element), (gen_audio_element),
10528         (gen_vis_element):
10529           Post missing-plugin messages also when we error out because
10530           converters, textoverlay or auto*sinks are missing (#161922).
10531
10532 2007-01-10  Wim Taymans  <wim@fluendo.com>
10533
10534         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10535         (is_demuxer_element), (new_caps):
10536         * gst/playback/gstplaybasebin.c: (source_new_pad):
10537         Fix the case where we try to ref a NULL element when we delay a link
10538         because of unfixed caps.
10539         Set the state of autoplugged decodebins to PAUSED.
10540         RTSP now works in playbin, we can remove it from the blacklist.
10541
10542 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * gst/playback/Makefile.am:
10545         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10546         (unknown_type), (setup_subtitle), (gen_source_element):
10547         * gst/playback/gstplaybin.c: (plugin_init):
10548           Post missing-plugin messages on the bus for missing sources and
10549           missing decoders/demuxers/depayloaders; fix error code used when
10550           we're missing an URI handler source; for media types that we are not
10551           handling on purpose at the moment, don't print "don't know how to
10552           handle xyz" messages to the terminal or post missing-plugin
10553           messages on the bus.
10554
10555         * tests/check/elements/playbin.c: (create_playbin),
10556         (GST_START_TEST), (gst_codec_src_uri_get_type),
10557         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10558         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10559         (gst_codec_src_init_type), (gst_codec_src_base_init),
10560         (gst_codec_src_create), (gst_codec_src_class_init),
10561         (gst_codec_src_init), (plugin_init), (playbin_suite):
10562           Add some tests for the missing-plugin stuff.
10563
10564 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10565
10566         * configure.ac:
10567         * gst-libs/gst/Makefile.am:
10568         * gst-libs/gst/utils/Makefile.am:
10569         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10570         * gst-libs/gst/utils/base-utils.h:
10571         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10572         (find_format_info), (caps_are_rtp_caps),
10573         (gst_base_utils_get_source_description),
10574         (gst_base_utils_get_sink_description),
10575         (gst_base_utils_get_decoder_description),
10576         (gst_base_utils_get_encoder_description),
10577         (gst_base_utils_get_element_description),
10578         (gst_base_utils_add_codec_description_to_tag_list),
10579         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10580         * gst-libs/gst/utils/descriptions.h:
10581         * gst-libs/gst/utils/missing-plugins.c:
10582         (missing_structure_get_type), (copy_and_clean_caps),
10583         (gst_missing_uri_source_message_new),
10584         (gst_missing_uri_sink_message_new),
10585         (gst_missing_element_message_new),
10586         (gst_missing_decoder_message_new),
10587         (gst_missing_encoder_message_new),
10588         (missing_structure_get_string_detail),
10589         (missing_structure_get_caps_detail),
10590         (gst_missing_plugin_message_get_installer_detail),
10591         (gst_missing_plugin_message_get_description),
10592         (gst_is_missing_plugin_message):
10593         * gst-libs/gst/utils/missing-plugins.h:
10594           API: add new libgstbaseutils library with functions
10595           - to create and parse missing-plugins messages
10596           - that provide (translated) descriptions for caps/decoders/sources/etc.
10597           Closes #392393.
10598
10599         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10600         * pkgconfig/gstreamer-plugins-base.pc.in:
10601           Add new lib.
10602
10603         * docs/libs/gst-plugins-base-libs-docs.sgml:
10604         * docs/libs/gst-plugins-base-libs-sections.txt:
10605           Generate docs for new lib and API.
10606
10607         * tests/check/Makefile.am:
10608         * tests/check/libs/.cvsignore:
10609         * tests/check/libs/utils.c: (missing_msg_check_getters),
10610         (GST_START_TEST), (libgstbaseutils_suite):
10611           Add some basic unit tests.
10612
10613 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10614
10615         * ext/ogg/Makefile.am:
10616           Dist gstoggdemux.h to fix 'make distcheck'.
10617
10618         * sys/v4l/Makefile.am:
10619           Fix 'make distcheck' even more.
10620
10621 2007-01-09  Wim Taymans  <wim@fluendo.com>
10622
10623         * docs/plugins/Makefile.am:
10624         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10625         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10626         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10627         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10628         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10629         (gst_ogg_demux_perform_seek):
10630         * ext/ogg/gstoggdemux.h:
10631         Added docs.
10632         Add some more comments.
10633         Small cleanups.
10634
10635 2007-01-09  Wim Taymans  <wim@fluendo.com>
10636
10637         * ext/theora/theoradec.c:
10638         * ext/vorbis/vorbisdec.c:
10639         * gst-libs/gst/audio/gstringbuffer.c:
10640         (gst_ring_buffer_commit_full):
10641         * gst-libs/gst/audio/gstringbuffer.h:
10642         * gst-libs/gst/rtp/gstrtpbuffer.c:
10643         * gst-libs/gst/tag/gstvorbistag.c:
10644         Small documentation updates/fixes
10645
10646 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10647
10648         * configure.ac:
10649           Require core CVS HEAD for Andy's basesrc/sink API additions.
10650
10651 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10652
10653         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10654
10655         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10656         (plugin_init):
10657           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10658           on flac.sf.net (there appear to be other versions of the first
10659           ogg page in the wild) (#391365).
10660
10661 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10662
10663         * configure.ac:
10664           Check if localtime_r() is available.
10665
10666         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10667           If localtime_r() is not available, fall back to localtime(). Should
10668           fix build on MingW (#393310).
10669
10670 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10671
10672         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10673         * gst/subparse/gstsubparse.h:
10674           Remove spurious 1000 subtrahend when calculating the timestamp from
10675           the frame number and the frame rate . Also, use the frames/second
10676           value specified in the first line of the file, if one is specified
10677           there. Should fix #357503.
10678
10679         * tests/check/elements/subparse.c: (do_test),
10680         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10681         (subparse_suite):
10682           Add some basic unit tests for the microdvd subtitle format.
10683
10684 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10685
10686         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10687
10688         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10689         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10690         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10691         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10692         (gst_xvimagesink_set_xwindow_id),
10693         (gst_xvimagesink_set_event_handling),
10694         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10695         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10696         Fixes: #390076.
10697         Add an adaptor property to select a specific XV adaptor.
10698         * sys/xvimage/xvimagesink.h:
10699
10700 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10701
10702         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10703         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10704         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10705         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10706         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10707         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10708         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10709         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10710         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10711         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10712         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10713         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10714         Use flow_lock much more to protect every access to xwindow.
10715         Try to catch erros while creating images in case some drivers are
10716         just generating an XError when the requested image is too big.
10717         Should fix : #354698, #384008, #384060.
10718         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10719         Implement some stress testing of setting window xid.
10720
10721 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10722
10723         * win32/common/libgsaudio.def:
10724           Add new exported function.
10725         * win32/common/libgstogg.dsp:
10726           Add gstoggaviparse.c to the build.
10727         * win32/common/libgstvideoscale.dsp:
10728           Add vs_4tap.c to the build.
10729         * win32/common/libgstvorbis.dsp:
10730           Add vorbistag.c to the build.
10731         
10732 2007-01-06  Andy Wingo  <wingo@pobox.com>
10733
10734         * gst-libs/gst/audio/gstbaseaudiosink.c
10735         (gst_base_audio_sink_class_init)
10736         (gst_base_audio_sink_init): 
10737         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10738         to baseaudiosink, and tell basesink that we can work in pull mode.
10739         This way the ring buffer thread drives the pipeline directly, if
10740         pull mode is possible. There is some lingering nastiness regarding
10741         capsnego, however.
10742         (gst_base_audio_sink_callback): Implement the callback to pull
10743         data. This interface is a bit light, though -- it should get a
10744         GstFlowReturn return value at least.
10745
10746 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10747
10748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10749         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10750         * gst/playback/gstdecodebin2.c:
10751         (gst_decode_group_check_if_blocked):
10752           Printf format and missing argument fixes.
10753
10754 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10755
10756         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10757         (gst_ogm_parse_change_state):
10758         Activate pads before adding them to the element.
10759
10760 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10761
10762         * tests/examples/seek/scrubby.c: (main):
10763         * tests/examples/seek/seek.c: (main):
10764           Call g_thread_init() first thing in main() (see #391278).
10765
10766 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10767
10768         * tests/check/Makefile.am:
10769         * tests/check/libs/.cvsignore:
10770         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10771         (netbuffer_suite):
10772           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10773           for the time being, since it's broken, see #393099.
10774
10775 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10776
10777         * tests/check/Makefile.am:
10778           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10779
10780 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10781
10782         * configure.ac:
10783           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10784           so that GST_BASE_CFLAGS can go inbetween them, making sure
10785           we use uninstalled gst-libs headers
10786         * docs/libs/Makefile.am:
10787         * ext/alsa/Makefile.am:
10788         * ext/cdparanoia/Makefile.am:
10789         * ext/gnomevfs/Makefile.am:
10790         * ext/libvisual/Makefile.am:
10791         * ext/ogg/Makefile.am:
10792         * ext/theora/Makefile.am:
10793         * ext/vorbis/Makefile.am:
10794         * gst-libs/gst/audio/Makefile.am:
10795         * gst-libs/gst/cdda/Makefile.am:
10796         * gst-libs/gst/interfaces/Makefile.am:
10797         * gst-libs/gst/riff/Makefile.am:
10798         * gst-libs/gst/rtp/Makefile.am:
10799         * gst-libs/gst/tag/Makefile.am:
10800         * gst/adder/Makefile.am:
10801         * gst/audioconvert/Makefile.am:
10802         * gst/audiorate/Makefile.am:
10803         * gst/audioresample/Makefile.am:
10804         * gst/playback/Makefile.am:
10805         * gst/tcp/Makefile.am:
10806         * gst/videoscale/Makefile.am:
10807         * gst/volume/Makefile.am:
10808         * sys/ximage/Makefile.am:
10809         * sys/xvimage/Makefile.am:
10810         * tests/icles/Makefile.am:
10811           adapt
10812
10813 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10814
10815         * gst-libs/gst/interfaces/xoverlay.c:
10816         (gst_x_overlay_handle_events):
10817         * gst-libs/gst/interfaces/xoverlay.h:
10818         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10819         (gst_ximagesink_set_xwindow_id),
10820         (gst_ximagesink_set_event_handling),
10821         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10822         (gst_ximagesink_get_property), (gst_ximagesink_init),
10823         (gst_ximagesink_class_init):
10824         * sys/ximage/ximagesink.h:
10825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10826         (gst_xvimagesink_set_xwindow_id),
10827         (gst_xvimagesink_set_event_handling),
10828         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10829         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10830         (gst_xvimagesink_class_init):
10831         * sys/xvimage/xvimagesink.h:
10832         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10833         Add a method to the XOverlay interface to allow disabling of 
10834         event handling in x[v]imagesink elements. This will let X events
10835         propagate to parent windows which can be usefull in some cases.
10836         Be carefull that the application is then responsible of pushing
10837         navigation events and expose events to the video sink.
10838         Fixes: #387138.
10839
10840 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10841
10842         * gst-libs/gst/tag/gstvorbistag.c:
10843         * tests/check/libs/tag.c: (GST_START_TEST):
10844           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10845           (fixes #392070).
10846
10847 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * configure.ac:
10850         * docs/Makefile.am:
10851         * docs/design/Makefile.am:
10852           Dist design docs.
10853
10854 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10855
10856         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10857         typo. Fixes: #390063.
10858
10859 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10860
10861         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10863         caps leak.
10864         * win32/common/config.h: Updated.
10865
10866 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10867
10868         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10869         (setup_gdpdepay_streamheader):
10870         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10871         (setup_gdppay_streamheader):
10872           Fix the dp tests, but activating the pads for the streamheader tests
10873           too and cleaning up conditionaly
10874
10875 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10876
10877         * gst/ffmpegcolorspace/avcodec.h:
10878         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10879         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10880         (gst_ffmpegcsp_avpicture_fill):
10881         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10882         (img_get_alpha_info):
10883         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10884         other end of the word. Fixes: #387073.
10885
10886         Add some inconsequential branch hints in a couple of places.
10887
10888 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10891         (gst_ffmpeg_caps_to_smpfmt):
10892           The "signed" field in raw audio caps is of boolean type, trying to
10893           extract the value with _get_int() will fail (fix to keep in sync with
10894           the copy in gst-ffmpeg)
10895
10896 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10897
10898         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10899         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10900         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10901         (cleanup_gdpdepay):
10902         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10903         * tests/check/elements/subparse.c: (teardown_subparse):
10904         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10905         * tests/check/elements/videorate.c: (cleanup_videorate):
10906         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10907         * tests/check/elements/volume.c: (cleanup_volume):
10908         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10909         (cleanup_vorbisdec):
10910         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10911         (cleanup_vorbistag):
10912           consistent pad (de)activation
10913
10914 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10915
10916         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10917           Forgot to register the extensions.
10918
10919 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10920
10921         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10922         (plugin_init):
10923           Add typefinder for VIVO files (my christmas present to the 90s).
10924
10925 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10926
10927         * gst/playback/gstdecodebin.c: (type_found):
10928           Special-case the text/plain media type: we only want to recognise it
10929           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10930           parser, but not if the entire stream is of text/plain type. If the
10931           entire stream is text/plain, we should just error out.
10932
10933           This fixes playback of audio files with lyrics in totem. Totem can't
10934           distinguish between text files and subtitle files and passes any
10935           .txt file with the same basename as the main file to playbin as
10936           suburi, and playbin will then throw a 'subtitle found, but no video
10937           stream' error, which isn't entirely helpful. See #380342.
10938
10939           Also, with this change we'll show a slightly more correct error
10940           message in case totem passes a playlist file to us (although a
10941           custom error message wording instead of the default text would
10942           probably not be a bad idea either).
10943
10944           Same problem also needs to be fixed for playbin+decodebin2.
10945
10946         * tests/check/Makefile.am:
10947         * tests/check/elements/decodebin.c: (src_handoff_cb),
10948         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10949         (decodebin_suite):
10950           Add simple unit test for decodebin for the above.
10951
10952 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10953
10954         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10955         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10956           Refuse to change state to READY when we failed to create any of the
10957           required elements in our instance init function.
10958
10959 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
10960
10961         * docs/libs/gst-plugins-base-libs-sections.txt:
10962           Small docs fixes/updates.
10963
10964         * gst-libs/gst/video/gstvideosink.h:
10965           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
10966           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
10967           removed from the base sink API between 0.9.6 and 0.9.7).
10968           API: add GST_VIDEO_SINK_CAST and use it for the height/width
10969           accessor macros, so we don't do a runtime GObject type check every
10970           time we use them.
10971
10972 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10973
10974         * Makefile.am:
10975         * gst-plugins-base.doap:
10976         * gst-plugins-base.spec.in:
10977           add doap file
10978
10979 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10980
10981         Patch by: Jens Granseuer <jensgr at gmx net>
10982
10983         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10984         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10985         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
10986         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
10987         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10988           Declare variables at the beginning of a block. Fixes #383195.
10989
10990 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
10991
10992         * configure.ac:
10993         Bump version nano - back to CVS.
10994
10995
10996 === release 0.10.11 ===
10997
10998 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
10999
11000         * configure.ac:
11001           releasing 0.10.11, "Dumb things"
11002
11003 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11004
11005         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11006         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11007         Handle the case where an element has multiple pads with 
11008         unfixed caps as well as still possibly producing more dynamic 
11009         pads by storing each case as a distinct entry in the dynamic list.
11010         Fixes #38223 again.
11011
11012 2006-12-04  Wim Taymans  <wim@fluendo.com>
11013
11014         * gst/playback/gstdecodebin.c: (close_pad_link):
11015         Fix #382223, add more dynamic caps handling.
11016
11017 2006-12-04  Wim Taymans  <wim@fluendo.com>
11018
11019         * gst-libs/gst/audio/gstringbuffer.h:
11020         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11021         (gst_netaddress_set_ip4_interface),
11022         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11023         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11024         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11025         (gst_netaddress_get_ttl):
11026         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11027         * gst/playback/gstdecodebin.c: (close_pad_link):
11028         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11029         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11030         * win32/common/config.h:
11031
11032 2006-12-01  Michael Smith  <msmith@fluendo.com>
11033
11034         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11035           Delete bad debug code.
11036           Fixes #381219
11037
11038 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11039
11040         * gst/videoscale/vs_4tap.c:
11041         * win32/MANIFEST:
11042         * win32/common/config.h:
11043         * win32/vs8/libgstvideoscale.vcproj:
11044         Fix compilation on win32 under VS8
11045         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11046         Partially fixes #381175
11047
11048 2006-11-30  Michael Smith  <msmith@fluendo.com>
11049
11050         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11051         (GST_START_TEST):
11052           It would be very bad if, after a discont buffer, we thought every
11053           single following buffer was also discont. So, add to the test to
11054           ensure that this isn't the case.
11055           
11056         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11057           ... it was the case. So fix it.
11058
11059 2006-11-28  Wim Taymans  <wim@fluendo.com>
11060
11061         * gst/playback/gstplaybasebin.c: (check_queue_event):
11062         Improve debug.
11063
11064         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11065         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11066         padtemplate caps. Refixes #357577.
11067
11068 2006-11-28  Wim Taymans  <wim@fluendo.com>
11069
11070         * gst/playback/gstplaybasebin.c: (check_queue_event),
11071         (queue_threshold_reached), (queue_out_of_data),
11072         (gen_preroll_element):
11073         Add event probe to see when EOS is in a queue and we can disable the
11074         underrun signals. Fixes #357577.
11075
11076 2006-11-28  Edward Hervey  <edward@fluendo.com>
11077
11078         * gst/playback/Makefile.am:
11079         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11080         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11081         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11082         (gst_decode_bin_init), (gst_decode_bin_dispose),
11083         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11084         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11085         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11086         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11087         (connect_element), (expose_pad), (type_found),
11088         (pad_added_group_cb), (pad_removed_group_cb),
11089         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11090         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11091         (are_raw_caps), (multi_queue_overrun_cb),
11092         (multi_queue_underrun_cb), (gst_decode_group_new),
11093         (get_current_group), (group_demuxer_event_probe),
11094         (gst_decode_group_control_demuxer_pad),
11095         (gst_decode_group_control_source_pad),
11096         (gst_decode_group_check_if_blocked),
11097         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11098         (gst_decode_group_hide), (gst_decode_group_free),
11099         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11100         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11101         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11102         (plugin_init):
11103         New decodebin2 element.
11104         Closes #370092
11105         * gst/playback/gstplay-marshal.list:
11106         Added marshallers for new signals in decodebin2
11107         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11108         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11109         is set.
11110
11111 2006-11-28  Wim Taymans  <wim@fluendo.com>
11112
11113         * gst/playback/gstplaybasebin.c: (setup_source),
11114         (gst_play_base_bin_change_state):
11115         Disable rtsp:// uris for the release, it's not good enough yet.
11116         Remove unused var.
11117
11118 2006-11-26  Wim Taymans  <wim@fluendo.com>
11119
11120         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11121         (theora_dec_push_forward), (theora_dec_push_reverse),
11122         (theora_handle_data_packet), (theora_dec_decode_buffer),
11123         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11124         (theora_dec_chain_forward), (theora_dec_chain):
11125         Implement reverse playback.
11126
11127         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11128         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11129         (vorbis_dec_chain_forward):
11130         Clear buffers used for reverse playback in _reset.
11131         No need to set the eos flag, we clip samples using the segment.
11132
11133 2006-11-24  Wim Taymans  <wim@fluendo.com>
11134
11135         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11136         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11137         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11138         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11139         Some cleanups.
11140         Handle continued pages in reverse mode.
11141
11142 2006-11-24  Wim Taymans  <wim@fluendo.com>
11143
11144         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11145         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11146         (vorbis_dec_flush_decode):
11147         Small cleanups.
11148         Don't try to add invalid timestamps.
11149         Clipping will unref the buffer.
11150
11151 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11152
11153         * gst/adder/gstadder.h:
11154         * gst/audiotestsrc/gstaudiotestsrc.h:
11155           remove obsolete _factory_init protos
11156
11157 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11158
11159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11160           Fix spacing in debug message.
11161
11162 2006-11-23  Wim Taymans  <wim@fluendo.com>
11163
11164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11165         (gst_ogg_demux_chain):
11166         Don't just ignore return values from _pad_push().
11167         Small debug improvements.
11168
11169 2006-11-23  Michael Smith  <msmith@fluendo.com>
11170
11171         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11172           If our incoming buffer is marked as DISCONT, then increment the page
11173           number (so that the discontinuity is marked in the final ogg
11174           bitstream) and flush the previous page.
11175
11176 2006-11-22  Michael Smith  <msmith@fluendo.com>
11177
11178         * ext/theora/gsttheoraenc.h:
11179         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11180         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11181         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11182         (theora_enc_chain), (theora_enc_change_state):
11183           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11184
11185         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11186         (GST_START_TEST), (theoraenc_suite):
11187           Enable discontinuity test, fix it.
11188
11189 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11190
11191         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11192         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11193         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11194         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11195         (gst_text_overlay_change_state):
11196         * ext/pango/gsttextoverlay.h:
11197           Some textoverlay fixes: for one, in the video chain function,
11198           actually wait for a text buffer to come in if there is none at the
11199           moment and there should be one; also, deal more gracefully with
11200           incoming buffers that do not have a timestamp or duration; discard
11201           text buffer when not needed any longer. Fixes #341681.
11202
11203         * tests/check/Makefile.am:
11204         * tests/check/elements/.cvsignore:
11205         * tests/check/elements/textoverlay.c:
11206         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11207         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11208         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11209         (test_video_waits_for_text_send_text_newsegment_thread),
11210         (test_video_waits_for_text_shutdown_element),
11211         (test_render_continuity_push_video_buffers_thread),
11212         (textoverlay_suite):
11213           Add some unit tests for textoverlay.
11214
11215 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11216
11217         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11218           Avoid integer underflow when the found probability for mp3 is
11219           smaller than the 'penalty' we subtract if there's not a clean
11220           mp3 header sync at offset 0.
11221
11222 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11223
11224         * docs/libs/gst-plugins-base-libs-sections.txt:
11225           Add some new symbols to the docs
11226
11227 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11228
11229         * tests/check/Makefile.am:
11230         * tests/check/elements/ffmpegcolorspace.c:
11231         (ffmpegcolorspace_suite):
11232           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11233           (for now not for valgrinding though, since it takes too long).
11234
11235 2006-11-20  Wim Taymans  <wim@fluendo.com>
11236
11237         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11238         (gst_ffmpeg_pixfmt_to_caps):
11239         Fix RGBA32 caps. Fixes #357038.
11240
11241 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11242
11243         * gst-libs/gst/interfaces/mixertrack.h:
11244           Add FIXME so we can add some padding here in 0.11
11245
11246 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11247
11248         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11249           Fix GstBaseRTPAudioPayload structure so the whole GObject
11250           inheritance business actually works (parent class instance structure
11251           must always come first in the derived class instance structure).
11252
11253 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11254
11255         * gst/videotestsrc/Makefile.am:
11256         * tests/check/Makefile.am:
11257           Make sure our checks and the videotestsrc plugin link against the
11258           local uninstalled gst libs and not any installed gst libs that
11259           might happen to exist as well.
11260
11261         * tests/check/elements/adder.c: (message_received),
11262         (test_event_message_received), (test_play_twice_message_received):
11263         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11264           Fix compiler warnings when compiling against core with disabled
11265           debugging system.
11266
11267 2006-11-16  Michael Smith  <msmith@fluendo.com>
11268
11269         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11270         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11271           Fix audiorate, so that it accurately sets offsets and timestamps.
11272           Doesn't change the fundamental algorithmic decisions; so should be
11273           safe.
11274
11275         * tests/check/Makefile.am:
11276           Enable audiorate test now that it passes.
11277
11278 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11279
11280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11281           clear xv when going to NULL, remove // commented non-existant proto
11282
11283         * tests/examples/seek/seek.c: (main):
11284           add missing tooltip description for scrub and play_scrub
11285
11286 2006-11-14  David Schleef  <ds@schleef.org>
11287
11288         * configure.ac:
11289           Bump liboil requirement to 0.3.8.
11290         * gst-libs/gst/riff/riff-media.c:
11291           Add Dirac fourcc.
11292         * gst/videoscale/vs_image.h:
11293         * gst/videoscale/vs_scanline.h:
11294           Use liboil's stdint.h.
11295         * gst/videotestsrc/videotestsrc.c:
11296           Remove liboil related ifdef's, since they aren't needed now, and
11297           won't work with future versions.
11298
11299 2006-11-14  David Schleef  <ds@schleef.org>
11300
11301         * gst/videoscale/Makefile.am:
11302         * gst/videoscale/gstvideoscale.c:
11303         * gst/videoscale/gstvideoscale.h:
11304         * gst/videoscale/vs_4tap.c:
11305         * gst/videoscale/vs_4tap.h:
11306         * gst/videoscale/vs_image.c:
11307         * gst/videoscale/vs_image.h:
11308         * gst/videoscale/vs_scanline.c:
11309         * gst/videoscale/vs_scanline.h:
11310           Add a 4-tap image scaler.  Theoretically looks much prettier.
11311           The tap calculation could use some improvement.
11312
11313 2006-11-14  Wim Taymans  <wim@fluendo.com>
11314
11315         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11316
11317         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11318         (gst_riff_parse_strf_iavs):
11319         * gst/subparse/gstsubparse.c: (convert_encoding):
11320         * gst/tcp/gstmultifdsink.c:
11321         (gst_multi_fd_sink_handle_client_write):
11322         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11323         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11324         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11325         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11326         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11327         (gst_ximagesink_ximage_new):
11328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11329         Various gsize and gssize printf fixes. Fixes #372507.
11330
11331 2006-11-13  Wim Taymans  <wim@fluendo.com>
11332
11333         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11334         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11335         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11336         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11337         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11338         * ext/vorbis/vorbisdec.h:
11339         First stab at vorbis reverse playback.
11340
11341 2006-11-13  Wim Taymans  <wim@fluendo.com>
11342
11343         * gst-libs/gst/audio/gstbaseaudiosink.c:
11344         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11345         * gst-libs/gst/audio/gstbaseaudiosink.h:
11346         Make the clock sync code more accurate wrt resampling and playback
11347         at different rates.
11348         
11349         * gst-libs/gst/audio/gstringbuffer.c:
11350         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11351         * gst-libs/gst/audio/gstringbuffer.h:
11352         Use better algorithm to interpolate sample rates. 
11353
11354 2006-11-13  Michael Smith  <msmith@fluendo.com>
11355
11356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11357           Improve a debug line slightly.
11358
11359         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11360           Call gst_riff_init() in plugin_init, to avoid getting errors from
11361           the debug system (unrelated changes to another plugin made this turn
11362           up; not sure why).
11363
11364 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11365
11366         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11367
11368         * win32/common/libgsttag.def:
11369           Add missing symbol (#366492).
11370
11371 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11372
11373         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11374           Don't unref a NULL pad.
11375
11376 2006-11-09  Wim Taymans  <wim@fluendo.com>
11377
11378         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11379         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11380         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11381         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11382         (gst_ogg_demux_loop):
11383         Implement first stab at reverse playback.
11384
11385 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11386
11387         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11388         (gst_riff_create_video_template_caps):
11389           add h263/h264 variants to the caps, Fixes #363118
11390
11391 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11394         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11395           Use g_strerror instead of strerror so we get UTF-8.
11396
11397 2006-11-03  David Schleef  <ds@schleef.org>
11398
11399         * ext/ogg/gstoggdemux.c:
11400         * ext/ogg/gstoggmux.c:
11401           Add/remove KW-DIRAC header here, since it is ogg-specific.
11402
11403 2006-11-03  Michael Smith  <msmith@fluendo.com>
11404
11405         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11406           Recognise more mpeg4 elementary video streams.
11407
11408 2006-11-02  Edward Hervey  <edward@fluendo.com>
11409
11410         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11411         Lower the probability of mp3 typefinding functions if we don't find a
11412         valid mp3 header at the start of the file.
11413         Closes #369482
11414
11415 2006-11-02  Wim Taymans  <wim@fluendo.com>
11416
11417         * ext/theora/gsttheoradec.h:
11418         * ext/theora/theoradec.c: (gst_theora_dec_init),
11419         (theora_dec_sink_event), (theora_dec_chain_forward),
11420         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11421         (theora_dec_chain):
11422         Document and partially implement an algorithm for doing reverse playback
11423         of theora video.
11424
11425 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11426
11427         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11428
11429         * win32/common/config.h:
11430         * win32/common/interfaces-enumtypes.c:
11431         * win32/common/libgsttag.def:
11432         * win32/vs8/gst-plugins-base.sln:
11433         * win32/vs8/libgstaudioresample.vcproj:
11434         * win32/vs8/libgstinterfaces.vcproj:
11435         * win32/vs8/libgstogg.vcproj:
11436         * win32/vs8/libgstriff.vcproj:
11437         * win32/vs8/libgsttag.vcproj:
11438         * win32/vs8/libgsttheora.vcproj:
11439         * win32/vs8/libgstvideoscale.vcproj:
11440         * win32/vs8/libgstvorbis.vcproj:
11441           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11442           to libgsttag.def; add missing dependencies for some vs8 projects;
11443           re-arrange placement of .def files in vs8 projects (#366334).
11444
11445 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11446
11447         * ext/ogg/gstogg.c:
11448           Remove unused variable.
11449
11450         * ext/ogg/gstoggdemux.c:
11451           Fix Wim's surname in plugin description.
11452
11453 2006-10-31  Wim Taymans  <wim@fluendo.com>
11454
11455         * gst-plugins-base.spec.in:
11456         spec new .h file. Fixes #368310.
11457
11458 2006-10-31  Michael Smith  <msmith@fluendo.com>
11459
11460         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11461         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11462         (gst_multi_fd_sink_get_stats),
11463         (gst_multi_fd_sink_remove_client_link),
11464         (gst_multi_fd_sink_queue_buffer),
11465         (gst_multi_fd_sink_handle_clients):
11466         * gst/tcp/gstmultifdsink.h:
11467           Make using the remove or clear signals threadsafe.
11468           Make calling get-stats with an invalid fd not segfault.
11469           Fixes 368273.
11470
11471 2006-10-31  Wim Taymans  <wim@fluendo.com>
11472
11473         * gst-libs/gst/rtp/Makefile.am:
11474         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11475         (gst_base_rtp_audio_payload_init):
11476         Fix and activate base audio payloader.
11477
11478 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11479
11480         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11481         (plugin_init):
11482           Add typefinder for QuickTime Image Files (see #366156).
11483
11484 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11485
11486         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11487           Another typo fix (#366212).
11488
11489 2006-10-27  Wim Taymans  <wim@fluendo.com>
11490
11491         * gst/volume/gstvolume.c: (volume_transform_ip):
11492         Use stream time to synchronize volume property instead of rather random
11493         timestamps. This is needed when gnonlin does its time shifting.
11494
11495 2006-10-27  Wim Taymans  <wim@fluendo.com>
11496
11497         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11498
11499         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11500         Remove the pad from the element in release_pad. Fixes #364812.
11501
11502 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11503
11504         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11506           Explicitly create our custom buffer classes at a thread-safe
11507           location as well, since g_type_class_ref() doesn't seem to be
11508           entirely thread-safe either (#365501; also see #349410).
11509
11510 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11511
11512         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11513         (gst_riff_parse_info):
11514           If strings in INFO chunk are not UTF-8, do something similar to
11515           what we do for ID3v1 tags: check a number of environment variables
11516           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11517           character sets to try, otherwise try the current locale and/or fall
11518           back on ISO-8859-1. Fixes #360552.
11519
11520 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11521
11522         * gst/videotestsrc/gstvideotestsrc.c:
11523         (gst_video_test_src_pattern_get_type),
11524         (gst_video_test_src_set_pattern):
11525         * gst/videotestsrc/gstvideotestsrc.h:
11526         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11527         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11528         (gst_video_test_src_checkers8):
11529         * gst/videotestsrc/videotestsrc.h:
11530           Add a bunch of exciting new checkers patterns.
11531
11532 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11533
11534         * gst/subparse/Makefile.am:
11535         * gst/subparse/gstsubparse.c:
11536         (gst_sub_parse_data_format_autodetect),
11537         (gst_sub_parse_format_autodetect), (handle_buffer),
11538         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11539         * gst/subparse/gstsubparse.h:
11540         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11541         (parse_tmplayer):
11542         * gst/subparse/tmplayerparse.h:
11543           Add support for TMPlayer-type subtitles (#362845).
11544
11545         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11546         (GST_START_TEST), (subparse_suite):
11547           Add some basic unit tests for the above.
11548
11549 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11550
11551         * tests/check/elements/audiorate.c: (test_injector_base_init),
11552         (test_injector_class_init), (test_injector_chain),
11553         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11554         (GST_START_TEST), (audiorate_suite):
11555           More tests for audiorate: inject buffers to check behaviour when
11556           buffers overlap.
11557
11558 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11559
11560         * tests/check/Makefile.am:
11561         * tests/check/elements/.cvsignore:
11562         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11563         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11564           Add some basic unit tests for audiorate. Disabled at the moment
11565           since it doesn't pass yet (see bug #363119).
11566
11567 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11570         (parse_subrip), (handle_buffer):
11571           Add missing closing tags for markup and fix broken markup,
11572           otherwise pango won't render anything (fixes #357531). Also,
11573           make sure the text we send out is always NUL-terminated
11574           (better safe than sorry etc.).
11575
11576         * tests/check/elements/subparse.c: (test_srt_do_test),
11577         (test_srt):
11578           Some more tests for .srt incl. tests for the above stuff.
11579
11580 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11581
11582         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11584         Patch by: Stefan Kost  <ensonic@users.sf.net>
11585         Try to redraw borders only when needed. Apparently this consumes
11586         resources on small devices... :-O (#363607)
11587
11588 2006-10-20  Michael Smith  <msmith@fluendo.com>
11589
11590         * gst/tcp/gstmultifdsink.c:
11591         (gst_multi_fd_sink_client_queue_buffer):
11592           If caps change, then update the client's idea of the caps so that we
11593           don't end up re-sending streamheaders for every single buffer after
11594           the caps change.
11595
11596 2006-10-20  Michael Smith  <msmith@fluendo.com>
11597
11598         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11599         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11600           Set caps on pushed buffers; fix up refcounting of caps objects.
11601
11602 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11603
11604         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11605         (plugin_init):
11606           Typefind mmsh header data packet to application/x-mmsh (#362625).
11607
11608 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11609
11610         * tests/check/Makefile.am:
11611         * tests/check/elements/.cvsignore:
11612         * tests/check/elements/subparse.c: (buffer_from_static_string),
11613         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11614         (GST_START_TEST), (subparse_suite):
11615           Add very simple unit test for subparse.
11616
11617 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11618
11619         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11620         (parse_subrip):
11621           Strip trailing newlines from subtitle text output.
11622
11623 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11624
11625         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11626         (gst_sub_parse_change_state):
11627           Fix memleak; clear subparse->textbuf n state change function.
11628
11629 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11630
11631         * gst/subparse/gstsubparse.c:
11632         (gst_sub_parse_data_format_autodetect):
11633           Don't require subrip (.srt) files to start with a chunk number of 1.
11634
11635 2006-10-18  Wim Taymans  <wim@fluendo.com>
11636
11637         * gst-libs/gst/audio/gstbaseaudiosink.c:
11638         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11639         * gst-libs/gst/audio/gstbaseaudiosink.h:
11640         Extract rate from the NEWSEGMENT event.
11641         Use commit_full to also take rate adjustment into account when writing
11642         samples to the ringbuffer.
11643         
11644         * gst-libs/gst/audio/gstringbuffer.c:
11645         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11646         (gst_ring_buffer_read):
11647         * gst-libs/gst/audio/gstringbuffer.h:
11648         Added _commit_full() to also take rate into account.
11649         Use simple interpolation algorithm to resample audio.
11650         API: gst_ring_buffer_commit_full()
11651
11652         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11653         * tests/examples/seek/seek.c: (segment_done):
11654         Don't try to seek with 0.0 rate, just pause instead.
11655         Remove bogus debug line.
11656
11657 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11658
11659         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11660         (setup_source):
11661           Catch async errors when starting up the subtitle bin, so we can
11662           stop waiting and continue with the main film instead of hanging
11663           forever. Fixes #339366.
11664
11665         * tests/check/elements/playbin.c: (playbin_suite):
11666           Enable unit test for the above.
11667
11668 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11669
11670         * tests/check/Makefile.am:
11671         * tests/check/elements/.cvsignore:
11672         * tests/check/elements/playbin.c: (GST_START_TEST),
11673         (gst_red_video_src_uri_get_type),
11674         (gst_red_video_src_uri_get_protocols),
11675         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11676         (gst_red_video_src_uri_handler_init),
11677         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11678         (gst_red_video_src_create), (gst_red_video_src_class_init),
11679         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11680           Some small and basic unit tests for playbin; not very useful yet,
11681           but at least a start.
11682
11683 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11684
11685         * gst/playback/gstplaybin.c: (setup_sinks):
11686           The old pad activation spiel.
11687
11688 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11689
11690         * gst/playback/gstplaybasebin.c: (setup_source):
11691           Don't hang forever if the subbin already fails to start up in 
11692           the state change to PAUSED (#339366).
11693
11694 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11695
11696         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11697         (gst_tuner_set_channel), (gst_tuner_get_channel),
11698         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11699         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11700         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11701         (gst_tuner_find_channel_by_name):
11702           Fix some function guards, add some more function guards.
11703
11704 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11705
11706         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11707         (remove_element_chain):
11708         Don't return a pad from get_our_ghost_pad unless it is actually the
11709         one we want.
11710         Change a cast in remove_element_chain slightly.
11711
11712 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11713
11714         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11715         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11716         Segment seeking needs to use the rate and set stop to -1.
11717
11718 2006-10-13  Wim Taymans  <wim@fluendo.com>
11719
11720         * gst-libs/gst/audio/gstbaseaudiosink.c:
11721         (gst_base_audio_sink_setcaps):
11722         Don't crash when ringbuffer is not yet created.
11723         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11724         Fixes #361634.
11725
11726         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11727         * gst/playback/gststreamselector.c:
11728         (gst_stream_selector_request_new_pad):
11729         Activate pads befre adding them to running elements.
11730
11731 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11732
11733         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11734         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11735         updater when we start grabing the slider. Don't wait for the
11736         pipeline to be PAUSED.
11737
11738 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11739
11740         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11741         (gst_mixer_set_volume), (gst_mixer_get_volume),
11742         (gst_mixer_set_mute), (gst_mixer_set_option),
11743         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11744         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11745         (gst_mixer_option_changed):
11746           Guard mixer interface functions against bogus arguments.
11747
11748 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11749
11750         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11751         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11752         (msg_state_changed), (main): Use state-changed messages to trigger
11753         start/stop of scale update timer. Indeed the scale slider was
11754         jumping here and there because the update timer was activated 
11755         before seek completed. This fixes instant applying of rate changes
11756         by pressing the spinbutton like a crazy man !
11757
11758 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11759
11760         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11761
11762         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11763         (gst_basertppayload_finalize):
11764           Fix two small memory leaks (#361456).
11765
11766 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11767
11768         * tests/examples/seek/seek.c: (do_seek),
11769         (rate_spinbutton_changed_cb): When changing spinbutton we try
11770         to change the rate on the fly.
11771
11772 2006-10-10  Wim Taymans  <wim@fluendo.com>
11773
11774         * gst-libs/gst/riff/riff-ids.h:
11775         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11776         (gst_riff_create_audio_template_caps):
11777         Add WMS caps.
11778
11779 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11780
11781         Patch by: Josep Torra Valles <josep@fluendo.com>
11782
11783         * ext/gnomevfs/gstgnomevfssink.c:
11784         * ext/gnomevfs/gstgnomevfssrc.c:
11785         Fix URI interface implementation return type.
11786         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11787         Fix what looks like a copy/paste issue when assigning values.
11788         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11789         (gst_audio_filter_template_get_type):
11790         Cast to prevent Forte warnings.
11791         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11792         Fix URI interface implementation return type.
11793         gst_pad_query_position requires a signed integer pointer as
11794         3rd parameter, GstClockTime is unsigned.
11795         * gst/audioconvert/audioconvert.c:
11796         Fix integer overflow when treated as signed.
11797         * gst/audioresample/resample.c: (resample_add_input_data):
11798         Cast to prevent warnings on Forte.
11799         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11800         Fix integer overflow when treated as signed.
11801         * gst/ffmpegcolorspace/imgconvert_template.h:
11802         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11803         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11804         (cleanup_decodebin):
11805         Who initialises a guint to -1!
11806         Cast function pointers to prevent warnings on Forte.
11807         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11808         (queue_threshold_reached):
11809         Cast function pointers correctly to prevent warnings on Forte.
11810         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11811         Cast function pointers correctly to prevent warnings on Forte.
11812         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11813         Obvious change to unsigned, 0xEF > max signed char.
11814         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11815         GstClockTime is unsigned, initialise correctly.
11816         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11817         Cast so pointer arithemetic doesn't cause warnings on Forte.
11818         * gst/videorate/gstvideorate.c:
11819         Use correct return value.
11820         * tests/examples/seek/scrubby.c:
11821         GstClockTime is unsigned, initialise correctly.
11822
11823 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11824
11825         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11826
11827         * gst/typefind/gsttypefindfunctions.c:
11828           Recognise XML files and XML-like files shorter than 256 bytes as
11829           well (fixes #359237).
11830
11831 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11832
11833         Patch by: Renato Filho <renato.filho@indt.org.br>
11834         
11835         * gst/typefind/gsttypefindfunctions.c:
11836         Added typefind functions to video/x-nuv media.
11837         
11838 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11839
11840         * gst-libs/gst/interfaces/xoverlay.c:
11841         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11842           Some more guards against invalid input.
11843
11844 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11845
11846         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11847         Useless goto.
11848         * tests/examples/seek/seek.c: (do_seek),
11849         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11850         seek example to experiment with rates != 1.0 (reverse playback !)
11851
11852 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11853
11854         * gst-libs/gst/interfaces/xoverlay.c:
11855           Unref message in doc-example (spotted by Robert McQueen)
11856
11857 2006-10-06  Wim Taymans  <wim@fluendo.com>
11858
11859         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11860         (mpeg1_parse_header), (mpeg1_sys_type_find):
11861         printf fix.
11862
11863 2006-10-06  Wim Taymans  <wim@fluendo.com>
11864
11865         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11866         (close_pad_link):
11867         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11868         Activate dynamic pads before adding them to the element.
11869
11870 2006-10-06  Michael Smith  <msmith@fluendo.com>
11871
11872         * gst-libs/gst/floatcast/floatcast.h:
11873           Fix obviously-bogus macros; use the correct types.
11874
11875 2006-10-06  Wim Taymans  <wim@fluendo.com>
11876
11877         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11878         (gst_base_rtp_depayload_change_state):
11879         Also call parent state change function to activate pads.
11880
11881         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11882         (mpeg1_parse_header), (mpeg1_sys_type_find):
11883         Add some more debug info in mpeg typefinding.
11884
11885 2006-10-06  Michael Smith  <msmith@fluendo.com>
11886
11887         * ext/theora/theoradec.c: (theora_dec_chain):
11888           Zero byte theora packets are valid and well-defined; don't warn on
11889           them.
11890
11891 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11892
11893         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11894         (gst_multi_fd_sink_get_stats), (find_limits),
11895         (gst_multi_fd_sink_queue_buffer):
11896           API: add dropped_buffers to the get-stats GValueArray
11897
11898 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11899
11900         * ext/alsa/gstalsadeviceprobe.c:
11901         (gst_alsa_device_property_probe_get_values):
11902         * ext/alsa/gstalsasink.c: (set_hwparams):
11903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11904         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11906         (gst_ogg_mux_process_best_pad):
11907         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11908         (gst_ogg_parse_chain):
11909         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11910         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11911         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11912         (gst_vorbis_enc_buffer_check_discontinuous):
11913         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11914         * gst-libs/gst/audio/gstbaseaudiosink.c:
11915         (gst_base_audio_sink_render):
11916         * gst-libs/gst/cdda/gstcddabasesrc.c:
11917         (gst_cdda_base_src_handle_track_seek):
11918         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11919         (gst_base_rtp_depayload_push_full):
11920         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11921         * gst/audioresample/resample.c: (resample_input_pushthrough):
11922         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11923         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11924         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11925         (wavpack_type_find):
11926         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11927         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11928         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11929         * tests/check/elements/volume.c: (GST_START_TEST):
11930           Printf format fixes.
11931
11932 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11933
11934         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11935           Fix a simple mistake (see the docs)
11936           Fixes #359580
11937
11938 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11939
11940         * docs/plugins/Makefile.am:
11941         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11942         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11943         * docs/plugins/gst-plugins-base-plugins.args:
11944         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11945         * docs/plugins/inspect/plugin-adder.xml:
11946         * docs/plugins/inspect/plugin-alsa.xml:
11947         * docs/plugins/inspect/plugin-audioconvert.xml:
11948         * docs/plugins/inspect/plugin-audiorate.xml:
11949         * docs/plugins/inspect/plugin-audioresample.xml:
11950         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11951         * docs/plugins/inspect/plugin-cdparanoia.xml:
11952         * docs/plugins/inspect/plugin-decodebin.xml:
11953         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11954         * docs/plugins/inspect/plugin-gdp.xml:
11955         * docs/plugins/inspect/plugin-gnomevfs.xml:
11956         * docs/plugins/inspect/plugin-libvisual.xml:
11957         * docs/plugins/inspect/plugin-ogg.xml:
11958         * docs/plugins/inspect/plugin-pango.xml:
11959         * docs/plugins/inspect/plugin-playbin.xml:
11960         * docs/plugins/inspect/plugin-subparse.xml:
11961         * docs/plugins/inspect/plugin-tcp.xml:
11962         * docs/plugins/inspect/plugin-theora.xml:
11963         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11964         * docs/plugins/inspect/plugin-video4linux.xml:
11965         * docs/plugins/inspect/plugin-videorate.xml:
11966         * docs/plugins/inspect/plugin-videoscale.xml:
11967         * docs/plugins/inspect/plugin-videotestsrc.xml:
11968         * docs/plugins/inspect/plugin-volume.xml:
11969         * docs/plugins/inspect/plugin-vorbis.xml:
11970         * docs/plugins/inspect/plugin-ximagesink.xml:
11971         * docs/plugins/inspect/plugin-xvimagesink.xml:
11972           Add vorbistag element to docs; update version numbers to 0.10.10.1.
11973
11974 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11975
11976         Patch by: James "Doc" Livingston <doclivingston at gmail com>
11977
11978         * ext/vorbis/Makefile.am:
11979         * ext/vorbis/vorbis.c: (plugin_init):
11980         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
11981         (vorbis_parse_parse_packet), (vorbis_parse_chain):
11982         * ext/vorbis/vorbisparse.h:
11983         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
11984         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
11985         (gst_vorbis_tag_parse_packet):
11986         * ext/vorbis/vorbistag.h:
11987           Add new vorbistag element which derives from vorbisparse
11988           and is essentially the same as well, only that it implements
11989           the GstTagSetter interface and can modify the stream's
11990           vorbiscomment on the fly (#335635).
11991
11992         * tests/check/Makefile.am:
11993         * tests/check/elements/.cvsignore:
11994         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11995         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
11996         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
11997         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
11998           Add unit test for new vorbistag element.
11999
12000 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12001
12002         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12003         (vorbis_parse_push_headers), (vorbis_parse_chain):
12004           Set BOS flag in packet structure to fix 'jump depends
12005           on unitialized value' errors in valgrind; various minor
12006           clean-ups.
12007
12008 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12009
12010         * gst/playback/gstdecodebin.c: (close_pad_link):
12011         Fix typo in a debug statement.
12012
12013         * gst/playback/gstplaybasebin.c: (probe_triggered),
12014         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12015         (gen_source_element), (source_new_pad), (analyse_source),
12016         (setup_source):
12017         When handling no_more_pads in new_decoded_pad, make sure to treat
12018         subtitle pads correctly. Fixes playback with subtitle files.
12019
12020         Move a recurring message to LOG level.
12021
12022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12023         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12024         which ends up as -1 when cast to an int. Make the logic handle the
12025         max value as an unsigned mask and only change the colorkey when it's
12026         a value we recognise.
12027
12028 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12029
12030         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12031         Removed empty * between paragraphs
12032
12033 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12034
12035         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12036         * gst-libs/gst/rtp/README:
12037         Moved some documentation into .c file
12038
12039 2006-09-29  Wim Taymans  <wim@fluendo.com>
12040
12041         * gst/playback/gstdecodebin.c: (no_more_pads):
12042         Fix compilation.
12043
12044 2006-09-29  Wim Taymans  <wim@fluendo.com>
12045
12046         * gst/playback/gstdecodebin.c: (new_caps):
12047         Remove g_print
12048
12049         * gst/playback/gstplaybin.c:
12050         Add some docs.
12051
12052 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12053
12054         * tests/check/Makefile.am:
12055           Re-enable cddabasesrc test to see if it works again
12056           now.
12057
12058 2006-09-29  Wim Taymans  <wim@fluendo.com>
12059
12060         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12061         (gen_source_element):
12062         Handle invalid URIs a bit more gracefully.
12063
12064 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12065
12066         * tests/check/pipelines/oggmux.c:
12067           Remove obsolete comment.
12068
12069 2006-09-29  Michael Smith  <msmith@fluendo.com>
12070
12071         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12072         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12073         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12074         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12075         (gst_ogg_mux_collected):
12076           Commit patch from James "Doc" Livingston, adds proper EOS handling
12077           in oggmux. GStreamer can, for the first time ever, create a valid
12078           Ogg file! Yay!
12079
12080         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12081         (oggmux_suite):
12082           Reenable tests now that they pass.
12083
12084 2006-09-29  Wim Taymans  <wim@fluendo.com>
12085
12086         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12087         Stop reading commands when EOF (we read 0) as well.
12088
12089 2006-09-28  Wim Taymans  <wim@fluendo.com>
12090
12091         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12092         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12093         (find_dynamic), (unlinked), (close_link):
12094         Implement delayed caps linking needed for element with a lot of
12095         different caps on the src pads that get fixed at runtime.
12096         Improve management of dynamic elements.
12097
12098         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12099         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12100         (gen_preroll_element), (remove_groups), (unknown_type),
12101         (add_element_stream), (no_more_pads_full), (no_more_pads),
12102         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12103         (new_decoded_pad), (setup_subtitle), (array_has_value),
12104         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12105         (analyse_source), (remove_decoders), (make_decoder),
12106         (remove_source), (setup_source), (finish_source), (prepare_output),
12107         (gst_play_base_bin_change_state):
12108         * gst/playback/gstplaybasebin.h:
12109         Use more _CAST instead of full type checking casts.
12110         Small cleanups, plug some leaks.
12111         Handle dynamic sources.
12112         Add some helper functions to create lists of strings used for
12113         blacklisting and other stuff.
12114         Refactor some code dealing with analysing the source.
12115         Re-enable sources without pads (like cd:// or other selfcontained
12116         elements).
12117
12118 2006-09-28  Wim Taymans  <wim@fluendo.com>
12119
12120         * gst-libs/gst/audio/gstbaseaudiosink.c:
12121         (gst_base_audio_sink_render):
12122         When we have a timestamp, we can still perform clipping.
12123         When we have no clock, we must play the sample ASAP.
12124
12125 2006-09-28  Wim Taymans  <wim@fluendo.com>
12126
12127         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12128         Set caps on outgoing buffers.
12129
12130         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12131         (gst_video_rate_event), (gst_video_rate_chain):
12132         * gst/videorate/gstvideorate.h:
12133         Fix videorate some more. Fixes #357977
12134
12135 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12136
12137         * tests/check/elements/adder.c: (adder_suite):
12138           Don't set timeout to 6 seconds when we're running
12139           in valgrind ... (and how is 6 seconds longer than
12140           the default anyway?)
12141
12142 2006-09-28  Wim Taymans  <wim@fluendo.com>
12143
12144         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12145         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12146         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12147         Keep sink and src segment to keep track of time and support more
12148         input formats.
12149         Fix bogus next_offset and run_time calculation, don't understand how
12150         this could have worked before. Fixes #357976.
12151         Remove some unneeded vars.
12152
12153 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12154
12155         * gst/playback/gstplaybin.c: (remove_sinks):
12156           Only remove visualisation from visbin if there is a visbin (or:
12157           don't throw warnings when closing totem without playing a file).
12158
12159 2006-09-27  Wim Taymans  <wim@fluendo.com>
12160
12161         * gst-libs/gst/audio/gstbaseaudiosink.c:
12162         (gst_base_audio_sink_render):
12163         Add some more info in a WARNING.
12164
12165         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12166         (gst_base_audio_src_create):
12167         Handle PAUSE in create function, use new -core addition to
12168         wait for playing. Fixes pausing and resuming capture from an
12169         audiosrc.
12170
12171         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12172         (gst_ring_buffer_read):
12173         Constify some more.
12174         Caller supports interrupted reads now.
12175
12176 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12177
12178         * tests/check/Makefile.am:
12179           Another attempt to make the gen64 buildbot happy.
12180
12181 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12182
12183         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12184
12185         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12186         (gst_visual_chain), (gst_visual_change_state):
12187           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12188           correctly. Fixes #357800
12189
12190 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12191
12192         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12193           Add timeout to _get_state() so we see which pipeline it is
12194           that causes trouble on the gen64 build bot.
12195
12196 2006-09-27  Wim Taymans  <wim@fluendo.com>
12197
12198         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12199         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12200         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12201         (gst_base_rtp_depayload_set_gst_timestamp):
12202         the source pad always uses fixed caps.
12203
12204 2006-09-27  Wim Taymans  <wim@fluendo.com>
12205
12206         * docs/libs/gst-plugins-base-libs-docs.sgml:
12207         * docs/libs/gst-plugins-base-libs-sections.txt:
12208         * gst-libs/gst/audio/gstaudioclock.c:
12209         * gst-libs/gst/audio/gstaudioclock.h:
12210         * gst-libs/gst/audio/gstaudiosink.c:
12211         * gst-libs/gst/audio/gstaudiosink.h:
12212         * gst-libs/gst/audio/gstaudiosrc.c:
12213         * gst-libs/gst/audio/gstbaseaudiosink.c:
12214         (gst_base_audio_sink_render):
12215         * gst-libs/gst/audio/gstbaseaudiosink.h:
12216         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12217         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12218         * gst-libs/gst/audio/gstringbuffer.h:
12219         Added docs for the audio libs.
12220
12221 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12222
12223         * tests/check/Makefile.am:
12224           Temporarily disable test that fails on the bots for unknown reasons.
12225
12226 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12227
12228         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12229         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12230         Moved AudioCodecType into priv
12231         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12232
12233 2006-09-25  Wim Taymans  <wim@fluendo.com>
12234
12235         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12236         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12237         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12238         (new_pad):
12239         Cleanups and small leak fixes.
12240         Added Depayloaders to valid list of autopluggable elements.
12241
12242 2006-09-25  Wim Taymans  <wim@fluendo.com>
12243
12244         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12245         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12246         (gen_video_element), (gen_text_element), (gen_audio_element),
12247         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12248         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12249         Detect NO_PREROLL state change returns and disable clock distribution to
12250         the sinks so that sync is disabled.
12251         Avoid some type checking and do simple casts instead.
12252         Small cleanups, fix some FIXMEs.
12253         Be more robust when linking user specified elements, catch an report
12254         errors. Fixes #357404.
12255         Fix some leaks in the error paths.
12256
12257 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12258
12259         * ChangeLog:
12260           ChangeLog surgery for missing bug-number
12261
12262 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12263
12264         Patch by: Peter Kjellerstedt  <pkj at axis com>
12265
12266         * gst/playback/test.c:
12267           Fix compilation with uClibc and -Werror (#357591).
12268
12269 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12270
12271         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12272           Parse dates that are followed by a time as well (#357532).
12273
12274         * tests/check/libs/tag.c: (test_vorbis_tags):
12275           Add unit test for this.
12276
12277 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12278
12279         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12280         (gst_audio_convert_transform_caps):
12281         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12282         * gst/videotestsrc/videotestsrc.h:
12283           A few array const-ifications.
12284
12285 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12286
12287         * tests/check/Makefile.am:
12288           See if this makes the build bots happy.
12289
12290         * tests/check/libs/cddabasesrc.c:
12291           UTF8-ise my name.
12292
12293 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12294
12295         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12296
12297         * gst/subparse/samiparse.c: (handle_start_font),
12298         (fix_invalid_entities):
12299           More case-insensitivity for certain tags; recognise entities with
12300           decimal codes as special entities as well (#357330).
12301
12302 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12303
12304         * gst-libs/gst/Makefile.am:
12305           Need to build tag directory before cdda.
12306
12307 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12308
12309         * docs/libs/gst-plugins-base-libs-sections.txt:
12310         * gst-libs/gst/cdda/Makefile.am:
12311         * gst-libs/gst/cdda/gstcddabasesrc.c:
12312         (gst_cdda_base_src_base_init):
12313         * gst-libs/gst/cdda/gstcddabasesrc.h:
12314         * gst-libs/gst/tag/tag.h:
12315         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12316         (gst_tag_register_musicbrainz_tags):
12317           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12318           depend on libgsttag. This is required so we can extract/read tags like
12319           DISCID without depending on libgstcddabasesrc (which used to register
12320           them).
12321
12322         * gst-libs/gst/tag/gstvorbistag.c:
12323           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12324           tags (also see #347848).
12325
12326         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12327           Log vorbis comments we are actually writing. Const-ify array.
12328
12329 2006-09-23  Wim Taymans  <wim@fluendo.com>
12330
12331         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12332         Improve buffering a bit by avoiding a deadlock because we cannot assume
12333         the underrun is always called.
12334
12335 2006-09-23  Wim Taymans  <wim@fluendo.com>
12336
12337         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12338
12339         * gst-libs/gst/riff/riff-ids.h:
12340         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12341         (gst_riff_create_audio_template_caps):
12342         Added MPEG-4 AAC and id and caps. Fixes #357289
12343         Added WMA9 Lossless id.
12344
12345 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12346
12347         * ext/gnomevfs/gstgnomevfssrc.c:
12348           Fix misleading docs addition.
12349
12350         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12351           Get rid of compiler warning the right way.
12352
12353 2006-09-22  Wim Taymans  <wim@fluendo.com>
12354
12355         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12356         (gst_base_rtp_depayload_finalize),
12357         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12358         (gst_base_rtp_depayload_push_full),
12359         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12360         (gst_base_rtp_depayload_process),
12361         (gst_base_rtp_depayload_set_gst_timestamp),
12362         (gst_base_rtp_depayload_queue_release):
12363         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12364         Small cleanups.
12365         Fix some leaks.
12366         Refactored the process method and added methods to push from the process
12367         vmethod.
12368         Use _scale functions.
12369         API: gst_base_rtp_depayload_push_ts
12370         API: gst_base_rtp_depayload_push
12371
12372         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12373         timestamps are uint.
12374
12375 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12376
12377         * gst-libs/gst/interfaces/xoverlay.c:
12378           Remove unused statement from doc example.
12379
12380 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12381
12382         * gst-libs/gst/interfaces/videoorientation.c:
12383         (gst_video_orientation_iface_init),
12384         (gst_video_orientation_get_hflip),
12385         (gst_video_orientation_get_vflip),
12386         (gst_video_orientation_get_hcenter),
12387         (gst_video_orientation_get_vcenter),
12388         (gst_video_orientation_set_hflip),
12389         (gst_video_orientation_set_vflip),
12390         (gst_video_orientation_set_hcenter),
12391         (gst_video_orientation_set_vcenter):
12392           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12393           in ChangeLog)
12394
12395 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12396
12397         * tests/check/Makefile.am:
12398         * tests/check/elements/.cvsignore:
12399         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12400         (create_rgb_conversions), (rgb_conversion_free),
12401         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12402         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12403           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12404           but disable for now since it doesn't pass (something wrong with
12405           RGBA somewhere).
12406
12407 2006-09-21  Wim Taymans  <wim@fluendo.com>
12408
12409         * gst/playback/gstplaybasebin.c: (group_commit),
12410         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12411         (queue_out_of_data), (gen_preroll_element),
12412         (preroll_remove_overrun), (probe_triggered):
12413         Refactor handling of overrun detection.
12414         Separate handling of group completion and deadlock detection when doing
12415         network buffering. This should fix some deadlocks that were not detected
12416         because the group was completed.
12417         Add more comments, improve debugging.
12418
12419 2006-09-21  Wim Taymans  <wim@fluendo.com>
12420
12421         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12422         * tests/check/libs/audio.c:
12423         Some more compilation fixes.
12424
12425 2006-09-21  Wim Taymans  <wim@fluendo.com>
12426
12427         * gst-libs/gst/audio/gstringbuffer.c:
12428         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12429         (gst_ring_buffer_read):
12430         Early morning compilation fix.
12431
12432 2006-09-20  Wim Taymans  <wim@fluendo.com>
12433
12434         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12435         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12436         * tests/check/elements/videorate.c: (GST_START_TEST):
12437         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12438         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12439         Fix some warnings.
12440
12441 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12442
12443         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12444         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12445         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12446           Handcrafted merge to help CVS understanding what I changed and what
12447           not.
12448
12449 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12450
12451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12452         (gst_xvimagesink_get_times):
12453           change colorkey behaviour back according to #354773 comment 6/7
12454
12455 2006-09-19  Michael Smith  <msmith@fluendo.com>
12456
12457         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12458         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12459         (gst_multi_fd_sink_recover_client),
12460         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12461         (gst_multi_fd_sink_get_property):
12462         * gst/tcp/gstmultifdsink.h:
12463           Implement stubbed out properties unit-type, units-soft-max,
12464           units-max, to allow specifying maximum sizes in units other than
12465           buffers.
12466           Fixes #355935
12467
12468 2006-09-19  Wim Taymans  <wim@fluendo.com>
12469
12470         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12471         (gst_riff_create_audio_template_caps):
12472         Reorder the audio formats a bit for clarity.
12473         Detect and create caps for MSGSM and MSN (WAV49).
12474         Fixes #356596.
12475
12476         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12477         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12478         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12479         Small cleanups, move error handling out of normal flow for clarity.
12480
12481 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12482
12483         * docs/libs/gst-plugins-base-libs-docs.sgml:
12484         * docs/libs/gst-plugins-base-libs.types:
12485         * gst-libs/gst/interfaces/Makefile.am:
12486         * gst-libs/gst/interfaces/videoorientation.c:
12487         (gst_video_orientation_get_type),
12488         (gst_video_orientation_iface_init),
12489         (gst_video_orientation_get_hflip),
12490         (gst_video_orientation_get_vflip),
12491         (gst_video_orientation_get_hcenter),
12492         (gst_video_orientation_get_vcenter),
12493         (gst_video_orientation_set_hflip),
12494         (gst_video_orientation_set_vflip),
12495         (gst_video_orientation_set_hcenter),
12496         (gst_video_orientation_set_vcenter):
12497         * gst-libs/gst/interfaces/videoorientation.h:
12498           API: Add new interface to control video orientation (fixes #354908)
12499
12500 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12501
12502         * gst/videotestsrc/gstvideotestsrc.c:
12503           Use G_UNLIKELY in _create and log one more detail.
12504           
12505         (gst_video_test_src_get_times), (gst_video_test_src_create):
12506         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12507           Use gst_util_uint64_scale_int in _get_times().
12508
12509 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12510
12511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12512           Give better warning message (add object and detail).
12513
12514 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12515
12516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12517         (gst_xvimagesink_get_times):
12518           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12519           #354773), use gst_util_uint64_scale_int in _get_times()
12520
12521 2006-09-18  Michael Smith  <msmith@fluendo.com>
12522
12523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12524           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12525           always true, leading to dropping all timestamps.
12526
12527 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12528
12529         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12530         (gst_visual_chain), (gst_visual_change_state):
12531           update to work also with libvisual 0.4 API, fix double unref (#355914)
12532           
12533         * tools/gst-launch-ext.1.in:
12534         * tools/gst-visualise.1.in:
12535           remove references to old man-pages
12536
12537         * tests/examples/seek/seek.c: (main):
12538           add real meadi-buttons, add tool-tips for the seek-options, arrange
12539           seek options in a table
12540
12541 2006-09-18  Michael Smith  <msmith@fluendo.com>
12542
12543         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12544         (gst_ogg_mux_push_buffer):
12545           Don't generate out-of-order timestamps from oggmux, instead clamp
12546           output timestamps to be >= the previously output ts.
12547           Fixes #355595
12548
12549 2006-09-18  Michael Smith  <msmith@fluendo.com>
12550
12551         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12552         (gst_multi_fd_sink_class_init):
12553           Updates, fixes, and typo corrections for multifdsink. No functional
12554           changes.
12555
12556 2006-09-17  Michael Smith  <msmith@fluendo.com>
12557
12558         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12559           Don't crash on truncated files - check that we got an 8 byte buffer
12560           before trying to memcmp it.
12561
12562 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12563
12564         * gst/playback/gstplaybasebin.c: (get_active_source):
12565           Make stream-switching appear instant to the application
12566           (ie. make sure that a g_object_get on 'current-foo' returns
12567           the stream previously set with g_object_set(). Totem needs
12568           this to update stream-related meta-info (like audio-codec)
12569           correctly when switching streams.
12570
12571 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12572
12573         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12574         (gst_alsa_mixer_ensure_track_list):
12575           Try harder to guess which mixer track is the master mixer
12576           track (instead of just taking the first one that has a pvolume).
12577           Fixes #342228.
12578
12579 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12580
12581         reviewed by: <delete if not using a buddy>
12582
12583         * gst-libs/gst/audio/audio.h:
12584         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12585
12586 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12587
12588         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12589         (gst_audio_convert_transform_caps):
12590           Get structure-name just once.
12591
12592 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12593
12594         * tests/check/elements/audioresample.c: (GST_START_TEST):
12595         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12596         * tests/check/elements/volume.c: (GST_START_TEST):
12597         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12598         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12599         (test_pipeline), (GST_START_TEST):
12600         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12601         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12602           Fix big batch of compiler warnings.
12603
12604 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12605
12606         * ext/gnomevfs/gstgnomevfssrc.c:
12607           Add docs about icydemux usage in connection with gnomevfssrc
12608
12609         * ext/libvisual/visual.c:
12610         * ext/ogg/gstoggaviparse.c:
12611         * ext/ogg/gstoggdemux.c:
12612         * ext/ogg/gstoggmux.c:
12613         * ext/ogg/gstoggparse.c:
12614         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12615         * gst-libs/gst/audio/gstaudiosink.c:
12616         * gst-libs/gst/audio/gstaudiosrc.c:
12617         * gst/audiorate/gstaudiorate.c:
12618           More G_OBJECT macro fixing.
12619
12620         * gst/audiotestsrc/gstaudiotestsrc.h:
12621           Fix wrong info in header due to copy & paste
12622
12623 2006-09-15  Wim Taymans  <wim@fluendo.com>
12624
12625         * gst-libs/gst/audio/gstbaseaudiosink.c:
12626         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12627         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12628         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12629         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12630         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12631         Do the delay calculation in the source/sink base classes as this is
12632         specific for the capture/playback mode.
12633         Try to fixate a bit better, like round depth up to a multiple of 8
12634         bigger than width.
12635         Handle underruns correctly by marking DISCONT on buffers and adjusting
12636         timestamps to handle the gap.
12637         Set offset/offset_end correctly on buffers.
12638
12639         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12640         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12641         (gst_ring_buffer_read):
12642         Remove resync and underrun recovery from the ringbuffer.
12643         Fix ringbuffer read code on under/overrun.
12644
12645 2006-09-15  Wim Taymans  <wim@fluendo.com>
12646
12647         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12648         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12649         (queue_threshold_reached), (gst_play_base_bin_set_property),
12650         (gst_play_base_bin_get_property):
12651         * gst/playback/gstplaybasebin.h:
12652         Don't use a 0 low watermark when buffering, it is catching starvation
12653         way too late. Instead, use a 3 second queue with 30 and 95
12654         percent low/high watermarks. 
12655         Added queue-min-threshold property to configure low watermark.
12656         Use new _buffering message API.
12657         Make queue_threshold variable big enough to store a uint64 time value.
12658         API: playbin::queue-min-threshold property.
12659
12660 2006-09-15  Wim Taymans  <wim@fluendo.com>
12661
12662         * configure.ac:
12663         We require 0.10.10.1 now because of _wait_preroll().
12664
12665         * gst-libs/gst/audio/gstbaseaudiosink.c:
12666         (gst_base_audio_sink_render):
12667         Use gst_base_sink_wait_preroll().
12668
12669 2006-09-15  Wim Taymans  <wim@fluendo.com>
12670
12671         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12672         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12673         Use DEBUG_OBJECT more.
12674
12675 === release 0.10.10 ===
12676
12677 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12678
12679         patch by: Michael Smith <msmith at fluendo dot com>
12680
12681         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12682         (gst_multi_fd_sink_client_queue_buffer),
12683         (gst_multi_fd_sink_new_client):
12684         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12685         (multifdsink_suite):
12686           Fix implementation of sync-method 'next-keyframe'
12687           Closes #354594
12688
12689 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12690
12691         patch by: Wim Taymans <wim at fluendo dot com>
12692
12693         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12694         This patch removes the RANDOM flag that was incorrectly introduced with
12695         revision 1.91.  Fixes #354590
12696
12697 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12698
12699         * tests/check/Makefile.am:
12700           Random variation in Makefile line to see if it makes the
12701           gen64-base-full bot any happier.
12702
12703 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12704
12705         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12706           Disable test that fails at the moment (killed after timeout).
12707
12708 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12709
12710         Patch by: James Livingston  <doclivingston at gmail.com>
12711
12712         * tests/check/Makefile.am:
12713         * tests/check/pipelines/.cvsignore:
12714         * tests/check/pipelines/oggmux.c: (get_page_codec),
12715         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12716         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12717         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12718         (test_theora_vorbis), (oggmux_suite):
12719           Add simple unit test for oggmux from #337026 with checking for the
12720           EOS flags disabled for the time being.
12721
12722 2006-09-04  Wim Taymans  <wim@fluendo.com>
12723
12724         patch by: Alessandro Dessina <alessandro nnva org>
12725
12726         * ext/ogg/gstoggmux.c:
12727         Add cmml caps to oggmux. Fixes #353912
12728
12729 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12730
12731         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12732           Returning a return value often helps. In this case, we
12733           don't need the return value anyway, so just get rid of it.
12734           Should make build bots much happier.
12735
12736 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12737
12738         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12739         (paint_get_structure), (gst_video_test_src_get_size),
12740         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12741         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12742         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12743         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12744         * gst/videotestsrc/videotestsrc.h:
12745           Add support for AYUV and the various RGBA formats. Initialise
12746           fields of paintinfo structs allocated on the stack.
12747
12748         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12749         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12750         (check_rgb_buf), (videotestsrc_suite):
12751           Add unit tests for videotestsrc's RGB output.
12752
12753 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12754
12755         * gst/videotestsrc/gstvideotestsrc.c:
12756         (gst_video_test_src_pattern_get_type),
12757         (gst_video_test_src_set_pattern):
12758         * gst/videotestsrc/gstvideotestsrc.h:
12759         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12760         (gst_video_test_src_black), (gst_video_test_src_white),
12761         (gst_video_test_src_red), (gst_video_test_src_green),
12762         (gst_video_test_src_blue):
12763         * gst/videotestsrc/videotestsrc.h:
12764           Add more uni-colour patterns ("white", "red", "green", and "blue").
12765
12766 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12767
12768         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12769           Fix stride for YVYU, should be word-aligned (#353658).
12770
12771 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12772
12773         * gst/adder/gstadder.c: (gst_adder_src_event):
12774           Fix build.
12775
12776 2006-08-31  Edward Hervey  <edward@fluendo.com>
12777
12778         * gst/adder/gstadder.c: (forward_event_func),
12779         (gst_adder_src_event), (gst_adder_collected),
12780         (gst_adder_change_state):
12781         * gst/adder/gstadder.h:
12782         Remember the start position asked in the incoming seeks, so we can
12783         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12784         of assuming it will always be 0).
12785
12786 2006-08-31  Edward Hervey  <edward@fluendo.com>
12787
12788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12789         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12790         (gst_ogg_demux_loop):
12791         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12792
12793 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12794
12795         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12796         (gst_ffmpegcsp_get_unit_size):
12797           Return FALSE instead of returning a random false unit
12798           size when the format isn't known/supported (even if
12799           this shouldn't happen under normal circumstances).
12800
12801 2006-08-29  Wim Taymans  <wim@fluendo.com>
12802
12803         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12804
12805         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12806         (gst_gnome_vfs_src_start):
12807         Try harder to get the size from a uri by using _info_uri() when
12808         _info_from_handle() does not give us enough info. 
12809         Also follow symlinks when getting the size.
12810         Partially Fixes #332864.
12811
12812 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12813
12814         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12815
12816         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12817         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12818         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12819         (gst_alsa_mixer_set_record):
12820         * ext/alsa/gstalsamixertrack.c:
12821         (gst_alsa_mixer_track_update_alsa_capabilities),
12822         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12823         (gst_alsa_mixer_track_update):
12824         * ext/alsa/gstalsamixertrack.h:
12825           Improve and fix mixer track handling, in particular better handling
12826           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12827           separate track objects for tracks that have both capture and playback
12828           volume (and label them differently as well so they're not mistakenly
12829           assumed to be duplicates); classify mixer tracks that only affect
12830           the audible volume of something (rather than the capture volume)
12831           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12832           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12833           (following the meaning documented in the mixer interface header
12834           file); add support for alsa's exclusive cswitch groups; update/sync
12835           state/flags better if mixer settings are changed by another
12836           application. Fixes #336075.
12837
12838 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12839
12840         * gst/playback/gstplaybin.c:
12841           Improve docs: add section about BUFFERING messages sent by playbin.
12842
12843 2006-08-29  Michael Smith  <msmith@fluendo.com>
12844
12845         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12846         (gst_vorbis_enc_buffer_check_discontinuous),
12847         (gst_vorbis_enc_chain):
12848           Ignore explicit DISCONT marked on buffers (which is often spurious,
12849           particularly when using multiple segments), in favour of solely
12850           using the timestamps/durations.
12851
12852 2006-08-29  Edward Hervey  <edward@fluendo.com>
12853
12854         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12855         Don't rely on incoming buffers offset anymore, since it is completely
12856         broken when using multiple segments.
12857         Instead convert the incoming buffers timestamp to running time, and
12858         then convert that value to the offsets.
12859         Also inform GstSegment of the last outputted stop position, which is
12860         needed if we received several segments with an unknown stop value.
12861
12862 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12863
12864         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12865           fix buffer unreffing on a header push failure
12866
12867 2006-08-28  Wim Taymans  <wim@fluendo.com>
12868
12869         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12870         (gst_audio_rate_chain):
12871         Make the metadata of the buffer writable before changing its
12872         flags.
12873
12874 2006-08-28  Wim Taymans  <wim@fluendo.com>
12875
12876         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12877         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12878         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12879         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12880         Fix audiorate some more.
12881         Reset and resync counters on flush and READY.
12882         Handle the DISCONT flag correctly.
12883         Use GstSegment to track position.
12884         Fail when not negotiated.
12885         Fixes #353234.
12886
12887 2006-08-25  Michael Smith  <msmith@fluendo.com>
12888
12889         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12890           Fix spelling.
12891           Remove accidently included debug line.
12892
12893 2006-08-25  Wim Taymans  <wim@fluendo.com>
12894
12895         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12896         Small cleanups.
12897         If a buffer is received with no caps, make the buffer metadata
12898         writable and set the caps, making sure that we don't screw up the
12899         refcounts.
12900
12901 2006-08-25  Michael Smith  <msmith@fluendo.com>
12902
12903         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12904         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12905           Fix memory leaks and misleading debug messages, add a couple of
12906           comments.
12907
12908         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12909         (gst_multi_fd_sink_render):
12910           Do not use gst_buffer_make_writable() in a basesink render method,
12911           as it may incorrectly unref the buffer. Instead, use convoluted
12912           dance to avoid copying the buffer except when we need to.
12913
12914 2006-08-25  Michael Smith  <msmith@fluendo.com>
12915
12916         * ext/vorbis/vorbisenc.c:
12917         (gst_vorbis_enc_buffer_check_discontinuous):
12918           Allow very small discontinuities in the timestamps. These we can't
12919           do anything useful with anyway (because vorbis's timestamps have
12920           only sample granularity), and are commonly produced by elements with
12921           minor bugs. Allow up to 1/2 a sample out.
12922           Fixes #351742.
12923
12924 2006-08-24  Wim Taymans  <wim@fluendo.com>
12925
12926         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12927         (play_scrub_toggle_cb), (main):
12928         Add a checkbox to enable play scrubbing. Makes it possible to disable
12929         normal scrubbing.
12930
12931 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12932
12933         * tests/check/elements/.cvsignore:
12934           make buildbot happy
12935
12936 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12937
12938         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12939         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12940         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12941         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12942         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12943         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12944         (gst_ogm_text_parse_strip_trailing_zeroes),
12945         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12946         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12947           Refactor ogm parse, do better input checking, misc. clean-ups.
12948           Cache incoming events and push them once the source pad has
12949           been created. Don't pass unterminated strings to sscanf().
12950           Strip trailing zeroes from subtitle text output, since they
12951           are not valid UTF-8. Don't push vorbiscomment packets on
12952           the subtitle text pad. Output perfect streams if possible.
12953
12954 2006-08-23  Wim Taymans  <wim@fluendo.com>
12955
12956         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12957         Waits for tasks to settle down so that we clean up correctly for 
12958         valgrind.
12959
12960 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12961
12962         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12963           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12964           actually return return value in taglists_are_equal.
12965
12966 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12967
12968         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12969           Fix crash due to broken bitstream parsing on x86-64: can't make
12970           any assumptions about sizeof(struct) due to alignment/packing
12971           differences on different architectures. Fixes #351790.
12972
12973 2006-08-22  Wim Taymans  <wim@fluendo.com>
12974
12975         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12976         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12977         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12978         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12979         (gst_riff_parse_info):
12980         Protect public functions against bad input.
12981         Do some cleanups.
12982         Fix documentation.
12983
12984 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12985
12986         * gst-libs/gst/riff/riff-ids.h:
12987         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12988           Add voxware audio IDs (even if we can't play it) (#351795).
12989
12990 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12991
12992         * gst-libs/gst/riff/riff-media.c:
12993         (gst_riff_create_video_template_caps),
12994         (gst_riff_create_audio_template_caps),
12995         (gst_riff_create_iavs_template_caps):
12996           Const-ify some arrays and use G_N_ELEMENTS instead
12997           of wasting oodles of RAM on terminator bits.
12998
12999 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13000
13001         * gst-libs/gst/tag/gstvorbistag.c:
13002         (gst_tag_list_to_vorbiscomment_buffer):
13003         * tests/check/libs/tag.c: (GST_START_TEST):
13004           And the same for _to_vorbiscomment_buffer(): allow
13005           id_data_len == 0 for speex.
13006
13007 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13008
13009         * configure.ac:
13010         * docs/plugins/Makefile.am:
13011         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13012         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13013         * docs/plugins/inspect/plugin-gdp.xml:
13014         * gst/gdp/Makefile.am:
13015         * tests/check/Makefile.am:
13016           Move GDP plugin to -base from -bad.  Closes #347783.
13017
13018 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13019
13020         * gst-libs/gst/tag/gstvorbistag.c:
13021         (gst_tag_list_from_vorbiscomment_buffer):
13022           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13023           Also add some checks to make sure we don't memcmp() beyond the end of
13024           vorbiscomment buffer if the ID to check for is larger than the buffer.
13025
13026         * tests/check/libs/tag.c: (GST_START_TEST):
13027           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13028
13029 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13030
13031         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13032         (gst_vorbis_enc_set_metadata):
13033           Use vorbis comment utility functions from libgsttag
13034           instead of re-inventing the wheel (partially fixes #347091).
13035
13036 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13037
13038         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13039         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13040         as some that won't.
13041
13042 2006-08-21  Wim Taymans  <wim@fluendo.com>
13043
13044         * docs/libs/Makefile.am:
13045         * docs/libs/gst-plugins-base-libs-sections.txt:
13046         * docs/libs/gst-plugins-base-libs.types:
13047         Don't try to GObject scan the netbuffer as it's not a GObject.
13048         Fixes #351308.
13049
13050         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13051         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13052         Document GstNetBuffer.
13053
13054 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13055
13056         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13057         (audioconvert_suite):
13058           Add testcase for caps-size-explosion
13059
13060 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13061
13062         * gst/audioconvert/gstaudioconvert.c:
13063         (gst_audio_convert_get_unit_size), (set_structure_widths):
13064           Lower debug, use g_assert in _get_unit_size
13065
13066         * gst/audioresample/gstaudioresample.c:
13067         (audioresample_get_unit_size):
13068         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13069         (gst_ffmpegcsp_get_unit_size):
13070         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13071           use g_assert in _get_unit_size
13072
13073 2006-08-18  Wim Taymans  <wim@fluendo.com>
13074
13075         * docs/libs/gst-plugins-base-libs-sections.txt:
13076         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13077         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13078         (gst_rtp_buffer_get_payload_buffer):
13079         * gst-libs/gst/rtp/gstrtpbuffer.h:
13080         Document GstRTPBuffer.
13081         Added function to efficiently strip payload headers.
13082         API: gst_rtp_buffer_get_payload_subbuffer()
13083
13084 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13085
13086         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13087         (gst_tag_to_vorbis_comments):
13088           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13089           tags and deserialise them properly as well (#347091).
13090           Add some more gtk-doc blurbs and also some g_return_if_fail().
13091
13092         * tests/check/libs/tag.c: (GST_START_TEST),
13093         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13094           More tests.
13095
13096 2006-08-17  Wim Taymans  <wim@fluendo.com>
13097
13098         * ext/ogg/Makefile.am:
13099         * ext/ogg/gstogg.c: (plugin_init):
13100         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13101         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13102         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13103         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13104         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13105         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13106         Added ogg-in-avi parser element. Fixes #140139.
13107
13108         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13109         Fixed a bug in oggdemux debug code.
13110
13111         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13112         (gst_riff_create_audio_template_caps):
13113         Recognise Ogg in the AVI extensible wave format.
13114
13115 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13116
13117         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13118           Make buffer durations add up (duration should be next_ts-ts for
13119           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13120           from CVS.
13121
13122         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13123         (test_buffer_timestamps), (cddabasesrc_suite):
13124           Add unit test for the above.
13125
13126         * tests/check/Makefile.am:
13127           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13128           to see what happens.
13129
13130 2006-08-16  Wim Taymans  <wim@fluendo.com>
13131
13132         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13133         (gst_alsasink_open):
13134         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13135         (gst_alsasrc_open):
13136         Avoid setting and using a NULL device name.
13137         Print more info when we fail to open a device.
13138
13139 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13140
13141         * docs/libs/gst-plugins-base-libs-sections.txt:
13142         * gst-libs/gst/tag/tag.h:
13143         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13144           API: add gst_tag_parse_extended_comment() (#351426).
13145
13146         * tests/check/Makefile.am:
13147         * tests/check/libs/.cvsignore:
13148         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13149           Add unit test for gst_tag_parse_extended_comment().
13150
13151 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13152
13153         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13155           Fix leak (#351502).
13156
13157 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13158
13159         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13160         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13161         * docs/plugins/gst-plugins-base-plugins.args:
13162         * gst/playback/gstplaybin.c:
13163           Document playbin.
13164           
13165         * docs/plugins/inspect/plugin-adder.xml:
13166         * docs/plugins/inspect/plugin-alsa.xml:
13167         * docs/plugins/inspect/plugin-audioconvert.xml:
13168         * docs/plugins/inspect/plugin-audiorate.xml:
13169         * docs/plugins/inspect/plugin-audioresample.xml:
13170         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13171         * docs/plugins/inspect/plugin-cdparanoia.xml:
13172         * docs/plugins/inspect/plugin-decodebin.xml:
13173         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13174         * docs/plugins/inspect/plugin-gnomevfs.xml:
13175         * docs/plugins/inspect/plugin-ogg.xml:
13176         * docs/plugins/inspect/plugin-pango.xml:
13177         * docs/plugins/inspect/plugin-playbin.xml:
13178         * docs/plugins/inspect/plugin-subparse.xml:
13179         * docs/plugins/inspect/plugin-tcp.xml:
13180         * docs/plugins/inspect/plugin-theora.xml:
13181         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13182         * docs/plugins/inspect/plugin-video4linux.xml:
13183         * docs/plugins/inspect/plugin-videorate.xml:
13184         * docs/plugins/inspect/plugin-videoscale.xml:
13185         * docs/plugins/inspect/plugin-videotestsrc.xml:
13186         * docs/plugins/inspect/plugin-volume.xml:
13187         * docs/plugins/inspect/plugin-vorbis.xml:
13188         * docs/plugins/inspect/plugin-ximagesink.xml:
13189         * docs/plugins/inspect/plugin-xvimagesink.xml:
13190           Update to CVS version.
13191
13192 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13193
13194         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13195         (gst_play_bin_set_property), (gst_play_bin_get_property),
13196         (value_list_append_structure_list),
13197         (gst_play_bin_handle_redirect_message),
13198         (gst_play_bin_handle_message):
13199           API: GstPlayBin::connection-speed
13200           Add "connection-speed" property; re-order redirect messages with
13201           multiple redirect locations depending on the minimum bitrate if
13202           that information is available and a connection speed is set
13203           (#350399).
13204
13205 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13206
13207         * gst/playback/gstplaybin.c:
13208           Update max volume to the same value that the volume element uses.
13209
13210 2006-08-14  Wim Taymans  <wim@fluendo.com>
13211
13212         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13213         Less uglyness..
13214
13215 2006-08-14  Wim Taymans  <wim@fluendo.com>
13216
13217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13218         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13219         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13220         Add some more debug info.
13221         Don't crash when a seek failed.
13222         Actually return the result of the seek instead of TRUE.
13223         Ignore multiple BOS pages with the same serial so that we don't create
13224         the same stream multiple times.
13225         Post an error when we fail to do the initial seek.
13226
13227 2006-08-13  Wim Taymans  <wim@fluendo.com>
13228
13229         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13230         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13231         Small code cleanup.
13232
13233         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13234         (gst_alsa_mixer_new):
13235         Remove hack that always set the device to hw:0*.
13236         Properly find the card name for whatever device was configured.
13237         Do some better debugging.
13238         Fixes #350784.
13239
13240         * ext/alsa/gstalsamixerelement.c:
13241         (gst_alsa_mixer_element_set_property),
13242         (gst_alsa_mixer_element_change_state):
13243         Cleanups.
13244         Handle setting of a NULL device name better.
13245
13246 2006-08-11  Wim Taymans  <wim@fluendo.com>
13247
13248         * gst/adder/gstadder.c:
13249         Don't clip float values. Fixes #350900.
13250
13251 2006-08-11  Andy Wingo  <wingo@pobox.com>
13252
13253         * gst/tcp/gsttcp.c: Really fix the build?
13254
13255         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13256         fixes the build.
13257
13258 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13259
13260         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13261           Float caps shouldn't have a "signed" field.
13262
13263 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13264
13265         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13266           Implement SEEKING query in its most basic form, so that we can
13267           at least check if we're seekable or not (#350655).
13268
13269 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13272           The checks here are not even close to anything that would
13273           justify MAXIMUM probability, lowering to POSSIBLE until someone
13274           fixes the checks (case at hand: quicktime redirection files
13275           might start with 00 00 01 XX and pass the checks here just
13276           fine, see #350399).
13277
13278 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13279
13280         Patch by: Sjoerd Simons  <sjoerd at luon net>
13281
13282         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13283           Better detection for multipart/x-mixed-replace: accept leading
13284           whitespaces before the boundary marker as well (as our very own
13285           multipartmux used to produce) (#349068).
13286
13287 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13288
13289         Patch by: Young-Ho Cha  <ganadist at chollian net>
13290
13291         * gst-libs/gst/riff/riff-ids.h:
13292         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13293         (gst_riff_create_audio_template_caps):
13294           Detect DTS audio streams (#350157).
13295
13296 2006-08-05  Andy Wingo  <wingo@pobox.com>
13297
13298         * ext/theora/gsttheoraparse.h:
13299         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13300         (theora_parse_dispose, theora_parse_set_property)
13301         (theora_parse_get_property, theora_parse_munge_granulepos)
13302         (theora_parse_push_buffer, theora_parse_change_state):
13303         API: GstTheoraParse::synchronization-points
13304         Add a property 'synchronization-points' to fix badly synchronized oggs.
13305
13306 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13307
13308         * tests/check/Makefile.am:
13309         * tests/check/libs/.cvsignore:
13310         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13311         (fixed_caps_have_channel_positions), (GST_START_TEST),
13312         (audio_suite), (main):
13313           Add a few tests for the channel position stuff in libgstaudio.
13314
13315 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13316
13317         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13318         (gst_alsa_detect_channels):
13319         * ext/alsa/gstalsasink.c:
13320           Add support for cards that (only) do more than 8 channels,
13321           like the Delta 44 (#345188).
13322
13323         * gst-libs/gst/audio/multichannel.c:
13324         (gst_audio_check_channel_positions):
13325         * gst-libs/gst/audio/multichannel.h:
13326           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13327           unspecified channel position and cannot be combined with any
13328           of the other audio channel positions; adjust position layout
13329           checks accordingly (#345188).
13330
13331 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13332
13333         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13334           Recognise ancient RealAudio files (see #349779).
13335
13336 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13337
13338         Patch by: Jens Granseuer  <jensgr at gmx net>
13339
13340         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13341           Add typefinder for Interplay's MVE format (#348973).
13342
13343 2006-08-02  Wim Taymans  <wim@fluendo.com>
13344
13345         Patch by: Marcel Moreaux <marcelm at luon dot net>
13346
13347         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13348         (gst_base_rtp_depayload_add_to_queue):
13349         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13350         Handle RTP sequence number rollover.
13351         Disable jitterbuffer by default.
13352
13353 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13354
13355         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13356         (audioresample_set_caps):
13357         Don't leak references to the incoming caps. Clean them up when
13358         stopping.
13359
13360         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13361         (gst_video_scale_finalize):
13362         Don't leak our temporary pixel buffer.
13363
13364         * tests/check/Makefile.am:
13365         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13366         (GST_START_TEST), (simple_launch_lines_suite):
13367
13368         Fix leaks and re-enable the test for valgrind checking.
13369
13370 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13371
13372         Patch by: Sjoerd Simons  <sjoerd at luon net>
13373
13374         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13375         (plugin_init):
13376           Add typefind function for multipart/x-mixed-replace (#348916).
13377
13378 2006-07-28  Wim Taymans  <wim@fluendo.com>
13379
13380         * gst/adder/gstadder.c: (gst_adder_setcaps),
13381         (gst_adder_query_duration):
13382         Fix leak in duration query.
13383         Reflow some docs and notes.
13384
13385 2006-07-28  Michael Smith  <msmith@fluendo.com>
13386
13387         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13388         (vorbisenc_suite):
13389           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13390           aspect of it.
13391
13392 2006-07-28  Michael Smith  <msmith@fluendo.com>
13393
13394         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13395         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13396         (gst_vorbis_enc_push_buffer),
13397         (gst_vorbis_enc_buffer_check_discontinuous),
13398         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13399         * ext/vorbis/vorbisenc.h:
13400           Handle discontinuities in the input vorbis stream correctly,
13401           so that the output is properly timestamped (and has good granulepos
13402           values). Needs some oggmux fixes too.
13403
13404 2006-07-27  Wim Taymans  <wim@fluendo.com>
13405
13406         patch by: Kai Vehmanen <kv2004 eca cx>
13407
13408         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13409         (gst_base_rtp_depayload_chain),
13410         (gst_base_rtp_depayload_handle_sink_event),
13411         (gst_base_rtp_depayload_change_state):
13412         Don't send multiple newsegments with different formats.
13413         Fixes #348677.
13414
13415 2006-07-26  Wim Taymans  <wim@fluendo.com>
13416
13417         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13418         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13419         Make seeking in ogg more accurate again by doing the more correct
13420         granuletime to stream time conversion.
13421
13422 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13423
13424         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13425         (gst_multi_fd_sink_new_client):
13426           debug a little more understandably
13427           do not use goto as a substitute for break, especially if
13428           break is also being used
13429
13430 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13431
13432         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13433         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13434           Remove GLib-2.6 compatibility cruft.
13435
13436 2006-07-24  Wim Taymans  <wim@fluendo.com>
13437
13438         * gst-libs/gst/audio/gstbaseaudiosink.c:
13439         (gst_base_audio_sink_render):
13440         Don't try to align a sample to an unknown value.
13441
13442 2006-07-24  Wim Taymans  <wim@fluendo.com>
13443
13444         * gst-libs/gst/audio/gstbaseaudiosink.c:
13445         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13446         When the audio clock is slaved to another clock, never try to align
13447         samples but trust the rate interpolation algorithm.
13448
13449 2006-07-24  Wim Taymans  <wim@fluendo.com>
13450
13451         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13452         Don't try to calculate silence samples, base class does this much
13453         better now.
13454
13455         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13456         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13457         (gst_ring_buffer_acquire):
13458         Calculate silence samples correctly.
13459
13460         * gst-libs/gst/audio/gstringbuffer.h:
13461         Add _CAST macro.
13462
13463 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13464
13465         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13466           Limit search for the first markup tag to the first few kB of
13467           the file. If we don't find one there, it's highly unlikely that
13468           this is an XML(-ish) file.
13469
13470 2006-07-21  Andy Wingo  <wingo@pobox.com>
13471
13472         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13473         test to the one in vorbisenc. Also commented out.
13474
13475         * tests/check/pipelines/vorbisenc.c: 
13476         (test_discontinuity): New test, commented out until Mike lands
13477         some elite vorbisenc patches.
13478
13479         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13480         Bufferstraw was actually factored out of these tests. Now we share
13481         code yay.
13482
13483         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13484         for bufferstraw addition to gstcheck.
13485
13486 2006-07-21  Wim Taymans  <wim@fluendo.com>
13487
13488         * ext/theora/theoradec.c: (clip_buffer):
13489         Better clipping.
13490
13491 2006-07-21  Wim Taymans  <wim@fluendo.com>
13492
13493         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13494         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13495         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13496         Fix leak.
13497         Avoid type casting when we can.
13498
13499         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13500         Fix mem leak.
13501
13502 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13503
13504         * ext/alsa/gstalsamixerelement.c:
13505         (gst_alsa_mixer_element_change_state):
13506           Make state change fail if the specified device can't be opened
13507           for some reason.
13508
13509 2006-07-20  Wim Taymans  <wim@fluendo.com>
13510
13511         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13512         (cb_newpad), (main):
13513         Example of a small audio/video player using decodebin.
13514
13515 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13516
13517         * gst-libs/gst/riff/riff-ids.h:
13518           Add 'fact' chunk id
13519
13520 2006-07-19  Wim Taymans  <wim@fluendo.com>
13521
13522         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13523         (gst_base_rtp_depayload_chain),
13524         (gst_base_rtp_depayload_change_state):
13525         Don't assert when not negotiated but post a meaningfull 
13526         error message. Fixes #347918.
13527
13528         * gst-libs/gst/rtp/gstbasertppayload.c:
13529         Add comment about better default MTU size.
13530
13531         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13532         Small cleanups, start docs.
13533
13534 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13535
13536         Patch by: Martin Szulecki
13537
13538         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13539           If "device-name" is requested and the device is not
13540           open, try to temporarily open it to obtain this
13541           information (#342494).
13542
13543 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13544
13545         * gst-libs/gst/tag/gstid3tag.c:
13546           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13547
13548         * gst-libs/gst/tag/gsttageditingprivate.h:
13549         * gst-libs/gst/tag/gstvorbistag.c:
13550           Some more random const-ifications.
13551
13552 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13553
13554         * gst-libs/gst/riff/riff-ids.h:
13555         * gst-libs/gst/riff/riff-media.c:
13556         (gst_riff_create_video_template_caps):
13557           Add more FOURCCs (sort list to make stuff easier to find),
13558           add comment what those 16 bytes in struct _gst_riff_strh according to
13559           one avi-dumper are
13560
13561 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13562
13563         * gst-libs/gst/audio/multichannel.c:
13564         (gst_audio_check_channel_positions),
13565         (gst_audio_fixate_channel_positions):
13566           Const-ify two arrays.
13567
13568 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13569
13570         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13571           Fix typo, so that alsasink also advertises 8 channels
13572           if that's supported (tags: can, worms, open, alsa, ph34r).
13573
13574 2006-07-17  Wim Taymans  <wim@fluendo.com>
13575
13576         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13577         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13578         *sigh*, when is the compiler going to warn when the comments
13579         are out-of-sync with the code.. Refix case of busted theora
13580         headers with 0 granule pos.
13581
13582 2006-07-14  Wim Taymans  <wim@fluendo.com>
13583
13584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13585         (gst_base_rtp_depayload_wait),
13586         (gst_base_rtp_depayload_change_state),
13587         (gst_base_rtp_depayload_set_property),
13588         (gst_base_rtp_depayload_get_property):
13589         Fix 99% cpu load by waiting for absolute times on the
13590         clock. Fixes #347300.
13591
13592 2006-07-14  Andy Wingo  <wingo@pobox.com>
13593
13594         * ext/theora/gsttheoraparse.h: 
13595         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13596         (theora_parse_push_headers, theora_parse_clear_queue)
13597         (theora_parse_drain_queue_prematurely, )
13598         (theora_parse_sink_event, theora_parse_change_state): Queue events
13599         until we initialized our state, like in vorbisparse.
13600
13601         * ext/vorbis/vorbisparse.h: 
13602         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13603         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13604         (vorbis_parse_drain_queue_prematurely, )
13605         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13606         until we have initialized our state. Fixes seeking after an
13607         initial pad block.
13608
13609 2006-07-14  Andy Wingo  <wingo@pobox.com>
13610
13611         Patch by: Iain Holmes <iaingnome@gmail.com>
13612         
13613         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13614
13615 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13616
13617         * configure.ac:
13618         Bump nano back to CVS
13619
13620 === release 0.10.9 ===
13621
13622 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13623
13624         * configure.ac:
13625           releasing 0.10.9, "I walk the line"
13626
13627 2006-07-14  Michael Smith  <msmith@fluendo.com>
13628
13629         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13630           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13631           (commonly happens when running this test under valgrind) when trying
13632           to remove the buffer probe.
13633
13634 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13635
13636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13637         Fix missing g_unlock from the previous commit
13638
13639 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13640
13641         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13642         (gst_ximagesink_change_state):
13643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13644         (gst_xvimagesink_change_state):
13645         Implement a locking order to ensure we always take the object lock
13646         before the x_lock and never vice-versa.
13647
13648 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13649
13650         * gst/playback/gstdecodebin.c: (find_compatibles):
13651         Fix a caps leak when linking (#347304)
13652
13653         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13654         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13655         (gst_ximagesink_change_state):
13656         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13657         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13658         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13659         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13660         Don't leak shared memory resources. Use the object lock to protect
13661         against the xcontext disappearing while returning a buffer from the
13662         pipeline. (#347304)
13663
13664 2006-07-12  Edward Hervey  <edward@fluendo.com>
13665
13666         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13667         (vorbis_handle_comment_packet):
13668         gst_tag_list_merge() returns a new object. Take that into account when
13669         using it. This avoids memleak.
13670         Revert previous commit which is not needed.
13671
13672 2006-07-12  Edward Hervey  <edward@fluendo.com>
13673
13674         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13675         Reset the decoder in finalize so that all fields get cleared.
13676
13677 2006-07-12  Wim Taymans  <wim@fluendo.com>
13678
13679         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13680         (gst_base_audio_src_set_clock),
13681         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13682         Don't try to post an error message when setting the clock fails
13683         as this can happen when adding an element to a bin which will then
13684         deadlock. Fixes #347296.
13685
13686 2006-07-12  Edward Hervey  <edward@fluendo.com>
13687
13688         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13689         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13690         (vorbis_handle_type_packet):
13691         Post tag messages on the bus even if we're not initialized.
13692         If we're not initialized, we still postpone the event pushing of tags.
13693
13694 2006-07-12  Wim Taymans  <wim@fluendo.com>
13695
13696         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13697         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13698         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13699         Revert last two changes that broke the freeze.
13700
13701 2006-07-12  Wim Taymans  <wim@fluendo.com>
13702
13703         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13704         basesink calculates silence sample correctly for us.
13705
13706 2006-07-12  Wim Taymans  <wim@fluendo.com>
13707
13708         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13709         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13710         Calculate correct silence samples so we don't fill our ringbuffer
13711         with noise.
13712
13713 2006-07-12  Edward Hervey  <edward@fluendo.com>
13714
13715         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13716         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13717         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13718         * ext/vorbis/vorbisdec.h:
13719         Delay sending events (newsegment, tags) until the decoder is properly
13720         initialized.
13721         Fixes #347295
13722
13723 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13724
13725         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13726         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13727           Patch from #347221 adding a test for audioconvert
13728           channel remappings.
13729
13730 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13731
13732         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13733         (gst_ssa_parse_parse_line):
13734           Don't include the terminating NUL in the buffer size,
13735           it's only there for extra paranoia (would add random
13736           '*' characters at the end of each subtitle since the
13737           terminator itself is not valid UTF-8 technically).
13738           Also fix indenting after boilerplate macro.
13739
13740 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13741
13742         * gst/playback/gstdecodebin.c: (close_pad_link):
13743           Also emit 'unknown-type' signal (which should really be
13744           called unhandled-type) if we found potential decoders/demuxers
13745           in the registry but none of them worked in the end (as in the
13746           case where the plugins don't exist any longer but are still
13747           listed in the registry). Fixes #329798.
13748
13749 2006-07-08  Andy Wingo  <wingo@pobox.com>
13750
13751         * theoraparse.c (theora_parse_push_buffer)
13752         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13753         Add some more debugging. Fix granulepos reconstruction in the face
13754         of discontinuities.
13755
13756 2006-07-06  Wim Taymans  <wim@fluendo.com>
13757
13758         * gst-libs/gst/audio/gstbaseaudiosink.c:
13759         (gst_base_audio_sink_class_init),
13760         (gst_base_audio_sink_provide_clock):
13761         Use gobject_class instead of G_OBJECT_CLASS (klass)
13762
13763         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13764         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13765         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13766         (gst_base_audio_src_get_time),
13767         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13768         (gst_base_audio_src_create_ringbuffer):
13769         Fix latency and buffer-time constants and properties ala basesink.
13770         Implement pull based scheduling. Fixes #346527.
13771         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13772         one segment.
13773         Refuse slaving to another clock instead of silently not working.
13774         Only provide a clock when we are actually able to do so.
13775         Various small cleanups and compiler hints.
13776
13777 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13778
13779         Patch by: Lutz Mueller <lutz at topfrose de>
13780
13781         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13782         (plugin_init):
13783           Add typefinding for text/html (#346581).
13784
13785 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13786
13787         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13788         (xml_check_first_element), (xml_type_find), (smil_type_find):
13789           Fix SMIL typefinding, make xml_check_first_element() more
13790           useful.
13791
13792 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13793
13794         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13795         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13796         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13797         * gst/playback/gstplaybasebin.h:
13798           Protect list of elements with a subtitle-encoding property and
13799           the subtitle encoding member itself with a lock of their own
13800           instead of using the object lock. This prevents a dead-lock in
13801           the element-remove callback in some circumstances when shutting
13802           down playbin.
13803
13804 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13805
13806         * win32/common/libgsttag.def:
13807         Export some new functions.
13808         * win32/vs6/libgstogg.dsp:
13809         Add a link to libgsttag-0.10.lib.
13810
13811 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13812
13813         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13814           Some const-ification.
13815
13816 2006-07-04  Wim Taymans  <wim@fluendo.com>
13817
13818         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13819         Improve checking if we are dealing with a stream. Added some
13820         more uris that need buffering.
13821
13822 2006-07-03  Edward Hervey  <edward@fluendo.com>
13823
13824         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13825         Remove unused variable.
13826
13827 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13828
13829         * Makefile.am:
13830           include lcov.mak
13831         * configure.ac:
13832           add GCOV_LIBS to GST_LIBS
13833
13834 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13835
13836         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13837
13838         * ext/alsa/gstalsasrc.c:
13839           Add 32 bps to template caps and increase channels range
13840           from [1,2] to [1,MAX]. See #346326.
13841
13842 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13843
13844         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13845           Recognise 'WMVA' video codec fourcc (#345879).
13846           
13847 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13848          
13849         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13850           Fixed nasty memory leak
13851
13852 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13853
13854         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13855         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13856           fix logging
13857
13858 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13859
13860         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13861         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13862         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13863         Protect remove_fakesink using a mutex, so that we don't try and
13864         remove the fakesink simultaneously from multiple threads.
13865
13866         When going from READY to PAUSED, restore the fakesink, so that
13867         it is there when decodebin gets reused.
13868
13869 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13870
13871         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13872         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13873         * gst-libs/gst/rtp/gstbasertppayload.c:
13874         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13875         * gst/tcp/gstmultifdsink.c:
13876         * gst/tcp/gsttcpclientsink.c:
13877         * gst/tcp/gsttcpclientsrc.c:
13878         * gst/tcp/gsttcpserversink.c:
13879         * gst/tcp/gsttcpserversrc.c:
13880         * gst/videorate/gstvideorate.c:
13881         * gst/videotestsrc/gstvideotestsrc.c:
13882         * sys/v4l/gstv4ljpegsrc.c:
13883         * sys/v4l/gstv4lmjpegsink.c:
13884         * sys/v4l/gstv4lsrc.c:
13885         * tests/examples/seek/scrubby.c:
13886         * tests/examples/seek/seek.c:
13887           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13888
13889 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13890
13891         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13892           Second field in GEnumValue shouldn't be a description,
13893           but a stringified version of the enum value.
13894
13895 2006-06-22  Wim Taymans  <wim@fluendo.com>
13896
13897         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13898         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13899         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13900         Avoid type checking in buffer casts.
13901         Avoid caps copy in buffer_alloc when we can.
13902         Use pad_peer_accept.
13903
13904 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13905
13906         * gst-libs/gst/tag/tag.h:
13907           Oops, make that 'Since: 0.10.9'.
13908
13909 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13910
13911         * docs/libs/gst-plugins-base-libs-sections.txt:
13912         * gst-libs/gst/tag/tag.h:
13913         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13914         (gst_tag_image_type_get_type):
13915           API: add GstTagImageType enum to describe images contained
13916           in image tags (#345641).
13917
13918 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13919
13920         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13921           Fix warnings with gst-inspect: "buffers-min" property
13922           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13923           typo in property description.
13924
13925 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13926
13927         Patch by: Cody Russell <bratsche at gnome org>
13928
13929         * gst/audioresample/gstaudioresample.c:
13930         (gst_audioresample_class_init):
13931         * gst/playback/gststreamselector.c:
13932         (gst_stream_selector_class_init):
13933         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13934         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13935         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13936         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13937         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13938         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13939         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13940         * gst/videotestsrc/gstvideotestsrc.c:
13941         (gst_video_test_src_class_init):
13942         * gst/volume/gstvolume.c: (gst_volume_class_init):
13943           Avoid unnecessary class cast check in class_init
13944           functions (#337747).
13945
13946 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13947
13948         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13949         (gst_text_overlay_video_chain):
13950           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13951           and doesn't validate its input either (and neither did
13952           textoverlay it seems). Let's do that then and fix #345206.
13953
13954 2006-06-19  Wim Taymans  <wim@fluendo.com>
13955
13956         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13957         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13958         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13959         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13960         (find_syncframe), (find_limits), (assign_value),
13961         (count_burst_unit), (gst_multi_fd_sink_new_client),
13962         (gst_multi_fd_sink_handle_client_write),
13963         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13964         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
13965         (gst_multi_fd_sink_change_state):
13966         * gst/tcp/gstmultifdsink.h:
13967         Added shiny new burst-on-connect methods.
13968         Add properties to control the minimal amount of data queued.
13969         Small cleanups.
13970         API: bytes-min property
13971         API: time-min property
13972         API: buffers-min property
13973         API: burst-unit property
13974         API: burst-value property
13975         API: add-full signal
13976
13977         * gst/tcp/gsttcp-marshal.list:
13978         Added new marshaller code for the new signal.
13979
13980         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13981         (multifdsink_suite):
13982         Added testcases for new burst methods.
13983
13984 2006-06-19  Edward Hervey  <edward@fluendo.com>
13985
13986         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
13987         Implement clipping for accurate seeking.
13988         Closes #345225
13989
13990 2006-06-19  Wim Taymans  <wim@fluendo.com>
13991
13992         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
13993
13994         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
13995         (gst_video_scale_transform):
13996         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
13997
13998 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
13999
14000         * configure.ac:
14001           Fix --disable-external (can't set conditionals conditionally,
14002           #343602).
14003
14004 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14005
14006         * tests/check/elements/audioresample.c: (test_reuse),
14007         (audioresample_suite):
14008           Add test case for bug #342789 fixed below.
14009
14010 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14011
14012         * gst/audioresample/gstaudioresample.c:
14013         (gst_audioresample_class_init), (gst_audioresample_init),
14014         (audioresample_start), (audioresample_stop),
14015         (gst_audioresample_set_property), (gst_audioresample_get_property):
14016           Implement GstBaseTransform::start and ::stop so that audioresample
14017           can clear its internal state properly and be reused instead of
14018           causing non-negotiated errors with playbin under some circumstances
14019           (#342789).
14020
14021         * tests/check/elements/audioresample.c: (setup_audioresample),
14022         (cleanup_audioresample):
14023           Need to set element state here so that ::start and ::stop are
14024           called.
14025
14026 2006-06-16  Wim Taymans  <wim@fluendo.com>
14027
14028         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14029
14030         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14031         Parse extra data better, apparently it's right behind
14032         the normal strf header size. Fixes #343500.
14033
14034 2006-06-16  Wim Taymans  <wim@fluendo.com>
14035
14036         * ext/alsa/gstalsasink.c: (set_hwparams):
14037         If we fail to set the buffer_time and period_time alsa
14038         parameters, post a warning and leave alsa select a 
14039         default instead of failing. Fixes #342085
14040
14041 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14042
14043         * docs/libs/gst-plugins-base-libs-sections.txt:
14044         * gst-libs/gst/cdda/gstcddabasesrc.h:
14045           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14046           out in the header file and shouldn't be listed in the docs.
14047
14048         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14049           Must dereference pointer to fourcc in the debug statement.
14050
14051 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14052
14053         * docs/libs/Makefile.am:
14054         * docs/libs/gst-plugins-base-libs-docs.sgml:
14055         * docs/libs/gst-plugins-base-libs-sections.txt:
14056         * docs/libs/gst-plugins-base-libs.types:
14057         add remaining symbols into correct setions
14058         
14059         * gst-libs/gst/audio/gstringbuffer.c:
14060         fix incomplete docs
14061         
14062         * gst-libs/gst/audio/gstringbuffer.h:
14063         comment out not yet implemented function
14064         
14065         
14066         * gst-libs/gst/floatcast/floatcast.h:
14067         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14068         add short descriptions
14069         
14070         
14071         * gst-libs/gst/interfaces/propertyprobe.c:
14072         fix return value docs   
14073         
14074         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14075         simplify debug logging
14076         
14077         * gst-libs/gst/riff/riff-read.h:
14078         sync function prototype and docs
14079         
14080         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14081         remove left over symbol
14082
14083 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14084
14085         * autogen.sh:
14086         * configure.ac:
14087         * docs/Makefile.am:
14088           Use GST_PLUGIN_DOCS macro in configure.ac, add
14089           --enable-plugin-docs default to autogen.sh and use
14090           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14091
14092 2006-06-15  Wim Taymans  <wim@fluendo.com>
14093
14094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14095         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14096         (gst_ogg_demux_loop):
14097         Combine GstFlowReturn from the source pads to give a
14098         meaningfull result to the upstream peer or to stop the
14099         processing task in case of errors.
14100
14101 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14102
14103         * gst/playback/gststreaminfo.c: (cb_probe):
14104           Try GST_TAG_CODEC as fallback when extracting the
14105           codec name; more debug info.
14106
14107 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14108
14109         * ext/ogg/Makefile.am:
14110         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14111           Extract language tags from ogm subtitle streams, so that
14112           the subtitle menu choices are labelled correctly in
14113           Totem (fixes #344708).
14114
14115 2006-06-14  Wim Taymans  <wim@fluendo.com>
14116
14117         Patch by: Alessandro Decina <alessandro at nnva dot org>
14118
14119         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14120         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14121         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14122         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14123         Fix various leaks. Fixes #343699.
14124         Add x-smoke mime type.
14125
14126 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14127
14128         * gst-libs/gst/riff/riff-ids.h:
14129           Add IDs for 'bext' chunks (see #343837).
14130
14131 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14132
14133         Patch by: Young-Ho Cha  <ganadist at chollian net>
14134
14135         * gst/subparse/samiparse.c: (sami_context_pop_state),
14136         (handle_start_font), (end_sami_element):
14137           Honour font face tags in SAMI subtitles (#344503).
14138
14139 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14140
14141         * po/POTFILES.in:
14142           add missing files containing translatable strings
14143
14144 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14145
14146         * docs/libs/tmpl/.cvsignore:
14147           we don't want those *.sgml files in CVS either
14148
14149 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14150
14151         * docs/libs/.cvsignore:
14152         * tests/check/elements/.cvsignore:
14153         * tests/check/libs/.cvsignore:
14154           ignore more
14155
14156 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14157
14158         * docs/libs/Makefile.am:
14159           also commiting the changed Makefile.am (added more libs to the
14160           doc-build)
14161
14162 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14163
14164         * docs/libs/gst-plugins-base-libs-docs.sgml:
14165         * docs/libs/gst-plugins-base-libs-sections.txt:
14166         * docs/libs/gst-plugins-base-libs.types:
14167           first batch of reordering things, add index & hierarchy
14168
14169 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14170
14171         * configure.ac:
14172           use GST_PKG_CHECK_MODULES, cleans up output
14173
14174 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14175
14176         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14177           Add support for burn:// URIs (#343385); const-ify things a bit,
14178           use G_N_ELEMENTS instead of hard-coded array size.
14179
14180 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14181
14182         Patch by: Young-Ho Cha  <ganadist at chollian net>
14183
14184         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14185           Fix up broken entities before passing them to libxml *sigh*.
14186           (#343303).
14187           
14188 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14189
14190         * configure.ac:
14191           back to TRUNK
14192
14193 === release 0.10.8 ===
14194
14195 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14196
14197         * configure.ac:
14198           releasing 0.10.8, "Moar gij ziet mij nie"
14199
14200 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14201
14202         * configure.ac:
14203         * po/af.po:
14204         * po/az.po:
14205         * po/cs.po:
14206         * po/en_GB.po:
14207         * po/hu.po:
14208         * po/it.po:
14209         * po/nb.po:
14210         * po/nl.po:
14211         * po/or.po:
14212         * po/sq.po:
14213         * po/sr.po:
14214         * po/sv.po:
14215         * po/uk.po:
14216         * po/vi.po:
14217         * win32/common/config.h:
14218           0.10.7.2 prerelease
14219
14220 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14221
14222         * docs/libs/tmpl/gstaudio.sgml:
14223         * docs/libs/tmpl/gstcolorbalance.sgml:
14224         * docs/libs/tmpl/gstmixer.sgml:
14225         * docs/libs/tmpl/gstringbuffer.sgml:
14226         * docs/libs/tmpl/gsttuner.sgml:
14227         * docs/libs/tmpl/gstxoverlay.sgml:
14228         * gst-libs/gst/audio/audio.c:
14229         * gst-libs/gst/audio/gstringbuffer.c:
14230         * gst-libs/gst/interfaces/colorbalance.c:
14231         * gst-libs/gst/interfaces/mixer.c:
14232         * gst-libs/gst/interfaces/tuner.c:
14233         * gst-libs/gst/interfaces/xoverlay.c:
14234           move last template doc snippets to source code and delete them
14235
14236 2006-06-06  Michael Smith  <msmith@fluendo.com>
14237
14238         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14239         (theora_parse_drain_queue):
14240           Mark DELTA_UNIT on non-keyframes.
14241
14242 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14243
14244         * gst-libs/gst/audio/gstbaseaudiosink.c:
14245         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14246         * gst-libs/gst/audio/gstbaseaudiosink.h:
14247         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14248         (gst_ring_buffer_samples_done):
14249         * gst-libs/gst/audio/gstringbuffer.h:
14250         Document better the fact that latency_time and buffer_time are values
14251         stored in microseconds, and not the usual GStreamer nanoseconds.
14252         Change the variables (compatibly) that store them from GstClockTime 
14253         to guint64 to make it more clear that they're not storing clock times.
14254         Also, remove the bogus property description that says the user can
14255         specify -1 to get the default value, since that's never been the case.
14256
14257         When computing the default segment size for the ring buffer, make it
14258         an integer number of samples.
14259
14260         When the sub-class indicates a delay greater than the number of
14261         samples we've written return 0 from the audio sink get_time method.
14262
14263 2006-06-02  Michael Smith  <msmith@fluendo.com>
14264
14265         * tests/check/elements/audioconvert.c: (set_channel_positions),
14266         (get_float_mc_caps), (get_int_mc_caps):
14267         * tests/check/elements/audioresample.c:
14268         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14269         * tests/check/elements/videorate.c:
14270         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14271         * tests/check/elements/volume.c:
14272         * tests/check/elements/vorbisdec.c:
14273         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14274           Don't busy-wait in tests; this was causing test timeouts very
14275           frequently when running under valgrind.
14276
14277 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14278
14279         * gst/tcp/README:
14280         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14281         (gst_multi_fd_sink_remove_client_link),
14282         (gst_multi_fd_sink_client_queue_caps),
14283         (gst_multi_fd_sink_client_queue_buffer),
14284         (gst_multi_fd_sink_handle_client_write),
14285         (gst_multi_fd_sink_render):
14286         * gst/tcp/gstmultifdsink.h:
14287           make multifdsink properly deal with streamheader:
14288           - streamheader is taken from caps
14289           - buffers marked with IN_CAPS are not sent
14290           - streamheaders are sent, on connection, from the caps of the
14291             buffer where the client gets positioned to
14292           - further streamheader changes are done every time the client
14293             will receive a buffer with different caps
14294         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14295         (gst_multifdsink_create_streamheader):
14296           add tests for this
14297
14298 2006-06-02  Michael Smith  <msmith@fluendo.com>
14299
14300         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14301           Reinstate limit on channel count. Vorbis does not define the meaning
14302           of > 6 channels, so they're just independent channels. Gstreamer
14303           currently has no mechanism to represent N independent channels.
14304
14305 2006-06-02  Michael Smith  <msmith@fluendo.com>
14306
14307         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14308           Don't arbitrarily restrict channel counts and rate in vorbis.
14309           In terms of effects likely on real-world files, this fixes 96kHz
14310           playback of vorbis.
14311
14312 2006-06-02  Michael Smith  <msmith@fluendo.com>
14313
14314         * gst/audioconvert/audioconvert.c: (float):
14315           More correct float->int conversion.
14316
14317 2006-06-02  Michael Smith  <msmith@fluendo.com>
14318
14319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14320           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14321           value. Fixes g-critical on trying to play back ogg containing
14322           unknown codec.
14323
14324 2006-06-02  Wim Taymans  <wim@fluendo.com>
14325
14326         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14327         (setup_source):
14328         * gst/playback/gstplaybasebin.h:
14329         Make the subtitle detection work from any thread so we don't
14330         deadlock. Fixes #343397.
14331
14332 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14333
14334         * gst/volume/Makefile.am:
14335           Seriously, it's not *that* hard to get compilation right.  Even
14336           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14337
14338 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14339
14340         * gst/volume/gstvolume.c: (volume_choose_func),
14341         (volume_update_real_volume), (gst_volume_class_init),
14342         (gst_volume_init), (volume_process_float), (volume_process_int16),
14343         (volume_process_int16_clamp), (volume_set_caps),
14344         (volume_transform_ip), (plugin_init):
14345         * gst/volume/gstvolume.h:
14346         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14347         another property desc., remove unused param from process function
14348         
14349         * tests/check/elements/volume.c: (volume_suite):
14350         reactivate the passthrough test
14351
14352 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14353
14354         * ext/alsa/gstalsamixerelement.h:
14355         * ext/alsa/gstalsamixeroptions.h:
14356         * ext/alsa/gstalsamixertrack.h:
14357         * ext/gnomevfs/gstgnomevfssink.h:
14358         * ext/gnomevfs/gstgnomevfssrc.h:
14359         * ext/theora/gsttheoradec.h:
14360         * ext/theora/gsttheoraenc.h:
14361         * ext/theora/gsttheoraparse.h:
14362         * ext/vorbis/vorbisparse.h:
14363         * gst-libs/gst/audio/gstaudioclock.h:
14364         * gst-libs/gst/audio/gstaudiofilter.h:
14365         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14366         * gst/audioconvert/gstaudioconvert.h:
14367         * gst/audioresample/gstaudioresample.h:
14368         * gst/audiotestsrc/gstaudiotestsrc.h:
14369         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14370         * gst/playback/gststreamselector.h:
14371         * gst/tcp/gstmultifdsink.h:
14372         * gst/tcp/gsttcpclientsink.h:
14373         * gst/tcp/gsttcpclientsrc.h:
14374         * gst/tcp/gsttcpserversink.h:
14375         * gst/tcp/gsttcpserversrc.h:
14376         * gst/videorate/gstvideorate.h:
14377         * gst/videoscale/gstvideoscale.h:
14378         * gst/videotestsrc/gstvideotestsrc.h:
14379         * gst/volume/gstvolume.h:
14380         * sys/v4l/gstv4ljpegsrc.h:
14381         * sys/v4l/gstv4lmjpegsink.h:
14382         * sys/v4l/gstv4lmjpegsrc.h:
14383         * sys/v4l/gstv4lsrc.h:
14384         * sys/ximage/ximagesink.h:
14385         * sys/xvimage/xvimagesink.h:
14386         * tests/old/testsuite/alsa/sinesrc.h:
14387         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14388
14389 2006-05-31  Wim Taymans  <wim@fluendo.com>
14390
14391         * ext/libvisual/visual.c: (gst_visual_reset),
14392         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14393         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14394         Handle DISCONT.
14395         Use running time before doing QoS.
14396         Handle mono too.
14397
14398 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14399
14400         * docs/libs/Makefile.am:
14401           set a magic variable to indicate we know the docs are incomplete
14402
14403 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14404
14405         * win32/common/libgstvideo.def:
14406           export gst_video_calculate_display_ratio
14407         * win32/vs6/libgstvideoscale.dsp:
14408           add link to libgstvideo-0.10.lib
14409
14410 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14411
14412         * gst/playback/gstplaybasebin.c: (gen_source_element):
14413           Throw a more comprehensible error for rtsp:// URIs (rather
14414           than erroring out with a negotiation error later on) until
14415           we fix playbin to handle rtspsrc etc.
14416
14417 2006-05-30  Wim Taymans  <wim@fluendo.com>
14418
14419         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14420         (gst_text_overlay_text_event):
14421         Added some FIXMEs.
14422
14423 2006-05-30  Wim Taymans  <wim@fluendo.com>
14424
14425         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14426         (gst_adder_request_new_pad), (gst_adder_release_pad):
14427         * gst/adder/gstadder.h:
14428         Implement release_request_pad.
14429         Make padcounter atomic.
14430
14431         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14432         Added check for release_pad in adder.
14433
14434 2006-05-30  Wim Taymans  <wim@fluendo.com>
14435
14436         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14437         Fix build again.
14438
14439 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14440
14441         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14442         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14443         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14444         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14445         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14446         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14447         (gst_ogg_demux_bisect_forward_serialno),
14448         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14449         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14450           add more debugging
14451           clean up printf formats for granulepos and serialno
14452
14453 2006-05-30  Michael Smith  <msmith@fluendo.com>
14454
14455         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14456         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14457         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14458         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14459         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14460         * ext/vorbis/vorbisenc.h:
14461           Multi-channel caps negotiation, so we can do proper multichannel
14462           vorbis encoding, negotiated through audioconvert.
14463
14464 2006-05-30  Wim Taymans  <wim@fluendo.com>
14465
14466         * tests/check/elements/adder.c: (test_event_message_received),
14467         (test_play_twice_message_received), (GST_START_TEST),
14468         (adder_suite):
14469         Added check to show that #339935 is fixed with ongoing
14470         adder and collectpads fixes.
14471
14472 2006-05-29  Wim Taymans  <wim@fluendo.com>
14473
14474         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14475         Don't leak pad name.
14476
14477 2006-05-29  Wim Taymans  <wim@fluendo.com>
14478
14479         * gst/adder/gstadder.c: (gst_adder_query_duration),
14480         (forward_event_func), (forward_event), (gst_adder_src_event):
14481         Fix adder seeking.
14482         Make query/seeking code threadsafe.
14483
14484         * tests/check/Makefile.am:
14485         * tests/check/elements/adder.c: (test_event_message_received),
14486         (GST_START_TEST), (test_play_twice_message_received):
14487         Fix adder test case.
14488
14489 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14490
14491         Patch by: Young-Ho Cha  <ganadist at chollian net>
14492
14493         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14494         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14495         (set_encoding_element), (decodebin_element_added_cb),
14496         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14497         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14498         * gst/playback/gstplaybasebin.h:
14499           Add 'subtitle-encoding' property to playbin, so applications can
14500           force a subtitle encoding for non-UTF8 subtitles (#342268).
14501
14502         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14503         (gst_sub_parse_set_property):
14504           Rename recently-added 'encoding' property to 'subtitle-encoding'
14505           (so it can be proxied by playbin/decodebin in a generic way
14506           with less danger of false positives).
14507
14508 2006-05-29  Michael Smith  <msmith@fluendo.com>
14509
14510         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14511         (append_with_other_format), (set_structure_widths),
14512         (gst_audio_convert_transform_caps):
14513           Patch from #341562: give more specific audio caps in get_caps, so
14514           that basetransform  can make better decisions on what caps to
14515           negotiate.
14516
14517 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14518
14519         * tests/check/elements/volume.c:
14520         make it compile again
14521
14522 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14523
14524         * tests/check/elements/volume.c: (volume_suite):
14525         disable test until #343196 gets resolved
14526
14527 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14528
14529         * gst/adder/gstadder.c: (gst_adder_get_type):
14530         Make it easier to copy&paste
14531         
14532         * gst/volume/Makefile.am:
14533         * gst/volume/gstvolume.c: (volume_update_real_volume),
14534         (gst_volume_set_volume), (gst_volume_set_mute),
14535         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14536         (volume_transform_ip), (volume_update_mute),
14537         (volume_update_volume):
14538         * gst/volume/gstvolume.h:
14539         Add own debug category, move duplicate code to helper function, fix
14540         property texts, add more comments and prepare ffor liboil-goodness
14541         
14542         * tests/check/Makefile.am:
14543         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14544         add test for mute and passtrough case, be a bit more verbose to track
14545         failure
14546         
14547         * tests/check/generic/states.c: (GST_START_TEST):
14548         catch elements that fail to instantiate
14549
14550 2006-05-28  Edward Hervey  <edward@fluendo.com>
14551
14552         * tests/check/pipelines/simple-launch-lines.c:
14553         * tests/check/pipelines/theoraenc.c:
14554         * tests/check/pipelines/vorbisenc.c:
14555         Comment out tests using parse_launch() if core was built without
14556         parsing capabilities.
14557
14558 2006-05-27  Edward Hervey  <edward@fluendo.com>
14559
14560         * tests/check/Makefile.am:
14561         Extra bonus points for whoever explains to ensonic that you are meant
14562         to test unit tests thoroughly before commiting them, especially if
14563         you know it's going to break.
14564         De-activated element/adder tests.
14565
14566 2006-05-27  Edward Hervey  <edward@fluendo.com>
14567
14568         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14569         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14570         Marking caps conversion issues as GST_WARNING is way too verbose,
14571         Moving them to GST_LOG.
14572
14573 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14574
14575         * README:
14576           Replace current README (containing the release notes from
14577           some 0.9.x version) with a proper README taken from the core.
14578
14579 2006-05-26  Wim Taymans  <wim@fluendo.com>
14580
14581         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14582         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14583         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14584         (vorbis_dec_change_state):
14585         Small cleanups.
14586         Add some FIXMEs
14587         Clip output samples to segment boundaries.
14588
14589 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14590
14591         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14592         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14593         Improve the errors produced on bad output, including some human
14594         readable description strings.
14595         Handle the (theoretical for ximagesink) case where the XServer 
14596         has a different idea about the size required for a particular 
14597         frame and gives us too small a memory allocation.
14598
14599 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14600
14601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14602         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14603         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14604         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14605         Improve the errors produced on bad output, including some human 
14606         readable description strings.
14607         Handle RGB Xv formats properly by transforming them into our 
14608         big-endian caps description.
14609         Use gst_caps_truncate to ensure that we never try and choose a
14610         non-fixed caps in buffer_alloc.
14611         Handle the case where the XServer has a different idea about the size
14612         required for a particular frame and gives us too small a memory
14613         allocation.
14614         Use -1 to indicate 'no image format', because 0 is a valid XServer
14615         image format number.
14616         Put RGB Xv formats at the end of the caps, so that we always prefer
14617         YUV format frames.
14618         Iterate the available Xv Encodings to determine the maximum width and
14619         height, and then return that in our caps.
14620         (Closes #315312, #337544)
14621
14622 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14623
14624         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14625         When there is only one unfinished pad and it receives an event that
14626         doesn't match our requirements, we need to set alldone=FALSE so that
14627         the fakesink is not removed yet.
14628
14629 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14630
14631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14632           Use gst_type_find_helper_for_buffer() to find the type
14633           of stream from the first packet.
14634
14635         * configure.ac:
14636           Bump requirements to core CVS (needed for vorbis
14637           typefinding to work).
14638
14639 2006-05-24  Edward Hervey  <edward@fluendo.com>
14640
14641         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14642         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14643         contain.  Else they play perfectly fine with qtdemux.
14644
14645 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14646
14647         * ext/theora/theoradec.c:
14648         * ext/theora/theoraenc.c:
14649         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14650         * gst/audiorate/gstaudiorate.c:
14651           make more debug catagories static
14652         
14653         * tests/check/Makefile.am:
14654         * tests/check/elements/adder.c: (message_received),
14655         (test_event_message_received), (GST_START_TEST),
14656         (test_play_twice_message_received), (adder_suite):
14657           added test case for using element twice, extra bonus points for anyone
14658           who can make these test run reliably
14659
14660 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14661
14662         * ext/theora/theoradec.c: (theora_dec_chain):
14663           Make work with time-stamped input buffers that do not
14664           have a granulepos in BUFFER_OFFSET_END (like theora
14665           buffers coming from matroskademux). Fixes #342448.
14666
14667 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14668
14669         Patch by: Peter Kjellerstedt  <pkj at axis com>
14670
14671         * gst/tcp/Makefile.am:
14672           fdstresstest doesn't need Gtk+, fix compilation if 
14673           gtk is not available (#342566).
14674
14675 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14676          
14677         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14678           80 line columns
14679           Removed redundant floor()
14680
14681 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14682
14683         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14684           On second thought, just skip JUNK chunks automatically, so
14685           the caller doesn't have to handle this. Fixes #342345.
14686           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14687           not GST_FLOW_ERROR.
14688
14689 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14690
14691         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14692           Don't bail out on JUNK chunks with a size of 0 (would try to
14693           pull_range 0 bytes before, which sources don't like too much).
14694           See #342345.
14695
14696 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14697
14698         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14700         Use the gstutil scaling function to preserve 64 bits while calculating
14701         output width and height from the display-aspect-ratio. (A continuation
14702         of #341542)
14703
14704 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14705
14706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14707         (gst_xvimagesink_buffer_alloc):
14708         * sys/xvimage/xvimagesink.h:
14709         When performing buffer allocations, remember the caps and image format
14710         we return so that if the same caps are asked for next time we can
14711         return them immediately without doing any caps intersections.
14712
14713 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14714          
14715         * gst-libs/gst/rtp/README:
14716           Some new documentation
14717         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14718           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14719         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14720         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14721           New RTP audio base payloader class. Supports frame or sample based
14722           codecs.  Not enabled in Makefile.am until approved.
14723
14724 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14725
14726         * tests/check/elements/alsa.c: (test_device_property_probe):
14727           Fix test case: don't try to free NULL GValueArray when there
14728           are no devices.
14729
14730 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14731
14732         * tests/check/Makefile.am:
14733         * tests/check/elements/alsa.c: (test_device_property_probe),
14734         (alsa_suite), (main):
14735           Add simple test that runs a device property probe on alsasrc,
14736           alsasink and alsamixer. Disable valgrind check for now (too
14737           many leaks in libasound, and valgrind ignored my suppressions
14738           additions).
14739
14740 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14741
14742         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14743         (gst_alsa_device_property_probe_probe_property),
14744         (gst_alsa_device_property_probe_needs_probe),
14745         (gst_alsa_device_property_probe_get_values),
14746         (gst_alsa_type_add_device_property_probe_interface):
14747         * ext/alsa/gstalsadeviceprobe.h:
14748         * ext/alsa/gstalsamixerelement.c:
14749         (gst_alsa_mixer_element_init_interfaces):
14750         * ext/alsa/gstalsamixerelement.h:
14751           Clean up and simplify alsa device probing. Make it actually work
14752           for multiple classes. Don't cache results any longer.
14753
14754         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14755         (gst_alsasink_init):
14756         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14757         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14758         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14759           Make alsasink and alsasrc implement the GstPropertyProbe interface
14760           for device probing (#342181).
14761           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14762
14763 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14764
14765         * gst/subparse/samiparse.c: (handle_start_font):
14766           Don't ignore return value of strtol (++compiler_happiness).
14767
14768 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14769
14770         Patch by: Young-Ho Cha  <ganadist chollian net>
14771
14772         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14773         (gst_sub_parse_class_init), (gst_sub_parse_init),
14774         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14775         (convert_encoding):
14776         * gst/subparse/gstsubparse.h:
14777           Add 'encoding' property (#341681).
14778
14779         * gst/subparse/samiparse.c: (characters_sami):
14780           Output is pango markup, so we need to escape text
14781           between tags (#342143).
14782
14783 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14784
14785         * gst-libs/gst/audio/multichannel.c:
14786         (gst_audio_check_channel_positions):
14787           It's okay to have caps with channels=1 and a channel position
14788           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14789           (deinterleavers might want to keep the position in the caps,
14790           so that they can be re-interleaved again properly later).
14791           Leave check for unexpected 2-channel layouts intact for now.
14792
14793 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14794
14795         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14796         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14797         basesrc can do its job correctly.
14798
14799 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14800
14801         * ext/alsa/Makefile.am:
14802         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14803         (gst_alsa_detect_formats), (get_channel_free_structure),
14804         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14805         (gst_alsa_probe_supported_formats):
14806         * ext/alsa/gstalsa.h:
14807         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14808           Refactor and improve caps probing code: probe signedness
14809           when we probe the supported formats/widths; set endianness
14810           to the one we actually probed for (ie. cpu endianness).
14811           
14812         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14813         (gst_alsasrc_close):
14814         * ext/alsa/gstalsasrc.h:
14815           Implement caps probing for alsasrc.
14816
14817 2006-05-15  Wim Taymans  <wim@fluendo.com>
14818
14819         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14820         (theora_dec_src_query), (theora_dec_src_event),
14821         (theora_dec_sink_event), (theora_handle_comment_packet),
14822         (theora_handle_data_packet), (theora_dec_change_state):
14823         Cleanups, add some G_LIKELY.
14824         Use segment helpers instead of our own wrong code.
14825         Clear queued buffers on seek and READY.
14826
14827         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14828         (vorbis_dec_convert), (vorbis_dec_src_query),
14829         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14830         (vorbis_handle_comment_packet), (vorbis_dec_push),
14831         (vorbis_handle_data_packet), (vorbis_dec_chain),
14832         (vorbis_dec_change_state):
14833         * ext/vorbis/vorbisdec.h:
14834         Remove old useless packetno variable.
14835         Do position query properly.
14836         Add some G_LIKELY.
14837         Do cleanup of queued buffers in new helper function
14838         and use it.
14839
14840 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14841
14842         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14843           Query supported sample rates. Fixes #341732.
14844
14845 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14846
14847         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14848         (gst_decode_bin_change_state): Make decodebin reusable
14849         when going from PAUSE_TO_READY and then back to PAUSED.
14850         Fixes #331678.
14851
14852 2006-05-15  Wim Taymans  <wim@fluendo.com>
14853
14854         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14855         (vorbis_dec_convert), (vorbis_dec_src_query),
14856         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14857         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14858         (vorbis_dec_clean_queued), (vorbis_dec_push),
14859         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14860         Cleanups. Use refcounting and DEBUG_OBJECT.
14861         Reset segment on flush, use code methods instead of our
14862         own wrong version.
14863         Fix potential memleak.
14864
14865 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14866
14867         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14868         (gst_alsasink_init):
14869         * ext/alsa/gstalsasink.h:
14870           Don't leak allocated snd_output_t structure if there's
14871           more than one alsasink instance at a time (#341873).
14872           Also fix GObject macros in header file.
14873           
14874 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14875
14876         * gst/subparse/gstsubparse.c:
14877         (gst_sub_parse_data_format_autodetect):
14878           Don't use libxml functions in the typefinding code.
14879
14880 2006-05-15  Wim Taymans  <wim@fluendo.com>
14881
14882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14883         Fix seeking performance in the case where a non-header 
14884         packet has a 0 granulepos (busted theora case). 
14885         Fixes #341719
14886         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14887          the first place, you limelight stealer you)
14888
14889 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14890
14891         * gst/subparse/gstsubparse.c:
14892         (gst_sub_parse_data_format_autodetect):
14893           Improve SAMI typefinding: handle case where there are
14894           whitespaces or newlines in front of the first <SAMI>
14895           tag (#169936).
14896
14897 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14898
14899         * configure.ac:
14900           Build video4linux plugin even if there's no XVIDEO, just
14901           without implementing the GstXOverlay interface (#334002).
14902          
14903 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14904
14905         * configure.ac:
14906         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14907         (plugin_init):
14908           Add tentative support for libvisual-0.4 (#336881).
14909
14910 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14911
14912         Patch by: Young-Ho Cha <ganadist at chollian net>
14913
14914         * gst/subparse/samiparse.c: (handle_start_font):
14915           Need to map "silver" colour explicitly (#169936).
14916
14917 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14918
14919         Patch by: Young-Ho Cha  <ganadist at chollian net>
14920
14921         * gst/subparse/Makefile.am:
14922         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14923         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14924         (gst_sub_parse_format_autodetect), (feed_textbuf),
14925         (gst_subparse_type_find), (plugin_init):
14926         * gst/subparse/gstsubparse.h:
14927         * gst/subparse/samiparse.c:
14928         * gst/subparse/samiparse.h:
14929           Add support for SAMI subtitles (#169936).
14930
14931 2006-05-14  Michael Smith  <msmith@fluendo.com>
14932
14933         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14934           Fix #341696: crash when mixing L+R+C to mono or stereo.
14935         * tests/check/Makefile.am:
14936         * tests/check/elements/audioconvert.c: (set_channel_positions),
14937         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14938         (audioconvert_suite):
14939           Add test for the above, including some generic framework bits for
14940           testing multichannel things.
14941
14942 === release 0.10.7 ===
14943
14944 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14945
14946         * configure.ac:
14947           releasing 0.10.7, "Leave the gun"
14948
14949 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14950
14951         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14953         Fix the build.
14954
14955 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14956
14957         * docs/libs/gst-plugins-base-libs-docs.sgml:
14958         * docs/libs/gst-plugins-base-libs-sections.txt:
14959         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14960         * gst-libs/gst/video/video.h:
14961         * gst/videoscale/Makefile.am:
14962         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14964         * tests/check/Makefile.am:
14965         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
14966         (main):
14967           Fix integer overflow problem with pixel-aspect-ratio calculations
14968           in videoscale and xvimagesink (#341542)
14969
14970 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14971
14972         * gst-libs/gst/tag/gstid3tag.c:
14973           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
14974
14975 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
14976
14977         * win32/MANIFEST:
14978           update win32 files listing
14979
14980 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14981
14982         patch by: Sjoerd Simons (sjoerd@luon.net)
14983
14984         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14985         (group_create), (group_destroy), (add_stream),
14986         (gst_play_base_bin_get_property),
14987         (gst_play_base_bin_get_streaminfo_value_array):
14988         * gst/playback/gstplaybasebin.h:
14989           API: GstPlayBaseBin::stream-info-value-array property
14990           use a more bindings-friendly way of exposing streaminfo
14991           using a GValueArray.  Tested in ipython.
14992           Closes #341114
14993
14994 2006-05-11  Wim Taymans  <wim@fluendo.com>
14995
14996         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
14997         (queue_underrun_cb), (queue_filled_cb):
14998         Also catch queue underruns but don't do anything yet.
14999         Refactor and comment queue enlarging code a bit.
15000
15001         * gst/playback/gstplaybasebin.c: (queue_overrun),
15002         (queue_threshold_reached), (queue_out_of_data),
15003         (gen_preroll_element):
15004         If a queue over/underruns check that we don't create nasty
15005         deadlocks when the min-threshold is not reached but the
15006         max-bytes is. In those cases disable max-bytes when we
15007         know that the queue is fed timed data.
15008         Add more comments.
15009
15010 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15011
15012         * gst/playback/gstplaybin.c: (gen_audio_element):
15013           Make playbin automatically plug an 'audioresample'
15014           element before the audio sink as well. This solves
15015           problems with sinks that only accept a very specific
15016           sample rate, like esdsink (e.g. #340379).
15017
15018 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15019
15020         * gst/playback/gstplaybasebin.c: (gen_source_element):
15021           Make http sources send special headers so that we receive
15022           icecast metadata if the http stream is an icecast stream
15023           (otherwise the server will just ignore them). This also
15024           means that from now on users will need the 'icydemux'
15025           element from gst-plugins-good installed if they want to
15026           listen to icecast radio streams. (#341432, #333657).
15027
15028 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15029
15030         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15031         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15032           remove stupid example from docs - it should come with a simple
15033           C program instead.
15034           Clean up/fix docs
15035         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15036         (fail_if_can_read), (GST_START_TEST),
15037         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15038           add a test for changing streamheader which exposes a bug in
15039           multifdsink
15040
15041 2006-05-11  Michael Smith  <msmith@fluendo.com>
15042
15043         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15044         (gst_gnome_vfs_src_received_headers_callback):
15045         * ext/gnomevfs/gstgnomevfssrc.h:
15046           Don't set icy-caps unless we have a sane interval value. Move
15047           interval to a local variable; we never use it outside this function.
15048
15049 2006-05-11  Wim Taymans  <wim@fluendo.com>
15050
15051         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15053         Register special buffer types along with the objects so
15054         that they are not registered at runtime from N different
15055         streaming threads since they are not threadsafe.
15056
15057 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15058
15059         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15060         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15061           add two more tests, one doing streamheader
15062
15063 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15064
15065         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15066           clean up the bufqueue when shutting down
15067         * tests/check/Makefile.am:
15068         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15069         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15070         (main):
15071           add a test for the leak that was just fixed
15072
15073 2006-05-10  Wim Taymans  <wim@fluendo.com>
15074
15075         * gst/adder/gstadder.c: (gst_adder_setcaps),
15076         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15077         (gst_adder_src_event), (gst_adder_sink_event),
15078         (gst_adder_class_init), (gst_adder_finalize),
15079         (gst_adder_request_new_pad), (gst_adder_collected):
15080         * gst/adder/gstadder.h:
15081         Updated some docs. Added comments and FIXMEs all over the place.
15082         Improve debugging info.
15083         Fix leak on finalize by not calling the parent.
15084         Implement duration query.
15085         Make event forwarding threadsafe.
15086         Correctly send NEWSEGMENT at start and after flush.
15087         Handle EOS correctly.
15088         Post error when not negotiated.
15089
15090         * tests/check/elements/adder.c: (GST_START_TEST):
15091         Added FIXME in the test.
15092
15093 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15094
15095         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15096         (gst_text_overlay_halign_get_type),
15097         (gst_text_overlay_wrap_mode_get_type):
15098         * ext/theora/theoradec.c: (theora_handle_type_packet),
15099         (theora_handle_data_packet):
15100         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15101         (theora_enc_sink_setcaps), (theora_enc_chain):
15102         * gst-libs/gst/cdda/gstcddabasesrc.c:
15103         (gst_cdda_base_src_mode_get_type):
15104         * gst/audiotestsrc/gstaudiotestsrc.c:
15105         (gst_audiostestsrc_wave_get_type):
15106         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15107         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15108         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15109         (gst_sync_method_get_type), (gst_unit_type_get_type),
15110         (gst_client_status_get_type):
15111         * gst/videoscale/gstvideoscale.c:
15112         (gst_video_scale_method_get_type):
15113         * gst/videotestsrc/gstvideotestsrc.c:
15114         (gst_video_test_src_pattern_get_type):
15115         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15116         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15117         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15118         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15119         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15120         (paint_setup_RGB565), (paint_setup_xRGB1555):
15121           Const-ify GEnumValue and GFlagsValue arrays. Use
15122           GST_ROUND_UP_* macros instead of home-made ones.
15123
15124 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15125
15126         * configure.ac:
15127           Require core CVS for the new newsegment stuff.
15128
15129 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15130
15131         Patch by: Sjoerd Simons  <sjoerd at luon net>
15132
15133         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15134           Register nick for enum value (#341160).
15135
15136 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15137
15138         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15139         (plugin_init):
15140          backout typefind patch #340375
15141          
15142         * tests/check/elements/adder.c: (message_received),
15143         (GST_START_TEST), (adder_suite):
15144           redo, signal-handling of test
15145
15146 2006-05-09  Wim Taymans  <wim@fluendo.com>
15147
15148         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15149         (gst_adder_collected):
15150         * gst/adder/gstadder.h:
15151         Remove bogus segment merging and forwarding, we don't
15152         care about timestamps anyway and we just produce a
15153         continuous stream. 
15154         Also create a nice NEWSEGMENT event when we start.
15155         Use _scale_int some more.
15156
15157 2006-05-09  Edward Hervey  <edward@fluendo.com>
15158
15159         * tests/icles/stress-xoverlay.c:
15160         Fix if core was built without parsing support.
15161
15162 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15163
15164         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15165           Add SEDG (Samsung MPEG-4) fourcc.
15166
15167 2006-05-09  Edward Hervey  <edward@fluendo.com>
15168
15169         * tests/icles/stress-xoverlay.c:
15170         * tests/examples/volume/volume.c:
15171         Fix if core was built without parsing support.
15172
15173         * tests/examples/seek/seek.c:
15174         Disable the parse_launch example if core was built without parsing
15175         support.
15176
15177 2006-05-08  Edward Hervey  <edward@fluendo.com>
15178
15179         * autogen.sh: (CONFIGURE_DEF_OPT): 
15180         libtoolize on Darwin/MacOSX is called glibtoolize
15181
15182 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15183
15184         * tests/check/Makefile.am:
15185         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15186           Disable the adder test, until the build-slaves posses the kindness to 
15187           either like it or to give valid reason for not doing so 
15188
15189 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15190
15191         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15192         (adder_suite):
15193           Shuffle NULL state change around and raise timeout more
15194
15195 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15196
15197         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15198         (mp4_type_find), (plugin_init):
15199           Add typefind to distinguish between "audio/x-m4a" and new type
15200           "video/mp4". Fixes #340375
15201
15202         * tests/check/elements/adder.c: (adder_suite):
15203           Raise timeout to make buildbot happy
15204
15205 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15206
15207         * gst/adder/gstadder.c: (gst_adder_sink_event),
15208         (gst_adder_request_new_pad), (gst_adder_change_state):
15209         * gst/adder/gstadder.h:
15210         * tests/check/Makefile.am:
15211         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15212         (adder_suite), (main):
15213           Add sink-event handling to adder. It tries to merge incomming
15214           newsegment-events. Added test to check if segment_done is comming
15215           through. Fixes #340060
15216
15217 2006-05-05  Andy Wingo  <wingo@pobox.com>
15218
15219         * ext/theora/theoraparse.c (gst_theora_parse_init)
15220         (theora_parse_src_convert, theora_parse_src_query):
15221         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15222         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15223         query functions on the source pads of the theora and vorbis parse
15224         elements. Fixes position querying when doing a remux.
15225
15226 2006-05-05  Michael Smith  <msmith@fluendo.com>
15227
15228         * ext/theora/theoraparse.c: (parse_granulepos),
15229         (theora_parse_drain_queue_prematurely),
15230         (theora_parse_queue_buffer), (theora_parse_sink_event):
15231           Fix flushing.
15232           Fix invalid granulepos outputs when starting with a non-keyframe.
15233
15234 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15235
15236         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15237         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15238         Rearrange MPEG system stream detection, fixing some memleaks in the
15239         process.
15240         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15241         they clean up their data correctly.
15242         Remove unused ogganx caps and move the 'is_annodex' check to inside
15243         the 'is_ogg' if statement.
15244
15245 2006-05-05  Wim Taymans  <wim@fluendo.com>
15246
15247         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15248         Properly remove ghostpads. Fixes #340392
15249
15250 2006-05-04  David Schleef  <ds@schleef.org>
15251
15252         * gst/typefind/gsttypefindfunctions.c:
15253
15254 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15255
15256         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15257         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15258
15259         When typefinding an MP3 in push-based mode, don't penalise the
15260         probability down to 74% when we found 5 valid frames just because we
15261         can't peek the end of the file.
15262
15263         Make the probability for detecting MPEG Transport Streams based on the
15264         number of sequential headers we successfully detected.
15265
15266 2006-05-03  Wim Taymans  <wim@fluendo.com>
15267
15268         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15269         (vorbis_dec_push), (vorbis_dec_chain):
15270         Still produce an error when we receive an empty packet.
15271
15272 2006-05-03  Wim Taymans  <wim@fluendo.com>
15273
15274         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15275         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15276         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15277         Mark buffers with DISCONT after seek and after activating new
15278         chains.
15279
15280         * ext/theora/gsttheoradec.h:
15281         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15282         (theora_get_query_types), (theora_dec_sink_event),
15283         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15284         (theora_dec_change_state):
15285         Fix frame counter.
15286         Detect and mark DISCONT buffers.
15287
15288         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15289         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15290         (vorbis_dec_change_state):
15291         * ext/vorbis/vorbisdec.h:
15292         Use GstSegment.
15293         Detect and mark DISCONT buffers.
15294         Don't crash on 0 sized buffers.
15295
15296 2006-05-03  Wim Taymans  <wim@fluendo.com>
15297
15298         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15299         (volume_transform_ip):
15300         Increase "volume" property to 10.0. Fixes #340369.
15301         Set the process function to NULL when capsnego fails so that
15302         we properly error out.
15303
15304 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15305
15306         * gst/playback/gstplaybin.c: (add_sink):
15307         * gst/playback/test.c: (main):
15308         * gst/playback/test5.c: (dump_element_stats):
15309         * gst/playback/test6.c: (main):
15310           free caps using gst_caps_unref, don't leak caps-strings
15311
15312 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15313
15314         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15315         (plugin_init):
15316           Refine musepack typefinding a bit. Return MAXIMUM
15317           probability when we detect stream version 7 to make
15318           sure the mpeg audio typefinder doesn't trump us.
15319
15320 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15321
15322         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15323           Protect against unexpected NULL strf_data buffer.
15324
15325 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15326
15327         * tests/check/elements/audioconvert.c: (verify_convert),
15328         (GST_START_TEST):
15329           interpret the out[] buffer in the order the bytes are actually
15330           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15331           Other tests should use BYTE_ORDER since the array is filled in
15332           with actual values
15333
15334 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15335
15336         * tests/check/elements/audioconvert.c: (verify_convert),
15337         (GST_START_TEST):
15338           when a test fails, give an indication of which it is
15339
15340 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15341
15342         * gst-libs/gst/cdda/gstcddabasesrc.c:
15343           compile fix; strtol() needs <stdlib.h>
15344
15345 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15346
15347         * ext/alsa/gstalsamixerelement.c:
15348         * ext/alsa/gstalsasrc.c:
15349         * ext/cdparanoia/gstcdparanoiasrc.c:
15350         * ext/gnomevfs/gstgnomevfssink.c:
15351         * ext/gnomevfs/gstgnomevfssrc.c:
15352         * ext/ogg/gstoggdemux.c:
15353         * ext/ogg/gstoggmux.c:
15354         * ext/ogg/gstoggparse.c:
15355         * ext/ogg/gstogmparse.c:
15356         * ext/pango/gstclockoverlay.c:
15357         * ext/pango/gsttextoverlay.c:
15358         * ext/pango/gsttextrender.c:
15359         * ext/pango/gsttimeoverlay.c:
15360         * ext/theora/theoradec.c:
15361         * ext/theora/theoraenc.c:
15362         * ext/vorbis/vorbisdec.c:
15363         * ext/vorbis/vorbisenc.c:
15364         * gst-libs/gst/audio/gstaudiofilter.c:
15365         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15366         * gst/audioconvert/gstaudioconvert.c:
15367         * gst/audiorate/gstaudiorate.c:
15368         * gst/audioresample/gstaudioresample.c:
15369         * gst/audiotestsrc/gstaudiotestsrc.c:
15370         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15371         * gst/playback/gstdecodebin.c:
15372         * gst/playback/gstplaybin.c:
15373         * gst/playback/gststreamselector.c:
15374         * gst/subparse/gstsubparse.c:
15375         * gst/tcp/gstmultifdsink.c:
15376         * gst/tcp/gsttcpclientsink.c:
15377         * gst/tcp/gsttcpclientsrc.c:
15378         * gst/tcp/gsttcpserversink.c:
15379         * gst/tcp/gsttcpserversrc.c:
15380         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15381         * gst/videorate/gstvideorate.c:
15382         * gst/videoscale/gstvideoscale.c:
15383         * gst/videotestsrc/gstvideotestsrc.c:
15384         * gst/volume/gstvolume.c:
15385         * sys/v4l/gstv4ljpegsrc.c:
15386         * sys/v4l/gstv4lmjpegsink.c:
15387         * sys/v4l/gstv4lmjpegsrc.c:
15388         * sys/v4l/gstv4lsrc.c:
15389         * sys/ximage/ximagesink.c:
15390         * sys/xvimage/xvimagesink.c:
15391         * tests/check/libs/cddabasesrc.c:
15392           make GstElementDetails const
15393
15394 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15395
15396         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15397         (gst_adder_init):
15398           send events from src-pad to all sink-pads fixes #338657
15399
15400 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15401
15402         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15403         (alsasink_parse_spec):
15404           query width capabilities from alsa, fixes #338919
15405
15406 2006-04-28  Wim Taymans  <wim@fluendo.com>
15407
15408         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15409         (gst_multi_fd_sink_remove_client_link):
15410         * gst/tcp/gstmultifdsink.h:
15411         Fix race condition in multifdsink that can lead to spurious 
15412         duplicate clients. this patch adds a new signal that is fired when
15413         multifdsink has removed all references to the fd.
15414         Fixes #339574.
15415         Updated documentation.
15416         API: client-fd-removed signal added
15417
15418 2006-04-28  Michael Smith  <msmith@fluendo.com>
15419
15420         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15421           When asking g_value_array_new to prealloc elements, we may as well
15422           ask for the right number of elements.
15423
15424 2006-04-28  Wim Taymans  <wim@fluendo.com>
15425
15426         * gst-libs/gst/audio/gstbaseaudiosink.c:
15427         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15428         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15429         patch to make timestamp checking more tollerant to rounding 
15430         errors given that real discontinuities are to be marked on
15431         buffers. Fixes some asf files and #338778.
15432         Also avoid some crashers when we receive an event in the 
15433         NULL state.
15434
15435 2006-04-28  Michael Smith  <msmith@fluendo.com>
15436
15437         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15438         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15439         (gst_gnome_vfs_src_get_property),
15440         (gst_gnome_vfs_src_send_additional_headers_callback),
15441         (gst_gnome_vfs_src_received_headers_callback),
15442         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15443         (gst_gnome_vfs_src_stop):
15444         * ext/gnomevfs/gstgnomevfssrc.h:
15445           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15446           proper shared support within icydemux.
15447
15448 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15449
15450         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15451         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15452           fix up docs
15453           fix a leak when no caps negotiated
15454           fix counting of input frames
15455         * tests/check/elements/.cvsignore:
15456         * tests/check/elements/videorate.c: (assert_videorate_stats),
15457         (GST_START_TEST), (videorate_suite):
15458           add tests for these
15459
15460 2006-04-28  Wim Taymans  <wim@fluendo.com>
15461
15462         * gst-libs/gst/audio/gstringbuffer.c:
15463         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15464         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15465         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15466         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15467         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15468         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15469         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15470         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15471         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15472         Check arguments passed to public functions instead of
15473         crashing.
15474
15475 2006-04-28  Wim Taymans  <wim@fluendo.com>
15476
15477         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15478         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15479         GstBaseAudioSrc must be live or it does not work.
15480
15481         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15482         Don't set live to TRUE as this is the default in the parentclass.
15483
15484 2006-04-28  Wim Taymans  <wim@fluendo.com>
15485
15486         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15487         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15488         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15489         fixation cases better. Fixes #338991
15490
15491 2006-04-28  Wim Taymans  <wim@fluendo.com>
15492
15493         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15494         Handle 0/1 framerate correctly Fixes #331901.
15495
15496 2006-04-28  Wim Taymans  <wim@fluendo.com>
15497
15498         * tests/check/elements/audioconvert.c: (get_float_caps),
15499         (GST_START_TEST), (audioconvert_suite):
15500         Added check for correct clipping when doing float samples
15501         in audioconvert.
15502
15503 2006-04-28  Wim Taymans  <wim@fluendo.com>
15504
15505         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15506         (gst_video_rate_chain):
15507         Print more debugging info.
15508
15509 2006-04-28  Wim Taymans  <wim@fluendo.com>
15510
15511         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15512         (resample_set_state_from_caps):
15513         Add support for other formats audioresample can handle such as
15514         32 bits in and float and 64 bits float. Fixes #301759
15515
15516 2006-04-28  Wim Taymans  <wim@fluendo.com>
15517
15518         * gst/audioconvert/audioconvert.c: (float):
15519         correctly clip float samples > 1.0. Fixes #338718
15520
15521 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15522
15523         Patch by: Young-Ho Cha  <ganadist at chollian net>
15524
15525         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15526         (gst_text_overlay_render_text):
15527           Don't strip newlines from the text. Also, center lines
15528           within multi-line paragraphs (#339405).
15529
15530 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15531
15532         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15533           Fix wavpack typefinding to work in more cases (don't peek
15534           for chunks of multiple hundred kBs at once, but process
15535           things step-by-step in smaller units). Fixes #339786.
15536
15537 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15538
15539         * configure.ac:
15540           back to HEAD
15541
15542 === release 0.10.6 ===
15543
15544 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15545
15546         * configure.ac:
15547           releasing 0.10.6, "Chao"
15548
15549 2006-04-26  David Schleef  <ds@schleef.org>
15550
15551         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15552           Fixes #338897.
15553
15554 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15555
15556         * configure.ac:
15557         * win32/common/config.h:
15558           new prerelease
15559
15560 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15561
15562         patch by: Wim Taymans
15563
15564         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15565         (gst_ogg_demux_perform_seek):
15566           make sure correct newsegments are sent, so that the decoder
15567           and the demuxer agree on timestamps.  Fixes playback of a lot
15568           of Ogg files that do not start from 0.  Fixes #339833.
15569
15570 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15571
15572         Patch by: Edward Hervey  <edward@fluendo.com>
15573
15574         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15575         * tests/check/Makefile.am:
15576         * tests/check/elements/videorate.c: (assert_videorate_stats),
15577         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15578         (videorate_suite), (main):
15579           Fix an infinite loop if frames are passed in with wrongly ordered
15580           timestamps.  Fixes #339013.
15581
15582 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15583
15584         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15585
15586         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15587           fix typefinding on some ISO files.  Fixes #339212.
15588
15589 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15590
15591         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15592
15593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15594           add another H264 fourcc.  Fixes #339047.
15595
15596 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15597
15598         Patch by: Jan Schmidt
15599
15600         * gst/playback/gststreamselector.c:
15601         (gst_stream_selector_bufferalloc):
15602           Restore old StreamSelector behaviour.
15603           Fixes #338419.
15604
15605 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15606
15607         * configure.ac:
15608         * win32/common/config.h:
15609           prerelease
15610
15611 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15612
15613         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15614
15615         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15616         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15617           Fix some memory leaks: on finalize, free buffers left in the queue
15618           before destroying the queue; in _push(), unref rtp_buf even if
15619           the process vfunc returned a NULL buffer as output buffer (#337548);
15620           demote some recuring debug messages to LOG level.
15621
15622 2006-04-11  Wim Taymans  <wim@fluendo.com>
15623
15624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15625         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15626         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15627         (gst_ogg_demux_loop):
15628         More cleanups.
15629         Respect segment stop when emiting EOS or SEGMENT_DONE.
15630         Fixes (#337945).
15631
15632 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15633
15634         * gst/playback/gststreamselector.c:
15635         (gst_stream_selector_get_property):
15636           Don't leak pad name.
15637
15638 2006-04-10  Michael Smith  <msmith@fluendo.com>
15639
15640         * tests/check/Makefile.am:
15641         * tests/check/gst-plugins-base.supp:
15642           Suppress an old libtheora bug (fixed in more recent versions), so 
15643           that FC4 buildslaves can pass.
15644
15645 2006-04-10  Wim Taymans  <wim@fluendo.com>
15646
15647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15648         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15649         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15650         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15651         (gst_ogg_demux_loop):
15652         Don't leak events.
15653         Remember what error we got when finding chains, if we
15654         were shutdown, that would not be an error.
15655
15656 2006-04-10  Wim Taymans  <wim@fluendo.com>
15657
15658         * gst-libs/gst/audio/gstbaseaudiosink.c:
15659         (gst_base_audio_sink_event):
15660         Starting the ringbuffer when we did not acquire it can cause
15661         a deadlock, is pointless and causes nasty things for
15662         subclasses. 
15663         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15664
15665 2006-04-10  Wim Taymans  <wim@fluendo.com>
15666
15667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15668         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15669         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15670         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15671         (gst_ogg_demux_deactivate_current_chain),
15672         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15673         (gst_ogg_demux_bisect_forward_serialno),
15674         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15675         Add some more debugging.
15676
15677 2006-04-10  Wim Taymans  <wim@fluendo.com>
15678
15679         * ext/theora/theoradec.c: (theora_dec_src_event),
15680         (theora_handle_data_packet):
15681         Some more debug info.
15682
15683         * tests/examples/seek/seek.c: (start_seek), (main):
15684         Print element messages too.
15685
15686 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15687
15688         * gst/audioresample/debug.h:
15689           replace debug macros with variable number of parameters
15690           by a simple alias to gstreamer standard debug macros 
15691          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15692           supported by MSVC 6.0 and 7.1)
15693         * gst/audioresample/resample.h:
15694           define M_PI and rint for WIN32
15695         * win32/common/libgstaudio.def:
15696         * win32/common/libgstriff.def:
15697         * win32/common/libgsttag.def:
15698         * win32/common/libgstvideo.def:
15699           add new exported functions
15700         * win32/vs6:
15701           update project files
15702
15703 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15704
15705         * ext/alsa/gstalsamixeroptions.c:
15706         (gst_alsa_mixer_options_class_init):
15707         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15710         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15711         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15712         * gst-libs/gst/audio/gstaudiofilter.c:
15713         (gst_audio_filter_class_init):
15714         * gst-libs/gst/audio/gstaudiosink.c:
15715         (gst_audioringbuffer_class_init):
15716         * gst-libs/gst/audio/gstaudiosrc.c:
15717         (gst_audioringbuffer_class_init):
15718         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15719         * gst-libs/gst/interfaces/colorbalancechannel.c:
15720         (gst_color_balance_channel_class_init):
15721         * gst-libs/gst/interfaces/mixeroptions.c:
15722         (gst_mixer_options_class_init):
15723         * gst-libs/gst/interfaces/mixertrack.c:
15724         (gst_mixer_track_class_init):
15725         * gst-libs/gst/interfaces/tunerchannel.c:
15726         (gst_tuner_channel_class_init):
15727         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15728         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15729         (gst_netbuffer_class_init):
15730         * gst-libs/gst/rtp/gstbasertppayload.c:
15731         (gst_basertppayload_class_init):
15732         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15733         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15734         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15735         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15736         * gst/playback/gststreamselector.c:
15737         (gst_stream_selector_class_init):
15738         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15739         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15740         * sys/v4l/gstv4lcolorbalance.c:
15741         (gst_v4l_color_balance_channel_class_init):
15742         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15743         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15744         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15745         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15746         (gst_v4l_tuner_norm_class_init):
15747         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15749         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15750         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15751
15752 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15753
15754         * ext/pango/gsttextrender.h:
15755         * gst-libs/gst/audio/gstaudiosink.h:
15756         * gst-libs/gst/audio/gstaudiosrc.h:
15757         * gst-libs/gst/audio/gstbaseaudiosink.h:
15758         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15759         * gst-libs/gst/audio/gstringbuffer.h:
15760         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15761         * gst-libs/gst/rtp/gstbasertppayload.h:
15762         * gst-libs/gst/video/gstvideofilter.h:
15763         * gst-libs/gst/video/gstvideosink.h:
15764         * gst/playback/gstplaybasebin.h:
15765         * gst/tcp/gstmultifdsink.h:
15766         * sys/v4l/gstv4lelement.h:
15767         Fix broken GObject macros
15768
15769 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15770
15771         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15772         More debug to trace why my USB headset is not working with gst
15773
15774 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15775
15776         * gst/playback/gstplaybasebin.c: (group_destroy):
15777         Clean up our group elements properly in the case where it never 
15778         got committed - it still got added unconditionally to the bin.
15779
15780 2006-04-07  Wim Taymans  <wim@fluendo.com>
15781
15782         * ext/theora/theoradec.c: (theora_dec_sink_event),
15783         (theora_handle_data_packet), (theora_dec_chain):
15784         Unref unhandled events.
15785         Protect against empty buffers.
15786         Perform QoS on running time.
15787
15788 2006-04-07  Michael Smith  <msmith@fluendo.com>
15789
15790         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15791         (gst_vorbis_enc_chain):
15792           Remove leaks from vorbisenc.
15793           Mostly minor changes, the only significant one is that now the
15794           buffers we set as 'streamheader' on the caps are copies of the
15795           original buffers, to avoid circular refcounting problems.
15796
15797 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15798
15799         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15800           Don't remove our mute-probe if someone else already did so.
15801           Don't set a 2nd one if there is already one pending on the pad.
15802
15803         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15804         (do_playbin_seek):
15805           When a seek fails, ensure that playbin is still set back to playing.
15806           
15807         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15808         (mpeg_ts_type_find), (plugin_init):
15809           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15810
15811 2006-04-06  Andy Wingo  <wingo@pobox.com>
15812
15813         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15814         (gst_video_rate_init): Caps-related parameters should not be reset
15815         by a flush -- move their inits to the instance init function.
15816         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15817         is not OK, just return the result.
15818
15819         * gst/audiotestsrc/gstaudiotestsrc.c
15820         (gst_audio_test_src_class_init)
15821         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15822         broken by Stefan's commit on 24 March.
15823
15824         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15825         buffers being pushed out. Fixes oggmux ! multifdsink.
15826
15827 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15828
15829         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15830         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15831         * ext/vorbis/vorbisdec.h:
15832         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15833         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15834         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15835         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15836         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15837         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15838         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15839         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15840         (gst_vorbis_enc_buffer_from_packet),
15841         (gst_vorbis_enc_buffer_from_header_packet),
15842         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15843         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15844         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15845         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15846         (gst_vorbis_enc_change_state):
15847         * ext/vorbis/vorbisenc.h:
15848           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15849           vorbisenc adhere to the official nomenclature; use boilerplate
15850           macro.
15851
15852 2006-04-04  Andy Wingo  <wingo@pobox.com>
15853
15854         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15855         Whoops, fix bug introduced. Bad hacker!
15856         
15857         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15858         Properly handle the case where you get EOS before any buffers are
15859         received. Use gst_buffer_make_metadata_writable where appropriate.
15860
15861         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15862         is often negative -- make it signed so as not to wrap around.
15863         Fixes segfaults introduced on 9 March.
15864
15865 2006-04-03  Wim Taymans  <wim@fluendo.com>
15866
15867         * ext/theora/gsttheoradec.h:
15868         * ext/theora/theoradec.c: (theora_dec_src_event):
15869         Don't try to store a gdouble in a gboolean.
15870         Small cleanups.
15871
15872 2006-04-03  Michael Smith  <msmith@fluendo.com>
15873
15874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15875           Oggmux sucks.
15876           Make it suck slightly less by writing out the final page.
15877           Still can't encode a vorbis-in-ogg file correctly, though.
15878
15879 2006-04-03  Andy Wingo  <wingo@pobox.com>
15880
15881         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15882         a g_print.
15883
15884         * ext/theora/theora.c (plugin_init): Register theoraparse.
15885
15886         * ext/theora/gsttheoraparse.h: 
15887         * ext/theora/theoraparse.c: New files implementing a theora
15888         parser. Now we can properly remux ogg/theora+vorbis, yay.
15889
15890         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15891
15892 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15893
15894         * gst/audiotestsrc/gstaudiotestsrc.c:
15895           Fixed the sample pipeline (see #323798)
15896
15897 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15898
15899         * configure.ac:
15900         * win32/common/config.h:
15901         * win32/common/config.h.in:
15902           use AS_VERSION and AS_NANO
15903           more cleanups
15904
15905 2006-03-31  Andy Wingo  <wingo@pobox.com>
15906
15907         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15908         uninitialized variable return that would happen.
15909         
15910         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15911         uninitialized variable return that would never happen.
15912
15913         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15914         (vorbis_parse_sink_event): Add an event function to flush our
15915         state on a seek, and to drain buffers on a premature EOS.
15916         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15917         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15918         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15919         (vorbis_parse_drain_queue): Queue up buffers until we can set
15920         their timestamps and granulepos values.
15921
15922         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15923         and keep track of data needed for deriving granulepos and
15924         timestamps for buffers.
15925
15926 2006-03-29  Wim Taymans  <wim@fluendo.com>
15927
15928         Patch by: j^ <j at bootlab dot org>
15929
15930         * ext/alsa/gstalsamixerelement.c:
15931         (gst_alsa_mixer_element_class_init):
15932         * ext/alsa/gstalsasink.c:
15933         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15934         * ext/ogg/gstoggdemux.c:
15935         * ext/ogg/gstoggmux.c:
15936         * ext/ogg/gstoggparse.c:
15937         * ext/pango/gstclockoverlay.c:
15938         * ext/pango/gsttextoverlay.c:
15939         * ext/pango/gsttextrender.c:
15940         * ext/pango/gsttimeoverlay.c:
15941         * ext/theora/theoradec.c:
15942         * ext/theora/theoraenc.c:
15943         * ext/vorbis/vorbisdec.c:
15944         * ext/vorbis/vorbisenc.c:
15945         * gst/audioconvert/gstaudioconvert.c:
15946         * gst/subparse/gstsubparse.c:
15947         * gst/tcp/gstmultifdsink.c:
15948         * gst/tcp/gsttcpclientsink.c:
15949         * gst/tcp/gsttcpclientsrc.c:
15950         * gst/tcp/gsttcpserversink.c:
15951         * gst/tcp/gsttcpserversrc.c:
15952           better/unified long descriptions
15953           Fixes #336477
15954
15955 2006-03-29  Wim Taymans  <wim@fluendo.com>
15956
15957         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15958         (stop_seek):
15959         Don't let double and triple clicks mess up our state.
15960
15961 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15962
15963         * gst/playback/gstplaybin.c: (gen_video_element),
15964         (gen_text_element), (gen_audio_element), (gen_vis_element):
15965           Error out gracefully when we can't create any of the usual
15966           conversion elements for some reason. Also, don't try to
15967           create an audioscale (sic) element that's not used anyway.
15968
15969 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15970
15971         * gst/playback/gstplaybasebin.c: (setup_source):
15972           Don't post RESOURCE_NOT_FOUND error when we can't find a source
15973           element for a particular protocol, that's confusing for users.
15974           Instead, post a RESOURCE_FAILED error, so that our own error
15975           message is actually shown in totem etc. (#336303).
15976
15977 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15978
15979         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15980
15981         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
15982         (gst_gnome_vfs_src_get_icy_metadata):
15983           Fix some minor memory leaks (#336194).
15984
15985 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15986
15987         * ext/gnomevfs/gstgnomevfs.c:
15988         (gst_gnome_vfs_location_to_uri_string):
15989         * ext/gnomevfs/gstgnomevfs.h:
15990         * ext/gnomevfs/gstgnomevfssink.c:
15991         (gst_gnome_vfs_sink_set_property):
15992         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
15993           Make gnomevfssink accept filenames as well as URIs for the
15994           "location" property, just like gnomevfssrc does (and
15995           filesrc/filesink do) (#336190).
15996
15997 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15998
15999         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16000           set to NULL before unreffing, fixes a valgrind leak.
16001           Why was this not triggering the error that an object needs to
16002           be NULL before unreffing ?
16003         * win32/common/config.h:
16004           update
16005
16006 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16007
16008         * gst/subparse/gstsubparse.c: (convert_encoding),
16009         (gst_sub_parse_change_state):
16010         * gst/subparse/gstsubparse.h:
16011           Text subtitle files may or may not be UTF-8. If it's not, we
16012           don't really want to see '?' characters in place of non-ASCII
16013           characters like accented characters. So let's assume the input
16014           is UTF-8 until we come across text that is clearly not. If it's
16015           not UTF-8, we don't really know what it is, so try the following:
16016           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16017           is set; if not, check (b) if the current locale encoding is
16018           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16019           the current locale encoding is UTF-8 and the environment variable
16020           was not set to any particular encoding. Not perfect, but better
16021           than nothing (and better than before, I think) (fixes #172848).
16022
16023 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16024
16025         * configure.ac:
16026           update core requirement to 0.10.4.1 because of async_playback
16027           vmethod on GstBaseSink
16028
16029 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16030
16031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16032         * gst/adder/gstadder.c: (gst_adder_init):
16033         use DEBUG_FUNCPTR for collectpads
16034
16035 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16036
16037         * docs/plugins/Makefile.am:
16038         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16039         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16040         * ext/cdparanoia/gstcdparanoiasrc.c:
16041         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16042         (gst_gnome_vfs_sink_class_init):
16043         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16045         * ext/ogg/gstoggmux.c:
16046         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16047         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16048         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16049         * ext/pango/gsttextoverlay.c:
16050         * ext/pango/gsttextrender.c:
16051         * ext/theora/theoradec.c:
16052         * ext/theora/theoraenc.c:
16053         * ext/vorbis/vorbisdec.c:
16054         * ext/vorbis/vorbisenc.c:
16055         * gst-libs/gst/audio/gstaudiofilter.c:
16056         (gst_audio_filter_base_init):
16057         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16058         (gst_audio_filter_template_base_init):
16059         * gst/adder/gstadder.c: (gst_adder_get_type):
16060         * gst/adder/gstadder.h:
16061         * gst/audioconvert/gstaudioconvert.c:
16062         * gst/audiotestsrc/gstaudiotestsrc.c:
16063         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16064         (gst_audio_test_src_create):
16065         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16066         * gst/playback/gstdecodebin.c:
16067         * gst/playback/gstplaybin.c:
16068         * gst/playback/gststreamselector.c:
16069         (gst_stream_selector_base_init):
16070         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16071         * gst/volume/gstvolume.c:
16072         * sys/v4l/gstv4lmjpegsink.c:
16073         * sys/v4l/gstv4lmjpegsrc.c:
16074         * tests/check/libs/cddabasesrc.c:
16075         * tests/old/examples/gob/gst-identity2.gob:
16076           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16077           define GstElementDetails at the top
16078
16079 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16080
16081         * win32/common/libgstinterfaces.def:
16082         Add a lot of export functions for gst-python
16083         * win32/vs6/libgstinterfaces.dsp:
16084         Add a missing include folder in the project configuration
16085         
16086 2006-03-23  Wim Taymans  <wim@fluendo.com>
16087
16088         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16089         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16090         (gst_base_audio_src_change_state):
16091         Fix audio sources, forgot to make the ringbuffer
16092         startable...
16093
16094 2006-03-23  Wim Taymans  <wim@fluendo.com>
16095
16096         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16097         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16098         (gst_base_audio_src_change_state):
16099         unparent instead of unref the ringbuffer.
16100
16101 2006-03-23  Wim Taymans  <wim@fluendo.com>
16102
16103         * gst-libs/gst/audio/gstbaseaudiosink.c:
16104         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16105         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16106         Implement new async_play vmethod to start slaving and allow
16107         playback start in case of async PLAY state changes. 
16108
16109         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16110         Enable QoS with new method in base class.
16111
16112 2006-03-23  Wim Taymans  <wim@fluendo.com>
16113
16114         Patch by: Julien MOUTTE <julien at moutte dot net>
16115
16116         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16117         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16118         Partially handle 0 framerate, only EOS after the first frame
16119         is missing.
16120
16121 2006-03-23  Wim Taymans  <wim@fluendo.com>
16122
16123         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16124
16125         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16126         (gst_riff_create_video_template_caps):
16127         * gst/ffmpegcolorspace/avcodec.h:
16128         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16129         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16130         (gst_ffmpegcsp_avpicture_fill):
16131         * gst/ffmpegcolorspace/imgconvert.c:
16132         Patch for support of YVU9 AVI files (#334822)
16133
16134 2006-03-22  Edward Hervey  <edward@fluendo.com>
16135
16136         * docs/design/design-decodebin.txt:
16137         Added design document for new decodebin
16138         (Target Caps): text/x-pango-markup is also a default target caps.
16139
16140 2006-03-22  Wim Taymans  <wim@fluendo.com>
16141
16142         * gst-libs/gst/audio/gstbaseaudiosink.c:
16143         (gst_base_audio_sink_dispose):
16144         Since we _parent the ringbuffer, we also need to
16145         _unparent instead of a plain _unref.
16146
16147 2006-03-22  Wim Taymans  <wim@fluendo.com>
16148
16149         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16150         (stop_seek), (scrub_toggle_cb), (main):
16151         Add scrub checkbox.
16152
16153 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16154
16155         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16156         (gst_ogg_parse_chain):
16157           Fix very inefficient usage of linked lists (#335365).
16158
16159 2006-03-21  Edward Hervey  <edward@fluendo.com>
16160
16161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16162         * gst/playback/gstplaybin.c: (handoff):
16163         * gst/playback/gststreamselector.c:
16164         (gst_stream_selector_set_property):
16165         gcc 4.1 unreferenced pointer fixes.
16166         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16168         gst_buffer_ref() now takes a GstBuffer*.
16169
16170 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16171
16172         * sys/xvimage/xvimagesink.c:
16173         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16174         by Jan Schmidt.
16175
16176 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16177
16178         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16179         (id3v1_type_find), (apetag_type_find), (plugin_init):
16180           Can't do tag preferences via probability, as tags would then
16181           lose against types that are recognised with MAXIMUM probability
16182           (like .wav); so let all tag typefinders return MAXIMUM themselves
16183           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16184           that we can prefer APE to ID3v1 (fixes #335028).
16185           
16186 2006-03-17  Wim Taymans  <wim@fluendo.com>
16187
16188         * gst-libs/gst/audio/gstbaseaudiosink.c:
16189         (gst_base_audio_sink_change_state):
16190         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16191         (gst_ring_buffer_may_start):
16192         * gst-libs/gst/audio/gstringbuffer.h:
16193         Only start playback if we are playing.
16194         should fix #330748.
16195
16196 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16197
16198         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16199         * win32/common/config.h:
16200           Revert accidental commits to these files.
16201
16202 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16203
16204         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16205
16206         * tests/Makefile.am:
16207           Don't try to build tests in tests/icles if we
16208           don't have X (#323852)
16209
16210 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16211
16212         * gst-libs/gst/tag/gstid3tag.c:
16213           Add TXXX frame identifiers for replaygain stuff as used
16214           by some taggers (see #323721).
16215
16216 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16217
16218         * gst/playback/gststreamselector.c:
16219         (gst_stream_selector_set_property),
16220         (gst_stream_selector_bufferalloc):
16221           Preserve the existing buggy streamselector behaviour by performing
16222           a fallback buffer allocation when downstream isn't linked yet.
16223           This should really be fixed in playbin by blocking pads until it's
16224           linked them.
16225           Also, use gst_pad_alloc_buffer instead of
16226           gst_pad_alloc_buffer_and_set.
16227
16228 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16229
16230         * gst-libs/gst/tag/gstid3tag.c:
16231           Don't crash on unknown ID3v2 TXXX frames.
16232           
16233 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16234
16235         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16236           Chain up to the parent finalize method.
16237           Add 32-bit sample size to the template caps.
16238
16239         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16240         (gst_riff_create_video_template_caps):
16241           Add the fourcc that the VMWare codec uses.
16242           
16243         * gst/playback/gststreamselector.c:
16244         (gst_stream_selector_set_property),
16245         (gst_stream_selector_bufferalloc),
16246         (gst_stream_selector_request_new_pad):
16247           For the active pad, forward buffer-alloc requests, otherwise
16248           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16249           having to memcpy every frame when used by playbin.
16250
16251         * gst/tcp/gstmultifdsink.c:
16252         (gst_multi_fd_sink_handle_client_write):
16253           Get negotiated caps from the sink pad, rather than the sink
16254           pad's peer.
16255
16256 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16257
16258         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16259         
16260         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16261           Don't forget to set src->callbacks_pushed to FALSE again when
16262           popping them, otherwise re-activation in a different mode won't
16263           work (#334620).
16264
16265 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16266
16267         Patch by: Sebastien Moutte  <sebastien moutte net>
16268
16269         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16270         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16271         (gst_ffmpeg_smpfmt_to_caps):
16272           Replace __VA_ARGS__ caps creation macros with varargs functions.
16273           Makes things compile on MSVC (#320765), looks nicer, and we can
16274           tell the compiler to check for the NULL terminator.
16275
16276 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16279
16280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16281           Make sure the buffer we copy into is really always big
16282           enough, this time for real (#333488).
16283           
16284 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16285
16286         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16287           Add support for 24bpp DIB (#305279).
16288
16289 2006-03-14  Wim Taymans  <wim@fluendo.com>
16290
16291         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16292         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16293         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16294         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16295         (gst_video_scale_init), (gst_video_scale_src_event):
16296         Re-enable QoS after the release.
16297         Rework videoscale to use the base class src_event handler.
16298
16299 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16300
16301         * configure.ac:
16302           back to CVS.
16303
16304 === release 0.10.5 ===
16305
16306 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16307
16308         * configure.ac:
16309           releasing 0.10.5, "Net"
16310
16311 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16312
16313         * docs/plugins/Makefile.am:
16314           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16315           
16316 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16317
16318         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16319         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16320         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16321           Add cdparanoiasrc to docs.
16322
16323         * gst-libs/gst/cdda/gstcddabasesrc.c:
16324           More GstCddaBaseSrc docs.
16325
16326 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16327
16328         * docs/libs/gst-plugins-base-libs-sections.txt:
16329         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16330         * gst-libs/gst/tag/tag.h:
16331           API: libgsttag: new method gst_tag_from_id3_user_tag().
16332
16333 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16334
16335         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16336           NULL-terminate array of mpeg4 video file extensions.
16337           Fixes crash on PPC (#334226).
16338
16339 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16340
16341         * ext/gnomevfs/gstgnomevfssrc.c:
16342         (gst_gnome_vfs_src_check_get_range):
16343           gnome_vfs_uri_is_local() alone is not a good indicator
16344           whether we can operate in pull-mode with a specific URI,
16345           as it returns FALSE for file:// URIs that point to an
16346           NFS-mounted path. Be more conservative here: whitelist
16347           local files, blacklist http URIs and use the old
16348           mechanism for anything else (fixes #334216).
16349
16350 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16351
16352         * configure.ac:
16353           back to trunk
16354
16355 === release 0.10.4 ===
16356
16357 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16358
16359         * configure.ac:
16360           releasing 0.10.4, "Power"
16361
16362 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16363
16364         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16365         Disable max-lateness by setting it to -1 for now, so that 
16366         we can bed QoS stuff in thoroughly between now and the next
16367         release.
16368
16369 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16370
16371         Patch by: Fabrizio Gennari
16372
16373         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16374           Make sure we don't read beyond the palette buffer in case of
16375           broken or manipulated files (#333488)
16376
16377 2006-03-10  Edward Hervey  <edward@fluendo.com>
16378
16379         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16380         Fix for variable not initialized.
16381
16382 2006-03-09  Wim Taymans  <wim@fluendo.com>
16383
16384         * ext/libvisual/visual.c: (gst_visual_get_type),
16385         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16386         (gst_visual_chain):
16387         Small cleanups.
16388
16389         * ext/theora/gsttheoradec.h:
16390         * ext/theora/theoradec.c: (gst_theora_dec_init),
16391         (gst_theora_dec_reset), (_theora_granule_time),
16392         (theora_dec_src_convert), (theora_dec_sink_convert),
16393         (theora_dec_src_query), (theora_dec_src_event),
16394         (theora_dec_sink_event), (theora_handle_comment_packet),
16395         (theora_handle_header_packet), (theora_dec_push),
16396         (theora_handle_data_packet), (theora_dec_chain),
16397         (theora_dec_change_state):
16398         Add simple QoS.
16399
16400 2006-03-09  Wim Taymans  <wim@fluendo.com>
16401
16402         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16403         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16404         Some cleanups.
16405
16406 2006-03-09  Wim Taymans  <wim@fluendo.com>
16407
16408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16409         Don't try to activate NULL chains.
16410
16411 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16412
16413         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16414           Fix invalid memory access to region before peek'd data (#332964).
16415
16416 2006-03-09  Wim Taymans  <wim@fluendo.com>
16417
16418         Patch by: Christophe Fergeau
16419
16420         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16421         * ext/pango/gsttextrender.c: (gst_text_render_init):
16422         * gst/adder/gstadder.c: (gst_adder_init):
16423         Don't leak padtemplates, closes #333510.
16424
16425 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16426
16427         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16428           Fix invalid memory access: make sure string passed to
16429           regexec() is NUL-termianted.
16430
16431 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16432
16433         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16434         (mp3_type_find):
16435           Refactor mpeg/audio typefinding to make it more maintainable
16436           and easier to fine-tune. Make probing into middle of the file
16437           work properly (fixes #333900, also see #152688).
16438
16439 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16440
16441         * gst/typefind/gsttypefindfunctions.c:
16442         (utf8_type_find_have_valid_utf8_at_offset):
16443           Remove part from previous commit that was bogus:
16444           g_utf8_validate() does in fact not accept embedded
16445           zeroes, so we don't need to check for those (thanks
16446           to Mike for the hint).
16447
16448 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16449
16450         * gst/typefind/gsttypefindfunctions.c:
16451         (utf8_type_find_count_embedded_zeroes),
16452         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16453           Make plain/text typefinder more conservative: firstly, check
16454           for embedded zeroes, which are perfectly valid UTF-8 characters,
16455           but also a fairly good sign that something is not a plain text
16456           file; secondly, probe into the middle of the file if possible.
16457           If we can't probe into the middle, limit the probability value
16458           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16459
16460 2006-03-08  Michael Smith  <msmith@fluendo.com>
16461
16462         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16463           Make typefind function name for mpeg4 video unique.
16464
16465 2006-03-08  Wim Taymans  <wim@fluendo.com>
16466
16467         * ext/libvisual/visual.c: (gst_visual_init),
16468         (gst_visual_clear_actors), (gst_visual_dispose),
16469         (gst_visual_reset), (gst_visual_src_setcaps),
16470         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16471         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16472         (gst_visual_chain), (gst_visual_change_state):
16473         Cleanups, post nice errors.
16474         Handle sink and src events.
16475         Implement simple QoS.
16476
16477         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16478         Use new basesink methods to configure max-lateness.
16479         Small doc update.
16480
16481         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16482         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16483         Debug statement cleanups.
16484
16485         * gst/volume/gstvolume.c: (gst_volume_class_init):
16486         Simple cleanup.
16487
16488 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16489
16490         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16491         (gst_text_overlay_init), (gst_text_overlay_set_property),
16492         (gst_text_overlay_get_property):
16493           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16494           as string type properties, but mark them deprecated. Add
16495           'halignment' and 'valignment' properties that use enums
16496           instead of strings.
16497
16498 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16499
16500         Patch by: Fabrizio Gennari
16501
16502         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16503           Allow palettes with less than 256 colours in AVI files
16504           (#333488)
16505
16506 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16507
16508         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16509         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16510         pad. We were releasing the queued text buffer when we should keep
16511         it until video pad gets EOS or discard the text buffer because it's
16512         too old. That was eating the last subtitle buffer. Add some more
16513         debug.
16514
16515 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16516
16517         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16518         (gst_text_overlay_video_chain):
16519           Fix invalid memory access (we can't access a buffer after it's been
16520           pushed downstream without taking a reference); fix memory leak (if
16521           there's no text to render, bail out before allocating stuff).
16522
16523 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16524
16525         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16526         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16527         * ext/pango/gsttextoverlay.h:
16528           If input is plain text, escape it before passing it to
16529           pango_layout_set_markup().
16530
16531 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16532
16533         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16534           Don't ignore flow return from gst_pad_push().
16535
16536 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16537
16538         Patch by: Fabrizio Gennari
16539
16540         * ext/libvisual/visual.c: (gst_visual_getcaps),
16541         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16542         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16543         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16544         (gst_vorbisenc_convert_sink):
16545         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16546         (gst_audio_duration_from_pad_buffer):
16547         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16548         (gst_audio_filter_chain):
16549         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16550         (gst_base_rtp_depayload_setcaps):
16551         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16552         (gst_video_get_size):
16553         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16554           Don't leak references returned by gst_pad_get_parent()
16555           (#333663)
16556
16557 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16558
16559         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16560           change location param details
16561         * gst/volume/gstvolume.c: (plugin_init):
16562           correct plugin description
16563
16564 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16565
16566         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16567         (gst_gnome_vfs_src_check_get_range):
16568           Override GstBaseSrc::check_get_range() in order to avoid opening
16569           the resource just to check whether we can operate in pull-mode or
16570           not - we can predict that pretty well from the URI alone. Should
16571           fix problems with last.fm (#331690). (Requires latest core CVS).
16572
16573 2006-03-06  Wim Taymans  <wim@fluendo.com>
16574
16575         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16576         (gst_video_sink_class_init):
16577         Throw away frames that are later than 20 ms.
16578
16579 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16580
16581         Patch by: Fabrizio Gennari
16582
16583         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16584           Set depth on WMA caps (#333545)
16585
16586 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16587
16588         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16589         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16590           put Theora BOS pages before others.  This hardcodes
16591           the Ogg/Theora I profile, but hey.
16592
16593 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16594
16595         * ext/ogg/README:
16596           updated with some examples
16597         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16598         (granulepos_add), (theora_buffer_from_packet):
16599         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16600         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16601         (gst_vorbisenc_chain):
16602           implement strategy from ext/ogg/README
16603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16604         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16605         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16606         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16607           Fix muxer so that oggz-validate is happy with all streams;
16608           except for no eos mark, and the BOS page ordering
16609         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16610         (check_buffer_granulepos):
16611         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16612           update tests to check for OFFSET being set as requested
16613           fixed type of granulepos, it's not a ClockTime
16614
16615 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16616
16617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16618         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16619         Check that the xvimage we are creating has a correct size
16620         before returning it. (#314897)
16621
16622 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16623
16624         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16625           Give id3 and ape tag typefinders a rank slightly higher
16626           than PRIMARY to ensure they're always run before any of
16627           the other typefinders (in particular wav and mp3) (#324186).
16628
16629 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16630
16631         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16632           Add support for '3IVD' fourcc (#333403).
16633
16634 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16635
16636         * configure.ac:
16637           Bump requirements to GStreamer CVS for the new error enum.
16638
16639         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16640           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16641           space left on the device (fixes #333352).
16642
16643 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16644
16645         * win32/vs6:
16646           add a project file for libgstvolume
16647           update the workspace
16648
16649 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16650
16651         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16652         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16653         (GST_START_TEST):
16654           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16655           Set IN_CAPS on header buffers
16656
16657 2006-03-02  Wim Taymans  <wim@fluendo.com>
16658
16659         * docs/plugins/Makefile.am:
16660         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16661         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16662         Add audioresample to docs.
16663
16664         * gst/audioconvert/gstaudioconvert.c:
16665         Add revision date.
16666
16667         * gst/audioresample/gstaudioresample.c:
16668         (gst_audioresample_base_init), (gst_audioresample_class_init),
16669         (gst_audioresample_init), (gst_audioresample_dispose),
16670         (audioresample_get_unit_size), (audioresample_transform_caps),
16671         (resample_set_state_from_caps), (audioresample_transform_size),
16672         (audioresample_set_caps), (audioresample_event),
16673         (audioresample_do_output), (audioresample_transform),
16674         (audioresample_pushthrough), (gst_audioresample_set_property),
16675         (gst_audioresample_get_property), (plugin_init):
16676         * gst/audioresample/gstaudioresample.h:
16677         Added docs.
16678         Small code cleanups.
16679
16680 2006-03-02  Wim Taymans  <wim@fluendo.com>
16681
16682         * docs/plugins/Makefile.am:
16683         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16684         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16685         Added videoscale to docs.
16686
16687         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16688         (gst_video_rate_swap_prev), (gst_video_rate_event),
16689         (gst_video_rate_chain):
16690         Fix typo in docs.
16691
16692         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16693         (gst_video_scale_init), (gst_video_scale_prepare_size),
16694         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16695         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16696         * gst/videoscale/gstvideoscale.h:
16697         Added docs, examples.
16698         Some code cleanups.
16699         Post errors instead of g_warning.
16700
16701 2006-03-02  Wim Taymans  <wim@fluendo.com>
16702
16703         * docs/libs/gst-plugins-base-libs-docs.sgml:
16704         * docs/libs/gst-plugins-base-libs-sections.txt:
16705         * docs/libs/gst-plugins-base-libs.types:
16706         * docs/plugins/Makefile.am:
16707         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16708         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16709         Added some more docs to libs and plugins.
16710
16711         * gst-libs/gst/audio/gstringbuffer.c:
16712         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16713         * gst-libs/gst/audio/gstringbuffer.h:
16714         Document ringbuffer some more.
16715
16716         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16717         (gst_video_rate_setcaps), (gst_video_rate_reset),
16718         (gst_video_rate_init), (gst_video_rate_flush_prev),
16719         (gst_video_rate_swap_prev), (gst_video_rate_event),
16720         (gst_video_rate_chain), (gst_video_rate_change_state):
16721         * gst/videorate/gstvideorate.h:
16722         Fix videorate to use segments.
16723         Make it work with 0/1 framerates (closes #331903)
16724         Handle EOS correctly.
16725         Added docs.
16726
16727 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16728
16729         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16730         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16731         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16732           In state change function, first chain up to parent class,
16733           then handle downwards state change stuff. Remove some
16734           commented out cruft from 0.8 code.
16735
16736 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16737
16738         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16739         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16740         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16741         (gst_ogm_parse_chain):
16742           Don't remove/re-add source pad if the new caps are the same as
16743           the old caps anyway (#333042). When removing source pad, don't
16744           unref it afterwards - we didn't ref it when adding. Sprinkle some
16745           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16746           after using gst_pad_get_parent(). Return downstream flow return
16747           value in chain function.
16748
16749 2006-03-02  Wim Taymans  <wim@fluendo.com>
16750
16751         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16752         * docs/plugins/gst-plugins-base-plugins.args:
16753         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16754         * docs/plugins/gst-plugins-base-plugins.interfaces:
16755         * docs/plugins/gst-plugins-base-plugins.signals:
16756         Fix hierarchy, added some more elements to the docs.
16757
16758         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16759         (gst_ffmpegcsp_get_type):
16760         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16761         Fix docs for ffmpegcolorspace.
16762
16763 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16764
16765         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16766         (apetag_type_find), (ape_type_find), (plugin_init):
16767           Some typefinding fine-tuning:
16768           - rank ID3/APE tags in order of preference via probabilities, so that
16769             ID3v2 > APEv2 > APEv1 > ID3v1.
16770           - three or four bytes don't really justify MAXIMUM probability,
16771             change those to 'very likely' (musepack and monkeysaudio).
16772
16773 2006-03-01  Wim Taymans  <wim@fluendo.com>
16774
16775         * docs/plugins/Makefile.am:
16776         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16777         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16778         * ext/alsa/gstalsamixer.c:
16779         * ext/alsa/gstalsamixer.h:
16780         * ext/alsa/gstalsamixerelement.c:
16781         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16782         * ext/alsa/gstalsamixerelement.h:
16783         * ext/alsa/gstalsasink.c:
16784         * ext/alsa/gstalsasink.h:
16785         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16786         (gst_alsasrc_init):
16787         * ext/alsa/gstalsasrc.h:
16788         Added alsa docs.
16789         Small code cleanups.
16790
16791 2006-03-01  Wim Taymans  <wim@fluendo.com>
16792
16793         * ext/theora/Makefile.am:
16794         Dist new header too,
16795
16796 2006-03-01  Wim Taymans  <wim@fluendo.com>
16797
16798         * docs/plugins/Makefile.am:
16799         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16800         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16801         * ext/gnomevfs/gstgnomevfssink.h:
16802         * ext/gnomevfs/gstgnomevfssrc.h:
16803         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16804         * ext/vorbis/vorbisdec.h:
16805         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16806         * ext/vorbis/vorbisenc.h:
16807         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16808         (vorbis_parse_chain), (vorbis_parse_change_state):
16809         * ext/vorbis/vorbisparse.h:
16810         * gst/audioconvert/gstaudioconvert.h:
16811         * gst/tcp/gsttcpserversink.h:
16812         * gst/videotestsrc/gstvideotestsrc.c:
16813         * gst/videotestsrc/gstvideotestsrc.h:
16814         * gst/volume/gstvolume.c:
16815         * gst/volume/gstvolume.h:
16816         Fix some more docs.
16817         Added docs for vorbisdec and vorbisparse.
16818         Fix vorbisparse.
16819
16820 2006-03-01  Wim Taymans  <wim@fluendo.com>
16821
16822         * docs/plugins/Makefile.am:
16823         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16824         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16825         * ext/pango/gstclockoverlay.h:
16826         * ext/pango/gsttextoverlay.h:
16827         * ext/pango/gsttextrender.h:
16828         * ext/pango/gsttimeoverlay.h:
16829         * ext/theora/gsttheoradec.h:
16830         * ext/theora/gsttheoraenc.h:
16831         * ext/theora/theoradec.c:
16832         * ext/theora/theoraenc.c:
16833         * gst/audioconvert/gstaudioconvert.h:
16834         * gst/audiotestsrc/gstaudiotestsrc.h:
16835         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16836         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16837         * gst/tcp/gstmultifdsink.h:
16838         Updated/added documentation.
16839
16840         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16841         (gst_text_overlay_halign_get_type),
16842         (gst_text_overlay_wrap_mode_get_type),
16843         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16844         (gst_text_overlay_init), (gst_text_overlay_set_property),
16845         (gst_text_overlay_get_property):
16846         Fix up properties to be enums instead of string to make bindings,
16847         introspection and automatic GUI creation possible.
16848         Add getters for the properties.
16849
16850 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16851
16852         * gst/audiotestsrc/gstaudiotestsrc.c:
16853           added defines of M_PI and M_PI_2
16854         * gst/ffmpegcolorspace/avcodec.h:
16855           removed #include "stdint.h" for win32 as _stdint.h is 
16856           autogenerated to win32/common
16857         * win32/common/libgstaudio.def:
16858         * win32/common/libgsttag.def:
16859           added some exports
16860         * win32/vs6:
16861           some project files bugs corrected
16862         * win32/vs7:
16863           project files are reset to the default vs7 configuration 
16864           (they link to msvcr71.dll using default optimizations)
16865           
16866 2006-02-28  Wim Taymans  <wim@fluendo.com>
16867
16868         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16869         Fix some docs.
16870
16871 2006-02-28  Edward Hervey  <edward@fluendo.com>
16872
16873         * ext/alsa/gstalsasrc.c:
16874         Set proper class on the ElementDetails:
16875         Source/Audio instead of Src/Audio/
16876
16877 2006-02-28  Edward Hervey  <edward@fluendo.com>
16878
16879         * gst/videoscale/vs_scanline.c:
16880         (vs_scanline_resample_nearest_RGBA):
16881         Revert optimization in videoscale. It should go in liboil and have
16882         an appropriate liboil function.
16883
16884 2006-02-28  Wim Taymans  <wim@fluendo.com>
16885
16886         * gst-libs/gst/audio/gstbaseaudiosink.c:
16887         (gst_base_audio_sink_provide_clock):
16888         Don't try to provide a clock in the NULL state.
16889
16890 2006-02-28  Wim Taymans  <wim@fluendo.com>
16891
16892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16893         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16894         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16895         (gst_ogg_demux_deactivate_current_chain),
16896         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16897         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16898         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16899         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16900         Use GstSegment infrastructure to remove duplicated code
16901         and handle more seek cases correctly.
16902
16903 2006-02-28  Wim Taymans  <wim@fluendo.com>
16904
16905         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16906         (gst_ffmpegcsp_transform):
16907         Don't ignore return code from ffmpeg convert function.
16908
16909         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16910         Split out some long statements to ease debugging.
16911
16912 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16913
16914         * ext/libvisual/visual.c: (gst_visual_init),
16915         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16916         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16917         being able to renegotiate the size. Instead, use the negotiation
16918         algorithm from the goom plugin to pick an initial output caps. 
16919
16920         Also, allow theoretical libvisual plugins that might support non-GL 
16921         output even if they also do GL.
16922
16923 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16924
16925         * ext/libvisual/visual.c: (gst_visual_init),
16926         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16927         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16928         possible negotiation issues.
16929
16930 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16931
16932         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16933
16934 2006-02-24  Michael Smith  <msmith@fluendo.com>
16935
16936         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16937         (cmml_type_find), (plugin_init):
16938           Fix CMML type find function to not require a specific minor version
16939           of the CMML header.
16940
16941           Add an MPEG4 video elementary stream typefind function.
16942
16943 2006-02-04  Michael Smith  <msmith@fluendo.com>
16944
16945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16946         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16947         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16948         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16949         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16950         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16951           Annodex support in ogg demuxer. Doesn't do very much without the
16952           other annodex patches (to come).
16953
16954 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16955
16956         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16957
16958         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16959           Pick up palette for MS video v1 (#327028)
16960
16961 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16962
16963         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16964         (gst_ffmpegcsp_caps_remove_format_info),
16965         (gst_ffmpegcsp_get_unit_size):
16966           The 'palette_data' field from incoming RGB caps shouldn't be
16967           proxied on outgoing YUV caps; also, restrict unit size
16968           adjustment in case of paletted data only to the unit that
16969           actually has a palette. Fixes #330711.
16970
16971 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16972
16973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16974         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16975         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
16976         (gst_ffmpegcsp_get_unit_size):
16977           Plug some memory leaks.
16978
16979 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16980
16981         * sys/ximage/Makefile.am:
16982         * sys/xvimage/Makefile.am:
16983           Add some _CFLAGS and _LIBS that seem to be missing
16984           and/or required for Cygwin (see #317048).
16985
16986 2006-02-22  Wim Taymans  <wim@fluendo.com>
16987
16988         * ext/alsa/gstalsasrc.c:
16989         Fix description as pointed out by caugier.
16990
16991 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
16992
16993         Reviewed by : Edward Hervey  <edward@fluendo.com>
16994
16995         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16996         (qt_type_find):
16997         Better 3gp typefinding (#331526).
16998
16999 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17000
17001         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17002           Don't send EOS event here, the base class will send one for us.
17003
17004         * gst/playback/gstplaybasebin.c: (prepare_output):
17005           Subpictures without video stream aren't allowed either.
17006         
17007         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17008           Fix debug statement copy'n'paste-o.
17009
17010 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17011
17012         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17013           Fix issues with mixer keeping state when muting/unmuting
17014           and when changing the volume whilst muted (see #331763
17015           and #331765).
17016
17017 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17018
17019         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17020         (parse_subrip), (gst_sub_parse_format_autodetect):
17021           Set right caps given that we send escaped text. Also,
17022           honour <i></i>, <b></b> and <u></u> markers that can be found
17023           in .srt files (fixes #310202).
17024
17025 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17026
17027         * gst-libs/gst/audio/mixerutils.c:
17028         (element_factory_rank_compare_func):
17029           Make order in which elements are tried more determinable.
17030
17031 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17032
17033         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17034         (remove_element_chain), (cleanup_decodebin),
17035         (gst_decode_bin_change_state): Make decodebin reusable by
17036         fixing remove_element_chain first and then introduce a
17037         cleaner in state change to ->NULL. (Closes #331678)
17038
17039 2006-02-19  Wim Taymans  <wim@fluendo.com>
17040
17041         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17042         use 0666 mask when creating files so umask gets applied
17043         correctly. Fixes #331295.
17044
17045 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17046
17047         * gst/subparse/Makefile.am:
17048         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17049         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17050         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17051         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17052         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17053         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17054         * gst/subparse/gstssaparse.h:
17055         * gst/subparse/gstsubparse.c: (plugin_init):
17056           Add very basic parser for SSA subtitle streams (as often
17057           found in matroska files).
17058
17059 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17060
17061         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17062           That should be text/x-pango-markup, not text/x-pango-layout.
17063
17064 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17065
17066         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17067         Polishing.
17068
17069 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17070
17071         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17072         (gst_text_overlay_finalize), (gst_text_overlay_init),
17073         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17074         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17075         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17076         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17077         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17078         Fix state change deadlock.
17079
17080 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17081
17082         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17083         (gst_text_overlay_finalize), (gst_text_overlay_init),
17084         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17085         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17086         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17087         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17088         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17089         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17090         and subtitles files.
17091
17092 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17093
17094         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17095         should be considered as raw.
17096
17097 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17098
17099         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17100         (cb_probe):
17101         * gst/playback/gststreaminfo.h: Introduce language informations.
17102
17103 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17104
17105         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17106         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17107         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17108         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17109         Set shared memory segments to be deleted as soon as we have attached,
17110         that way they get cleaned up automatically if we crash.
17111
17112 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17113
17114         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17115         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17116         functions are called with lock held.
17117
17118 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17119
17120         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17121         (gst_text_overlay_finalize), (gst_text_overlay_init),
17122         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17123         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17124         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17125         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17126         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17127         (gst_text_overlay_change_state): Refactoring of textoverlay
17128         without collectpads. This now supports sparse subtitles coming
17129         from a demuxer instead of a sub file. Seeking is still broken 
17130         though. Need to discuss with wtay some more on how to handle
17131         seeking correctly.
17132         * ext/pango/gsttextoverlay.h:
17133         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17134         subtitles coming from the demuxer.
17135
17136 2006-02-17  Wim Taymans  <wim@fluendo.com>
17137
17138         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17139         (gst_vorbisenc_convert_sink):
17140         Use some more scaling functions.
17141
17142 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17143
17144         * ext/cdparanoia/gstcdparanoiasrc.c:
17145         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17146         (gst_cd_paranoia_paranoia_callback),
17147         (gst_cd_paranoia_src_signal_is_being_watched),
17148         (gst_cd_paranoia_src_read_sector):
17149         * ext/cdparanoia/gstcdparanoiasrc.h:
17150           Add back 'transport-error' and 'uncorrected-error' signals and
17151           make them actually be fired when bad stuff happens (#319340).
17152
17153 2006-02-17  Wim Taymans  <wim@fluendo.com>
17154
17155         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17156         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17157         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17158         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17159         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17160         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17161         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17162         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17163         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17164         (gst_ring_buffer_clear):
17165         Small cleanups.
17166         Added some G_LIKELY.
17167
17168 2006-02-17  Wim Taymans  <wim@fluendo.com>
17169
17170         * gst-libs/gst/audio/TODO:
17171         Update TODO
17172
17173         * gst-libs/gst/audio/gstbaseaudiosink.c:
17174         (gst_base_audio_sink_get_offset):
17175         When trying to play samples ASAP and we don't have a
17176         previous sample, try to play at position 0 instead of
17177         an invalid position.
17178
17179 2006-02-17  Wim Taymans  <wim@fluendo.com>
17180
17181         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17182         (gst_alsasink_reset):
17183         Also release lock when we get an error in _reset();
17184         fix an error message.
17185
17186 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17187
17188         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17189         (gst_alsasink_init), (get_channel_free_structure),
17190         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17191         (gst_alsasink_close):
17192         * ext/alsa/gstalsasink.h:
17193           Add support for more than 2 channels (#326720).
17194
17195 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17196
17197         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17198           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17199           with 4 or 6 channels, assume a default channel layout to make things
17200           work (not sure there's anything else we can do in those cases).
17201
17202 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17203
17204         * gst-libs/gst/audio/multichannel.c:
17205           Minor docs fix.
17206
17207         * gst-libs/gst/riff/Makefile.am:
17208         * gst-libs/gst/riff/riff-ids.h:
17209         * gst-libs/gst/riff/riff-media.c:
17210         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17211           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17212           channels and a channel layout map.
17213           
17214 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17215
17216         Reviewed by Edward Hervey  <edward@fluendo.com>
17217
17218         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17219         C-level optimization of the RGBA nearest neighbour function.
17220         Eventually this might end up in liboil with vectorized versions.
17221
17222 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17223
17224         * gst-libs/gst/audio/multichannel.c:
17225         (gst_audio_get_channel_positions):
17226           When we have more than 2 channels, but no channel layout is
17227           specified in the caps, return some default channel layout
17228           to the caller and warn about about a possibly buggy element
17229           (could be buggy filtercaps as well of course) (#317038).
17230
17231 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17232
17233         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17234           Add gst-libs/gst/cdda to list of lib search paths.
17235
17236 2006-02-15  Andy Wingo  <wingo@pobox.com>
17237
17238         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17239         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17240         to the Lord Jesus that I do not have to touch the ogg muxer ever
17241         again.
17242
17243 2006-02-15  Edward Hervey  <edward@fluendo.com>
17244
17245         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17246         quicktime movie files can also contain 'uuid' atoms.
17247
17248 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17249
17250         * gst/audioconvert/plugin.c: (plugin_init):
17251           Register the GstAudioChannelPosition enum type with the type
17252           system in the plugin_init function, so that it is known before
17253           any element actually makes use of multi-channel stuff. This is
17254           required for example if one wants to be able to deserialise/use
17255           a caps string with channel positions before any pipeline has
17256           been setup and started, like with gst-launch.
17257
17258 2006-02-14  Wim Taymans  <wim@fluendo.com>
17259
17260         * gst-libs/gst/audio/gstringbuffer.c:
17261         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17262         (gst_ring_buffer_samples_done), (wait_segment),
17263         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17264         Add some compiler G_(UN_)LIKELY help.
17265         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17266         make sure they can exit their functions. Should fix #330748
17267
17268 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17269
17270         * Makefile.am:
17271         * configure.ac:
17272         * win32/MANIFEST:
17273         * win32/common/_stdint.h:
17274           Windows does not have long long; copy the generated _stdint.h
17275         * win32/common/interfaces-enumtypes.c:
17276         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17277         (gst_mixer_track_flags_get_type),
17278         (gst_tuner_channel_flags_get_type):
17279         * win32/common/multichannel-enumtypes.c:
17280         (gst_audio_channel_position_get_type):
17281           update
17282
17283 2006-02-13  Wim Taymans  <wim@fluendo.com>
17284
17285         * gst-libs/gst/audio/gstbaseaudiosink.c:
17286         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17287         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17288         Always sync on first sample we receive when starting.
17289
17290 2006-02-13  Wim Taymans  <wim@fluendo.com>
17291
17292         * gst/playback/gstplaybin.c: (gen_vis_element):
17293         Update vis bin docs.
17294         Move queue after tee so we don't queue video buffers but
17295         audio samples instead. Fixes problems where the video queue
17296         is filled and the audio queue empty.
17297
17298 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17299
17300         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17301           No need to push an EOS event here, GstBaseSrc will do that for us
17302           when we return FLOW_UNEXPECTED.
17303           
17304 2006-02-12  Wim Taymans  <wim@fluendo.com>
17305
17306         * gst-libs/gst/audio/gstbaseaudiosink.c:
17307         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17308         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17309         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17310         Use scale functions when possible.
17311         Fix error messages.
17312         Free clockid when after waiting for EOS.
17313         Use G_(UN_)LIKLY when it makes sense.
17314         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17315
17316 2006-02-12  Edward Hervey  <edward@fluendo.com>
17317
17318         * gst/playback/gstplaybasebin.c: (prepare_output): 
17319         Remove stray semi-colon (fixes #330888).
17320
17321 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17322
17323         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17325         Fix up the XShm call testing so that we catch errors, and don't
17326         cause new ones by attempting to detach from a segment we failed
17327         to attach to. Fixes #312439.
17328
17329 2006-02-10  Edward Hervey  <edward@fluendo.com>
17330
17331         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17332         Added flv file typefind (video/x-flv).
17333
17334 2006-02-10  Edward Hervey  <edward@fluendo.com>
17335
17336         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17337         (gst_riff_create_video_template_caps):
17338         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17339         Also added the caps to the default set of riff video caps.
17340
17341 2006-02-09  Andy Wingo  <wingo@pobox.com>
17342
17343         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17344         time and the end time of the last packet in the page.
17345         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17346         on the pages in our queue, set the duration as well. Reflow a
17347         debug statement.
17348         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17349         Fixes bad muxing order.
17350
17351 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17352
17353         * gst-libs/gst/rtp/gstbasertppayload.c:
17354         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17355           update seqnum before setting it on the packet; this makes sure
17356           that the timestamp and seqnum properties match after pushing
17357           a buffer
17358
17359 2006-02-09  Andy Wingo  <wingo@pobox.com>
17360
17361         * gst-libs/gst/audio/gstringbuffer.c
17362         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17363         overflow after 13.5 hours of recording. Kapow!
17364
17365         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17366         the buffer size -- we don't care about underrun/overrun reporting
17367         right now, just need to return a useful value.
17368
17369 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17370
17371         * configure.ac:
17372           Back to CVS
17373
17374 === release 0.10.3 ===
17375
17376 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17377
17378         * configure.ac:
17379           releasing 0.10.3, "Under Pressure"
17380
17381 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17382
17383         * configure.ac:
17384         Drat. Bump libtool version number for new API.
17385         Prelease 0.10.2.3 (of 0.10.3)
17386
17387 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17388
17389         * configure.ac:
17390         * win32/common/config.h:
17391         0.10.2.2 prerelease (of 0.10.3).
17392
17393 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17394
17395         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17396           Revert Andy's newsegment change pending a more correct
17397           fix.
17398
17399 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17400
17401         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17402         (qt_type_find), (plugin_init):
17403           detect more files as 3gp
17404           group and reorder the iso file formats
17405
17406 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17407
17408         * ext/vorbis/vorbis.c: (plugin_init):
17409           Register musicbrainz tags, so apps don't have to.
17410
17411 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17412
17413         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17414         (gst_tag_to_vorbis_tag):
17415           Make sure we called gst_tag_register_musicbrainz_tags()
17416           before possibly mapping a vorbiscomment string from/to a
17417           musicbrainz tag.
17418
17419 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17420
17421         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17422           In case we can't find the required number of consecutive
17423           mpeg audio frames to positively identify an MPEG audio
17424           stream, check if there's at least a valid mpeg audio
17425           frame right at offset 0 and if so suggest mpeg/audio
17426           caps with a very low probability (#153004).
17427
17428 2006-02-07  Andy Wingo  <wingo@pobox.com>
17429
17430         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17431         a TIME segment if we get timestamped buffers. Requires recent
17432         fixes in core to work properly.
17433
17434 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17435
17436         * gst/playback/gstplaybasebin.c: (prepare_output):
17437           Don't print the URI as part of the error message, it
17438           makes error dialogs look rather ugly, especially if
17439           the URI is very long or has characters in it that
17440           need escaping.
17441
17442 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17443
17444         * gst/playback/gstplaybasebin.c: (prepare_output):
17445           Error out if we have only text or subtitles, but nothing
17446           else. Also error out if we have subtitles but no video
17447           stream.
17448
17449 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17450
17451         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17452           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17453           Post an error message on the bus when we encounter an
17454           error, which will hopefully be more meaningful than the
17455           'Internal Flow Error' message users get to see if we
17456           just return GST_FLOW_ERROR.
17457
17458 2006-02-07  Andy Wingo  <wingo@pobox.com>
17459
17460         * configure.ac (GST_MAJORMINOR): Update core version req to
17461         0.10.2.2, for the collectpads API addition (#330244).
17462
17463 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17464
17465         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17466           Return FALSE from plugin_init() when GnomeVFS can't
17467           be initialised for some reason (#328423).
17468
17469 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17470
17471         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17472         Stick to seeking theory until i find the bug.
17473         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17474
17475 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17476
17477         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17478         (theora_enc_finalize), (theora_enc_sink_setcaps),
17479         (theora_set_header_on_caps), (theora_enc_chain),
17480         (theora_enc_change_state):
17481         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17482           Make theoraenc and the tests leak free. Like, really.
17483
17484 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17485
17486         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17487         (theora_enc_finalize), (theora_enc_sink_setcaps):
17488           Add a finalize method to ensure we clean up state even if
17489           someone omitted the state change back to NULL.
17490
17491         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17492         (gst_vorbisenc_chain):
17493           Free some more leaked bits.
17494
17495         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17496         (stop_pipeline):
17497           Wait for state changes to happen if they're ASYNC.
17498
17499           This ought to teach those fancy pants buildbots a lesson.
17500
17501 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17502
17503         * gst-libs/gst/tag/gstid3tag.c:
17504           Add mapping for ID3 International Standard Recording Code
17505           tag "TSRC"
17506
17507 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17508
17509         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17510           Don't leak tag names.
17511
17512 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17513
17514         * docs/libs/gst-plugins-base-libs-docs.sgml:
17515         * docs/libs/gst-plugins-base-libs-sections.txt:
17516         * gst-libs/gst/tag/gstid3tag.c:
17517         * gst-libs/gst/tag/gstvorbistag.c:
17518         * gst-libs/gst/tag/tags.c:
17519           Split libgsttag docs into multiple sections.
17520
17521 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17522
17523         * docs/libs/Makefile.am:
17524         * docs/libs/gst-plugins-base-libs-docs.sgml:
17525         * docs/libs/gst-plugins-base-libs-sections.txt:
17526         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17527         * gst-libs/gst/tag/gstvorbistag.c:
17528         * gst-libs/gst/tag/tag.h:
17529         * gst-libs/gst/tag/tags.c:
17530           Add libgsttag to the docs.
17531
17532 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17533
17534         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17535         (gst_text_overlay_init), (gst_text_overlay_src_event),
17536         (gst_text_overlay_collected): Fix clockoverlay.
17537
17538 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17539
17540         * docs/libs/compiling.sgml:
17541           Fix typo: it's pkg-config, not pkg-gconfig
17542
17543         * docs/libs/gst-plugins-base-libs-docs.sgml:
17544         * docs/libs/gst-plugins-base-libs-sections.txt:
17545         * docs/libs/tmpl/gstgconf.sgml:
17546           There is no libgstgconf in 0.10, remove it
17547           from the docs.
17548
17549 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17550
17551         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17552         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17553         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17554         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17555         (gst_sub_parse_class_init), (gst_sub_parse_init),
17556         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17557         (parse_mpsub), (parser_state_init), (handle_buffer),
17558         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17559         * gst/subparse/gstsubparse.h: Introduce seeking code.
17560
17561 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17562
17563         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17564           Add comment about LANGUAGE tag inconsistency (we want
17565           ISO-639-1, but extract three-letter identifiers?)
17566
17567         * po/POTFILES.in:
17568           Add two translatable files.
17569
17570 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17571
17572         * gst-libs/gst/tag/Makefile.am:
17573         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17574         * gst-libs/gst/tag/tag.h:
17575         * gst-libs/gst/tag/tags.c:
17576         (gst_tag_register_musicbrainz_tags_internal),
17577         (gst_tag_register_musicbrainz_tags):
17578           Forward-port some tags stuff from the 0.8 branch. This is
17579           mostly the addition of musicbrainz tags and their mapping
17580           to vorbistags, and a vorbistag mapping of the language tag.
17581
17582 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17583
17584         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17585         refactoring.
17586
17587 2006-02-04  David Schleef  <ds@schleef.org>
17588
17589         * ext/ogg/gstoggmux.c:
17590         * gst/typefind/gsttypefindfunctions.c:
17591           Add Dirac typefinding and add dirac format to oggmux.
17592
17593 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17594
17595         * gst/playback/gstdecodebin.c: (try_to_link_1):
17596           Don't put essential function call into
17597           g_return_*() macro, otherwise it'll all be
17598           replaced by NOOPs when compiling with
17599           G_DISABLE_CHECKS defined.
17600
17601 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17602
17603         * ext/ogg/gstoggdemux.c:
17604         * ext/ogg/gstoggparse.c:
17605         * gst/tcp/gsttcpserversink.c:
17606         * sys/v4l/v4lsrc_calls.c:
17607         * sys/v4l/v4lsrc_calls.h:
17608         Just make it compile with --disable-gst-debug.
17609
17610 2006-02-03  Wim Taymans  <wim@fluendo.com>
17611
17612         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17613         (gst_alsasink_class_init), (gst_alsasink_init),
17614         (gst_alsasink_write), (gst_alsasink_reset):
17615         * ext/alsa/gstalsasink.h:
17616         Add lock to protect alsa calls.
17617         Implement reset to flush samples ASAP, does not work
17618         with dmix though.
17619
17620 2006-02-02  Wim Taymans  <wim@fluendo.com>
17621
17622         * gst-libs/gst/audio/gstbaseaudiosink.c:
17623         (gst_base_audio_sink_provide_clock):
17624         Ugh.. getting late I guess...
17625
17626 2006-02-02  Wim Taymans  <wim@fluendo.com>
17627
17628         * gst-libs/gst/audio/gstbaseaudiosink.c:
17629         (gst_base_audio_sink_provide_clock),
17630         (gst_base_audio_sink_set_property),
17631         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17632         Don't try to provide a clock when we are not negotiated since
17633         we might not be able to make it run.
17634
17635 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17636
17637         * gst/playback/gstdecodebin.c: (try_to_link_1):
17638           Unlinking two source pads is ... hard.
17639
17640 2006-02-02  Wim Taymans  <wim@fluendo.com>
17641
17642         * gst-libs/gst/audio/TODO:
17643         Updated.
17644
17645         * gst-libs/gst/audio/gstbaseaudiosink.c:
17646         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17647         On EOS, wait till the last sample is played before posting EOS.
17648
17649 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17650
17651         Patch by: Kai Vehmanen
17652         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17653           Adds ability to enable newsegment bypass by setting queue_delay to
17654           zero. Also avoid thread being started if queue_delay is zero.
17655
17656 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17657
17658         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17659           Make test work again by connecting fakesinks to each decoded pad,
17660           which makes the pipeline wait until each fakesink has a buffer
17661           queued before going to PAUSED state. At that point we know the
17662           decodebin pads are negotiated.
17663
17664 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17665
17666         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17667         (gst_cdda_base_src_handle_event):
17668         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17669           Pass unhandled queries to the parent class's query function.
17670
17671 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17672
17673         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17674         (gst_ogg_pad_src_query):
17675         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17676         * ext/theora/theoradec.c: (theora_dec_src_query),
17677         (theora_dec_sink_query):
17678         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17679         (vorbis_dec_sink_query):
17680         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17681         (gst_vorbisenc_sink_query):
17682         * gst/adder/gstadder.c: (gst_adder_query):
17683           Pass unhandled queries upstream instead of just
17684           dropping them (#326447). Also, fix supported
17685           query types list for some elements.
17686
17687 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17688
17689         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17690         (paris_type_find), (ilbc_type_find), (plugin_init):
17691           Fix typefinding for audio/x-au, audio/x-paris and
17692           audio/iLBC-sh. We cannot use the START_WITH macros
17693           here, because there can only be one typefind factory
17694           with the same name (caps), so the second one would
17695           replace the first one and the first one would never
17696           be called when doing typefinding (see #161712).
17697           
17698
17699 2006-01-31  Wim Taymans  <wim@fluendo.com>
17700
17701         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17702         (vorbis_handle_header_packet), (vorbis_dec_push),
17703         (vorbis_handle_data_packet):
17704         Use scale_int when we can, add some more scaling.
17705         Check packettype before parsing it.
17706
17707 2006-01-31  Wim Taymans  <wim@fluendo.com>
17708
17709         * ext/theora/theoradec.c: (_theora_granule_time),
17710         (theora_dec_src_convert), (theora_dec_sink_convert):
17711         Call right _scale functions.
17712         Use parameter instead of some other random value.
17713
17714 2006-01-31  Wim Taymans  <wim@fluendo.com>
17715
17716         * ext/theora/theoradec.c: (_theora_granule_frame),
17717         (_theora_granule_time), (_inc_granulepos),
17718         (theora_dec_src_convert), (theora_dec_sink_convert),
17719         (theora_handle_type_packet), (theora_handle_data_packet),
17720         (theora_dec_chain):
17721         Use higher precision timestamps calculation.
17722         Convert some other conversions to _scale.
17723
17724 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17725
17726         * gst/audiotestsrc/gstaudiotestsrc.c:
17727         (gst_audio_test_src_create_sine_table), (plugin_init):
17728         * gst/volume/gstvolume.c: (plugin_init):
17729           initialize gst_controller before using
17730
17731 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17732
17733         * tests/check/pipelines/theoraenc.c:
17734         * tests/check/pipelines/vorbisenc.c:
17735         Define constant using G_GINT64_CONSTANT to avoid errors when
17736         passing it around - otherwise it gets truncated to 32 bits.
17737
17738         Fixes failing tests.
17739
17740 2006-01-31  Andy Wingo  <wingo@pobox.com>
17741
17742         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17743         caps being set doesn't have a framerate value. Basically a stopgap
17744         measure.
17745
17746         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17747         technically correct enough to put into core though.
17748         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17749         DURATION. Fixes theoraenc ! oggmux.
17750
17751         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17752         fraction, not double.
17753
17754 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17755
17756         * win32/vs7:
17757         add vs7 project files created by Sergey Scobich
17758
17759 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17760
17761         * win32/vs8:
17762         add vs8 project files created by Sergey Scobich
17763         
17764 2006-01-30  Andy Wingo  <wingo@pobox.com>
17765
17766         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17767         timestamp + duration, not just timestamp -- ogg pages should be
17768         ordered by stop time. Necessary fix given the change in vorbis
17769         timestamps.
17770
17771         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17772         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17773         (granulepos_add): New function, handles the messiness of adjusting
17774         granulepos values.
17775         (theora_buffer_from_packet):
17776         (theora_enc_chain):
17777         (theora_enc_sink_event): Use granulepos_add, not +.
17778
17779         * tests/check/pipelines/theoraenc.c
17780         (check_buffer_granulepos_from_starttime): Just check the frame
17781         count, not the actual granulepos -- we can't dictate to the
17782         encoder when it should be placing keyframes.
17783
17784 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17785
17786         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17787           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17788           play an http:// stream from a server that's not serving
17789
17790 2006-01-30  Andy Wingo  <wingo@pobox.com>
17791
17792         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17793         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17794         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17795         available.
17796
17797         * ext/theora/gsttheoraenc.h:
17798         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17799         although theoraenc was timestamping correctly. Added handling of
17800         streams that start with nonzero timestamps.
17801
17802         * tests/check/Makefile.am:
17803         * tests/check/pipelines/theoraenc.c: New file, basically does same
17804         tests as vorbisenc.
17805
17806         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17807
17808 2006-01-30  Wim Taymans  <wim@fluendo.com>
17809
17810         * gst-libs/gst/audio/gstaudiosink.c:
17811         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17812         (gst_audioringbuffer_pause):
17813         Implement pause that does not wait for completion.
17814
17815         * gst-libs/gst/audio/gstbaseaudiosink.c:
17816         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17817         Don't drop buffers when going to PAUSED but perform preroll on
17818         remaining samples now that core base class supports this.
17819
17820         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17821         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17822         (gst_ring_buffer_commit):
17823         Pause should not signal waiters.
17824         Implement return value of _commit correctly.
17825
17826 2006-01-30  Andy Wingo  <wingo@pobox.com>
17827
17828         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17829
17830         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17831         updated to timestamp from the first sample, not the last.
17832         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17833         special care of granulepos and timestamp for header packets.
17834         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17835         when the first buffer has a nonzero timestamp.
17836
17837         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17838         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17839         case when the first audio buffer we get has a nonzero timestamp.
17840         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17841         properly timestamp vorbis buffers with the time of the first
17842         sample, not the last.
17843         
17844         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17845         vorbis_granule_time_copy -- now it takes the granule/subgranule
17846         offset into account.
17847
17848         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17849         timestamps, durations, and granulepos on buffers produced by
17850         vorbisenc.
17851
17852 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17853
17854         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17855         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17856           Patch from Eric Jonas to support conversions to/from UYVY 
17857           (Fixes: #324626)
17858
17859 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17860
17861         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17862         (setup_subtitle), (setup_source), (set_active_source):
17863         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17864         (gen_text_element), (gen_audio_element), (gen_vis_element),
17865         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17866
17867 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17868
17869         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17870         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17871                 use gst_guint64_to_gdouble to be compliant with vs6
17872         * gst/playback/gstdecodebin.c: (try_to_link_1)
17873         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17874                 use G_GINT64_CONSTANT for int64 constants
17875         * win32/common/libgstinterfaces.def:
17876                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17877         * win32/vs6:
17878                 update and add new project files
17879                 
17880 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17881
17882         * Makefile.am:
17883         * win32/MANIFEST:
17884         * win32/common/interfaces-enumtypes.c:
17885         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17886         (gst_mixer_track_flags_get_type),
17887         (gst_tuner_channel_flags_get_type):
17888         * win32/common/interfaces-enumtypes.h:
17889         * win32/common/multichannel-enumtypes.c:
17890         (gst_audio_channel_position_get_type):
17891         * win32/common/multichannel-enumtypes.h:
17892           add a win32-update rule like in core, and copy over enumtypes files
17893
17894 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17895
17896         * win32/MANIFEST:
17897         * win32/common/config.h:
17898         * win32/common/config.h.in:
17899           add config files just like in core
17900
17901 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17902
17903         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17904           Make gcc-4.1 happy (part of #327357).
17905
17906 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17907
17908         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17909         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17910         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17911         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17912         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17913         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17914           Update all error messages.  All of them should either use
17915           the default translated message, or actually provide a
17916           translatable string.
17917           Make the string for channel count problems meaningful.
17918
17919 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17920
17921         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17922           check for and throw RESOURCE_BUSY
17923
17924 2006-01-27  David Schleef  <ds@schleef.org>
17925
17926         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17927           checked in this change -- it requires liboil features not
17928           in 0.3.6.  Revert parts.
17929
17930 2006-01-27  David Schleef  <ds@schleef.org>
17931
17932         * REQUIREMENTS:
17933         * configure.ac: update liboil requirement to 0.3.6
17934         * gst/videoscale/Makefile.am:
17935         * gst/videoscale/vs_scanline.c: liboilify
17936
17937 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17938
17939         * ext/libvisual/visual.c: (get_buffer):
17940           When pad_alloc returns a GstFlowReturn other
17941           than GST_FLOW_OK, make sure it is passed upstream.
17942
17943 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17944
17945         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17946         (gst_alsasink_class_init):
17947           Free the device name string.
17948
17949         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17950         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17951         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17952           Don't remove a pad from the collectpads structure until it
17953           is released - it's a request pad, and may receive data again
17954           if the element gets moved back to PLAYING state.
17955
17956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17957           Ensure we turn on double buffering on the Xv port, and
17958           set the colour key to something dark and mysterious that
17959           isn't black.
17960
17961 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17962
17963         * ext/alsa/gstalsaplugin.c: (plugin_init):
17964         * ext/cdparanoia/gstcdparanoiasrc.c:
17965         (gst_cd_paranoia_src_base_init), (plugin_init):
17966         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
17968           - a library should not call setlocale. see "Libraries" node in
17969             gettext manual
17970           - make sure all plugins that use translation do bindtextdomain
17971             to point to the localedir
17972         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
17973         (setup_sinks), (plugin_init):
17974           all this, and check for NULL when creating sinks
17975
17976 2006-01-27  Julien MOUTTE  <julien@moutte.net>
17977
17978         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
17979         (plugin_init): Make typefinding of subtitles work again.
17980
17981 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17982
17983         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17984         (mp3_type_frame_length_from_header), (mp3_type_find),
17985         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
17986         (plugin_init):
17987           Backport a bunch of typefinding fixes from the 0.8 branch.
17988           Also, improve wavpack typefinding: if we can't peek the
17989           entire wavpack block, try to parse the bits we can get and
17990           see if we find what we're looking for in those.
17991
17992 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17993
17994         * sys/ximage/ximagesink.c:
17995         (gst_ximagesink_calculate_pixel_aspect_ratio):
17996         * sys/xvimage/xvimagesink.c:
17997         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
17998         more cases of pixel aspect ratio.
17999
18000 2006-01-26  Edward Hervey  <edward@fluendo.com>
18001
18002         * gst/playback/gstdecodebin.c: (pad_probe):
18003         Also consider the flush-start and tag events as unblockers
18004         for the pad probes.
18005
18006 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18007
18008         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18009         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18010         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18011         On the fly visualisation switch, works disabling, enabling as
18012         well but it won't be able to enable vis in a playbin that was
18013         created with no visualisation.
18014
18015 2006-01-25  Wim Taymans  <wim@fluendo.com>
18016
18017         * gst-libs/gst/audio/gstbaseaudiosink.c:
18018         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18019         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18020         resume after pause.
18021
18022 2006-01-25  Wim Taymans  <wim@fluendo.com>
18023
18024         * gst-libs/gst/audio/gstbaseaudiosink.c:
18025         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18026         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18027         Improve debugging.
18028         Post error when caps cannot be parsed.
18029         Resync on discontinuity in the stream.
18030         Clip samples to segment boundaries.
18031         return WRONG_STATE sooner when we are flushing.
18032
18033         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18034         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18035         Make audiosrc operate in TIME.
18036         Set TIMESTAMP and DURATION on buffers.
18037
18038 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18039
18040         * tests/examples/seek/seek.c: (main):
18041           Output tag messages as well.
18042
18043 2006-01-23  Edward Hervey  <edward@fluendo.com>
18044
18045         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18046         (free_pad_probes), (remove_fakesink), (pad_probe),
18047         (close_pad_link), (gst_decode_bin_change_state):
18048         Replace GstPadBlockCallback with pad probes that detect
18049         first buffer AND eos before removing fakesink.
18050         Fixes hang with demuxers doing EOS while pre-rolling.
18051         Solves #328279
18052
18053 2006-01-23  Andy Wingo  <wingo@pobox.com>
18054
18055         * ext/alsa/gstalsasink.c:
18056         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18057         (gst_base_rtp_depayload_setcaps),
18058         (gst_base_rtp_depayload_add_to_queue),
18059         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18060         
18061         Patch by: Jens Granseuer <jensgr at gmx dot net>
18062
18063 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18064
18065         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18066         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18067         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18068         frames. We might get a frame destroyed after changing state to
18069         NULL, adding a safety check on xcontext.
18070
18071 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18072
18073         * gst-libs/gst/interfaces/xoverlay.c:
18074           Fix prepare-xwindow-id code example in the docs - we need to
18075           ignore all messages that aren't element messages as well.
18076           
18077 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18078
18079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18080           I think one day i'll completely undestand how caps negotiation
18081           is supposed to work. This refactoring handles buffer_alloc
18082           called with caps we can't handle. We definitely don't want a
18083           set_caps with those caps, so we define and allocate a buffer
18084           we would like to receive.
18085
18086 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18087
18088         * gst/playback/gstplaybasebin.c: (setup_source):
18089           Free iterator when done.
18090
18091 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18092
18093         * gst-libs/gst/audio/gstbaseaudiosink.c:
18094         (gst_base_audio_sink_render):
18095           Fix playback of non-synchronised streams by assuming a rate
18096           of 1.0 instead of a random one.
18097
18098           Makes this work again:
18099
18100           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18101           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18102           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18103           audioresample ! alsasink
18104
18105 === release 0.10.2 ===
18106
18107 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18108
18109         * configure.ac:
18110           releasing 0.10.2, "Then the devil is six"
18111
18112 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18113
18114         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18115         * gst/playback/gststreamselector.c:
18116         (gst_stream_selector_set_property):
18117           Comment out broken code that connects to the state-changed signal.
18118           At this point, changing current stream selection is broken, but 
18119           stuff like gst-launch playbin current-audio=1 works and filters
18120           to the chosen stream.
18121
18122 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18123
18124         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18125           Fix #327216 (null dereference in vorbisdec)
18126
18127 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18128
18129         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18130           Post taglist actually on bus instead of just freeing it
18131           (fixes #327114 and totem bug #327080).
18132
18133         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18134           Use gst_element_found_tags_for_pad(), so that the tags
18135           are sent downstream as an event as well.
18136
18137 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18138
18139         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18140         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18141         (gst_ximagesink_buffer_alloc):
18142         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18143         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18144         (gst_xvimagesink_buffer_alloc):
18145           move all regularly occurring messages to GST_LOG level
18146           add some more object logs
18147
18148 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18149
18150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18151           fix a silly segfault
18152
18153 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18154
18155         * docs/libs/gst-plugins-base-libs-docs.sgml:
18156         * docs/libs/gst-plugins-base-libs-sections.txt:
18157         * gst-libs/gst/audio/mixerutils.c:
18158         * gst-libs/gst/audio/mixerutils.h:
18159           Add docs for mixerutils stuff.
18160
18161 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18162
18163         * gst/playback/gstplaybasebin.c: (setup_source):
18164           Fix playback for sources that emit raw audio or
18165           raw video streams (e.g.: cd audio sources) (#325984).
18166
18167 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18168
18169         * gst-libs/gst/audio/mixerutils.c:
18170         (gst_audio_mixer_filter_do_filter):
18171           actually save the element we create
18172
18173 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18174
18175         * gst-libs/gst/cdda/gstcddabasesrc.c:
18176         (gst_cdda_base_src_handle_track_seek):
18177           No need to post a tag message on the bus when seeking
18178           within the same track, only post it when the current
18179           track changes.
18180
18181 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18182
18183         * gst/playback/gstplaybasebin.c: (group_destroy),
18184         (probe_triggered), (new_decoded_pad), (mute_group_type),
18185         (set_active_source):
18186         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18187         * gst/playback/gststreamselector.c:
18188         (gst_stream_selector_base_init),
18189         (gst_stream_selector_set_property),
18190         (gst_stream_selector_request_new_pad):
18191           Reenable stream selection. These mechanisms need a complete overhaul
18192           in the face of 0.8->0.10 changes though.
18193
18194 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18195
18196         * ext/ogg/gstoggdemux.c:
18197           Change the pad template to src_%d to match the pads that 
18198           are created from it. decodebin needs this information in order
18199           to decide that oggdemux is capable of producing multiple pads
18200           (and hence needs queues inserted).
18201
18202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18203         (gst_ogg_mux_collected):
18204           Make debug output more useful by using GST_PTR_FORMAT.
18205
18206 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18207
18208         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18209
18210         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18211           Set depth and width for alaw/mulaw (fixes #326601).
18212
18213 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18214
18215         * tests/icles/Makefile.am:
18216           don't build the tests if we don't have the libs
18217
18218 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18219
18220         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18221         (gst_cd_paranoia_paranoia_callback):
18222           Don't try to free NULL pointers.
18223
18224 2006-01-10  Edward Hervey  <edward@fluendo.com>
18225
18226         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18227         (gst_audio_rate_change_state), (plugin_init):
18228         Add debugging category.
18229         Fix type issues.
18230         Add case for incoming buffers without valid offset/offset_end.
18231
18232 2006-01-10  Michael Smith  <msmith@fluendo.com>
18233
18234         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18235           Don't leak GCond in audio sources.
18236
18237 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18238
18239         * gst/playback/gstplaybin.c: (gen_audio_element):
18240           Don't leak an autoaudiosink/alsasink when we generate
18241           a new audio element. (old code, I guess)
18242
18243 2006-01-10  Michael Smith  <msmith@fluendo.com>
18244
18245         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18246           Support float audio in audiorate.
18247           Use width rather than depth for selecting sample width.
18248
18249 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18250
18251         * gst/videotestsrc/videotestsrc.h:
18252           Use GLib types here (that way we don't have to include the
18253           generated _stdint.h header, which makes life easier for win32
18254           folks that don't use autotools for the build) (#325990, patch
18255           by: Sergey Scobich).
18256
18257 2006-01-10  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           Name (private) union, makes Forte compiler happy (this time
18264           for real) (#324900).
18265
18266 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18267
18268         * gst-libs/gst/audio/Makefile.am:
18269           Link against libgstinterfaces, needed for mixer
18270           and property probe stuff.
18271
18272 2006-01-09  Edward Hervey  <edward@fluendo.com>
18273
18274         * gst-libs/gst/Makefile.am:
18275
18276 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18277
18278         * gst-libs/gst/audio/Makefile.am:
18279         * gst-libs/gst/audio/mixerutils.c:
18280         (gst_audio_mixer_filter_do_filter),
18281         (gst_audio_mixer_filter_check_element),
18282         (gst_audio_mixer_filter_probe_feature),
18283         (element_factory_rank_compare_func),
18284         (gst_audio_default_registry_mixer_filter):
18285         * gst-libs/gst/audio/mixerutils.h:
18286           Add gst_audio_default_registry_mixer_filter() utility
18287           function.
18288
18289 2006-01-03  Michael Smith  <msmith@fluendo.com>
18290
18291         * gst/audioresample/resample.h:
18292           As before, but for o_buf
18293
18294 2006-01-03  Michael Smith  <msmith@fluendo.com>
18295
18296         * gst/audioresample/resample.h:
18297           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18298           since we do arithmetic on it.
18299
18300 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18303         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18304         (gst_ring_buffer_pause), (wait_segment):
18305         * gst-libs/gst/audio/gstringbuffer.h:
18306           Sun's Forte compiler doesn't seem to like anonymous structs,
18307           so use same setup as in GstBaseSrc (fixes #324900).
18308
18309 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18310
18311         * configure.ac:
18312         * gst/volume/Makefile.am:
18313         * gst/volume/demo.c:
18314           move old example to tests/examples/volume/volune.c
18315         * tests/examples/Makefile.am:
18316         * tests/examples/seek/seek.c: (main):
18317           change window-close event from "delete-event" to "destroy"
18318         * tests/examples/volume/Makefile.am:
18319         * tests/examples/volume/volume.c: (value_changed_callback),
18320         (setup_gui), (message_received), (eos_message_received), (main):
18321           fix event handling and bus usage
18322
18323 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18324
18325         * gst/audiotestsrc/gstaudiotestsrc.c:
18326         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18327         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18328         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18329         (gst_audio_test_src_create_square),
18330         (gst_audio_test_src_create_saw),
18331         (gst_audio_test_src_create_triangle),
18332         (gst_audio_test_src_create_silence),
18333         (gst_audio_test_src_create_white_noise),
18334         (gst_audio_test_src_create_pink_noise),
18335         (gst_audio_test_src_init_sine_table),
18336         (gst_audio_test_src_create_sine_table),
18337         (gst_audio_test_src_change_wave),
18338         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18339         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18340         * gst/audiotestsrc/gstaudiotestsrc.h:
18341           update to basesrc changes, implement segmented seeking and eos
18342           handling, add a 'sine-tab' waveform for performance critical playback
18343
18344 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18345
18346         * po/POTFILES.in:
18347           ... and this time the other modified file that I missed last time.
18348
18349 2005-12-29  Michael Smith  <msmith@fluendo.com>
18350
18351         * gst/playback/gstdecodebin.c: (new_pad):
18352           Fix non-C89 variable declaration not at the start of a block. Should
18353           help some compilers.
18354
18355 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18356
18357         * tests/check/Makefile.am:
18358           And now fix 'make distcheck' (builddir != srcdir)
18359
18360 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18361
18362         * configure.ac:
18363         * ext/cdparanoia/Makefile.am:
18364         * ext/cdparanoia/gstcdparanoia.c:
18365         * ext/cdparanoia/gstcdparanoia.h:
18366         * ext/cdparanoia/gstcdparanoiasrc.c:
18367         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18368         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18369         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18370         (gst_cd_paranoia_paranoia_callback),
18371         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18372         (gst_cd_paranoia_src_set_property),
18373         (gst_cd_paranoia_src_get_property), (plugin_init):
18374         * ext/cdparanoia/gstcdparanoiasrc.h:
18375           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18376           plugin again (there are still fixes required to playbin to make
18377           cdda:// uris work there).
18378
18379 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18380
18381         * tests/check/Makefile.am:
18382           Fix test case compilation.
18383
18384 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18385
18386         * gst-libs/gst/cdda/gstcddabasesrc.c:
18387         (gst_cdda_base_src_update_duration),
18388         (gst_cdda_base_src_calculate_cddb_id):
18389           An integer is not a string. Fix access to uninitialised variable.
18390
18391         * tests/check/Makefile.am:
18392           Add cddabasesrc unit test; also actually enable the vorbis test.
18393
18394         * tests/check/generic/states.c:
18395           Blacklist new cd audio elements as well.
18396
18397         * tests/check/libs/cddabasesrc.c:
18398           Unit test for GstCddaBaseSrc (discid calculation mostly).
18399
18400 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18401
18402         * docs/libs/Makefile.am:
18403         * docs/libs/gst-plugins-base-libs-docs.sgml:
18404         * docs/libs/gst-plugins-base-libs-sections.txt:
18405         * docs/libs/gst-plugins-base-libs.types:
18406           Add docs for libgstcdda/GstCddaBaseSrc.
18407
18408         * gst-libs/gst/interfaces/mixertrack.h:
18409           Do one struct member per line with a semicolon at the end, that way
18410           even gtk-doc might parse it without complaining.
18411
18412 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18413
18414         * configure.ac:
18415         * gst-libs/gst/Makefile.am:
18416         * gst-libs/gst/cdda/Makefile.am:
18417         * gst-libs/gst/cdda/base64.c:
18418         * gst-libs/gst/cdda/base64.h:
18419         * gst-libs/gst/cdda/gstcddabasesrc.c:
18420         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18421         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18422         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18423         (gst_cdda_base_src_get_property),
18424         (gst_cdda_base_src_get_track_from_sector),
18425         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18426         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18427         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18428         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18429         (gst_cdda_base_src_uri_get_protocols),
18430         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18431         (gst_cdda_base_src_uri_handler_init),
18432         (gst_cdda_base_src_setup_interfaces),
18433         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18434         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18435         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18436         (gst_cdda_base_src_add_tags),
18437         (gst_cdda_base_src_add_index_associations),
18438         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18439         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18440         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18441         (gst_cdda_base_src_create):
18442         * gst-libs/gst/cdda/gstcddabasesrc.h:
18443         * gst-libs/gst/cdda/sha1.c:
18444         * gst-libs/gst/cdda/sha1.h:
18445           Add new libgstcdda with GstCddaBaseSrc class.
18446
18447 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18448
18449         * ext/gnomevfs/gstgnomevfssink.h:
18450           Use GstBaseSinkClass as parent_class member for class struct, not
18451           GstBaseSink.
18452
18453 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18454
18455         Patch by: Michael Benes
18456
18457         * gst/videotestsrc/gstvideotestsrc.c:
18458         (gst_video_test_src_class_init), (gst_video_test_src_start):
18459           Add start method to reset running time and number of frames sent
18460           when starting up (fixes #324696)
18461
18462 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18463
18464         * docs/plugins/Makefile.am:
18465         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18466         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18467         * docs/plugins/gst-plugins-base-plugins.args:
18468         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18469         * docs/plugins/gst-plugins-base-plugins.signals:
18470           Add docs stuff for gnomevfssrc and gnomevfssink.
18471
18472         * ext/gnomevfs/gstgnomevfssrc.c:
18473           Fix example pipeline in gtk-doc blurb.
18474
18475 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18476
18477         * ext/gnomevfs/Makefile.am:
18478         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18479         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18480         (gst_gnome_vfs_handle_get_type), (plugin_init):
18481         * ext/gnomevfs/gstgnomevfs.h:
18482         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18483         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18484         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18485         (gst_gnome_vfs_sink_set_property),
18486         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18487         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18488         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18489         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18490         (gst_gnome_vfs_sink_uri_get_type),
18491         (gst_gnome_vfs_sink_uri_get_protocols),
18492         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18493         (gst_gnome_vfs_sink_uri_handler_init):
18494         * ext/gnomevfs/gstgnomevfssink.h:
18495           Port gnomevfssink; add gtk-doc blurb.
18496
18497         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18498         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18499         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18500         (gst_gnome_vfs_src_uri_get_type),
18501         (gst_gnome_vfs_src_uri_get_protocols),
18502         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18503         (gst_gnome_vfs_src_uri_handler_init),
18504         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18505         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18506         (gst_gnome_vfs_src_send_additional_headers_callback),
18507         (gst_gnome_vfs_src_received_headers_callback),
18508         (gst_gnome_vfs_src_push_callbacks),
18509         (gst_gnome_vfs_src_pop_callbacks),
18510         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18511         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18512         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18513         * ext/gnomevfs/gstgnomevfssrc.h:
18514           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18515           file; add gtk-doc blurb with example pipelines.
18516
18517 === release 0.10.1 ===
18518
18519 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18520
18521         * configure.ac:
18522           releasing 0.10.1, "Dobro Dedek"
18523
18524 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18525
18526         * gst/typefind/gsttypefindfunctions.c:
18527         iLBC30 and iLBC20 added to typefind.
18528
18529 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18530
18531         * gst-libs/gst/audio/gstbaseaudiosink.c:
18532         (gst_base_audio_sink_class_init):
18533         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18534         (gst_base_audio_src_class_init):
18535           update strings, values are in microseconds
18536           change the default sink buffer time to something that is smaller
18537           (to help software volume mixing have a slightly lower delay) but
18538           still be acceptable on Wim's laptop
18539
18540 2005-12-20  Edward Hervey  <edward@fluendo.com>
18541
18542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18543         Made a quack, forgot to add DUCK to the riff video template.
18544
18545 2005-12-19  Edward Hervey  <edward@fluendo.com>
18546
18547         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18548         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18549         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18550         (gst_ogm_parse_chain):
18551         Make sure pads are initialized correctly.
18552         * gst-libs/gst/riff/riff-ids.h:
18553         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18554         (gst_riff_create_video_template_caps):
18555         Add a whole bunch of FOURCC <=> MimeType.
18556         Extend the riff video pad template to support the newly added fourcc.
18557
18558 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18559
18560         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18561         (gst_ogg_demux_activate_chain):
18562           Extra debug output when activating/deactivating chains.
18563
18564         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18565         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18566         (unlinked):
18567           Remove a queue from our list when it becomes unlinked.
18568           Don't add queues to elements in class 'Demux' if they
18569           can only produce one pad 
18570
18571 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18572
18573         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18574         (gst_video_sink_get_type): Add a debug category.
18575
18576 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18577
18578         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18579         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18580           Handle downstream newsegment by sending our own newsegment before the
18581           next buffer to be released. (#323900)
18582
18583 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18584
18585         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18586         (gst_base_rtp_depayload_set_gst_timestamp):
18587           add queue delay to new segment as well (as opposed to just the first
18588           buffer). (bug #322347)
18589
18590 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18591
18592         * ext/libvisual/visual.c: (make_valid_name):
18593           change some char* into char[]
18594         * gst/audiotestsrc/gstaudiotestsrc.c:
18595         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18596         (gst_audio_test_src_create):
18597         * gst/audiotestsrc/gstaudiotestsrc.h:
18598           prepare to handle EOS and SEGMENT_DONE
18599
18600 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18601
18602         * tests/check/generic/states.c: (GST_START_TEST):
18603           Blacklist cdparanoia element in state test.
18604
18605 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18606
18607           Patch by: Benjamin Pineau
18608
18609         * gst/tcp/gsttcp.c:
18610         * gst/tcp/gsttcpclientsink.c:
18611         * gst/tcp/gsttcpserversink.c:
18612         * gst/tcp/gsttcpserversrc.c:
18613           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18614
18615 2005-12-15  Michael Smith  <msmith@fluendo.com>
18616
18617         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18618         (gst_video_rate_chain):
18619           Fix timestamping for videorate when the first buffer it sees has a
18620           non-zero timestamp. Fix some misleading debug output.
18621
18622 2005-12-15  Michael Smith  <msmith@fluendo.com>
18623
18624         * gst/audioresample/gstaudioresample.c:
18625           Don't leak all input buffers to audioresample.
18626
18627 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18628
18629         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18630           Don't operate on empty text buffers. Strip newlines and
18631           tabs only from the end of the text, but leave them intact
18632           in the middle. Fix typo in gtk-doc description.
18633
18634 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18635
18636         * gst/playback/gstplaybasebin.c:
18637         * gst/playback/gstplaybin.c: (handoff):
18638           Make sure the video frame buffer we return to apps via the
18639           "frame" property always has caps set on it. Modify
18640           _gst_gvalue_set_object() macro to handle NULL objects
18641           gracefully too.
18642
18643 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18644
18645         * gst/audiotestsrc/gstaudiotestsrc.c:
18646         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18647         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18648         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18649         (gst_audio_test_src_create):
18650         * gst/audiotestsrc/gstaudiotestsrc.h:
18651         Adjust to some recent api changes and add wtays new cool seeking
18652         capabillities
18653
18654 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18655
18656         * ext/alsa/Makefile.am:
18657         * ext/alsa/gstalsadeviceprobe.c:
18658         * ext/alsa/gstalsadeviceprobe.h:
18659           Helper functions to add device probing via the GstPropertyProbe
18660           interface to a class.
18661
18662         * ext/alsa/gstalsamixer.h:
18663           Comment out GST_ALSA_MIXER, it returns a struct that's not
18664           used.
18665
18666         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18667           Add some debug info. 
18668
18669         * ext/alsa/gstalsamixerelement.c:
18670         (gst_alsa_mixer_element_interface_supported),
18671         (gst_implements_interface_init),
18672         (gst_alsa_mixer_element_init_interfaces),
18673         (gst_alsa_mixer_element_class_init),
18674         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18675         (gst_alsa_mixer_element_set_property),
18676         (gst_alsa_mixer_element_get_property),
18677         (gst_alsa_mixer_element_change_state):
18678         * ext/alsa/gstalsamixerelement.h:
18679           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18680           for device handling (gnome-volume-control will need that).
18681
18682 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18683
18684         * ext/Makefile.am: fix cdparanoia entry
18685         * gst-plugins-base.spec.in: add cdparanoia
18686
18687 2005-12-12  Michael Smith  <msmith@fluendo.com>
18688
18689         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18690           Use the correct function to free list of typefind factories.
18691
18692 2005-12-12  Wim Taymans  <wim@fluendo.com>
18693
18694         * gst/videotestsrc/gstvideotestsrc.c:
18695         (gst_video_test_src_class_init), (gst_video_test_src_init),
18696         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18697         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18698         (gst_video_test_src_create):
18699         * gst/videotestsrc/gstvideotestsrc.h:
18700         Implement seeking in videotestsrc.
18701         Small cleanups.
18702
18703 2005-12-12  Wim Taymans  <wim@fluendo.com>
18704
18705         * ext/cdparanoia/Makefile.am:
18706         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18707         (gst_paranoia_endian_get_type), (_do_init),
18708         (cdparanoia_class_init), (cdparanoia_init),
18709         (cdparanoia_set_property), (cdparanoia_get_property),
18710         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18711         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18712         (cdparanoia_convert), (cdparanoia_get_query_types),
18713         (cdparanoia_query), (cdparanoia_set_index),
18714         (cdparanoia_uri_set_uri):
18715         * ext/cdparanoia/gstcdparanoia.h:
18716         Partially ported cdparanoia now that basesrc can support a
18717         plugin like this..
18718
18719 2005-12-12  Wim Taymans  <wim@fluendo.com>
18720
18721         * tests/examples/seek/scrubby.c: (main):
18722         Set higher priority for bus events so they don't get reordered with
18723         gtk gui events.
18724
18725         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18726         (flush_toggle_cb), (main):
18727         Added checkbox to disable flushing seeks. 
18728         Disable scrubbing when doing non flushing seeks.
18729
18730 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18731
18732         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18733         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18734         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18735         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18736           Implement some sort of event handling that doesn't rely on
18737           g_return_if_fail; make sure we always push the last chunk of an 
18738           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18739           state change function; remove some old cruft. Seeking is still
18740           rather unlikely to work though.
18741
18742         * tools/.cvsignore:
18743           Ignore more.
18744
18745 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18746
18747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18748         Fixed a leak of the current image reference when cleaning up.
18749         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18750
18751 2005-12-09  Michael Smith  <msmith@fluendo.com>
18752
18753         * tools/Makefile.am:
18754         * tools/gst-launch-ext-m.m:
18755           Remove gst-launch-ext. It doesn't work, and is no longer
18756           particularly useful.
18757
18758 2005-12-08  Luca Ognibene  <luogni@tin.it>
18759
18760         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18761           don't pass random values to ogmparse convert function.
18762           Make seeking possible in the exile1.ogm file.
18763
18764 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18765
18766         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18767         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18768           Work around refcount problem with g_value_set_object() that occur
18769           if the core has been compiled against GLib-2.6 (g_value_set_object()
18770           will only g_object_ref() the element, but the caller will
18771           gst_object_unref() it and bad things will happen due to the way
18772           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18773           totem for people on FC4 using Thomas's 0.10 RPMs.
18774           
18775 2005-12-07  Edward Hervey  <edward@fluendo.com>
18776
18777         Time to welcome ogm to 0.10 :)
18778         
18779         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18780         (gst_ogg_pad_typefind):
18781         Oggdemux can now properly typefind elements with dynamic pads.
18782         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18783         Properly set caps on src pad, and set caps on outgoing buffers.
18784
18785 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18786
18787         * ext/alsa/gstalsamixer.h:
18788         * ext/alsa/gstalsamixerelement.h:
18789         * ext/alsa/gstalsamixeroptions.h:
18790         * ext/alsa/gstalsamixertrack.h:
18791         * ext/alsa/gstalsasink.c:
18792         * ext/alsa/gstalsasink.h:
18793         * ext/alsa/gstalsasrc.c:
18794         * ext/alsa/gstalsasrc.h:
18795         * ext/cdparanoia/gstcdparanoia.h:
18796         * ext/gnomevfs/gstgnomevfsuri.h:
18797         * ext/ogg/gstoggdemux.c:
18798         * ext/ogg/gstoggmux.c:
18799         * ext/pango/gsttextoverlay.h:
18800         * ext/theora/theoradec.c:
18801         * ext/theora/theoraenc.c:
18802         * ext/vorbis/vorbisdec.h:
18803         * ext/vorbis/vorbisenc.c:
18804         * ext/vorbis/vorbisenc.h:
18805         * ext/vorbis/vorbisparse.h:
18806         * gst-libs/gst/audio/gstaudioclock.h:
18807         * gst-libs/gst/audio/gstaudiosink.c:
18808         * gst-libs/gst/audio/gstaudiosink.h:
18809         * gst-libs/gst/audio/gstaudiosrc.c:
18810         * gst-libs/gst/audio/gstaudiosrc.h:
18811         * gst-libs/gst/audio/gstbaseaudiosink.c:
18812         * gst-libs/gst/audio/gstbaseaudiosink.h:
18813         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18814         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18815         * gst-libs/gst/audio/gstringbuffer.h:
18816         * gst-libs/gst/audio/multichannel.h:
18817         * gst-libs/gst/floatcast/floatcast.h:
18818         * gst-libs/gst/interfaces/colorbalance.c:
18819         * gst-libs/gst/interfaces/colorbalance.h:
18820         * gst-libs/gst/interfaces/colorbalancechannel.h:
18821         * gst-libs/gst/interfaces/mixer.h:
18822         * gst-libs/gst/interfaces/mixeroptions.h:
18823         * gst-libs/gst/interfaces/mixertrack.h:
18824         * gst-libs/gst/interfaces/navigation.h:
18825         * gst-libs/gst/interfaces/propertyprobe.h:
18826         * gst-libs/gst/interfaces/tuner.h:
18827         * gst-libs/gst/interfaces/tunerchannel.h:
18828         * gst-libs/gst/interfaces/tunernorm.h:
18829         * gst-libs/gst/interfaces/xoverlay.h:
18830         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18831         * gst-libs/gst/riff/riff-ids.h:
18832         * gst-libs/gst/riff/riff-media.h:
18833         * gst-libs/gst/riff/riff-read.h:
18834         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18835         * gst-libs/gst/rtp/gstbasertppayload.c:
18836         * gst-libs/gst/rtp/gstbasertppayload.h:
18837         * gst-libs/gst/rtp/gstrtpbuffer.c:
18838         * gst-libs/gst/rtp/gstrtpbuffer.h:
18839         * gst-libs/gst/tag/gsttageditingprivate.h:
18840         * gst-libs/gst/tag/gstvorbistag.c:
18841         (gst_tag_list_from_vorbiscomment_buffer):
18842         * gst-libs/gst/tag/tag.h:
18843         * gst-libs/gst/video/video.h:
18844         * gst/adder/gstadder.c:
18845         * gst/adder/gstadder.h:
18846         * gst/audioconvert/audioconvert.c:
18847         * gst/audioconvert/audioconvert.h:
18848         * gst/audioconvert/gstaudioconvert.c:
18849         * gst/audioconvert/gstchannelmix.c:
18850         * gst/audioconvert/gstchannelmix.h:
18851         * gst/audiorate/gstaudiorate.c:
18852         * gst/audioresample/buffer.h:
18853         * gst/audioresample/functable.h:
18854         * gst/audioresample/gstaudioresample.c:
18855         * gst/audioresample/resample.h:
18856         * gst/ffmpegcolorspace/avcodec.h:
18857         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18858         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18859         * gst/ffmpegcolorspace/imgconvert.c:
18860         * gst/ffmpegcolorspace/imgconvert_template.h:
18861         * gst/playback/gstdecodebin.c:
18862         * gst/playback/gstplaybasebin.h:
18863         * gst/playback/gstplaybin.c:
18864         * gst/playback/gststreaminfo.h:
18865         * gst/tcp/gstfdset.c:
18866         * gst/tcp/gstfdset.h:
18867         * gst/tcp/gstmultifdsink.c:
18868         * gst/tcp/gstmultifdsink.h:
18869         * gst/tcp/gsttcp.h:
18870         * gst/tcp/gsttcpclientsrc.c:
18871         * gst/tcp/gsttcpclientsrc.h:
18872         * gst/tcp/gsttcpplugin.h:
18873         * gst/tcp/gsttcpserversink.c:
18874         * gst/tcp/gsttcpserversrc.c:
18875         * gst/typefind/gsttypefindfunctions.c:
18876         * gst/videorate/gstvideorate.c:
18877         * gst/videotestsrc/gstvideotestsrc.h:
18878         * gst/videotestsrc/videotestsrc.h:
18879         * sys/v4l/gstv4lcolorbalance.h:
18880         * sys/v4l/gstv4ltuner.h:
18881         * sys/v4l/gstv4lxoverlay.h:
18882         * sys/v4l/v4l_calls.h:
18883         * sys/v4l/videodev_mjpeg.h:
18884         * tests/check/elements/audioconvert.c:
18885         * tests/check/elements/audioresample.c:
18886         * tests/check/elements/audiotestsrc.c:
18887         * tests/check/elements/videotestsrc.c:
18888         * tests/check/elements/volume.c:
18889         * tests/examples/seek/scrubby.c:
18890         * tests/examples/seek/seek.c:
18891           expand tabs
18892
18893 === release 0.10.0 ===
18894
18895 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18896
18897         * configure.ac:
18898           releasing 0.10.0, "Mont-d'or"
18899
18900 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18901
18902         * tests/examples/seek/Makefile.am:
18903         Build fix for when gtk is not available.
18904
18905 2005-12-05  Andy Wingo  <wingo@pobox.com>
18906
18907         * ext/libvisual/visual.c: (get_buffer):
18908         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18909         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18910         * ext/theora/theoradec.c: (theora_handle_data_packet):
18911         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18912         (theora_enc_chain):
18913         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18914         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18915         Update for alloc_buffer changes.
18916
18917 2005-12-05  Andy Wingo  <wingo@pobox.com>
18918
18919         patch by: Kai Vehmanen <kv2004 eca cx>
18920         
18921         * gst-libs/gst/rtp/gstbasertpdepayload.c
18922         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18923
18924 2005-12-04  Andy Wingo  <wingo@pobox.com>
18925
18926         patch by: Sebastien Cote <sebas642 yahoo ca>
18927         
18928         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18929         Fixes #319172.
18930
18931 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18932
18933         * docs/plugins/Makefile.am:
18934         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18935         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18936         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18937         * ext/pango/gstclockoverlay.c:
18938         * ext/pango/gsttextoverlay.c: 
18939         * ext/pango/gsttextrender.c:
18940         * ext/pango/gsttimeoverlay.c:
18941           Add gtk-doc blurbs to pango elements.
18942
18943 2005-12-02  Wim Taymans  <wim@fluendo.com>
18944
18945         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18946         * gst/audioresample/buffer.h:
18947         * gst/audioresample/gstaudioresample.c:
18948         * gst/audioresample/gstaudioresample.h:
18949         * gst/audioresample/resample.c: (resample_input_flush),
18950         (resample_input_pushthrough), (resample_input_eos),
18951         (resample_get_output_size_for_input),
18952         (resample_get_input_size_for_output), (resample_get_output_size),
18953         (resample_get_output_data):
18954         * gst/audioresample/resample.h:
18955         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18956         Fix audioresample, seek torture, new segments, reverse negotiation
18957         etc.. work fine.
18958
18959 2005-12-02  Wim Taymans  <wim@fluendo.com>
18960
18961         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18962         Small cleanups.
18963
18964 2005-12-02  Wim Taymans  <wim@fluendo.com>
18965
18966         * gst/audioconvert/gstaudioconvert.c:
18967         (gst_audio_convert_transform):
18968         Post errors.
18969
18970 === release 0.9.7 ===
18971
18972 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18973
18974         * configure.ac:
18975           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18976
18977 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18978
18979         * Makefile.am:
18980         * po/hu.po:
18981         * win32/MANIFEST:
18982         * win32/gst.sln:
18983           add win32 MANIFEST file
18984           do something to the hungarian translation
18985
18986 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
18987
18988         * ext/Makefile.am:
18989           Add $(PANGO_DIR) to SUBDIRS
18990
18991         * ext/pango/gstclockoverlay.c:
18992         * ext/pango/gsttimeoverlay.c:
18993           Fix and improve element descriptions.
18994
18995 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18996
18997         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18998         * docs/plugins/inspect/plugin-libvisual.xml:
18999         * docs/plugins/inspect/plugin-pango.xml:
19000           add pango plugin to docs
19001
19002 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19003
19004         * configure.ac:
19005         * ext/Makefile.am:
19006           moved pango to base
19007
19008 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19009
19010         * configure.ac:
19011         * tests/Makefile.am:
19012         * tests/icles/.cvsignore:
19013         * tests/icles/Makefile.am:
19014         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19015         (close_display), (resize_window), (move_window), (create_window),
19016         (terminate_playback), (pause_playback), (start_playback), (main):
19017           add stress test for xoverlay from Julien
19018
19019 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19020
19021         * docs/libs/tmpl/gstcolorbalance.sgml:
19022         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19023         * gst-libs/gst/rtp/gstbasertppayload.c:
19024         * gst-libs/gst/rtp/gstrtpbuffer.c:
19025         * gst-libs/gst/rtp/gstrtpbuffer.h:
19026           Do burger's rename for rtp payloaders and depayloaders
19027
19028 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19029
19030         * win32/:
19031           add Visual Studio 6 build files
19032
19033 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19034
19035         * docs/libs/gst-plugins-base-libs-docs.sgml:
19036         * docs/libs/gst-plugins-base-libs-sections.txt:
19037         * docs/libs/tmpl/gstaudio.sgml:
19038         * docs/libs/tmpl/gstringbuffer.sgml:
19039         * gst-libs/gst/interfaces/xoverlay.c:
19040         * gst-libs/gst/video/gstvideofilter.c:
19041         * gst-libs/gst/video/gstvideosink.c:
19042           update documentation
19043
19044 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19045
19046         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19047         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19048         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19049         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19050         (gst_multi_fd_sink_get_stats),
19051         (gst_multi_fd_sink_remove_client_link),
19052         (gst_multi_fd_sink_handle_client_read),
19053         (gst_multi_fd_sink_client_queue_data),
19054         (gst_multi_fd_sink_client_queue_caps),
19055         (gst_multi_fd_sink_client_queue_buffer),
19056         (gst_multi_fd_sink_new_client),
19057         (gst_multi_fd_sink_handle_client_write),
19058         (gst_multi_fd_sink_recover_client),
19059         (gst_multi_fd_sink_queue_buffer),
19060         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19061         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19062         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19063         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19064         * gst/tcp/gstmultifdsink.h:
19065         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19066         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19067         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19068         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19069         (gst_tcp_client_sink_set_property),
19070         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19071         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19072         * gst/tcp/gsttcpclientsink.h:
19073         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19074         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19075         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19076         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19077         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19078         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19079         * gst/tcp/gsttcpclientsrc.h:
19080         * gst/tcp/gsttcpplugin.c: (plugin_init):
19081         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19082         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19083         (gst_tcp_server_sink_finalize),
19084         (gst_tcp_server_sink_handle_server_read),
19085         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19086         (gst_tcp_server_sink_set_property),
19087         (gst_tcp_server_sink_get_property),
19088         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19089         * gst/tcp/gsttcpserversink.h:
19090         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19091         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19092         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19093         (gst_tcp_server_src_set_property),
19094         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19095         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19096         * gst/tcp/gsttcpserversrc.h:
19097           more borgifying
19098
19099 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19100
19101         * docs/plugins/Makefile.am:
19102         * docs/plugins/gst-plugins-base-plugins.args:
19103         * docs/plugins/inspect/plugin-libvisual.xml:
19104         * gst/audioconvert/plugin.h:
19105         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19106         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19107         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19108         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19109         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19110         (plugin_init):
19111         * gst/audiotestsrc/gstaudiotestsrc.c:
19112         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19113         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19114         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19115         (gst_audio_test_src_get_query_types),
19116         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19117         (gst_audio_test_src_create_square),
19118         (gst_audio_test_src_create_saw),
19119         (gst_audio_test_src_create_triangle),
19120         (gst_audio_test_src_create_silence),
19121         (gst_audio_test_src_create_white_noise),
19122         (gst_audio_test_src_init_pink_noise),
19123         (gst_audio_test_src_generate_pink_noise_value),
19124         (gst_audio_test_src_create_pink_noise),
19125         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19126         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19127         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19128         (plugin_init):
19129         * gst/audiotestsrc/gstaudiotestsrc.h:
19130         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19131         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19132         (gst_sub_parse_init), (gst_sub_parse_formats),
19133         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19134         (convert_encoding), (get_next_line),
19135         (gst_sub_parse_data_format_autodetect),
19136         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19137         (gst_sub_parse_loop), (gst_sub_parse_chain),
19138         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19139         (plugin_init):
19140         * gst/subparse/gstsubparse.h:
19141         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19142         (gst_video_rate_base_init), (gst_video_rate_class_init),
19143         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19144         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19145         (gst_video_rate_init), (gst_video_rate_event),
19146         (gst_video_rate_chain), (gst_video_rate_set_property),
19147         (gst_video_rate_get_property), (gst_video_rate_change_state),
19148         (plugin_init):
19149         * gst/videoscale/gstvideoscale.c:
19150         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19151         (gst_video_scale_src_template_factory),
19152         (gst_video_scale_sink_template_factory),
19153         (gst_video_scale_get_type), (gst_video_scale_base_init),
19154         (gst_video_scale_class_init), (gst_video_scale_init),
19155         (gst_video_scale_set_property), (gst_video_scale_get_property),
19156         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19157         (gst_video_scale_prepare_size), (parse_caps),
19158         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19159         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19160         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19161         (plugin_init):
19162         * gst/videoscale/gstvideoscale.h:
19163         * gst/videotestsrc/gstvideotestsrc.c:
19164         (gst_video_test_src_pattern_get_type),
19165         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19166         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19167         (gst_video_test_src_set_pattern),
19168         (gst_video_test_src_set_property),
19169         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19170         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19171         (gst_video_test_src_event), (gst_video_test_src_get_times),
19172         (gst_video_test_src_create), (plugin_init):
19173         * gst/videotestsrc/gstvideotestsrc.h:
19174         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19175         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19176         (gst_video_test_src_black):
19177         * gst/videotestsrc/videotestsrc.h:
19178           borgify further
19179           clean up docs a little
19180
19181 2005-11-30  Wim Taymans  <wim@fluendo.com>
19182
19183         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19184         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19185         (gst_basertppayload_event), (gst_basertppayload_push),
19186         (gst_basertppayload_change_state):
19187         * gst-libs/gst/rtp/gstbasertppayload.h:
19188         closed #320644.
19189
19190 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19191
19192         * docs/libs/gst-plugins-base-libs-docs.sgml:
19193         * docs/libs/gst-plugins-base-libs-sections.txt:
19194         * gst-libs/gst/video/gstvideofilter.c:
19195         * gst-libs/gst/video/gstvideosink.c:
19196         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19197
19198 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19199
19200         * LICENSE:
19201           move
19202         * po/af.po:
19203         * po/az.po:
19204         * po/cs.po:
19205         * po/en_GB.po:
19206         * po/hu.po:
19207         * po/it.po:
19208         * po/nb.po:
19209         * po/nl.po:
19210         * po/or.po:
19211         * po/sq.po:
19212         * po/sr.po:
19213         * po/sv.po:
19214         * po/uk.po:
19215         * po/vi.po:
19216         * Makefile.am:
19217           update
19218         * scripts/autoplugins.sh:
19219           remove
19220
19221 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19222
19223         * Makefile.am:
19224         * configure.ac:
19225         * examples/Makefile.am:
19226         * examples/capsfilter/Makefile.am:
19227         * examples/capsfilter/capsfilter1.c:
19228         * examples/gob/Makefile.am:
19229         * examples/gob/gst-identity2.gob:
19230         * examples/indexing/.cvsignore:
19231         * examples/indexing/Makefile.am:
19232         * examples/indexing/indexmpeg.c:
19233         * examples/seeking/.cvsignore:
19234         * examples/seeking/Makefile.am:
19235         * examples/seeking/cdparanoia.c:
19236         * examples/seeking/cdplayer.c:
19237         * examples/seeking/chained.c:
19238         * examples/seeking/scrubby.c:
19239         * examples/seeking/seek.c:
19240         * examples/stats/Makefile.am:
19241         * examples/stats/mp2ogg.c:
19242         * examples/switch/.cvsignore:
19243         * examples/switch/Makefile.am:
19244         * examples/switch/switcher.c:
19245         * tests/Makefile.am:
19246         * tests/check/generic/.cvsignore:
19247         * tests/check/pipelines/.cvsignore:
19248         * tests/examples/Makefile.am:
19249         * tests/examples/seek/Makefile.am:
19250           reorganize stuff under tests/
19251
19252 2005-11-30  Edward Hervey  <edward@fluendo.com>
19253
19254         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19255         Go away you stupid GstStaticPadTemplate memleak.
19256
19257 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19258
19259         * gst-libs/gst/net/Makefile.am:
19260         * gst-libs/gst/net/README:
19261         * gst-libs/gst/net/gstnetbuffer.c:
19262         * gst-libs/gst/net/gstnetbuffer.h:
19263           this was moved to "netbuffer"
19264
19265 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19266
19267         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19268         (gst_video_filter_class_init), (gst_video_filter_init):
19269         * gst-libs/gst/video/gstvideofilter.h:
19270           borgify name to bring in line with other classes
19271
19272 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19273
19274         * gst/audioscale/.cvsignore:
19275         * gst/audioscale/Makefile.am:
19276         * gst/audioscale/README:
19277         * gst/audioscale/audioscale.vcproj:
19278         * gst/audioscale/dtof.c:
19279         * gst/audioscale/dtos.c:
19280         * gst/audioscale/functable.c:
19281         * gst/audioscale/gstaudioscale.c:
19282         * gst/audioscale/gstaudioscale.h:
19283         * gst/audioscale/private.h:
19284         * gst/audioscale/resample.c:
19285         * gst/audioscale/resample.h:
19286         * gst/audioscale/test.c:
19287           remove
19288
19289 2005-11-30  Edward Hervey  <edward@fluendo.com>
19290
19291         * gst-libs/gst/netbuffer/Makefile.am:
19292         really, really tired
19293
19294 2005-11-30  Edward Hervey  <edward@fluendo.com>
19295
19296         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19297         Update for new GstTypeFindFactory _register()
19298
19299 2005-11-30  Edward Hervey  <edward@fluendo.com>
19300
19301         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19302         Let's not override libgstnet from core for no reason...
19303         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19304         Ok, maybe not so quick next time.
19305
19306 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19307
19308         * configure.ac:
19309         * gst-libs/gst/Makefile.am:
19310           moved gst-libs/gst/net to netbuffer through CVS surgery
19311           remove old directory
19312           updating build to accomodate
19313           (#322257)
19314
19315 2005-11-29  Andy Wingo  <wingo@pobox.com>
19316
19317         * pkgconfig/gstreamer-plugins-base.pc.in:
19318         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19319         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19320         (#322257).
19321
19322 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19323
19324         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19325         3rd time's the charm. Correct ref-counting for discarded buffers.
19326
19327 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19328
19329         * gst/playback/gststreamselector.c:
19330         (gst_stream_selector_class_init),
19331         (gst_stream_selector_set_property),
19332         (gst_stream_selector_get_property),
19333         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19334         Fix ref-counting
19335
19336 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19337
19338         * gst/subparse/gstsubparse.c: (feed_textbuf):
19339           Don't access already unref'ed buffer.
19340
19341 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19342
19343         * gst/playback/gststreamselector.c:
19344         (gst_stream_selector_class_init), (gst_stream_selector_init),
19345         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19346         (gst_stream_selector_get_property),
19347         (gst_stream_selector_get_linked_pad),
19348         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19349         * gst/playback/gststreamselector.h:
19350         Add the active-pad property for playbin to use shortly. Ignore buffers
19351         from any other pad, returning GST_FLOW_NOT_LINKED
19352
19353 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19354
19355         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19356         patch from bug #322704 (Alessandro Decina).
19357
19358 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19359
19360         * gst-libs/gst/audio/Makefile.am:
19361           folded audiofilter into the audio library
19362
19363 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19364
19365         * gst/videoscale/gstvideoscale.h:
19366         * gst/videoscale/gstvideoscale.c:
19367           remove unimplemented scale methods
19368
19369 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19370
19371         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19372           Don't leak caps.
19373
19374 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19375
19376         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19377         (gst_ximagesink_setcaps):
19378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19379         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19380         happens (only visible on ximagesink but bug is in xv too) set_caps was
19381         destroying the internal x[v]image used to memcpy non locally alloced
19382         buffers so that it got renewed on next _chain. The issue is that 
19383         _expose will try to put that image as it reffed it in _put.
19384         Using gst_buffer_unref instead of destroy fixes it !
19385
19386 2005-11-28  Edward Hervey  <edward@fluendo.com>
19387
19388         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19389         (try_to_link_1), (queue_filled_cb):
19390         Better use of the queues. Start with a small size queue and only increase
19391         the size of the queues when the other queues are empty.
19392
19393 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19394
19395         * gst-libs/gst/video/Makefile.am:
19396           compile in copied-over videofilter into the video library
19397         * gst-libs/gst/video/videosink.h:
19398           rename the header to gstvideosink.h since it's a base GstObject class
19399         * sys/ximage/ximagesink.h:
19400         * sys/xvimage/xvimagesink.h:
19401           use the new header
19402
19403 2005-11-28  Wim Taymans  <wim@fluendo.com>
19404
19405         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19406         * gst/playback/gstplaybasebin.h:
19407         Prepare to handle errors betters.
19408
19409         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19410         Set sinks to PAUSED first before adding and linking them so that
19411         we don't interrupt dataflow.
19412
19413 2005-11-28  Wim Taymans  <wim@fluendo.com>
19414
19415         * gst-libs/gst/audio/TODO:
19416         Updated TODO
19417
19418         * gst-libs/gst/audio/gstaudiosink.c:
19419         (gst_audioringbuffer_open_device),
19420         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19421         (gst_audioringbuffer_release):
19422         Small cleanups.
19423
19424         * gst-libs/gst/audio/gstbaseaudiosink.c:
19425         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19426         (gst_base_audio_sink_change_state):
19427         Slave to the master clock when going to PLAYING and unslave when
19428         going to PAUSED.
19429
19430         * gst-libs/gst/audio/gstringbuffer.c:
19431         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19432         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19433         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19434         (gst_ring_buffer_clear_all), (wait_segment),
19435         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19436         (gst_ring_buffer_advance):
19437         * gst-libs/gst/audio/gstringbuffer.h:
19438         Add some docs and cleanups.
19439
19440 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19441
19442         * sys/xvimage/xvimagesink.c:
19443         (gst_xvimagesink_navigation_send_event): Fix navigation events
19444         coordinates translation with pixel aspect ratios.
19445
19446 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19447
19448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19449         Use calculated video geometry from _setcaps instead of buffer
19450         caps to respect pixel aspect ratio. (fixes #322388)
19451
19452 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19453
19454         * docs/libs/tmpl/gstcolorbalance.sgml:
19455         * docs/libs/tmpl/gstmixer.sgml:
19456         * docs/libs/tmpl/gstxoverlay.sgml:
19457         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19458         interface.
19459
19460 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19461
19462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19463         Refuse to create an XvImage if we can't find the format.
19464
19465 2005-11-28  Edward Hervey  <edward@fluendo.com>
19466
19467         * gst-libs/gst/riff/riff-media.c:
19468         (gst_riff_create_audio_template_caps):
19469         Add ATRAC3 to the list of riff-possible audio caps.
19470         I know we still don't have a plugin for atrac3, but it's saner to output
19471         that than a cryptic mimetype.
19472
19473 2005-11-27  Edward Hervey  <edward@fluendo.com>
19474
19475         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19476         Don't try to create a zero-sized subbuffer.
19477
19478 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19479
19480         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19481         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19482         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19483         (gst_ximagesink_expose): Fixed a tricky race.
19484         * sys/ximage/ximagesink.h:
19485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19486         (gst_xvimagesink_expose): Fixed a tricky race.
19487         * sys/xvimage/xvimagesink.h:
19488
19489 2005-11-27  Edward Hervey  <edward@fluendo.com>
19490
19491         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19492         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19493         Remove unused properties, and add queues between demuxers and decoders
19494         so that a lot more files can preroll properly.
19495
19496 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19497
19498         * gst-libs/gst/net/Makefile.am:
19499         * gst-libs/gst/rtp/Makefile.am:
19500         * gst-libs/gst/tag/Makefile.am:
19501           remove silly include
19502         * gst/tags/Makefile.am:
19503         * gst/tags/gsttagediting.c:
19504         * gst/tags/gsttageditingprivate.h:
19505         * gst/tags/tagedit.vcproj:
19506           remove directory, is as good as empty
19507
19508 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19509
19510         * configure.ac:
19511           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19512         * gst-libs/Makefile.am:
19513         * gst-libs/gst/audio/Makefile.am:
19514         * gst-libs/gst/interfaces/Makefile.am:
19515         * gst-libs/gst/net/Makefile.am:
19516         * gst-libs/gst/riff/Makefile.am:
19517         * gst-libs/gst/rtp/Makefile.am:
19518         * gst-libs/gst/tag/Makefile.am:
19519         * gst-libs/gst/video/Makefile.am:
19520           and use them
19521
19522 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19523
19524         * docs/libs/tmpl/gstcolorbalance.sgml:
19525         * docs/libs/tmpl/gstmixer.sgml:
19526         * docs/libs/tmpl/gstxoverlay.sgml:
19527         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19528         * sys/ximage/ximagesink.h:
19529         * sys/xvimage/xvimagesink.h: More and more documentation.
19530
19531 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19532
19533         * docs/libs/gst-plugins-base-libs-docs.sgml:
19534         * docs/libs/gst-plugins-base-libs-sections.txt:
19535         * docs/libs/tmpl/gstcolorbalance.sgml:
19536         * docs/libs/tmpl/gstmixer.sgml:
19537         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19538         to documentation.
19539
19540 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19541
19542         * docs/plugins/Makefile.am:
19543         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19544         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19545         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19546
19547 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19548
19549         * docs/plugins/Makefile.am:
19550         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19551         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19552         * docs/plugins/inspect/plugin-adder.xml:
19553         * docs/plugins/inspect/plugin-alsa.xml:
19554         * docs/plugins/inspect/plugin-audioconvert.xml:
19555         * docs/plugins/inspect/plugin-audiorate.xml:
19556         * docs/plugins/inspect/plugin-audioresample.xml:
19557         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19558         * docs/plugins/inspect/plugin-decodebin.xml:
19559         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19560         * docs/plugins/inspect/plugin-gnomevfs.xml:
19561         * docs/plugins/inspect/plugin-ogg.xml:
19562         * docs/plugins/inspect/plugin-playbin.xml:
19563         * docs/plugins/inspect/plugin-subparse.xml:
19564         * docs/plugins/inspect/plugin-tcp.xml:
19565         * docs/plugins/inspect/plugin-theora.xml:
19566         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19567         * docs/plugins/inspect/plugin-video4linux.xml:
19568         * docs/plugins/inspect/plugin-videorate.xml:
19569         * docs/plugins/inspect/plugin-videoscale.xml:
19570         * docs/plugins/inspect/plugin-videotestsrc.xml:
19571         * docs/plugins/inspect/plugin-volume.xml:
19572         * docs/plugins/inspect/plugin-vorbis.xml:
19573         * docs/plugins/inspect/plugin-ximagesink.xml:
19574         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19575         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19576
19577 2005-11-26  Edward Hervey  <edward@fluendo.com>
19578
19579         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19580         Properly return GstFlowReturn from gst_pad_push in chain functions.
19581
19582 2005-11-25  Michael Smith  <msmith@fluendo.com>
19583
19584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19585         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19586         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19587         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19588           Handle various conditions better when we don't understand a stream.
19589           Removes a heap of CRITICALs on ogg streams containing unknown data.
19590
19591 2005-11-24  Andy Wingo  <wingo@pobox.com>
19592
19593         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19594         Be threadsafe.
19595
19596 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19597
19598         * configure.ac: back to HEAD
19599
19600 === release 0.9.6 ===
19601
19602 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19603
19604         * configure.ac:
19605           releasing 0.9.6, "White Eight"
19606
19607 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19608
19609         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19610         * docs/plugins/inspect/plugin-sine.xml:
19611           remove sinesrc some more
19612
19613 2005-11-23  Wim Taymans  <wim@fluendo.com>
19614
19615         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19616         If we are reading too slowly, jump forward in the ringbuffer
19617         instead of blocking.
19618
19619 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19620
19621         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19622         (gst_visual_chain):
19623         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19624         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19625         (gst_videorate_chain):
19626         * gst/videotestsrc/gstvideotestsrc.c:
19627         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19628         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19629         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19630         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19631         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19632         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19633           Updates for API changes
19634
19635 2005-11-23  Wim Taymans  <wim@fluendo.com>
19636
19637         * gst-libs/gst/audio/gstbaseaudiosink.c:
19638         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19639         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19640         Fix for calibration API change.
19641
19642 2005-11-23  Michael Smith <msmith@fluendo.com>
19643
19644         * gst-libs/gst/audio/multichannel.c:
19645         (gst_audio_get_channel_positions),
19646         (gst_audio_set_channel_positions),
19647         (gst_audio_set_structure_channel_positions_list),
19648         (gst_audio_fixate_channel_positions):
19649           Use gst_value_array_*() functions on value arrays, not
19650           gst_value_list_*().
19651
19652 2005-11-23  Edward Hervey  <edward@fluendo.com>
19653
19654         * autogen.sh:
19655         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19656         Fixes autogen
19657
19658 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19659
19660         * check/Makefile.am:
19661         * check/elements/videotestsrc.c: (setup_videotestsrc),
19662         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19663         (main):
19664           add a test for videotestsrc
19665
19666 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19667
19668         * gst/sine/.cvsignore:
19669         * gst/sine/Makefile.am:
19670         * gst/sine/gstsinesrc.c:
19671         * gst/sine/gstsinesrc.h:
19672         * gst/sine/sinesrc.vcproj:
19673           and remove sinesrc from the repository.  Closes #321446
19674
19675 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19676
19677         * configure.ac:
19678         * gst-plugins-base.spec.in:
19679           remove sinesrc from the build
19680
19681 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19682
19683         * check/Makefile.am:
19684         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19685         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19686         (main):
19687           add a test for audiotestsrc, testing all waves.  Even seems
19688           leak-free at first glance, nice job Stefan
19689
19690 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19691
19692         * po/af.po:
19693         * po/az.po:
19694         * po/cs.po:
19695         * po/en_GB.po:
19696         * po/hu.po:
19697         * po/it.po:
19698         * po/nb.po:
19699         * po/nl.po:
19700         * po/or.po:
19701         * po/sq.po:
19702         * po/sr.po:
19703         * po/sv.po:
19704         * po/uk.po:
19705         * po/vi.po:
19706           Translation string updates
19707
19708         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19709         (gst_v4lsrc_set_caps):
19710         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19711         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19712         * sys/v4l/v4lsrc_calls.h:
19713           Improve v4lsrc, by making it work again.
19714
19715 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19716
19717         * ext/libvisual/visual.c: (gst_visual_chain):
19718           Fix the fps calculations.
19719
19720         * gst/ffmpegcolorspace/avcodec.h:
19721           Move structure element for clarity
19722
19723         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19724         * gst-libs/gst/interfaces/tunernorm.h:
19725         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19726         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19727         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19728         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19729         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19730         (gst_v4lmjpegsrc_getcaps):
19731         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19732         (gst_v4lsrc_set_caps):
19733         * sys/v4l/gstv4lsrc.h:
19734         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19735         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19736         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19737         * sys/v4l/v4lsrc_calls.h:
19738           Fractional framerates...
19739
19740 2005-11-22  Wim Taymans  <wim@fluendo.com>
19741
19742         * gst-libs/gst/audio/gstbaseaudiosink.c:
19743         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19744         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19745         And we provide a clock by default, of course...
19746
19747 2005-11-22  Wim Taymans  <wim@fluendo.com>
19748
19749         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19750         This clock can be slaved to a master clock now.
19751
19752         * gst-libs/gst/audio/gstbaseaudiosink.c:
19753         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19754         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19755         (gst_base_audio_sink_set_clock),
19756         (gst_base_audio_sink_set_property),
19757         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19758         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19759         * gst-libs/gst/audio/gstbaseaudiosink.h:
19760         Handle slaving the internal clock to the clock selected in the
19761         pipeline.
19762         Add property to make the basesink not provide a clock.
19763
19764         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19765         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19766         (gst_base_rtp_depayload_wait):
19767         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19768         We can use the clock in GstElement, no need to store it ourselves.
19769
19770 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19771
19772         * docs/libs/tmpl/gstaudio.sgml:
19773           update
19774         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19775         (gst_paranoia_endian_get_type):
19776         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19777         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19778         * gst/audiotestsrc/gstaudiotestsrc.c:
19779         (gst_audiostestsrc_wave_get_type):
19780         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19781         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19782         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19783         (gst_sync_method_get_type), (gst_unit_type_get_type),
19784         (gst_client_status_get_type), (gst_multifdsink_class_init),
19785         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19786         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19787         (gst_multifdsink_get_property):
19788         * gst/tcp/gstmultifdsink.h:
19789         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19790         * gst/videotestsrc/gstvideotestsrc.c:
19791         (gst_videotestsrc_pattern_get_type):
19792           remove deprecated properties
19793           fix up enums to correctly have short lowercase dashed nicks
19794
19795 2005-11-22  Michael Smith <msmith@fluendo.com>
19796
19797         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19798         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19799           Add underscore.
19800
19801 2005-11-22  Michael Smith <msmith@fluendo.com>
19802
19803         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19804         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19805           Use utility method for scaling clocktime for fractional framerates.
19806
19807 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19808
19809         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19810         (gst_visual_chain):
19811         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19812         * ext/theora/theoradec.c: (theora_handle_type_packet):
19813         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19814         (theora_enc_chain):
19815         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19816         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19817         * gst-libs/gst/video/video.h:
19818         * gst/ffmpegcolorspace/avcodec.h:
19819         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19820         (gst_ffmpeg_caps_to_pixfmt):
19821         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19822         (gst_ffmpegcsp_set_caps):
19823         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19824         (gst_videorate_setcaps), (gst_videorate_blank_data),
19825         (gst_videorate_chain):
19826         * gst/videotestsrc/gstvideotestsrc.c:
19827         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19828         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19829         (gst_videotestsrc_event), (gst_videotestsrc_create):
19830         * gst/videotestsrc/gstvideotestsrc.h:
19831         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19832         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19833         (gst_ximagesink_get_times), (gst_ximagesink_init):
19834         * sys/ximage/ximagesink.h:
19835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19836         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19837         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19838         * sys/xvimage/xvimagesink.h:
19839           Convert elements to use fractions for their framerate.
19840           V4L elements to come later tonight.
19841
19842 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19843
19844         * gst-libs/gst/audio/audio.c:
19845         * gst-libs/gst/audio/audio.h:
19846           remove some deprecated functions
19847
19848 2005-11-22  Andy Wingo  <wingo@pobox.com>
19849
19850         * Update for gst_tag_setter API changes.
19851
19852 2005-11-22  Andy Wingo  <wingo@pobox.com>
19853
19854         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19855         (gst_ogg_demux_perform_seek):
19856         * ext/theora/theoradec.c (theora_dec_sink_event):
19857         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19858         update-funcnames.
19859
19860 2005-11-22  Wim Taymans  <wim@fluendo.com>
19861
19862         * examples/seeking/seek.c: (main):
19863         Give higher priority to bus signals than the gtk events
19864         to fix a race condition in the segment looping.
19865
19866 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19867
19868         * ext/theora/Makefile.am:
19869         * ext/vorbis/Makefile.am:
19870         * gst-libs/gst/tag/Makefile.am:
19871         * gst-plugins-base.spec.in:
19872           Rename libgsttagedit to libgsttag (#322117).
19873
19874 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19875
19876         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19878           Call gst_x_overlay_prepare_xwindow_id() to give applications
19879           a final chance to set their own xwindow id before the video
19880           sink creates its own window.
19881
19882 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19883
19884         * sys/xvimage/xvimagesink.c:
19885         (gst_xvimagesink_navigation_send_event): Handle navigation
19886         events correcly with borders if applicable.
19887
19888 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19889
19890         Patch by: Luca Ognibene
19891
19892         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19893         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19894         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19895         (gst_ffmpegcsp_caps_remove_format_info):
19896         * gst/ffmpegcolorspace/imgconvert.c:
19897         * gst/ffmpegcolorspace/imgconvert_template.h:
19898           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19899           #318353); use gst_structure_has_name().
19900
19901 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19902
19903         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19904         (gst_ximagesink_class_init): Add debug macros on functions.
19905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19906         (gst_xvimagesink_xwindow_draw_borders),
19907         (gst_xvimagesink_xvimage_put),
19908         (gst_xvimagesink_xwindow_update_geometry),
19909         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19910         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19911         (gst_xvimagesink_xcontext_clear),
19912         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19913         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19914         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19915         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19916         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19917         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19918         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19919         expose while being PAUSED, out of data flow navigation events, etc..
19920
19921 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19922
19923         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19924         * gst-libs/gst/audio/audio.h:
19925           fix prototype - wondering why the test worked regardless
19926
19927 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19928
19929         * check/Makefile.am:
19930         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19931         * gst-libs/gst/audio/audio.h:
19932           add a method that returns a proper GstClockTime
19933
19934 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19935
19936         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19937         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19938         * gst-libs/gst/interfaces/xoverlay.h:
19939           Remove everything having to do with the desired size; add 
19940           gst_x_overlay_prepare_xwindow_id() function; remove the
19941           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19942           post a message on the bus instead (#321816).
19943
19944         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19946         (gst_xvimagesink_xoverlay_init):
19947           Remove desired size stuff (#321816).
19948
19949 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19950
19951         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19952         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19953         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19954           Terminate vararg functions with NULL instead of 0 to 
19955           make gcc4 happy.
19956
19957 2005-11-21  Andy Wingo  <wingo@pobox.com>
19958
19959         patch by: Sebastien Cote <sebas642@yahoo.ca>
19960         
19961         * gst-libs/gst/rtp/gstrtpbuffer.h: 
19962         * gst-libs/gst/rtp/gstrtpbuffer.c
19963         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19964
19965 2005-11-21  Andy Wingo  <wingo@pobox.com>
19966
19967         * gst/playback/gstplaybin.c (gen_audio_element) 
19968         (gen_video_element): Use the new MISSING_PLUGIN core error
19969         category. Closes #320060.
19970
19971         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
19972         * gst/videorate/gstvideorate.c (gst_videorate_event):
19973         * ext/theora/theoradec.c (theora_dec_sink_event): 
19974         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
19975         stream lock.
19976
19977         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
19978         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
19979         stream lock changes.
19980
19981 2005-11-21  Wim Taymans  <wim@fluendo.com>
19982
19983         * gst-libs/gst/audio/gstbaseaudiosink.c:
19984         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19985         (gst_base_audio_sink_provide_clock),
19986         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
19987         (gst_base_audio_sink_change_state):
19988         * gst/audioresample/gstaudioresample.c:
19989         Segment update fix.
19990
19991 2005-11-21  Andy Wingo  <wingo@pobox.com>
19992
19993         * *.h:
19994         * *.c: Ran scripts/update-macros. Oh yes.
19995
19996 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19997
19998         * sys/ximage/Makefile.am:
19999         * sys/ximage/ximage.c:
20000           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20001           remove your old libgstximage.* manually if necessary).
20002
20003 2005-11-21  Michael Smith <msmith@fluendo.com>
20004
20005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20006           Minimal fix for bug #320200: set the min/max bitrate in the correct
20007           units. A better fix would be to upgrade to the RATEMANAGE2
20008           interface, rather than using the deprecated interface used here, but
20009           that would require an update in our libvorbis dependency (to 1.1),
20010           which is probably undesirable.
20011
20012 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20013
20014         * ext/libvisual/visual.c: (get_buffer):
20015         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20016         (gst_base_audio_src_fixate):
20017         * gst/audioconvert/gstaudioconvert.c:
20018         (gst_audio_convert_fixate_caps):
20019         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20020         * gst/audiotestsrc/gstaudiotestsrc.c:
20021         (gst_audiotestsrc_src_fixate):
20022         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20023         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20024         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20025         * gst/videotestsrc/gstvideotestsrc.c:
20026         (gst_videotestsrc_src_fixate):
20027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20029           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20030           (#322027)
20031
20032
20033 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20034
20035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20036         (gst_riff_create_iavs_caps):
20037         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20038         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20039         (gst_riff_parse_info):
20040         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20041         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20043           Fixes for GST_FOURCC_FORMAT API change.
20044
20045 2005-11-21  Andy Wingo  <wingo@pobox.com>
20046
20047         patch by: Alessandro Dessina <alessandro nnva org>
20048
20049         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20050         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20051         (gst_ogg_parse_chain):
20052         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20053         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20054         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20055         gst_value_list calls on arrays. Fixes #321962.
20056
20057 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20058
20059         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20060         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20061         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20062         * gst/adder/gstadder.c: (gst_adder_init),
20063         (gst_adder_request_new_pad), (gst_adder_collected),
20064         (gst_adder_change_state):
20065           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20066           API change.
20067
20068 2005-11-21  Michael Smith <msmith@fluendo.com>
20069
20070         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20071         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20072           Properly handle pad_push return values.
20073
20074 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20075
20076         * gst-libs/gst/tag/Makefile.am:
20077         * gst-libs/gst/tag/gstvorbistag.c:
20078         (gst_tag_list_to_vorbiscomment_buffer):
20079           Remove obsolete vorbistag element and debug category.
20080
20081         * gst/playback/gstplaybasebin.c: (check_queue):
20082           Don't divide by 0 when queue-threshold is 0.
20083
20084         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20085           Don't modify an existing pixel-aspect-ratio if we fail to read
20086           a new one.
20087
20088 2005-11-20  Wim Taymans  <wim@fluendo.com>
20089
20090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20091         (gst_vorbisenc_push_packet):
20092         GST_PAD_IS_USABLE is gone, use the return value of
20093         the push or pad_alloc_buffer instead.
20094
20095 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20096
20097         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20098         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20099         (gst_ximagesink_ximage_destroy),
20100         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20101         (gst_ximagesink_xwindow_new),
20102         (gst_ximagesink_xwindow_update_geometry),
20103         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20104         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20105         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20106         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20107         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20108         (gst_ximagesink_navigation_send_event),
20109         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20110         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20111         (gst_ximagesink_finalize), (gst_ximagesink_init),
20112         (gst_ximagesink_class_init):
20113         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20114         This new version brings correct software scaling, non flickering
20115         window while resizing, pixel aspect ratio handling, usage of
20116         hardware buffer pools, out of data flow event thread for 
20117         navigation and handling of expose events even when being PAUSED,
20118         a new property to keep video aspect ratio when resizing, etc...
20119
20120 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20121
20122         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20123         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20124         handling of PAR.
20125
20126 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20127
20128         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20129         Unsetting IS_SINK flag from the fakesink, so decodebin
20130         never behaves as a sink.
20131
20132 2005-11-17  Wim Taymans  <wim@fluendo.com>
20133
20134         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20135         (gst_base_audio_src_change_state):
20136         Fix the audiosrc base class again, we did not unflush.
20137
20138 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20139
20140         * examples/seeking/seek.c: (make_dv_pipeline),
20141         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20142         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20143         to ogg/vorbis/theora pipeline.
20144
20145 2005-11-17  Wim Taymans  <wim@fluendo.com>
20146
20147         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20148         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20149         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20150         Fix EOS on multiple streams.
20151         More debugging.
20152
20153 2005-11-16  Wim Taymans  <wim@fluendo.com>
20154
20155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20156         (gst_ogg_demux_perform_seek):
20157         Segment done must include stream time.
20158
20159         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20160         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20161         (gst_ogg_mux_change_state):
20162         Fix ogg muxer again.
20163
20164 2005-11-16  Wim Taymans  <wim@fluendo.com>
20165
20166         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20167         Fix compile again.
20168
20169 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20170
20171         * ext/libvisual/visual.c: (gst_visual_init):
20172         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20173         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20174         (gst_ogg_parse_chain):
20175         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20176         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20177         * ext/theora/theoradec.c: (gst_theora_dec_init):
20178         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20179         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20180         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20181         * gst/adder/gstadder.c: (gst_adder_class_init),
20182         (gst_adder_dispose):
20183         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20184         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20185         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20186           Fix a whole set of pad template leaks
20187
20188 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20189
20190         * check/generic/states.c: (GST_START_TEST):
20191           fix the test so that it only checks for elements that are part of
20192           this source module
20193
20194 2005-11-16  Michael Smith <msmith@fluendo.com>
20195
20196         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20197         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20198         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20199         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20200         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20201         (gst_ogg_mux_change_state):
20202           Fix leaking collectpads.
20203
20204 2005-11-16  Edward Hervey  <edward@fluendo.com>
20205
20206         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20207         (gst_videorate_event), (gst_videorate_chain):
20208         Handle segment seeks
20209
20210 2005-11-16  Wim Taymans  <wim@fluendo.com>
20211
20212         * gst-libs/gst/audio/gstbaseaudiosink.c:
20213         (gst_base_audio_sink_provide_clock),
20214         (gst_base_audio_sink_change_state):
20215         Set ringbuffer to non-flushing when going to PAUSED, set to
20216         flushing again when going to READY.
20217
20218         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20219         (gst_ring_buffer_stop):
20220         Start in flushing mode by default.
20221         Don't set flushing in the _stop method, let the app call
20222         this explicitly.
20223
20224 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20225
20226         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20227         * gst-libs/gst/video/videosink.h: Add helper function needed
20228         for video sinks.
20229
20230 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20231
20232         * gst/videoscale/gstvideoscale.c:
20233         (gst_videoscale_handle_src_event):
20234           Don't leak reference to pad parent.
20235
20236 2005-11-16  Wim Taymans  <wim@fluendo.com>
20237
20238         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20239         Set ringbuffer to flushing when stopping so that we don't
20240         block on wait_segment anymore and livelock.
20241
20242 2005-11-16  Wim Taymans  <wim@fluendo.com>
20243
20244         * examples/seeking/seek.c: (send_event), (do_seek),
20245         (loop_toggle_cb), (segment_done), (main):
20246         Added looping checkbox.
20247
20248 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20249
20250         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20251         (gst_ogg_demux_init):
20252         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20253         (gst_vorbis_dec_init):
20254           revert unrefs, they don't pass make check
20255
20256 2005-11-15  Johan Dahlin  <johan@gnome.org>
20257
20258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20259         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20260         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20261         (gst_vorbis_dec_init):
20262         Fix pad template leaks. 
20263
20264 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20265
20266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20267           Make state change function thread safe.
20268
20269 2005-11-15  Edward Hervey  <edward@fluendo.com>
20270
20271         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20272         (gst_ogg_demux_class_init):
20273         Implement GstElement::send_event, so we can send seek events
20274         in GST_STATE_READY
20275
20276 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20277
20278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20279         Discovered how to take away flickering while resizing the
20280         window. Please don't put that in ximagesink, refactoring in
20281         progress.
20282
20283 2005-11-14  Michael Smith <msmith@fluendo.com>
20284
20285         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20286         (gst_multifdsink_render):
20287           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20288
20289 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20290
20291         * gst/playback/gstplaybin.c: (gen_audio_element):
20292           Use autoaudiosink, it tends to be more widely available than
20293           autoaudiiosink.
20294           
20295 2005-11-14  Andy Wingo  <wingo@pobox.com>
20296
20297         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20298         as well if it is available. Fixes #316442.
20299
20300 2005-11-14  Michael Smith <msmith@fluendo.com>
20301
20302         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20303         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20304         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20305         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20306         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20307         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20308         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20309         (gst_vorbisenc_change_state):
20310           Fix a small memory leak in vorbisenc.
20311           Fix large memory leaks in oggmux, also fix lots of state change
20312           bugs in oggmux.
20313
20314 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20315
20316         * gst/videotestsrc/gstvideotestsrc.c:
20317         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20318         (gst_videotestsrc_src_fixate):
20319           move fixation to a fixate function
20320           remove negotiate function, basesrc's is good enough
20321           fixes a bug for check when using the element alone
20322
20323 2005-11-13  Edward Hervey  <edward@fluendo.com>
20324
20325         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20326         (key_toggle_cb), (main):
20327         Added checkboxes for adding/removing the accurate and key_unit seek
20328         flags.
20329
20330 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20331
20332         * configure.ac: back to HEAD
20333
20334 === release 0.9.5 ===
20335
20336 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20337
20338         * configure.ac:
20339           releasing 0.9.5, "No No Kia"
20340
20341 2005-11-11  Edward Hervey  <edward@fluendo.com>
20342
20343         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20344         Added parse-launch syntax seeking mode for the seeking example.
20345         This should help stress-test even more cases.
20346         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20347
20348 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20349
20350         * sys/xvimage/xvimagesink.c:
20351         (gst_xvimagesink_navigation_send_event):
20352           Check whether peer pad exists before sending navigation events
20353           to it.
20354
20355 2005-11-11  Michael Smith <msmith@fluendo.com>
20356
20357         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20358         (gst_vorbisenc_buffer_from_packet):
20359         * ext/vorbis/vorbisenc.h:
20360           Set duration on encoded buffers. This allows oggmux's
20361           max_page_delay parameter to actually work.
20362
20363 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20364
20365         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20366         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20367         (gst_ffmpegcsp_avpicture_fill):
20368         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20369         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20370           Make palettes work again (see #132341). Use our own macros
20371           for rounding up.
20372
20373 2005-11-10  Andy Wingo  <wingo@pobox.com>
20374
20375         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20376         string doober.
20377
20378 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20379
20380         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20381         (gst_ffmpegcsp_transform_caps):
20382           Prefer passthrough in transform_caps
20383
20384 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20385
20386         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20387           check for ALSA errors properly, instead of relying on ALSA's
20388           error strings to serve to the user.
20389
20390 2005-11-10  Wim Taymans  <wim@fluendo.com>
20391
20392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20393         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20394         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20395         Modernise the seek code.
20396
20397 2005-11-10  Michael Smith <msmith@fluendo.com>
20398         
20399         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20400         (setup_substreams), (set_active_source):
20401           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20402           trying to go to NULL if we failed to read a file.
20403
20404 2005-11-10  Wim Taymans  <wim@fluendo.com>
20405
20406         * gst/audiotestsrc/gstaudiotestsrc.c:
20407         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20408         (gst_audiotestsrc_create):
20409         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20410         (gst_sinesrc_get_times), (gst_sinesrc_create):
20411         * gst/videotestsrc/gstvideotestsrc.c:
20412         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20413         (gst_videotestsrc_create):
20414         The base class can now sync for us.
20415
20416 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20417
20418         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20419           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20420           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20421           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20422           format=(fourcc)I420" ! xvimagesink
20423
20424 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20425
20426         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20427         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20428         (gst_sinesrc_newsegment):
20429           Send newsegment event in TIME format, set duration if
20430           num-buffers is set, fix duration querying.
20431
20432 2005-11-10  Michael Smith <msmith@fluendo.com>
20433
20434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20435         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20436         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20437         (gst_ogg_mux_collected):
20438          Fix EOS handling, partially. Now forwarding an EOS event once we have
20439          EOS on all pads works correctly. However, we still don't properly set
20440          EOS on the actual ogg stream pages.
20441
20442 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20443
20444         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20445           Set elements to NULL state before disposing of them.
20446
20447 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20448
20449         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20450
20451         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20452         (gst_base_rtp_depayload_init),
20453         (gst_base_rtp_depayload_set_gst_timestamp):
20454         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20455           We need to send a newsegment event for each instance, not
20456           just for the first instance of this class (get rid of
20457           static variable in function). (#321011).
20458           
20459 2005-11-08  Michael Smith <msmith@fluendo.com>
20460
20461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20462         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20463         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20464         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20465           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20466           This makes us mux things correctly according to the ogg muxing
20467           rules. Still not handling EOS correctly right now, though.
20468
20469 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20470
20471         * gst/audioconvert/gstaudioconvert.c:
20472           Fix typo in docs. 
20473
20474 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20475
20476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20477         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20478           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20479           creating a new chain; should fix live streaming. Also
20480           add more debug output and fix a typo.
20481
20482 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20483
20484         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20485
20486         * gst/volume/gstvolume.c: (volume_set_caps):
20487           Fix compilation on Solaris with Forte. (#320923)
20488
20489 2005-11-08  Wim Taymans  <wim@fluendo.com>
20490
20491         * gst-libs/gst/audio/gstbaseaudiosink.c:
20492         (gst_base_audio_sink_render):
20493         No need to do a typecheck.
20494
20495 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20496
20497         * ext/alsa/gstalsa.h:
20498           We register a debug category, so let's use it.
20499
20500 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20501
20502         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20503         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20504         Fixed a small problem.
20505
20506 2005-11-04  Wim Taymans  <wim@fluendo.com>
20507
20508         * examples/seeking/Makefile.am:
20509         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20510         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20511         (make_playerbin_pipeline), (format_value), (update_scale),
20512         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20513         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20514         (print_usage), (main):
20515         Added app for playback speed testing.
20516
20517         * examples/seeking/seek.c: (dynamic_link),
20518         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20519         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20520         (message_received), (main):
20521         Updated seek example.
20522
20523 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20524
20525         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20526         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20527         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20528         (gst_base_rtp_depayload_set_clock):
20529         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20530         Don't sleep on the bench (system clock) when you have a nice 
20531         comfortable bed (Gstreamer clock) to sleep on.
20532
20533 2005-11-03  Wim Taymans  <wim@fluendo.com>
20534
20535         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20536         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20537         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20538         Handle the case where a pad_block failed.
20539
20540 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20541
20542         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20543
20544         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20545         (gst_base_rtp_depayload_add_to_queue),
20546         (gst_base_rtp_depayload_push),
20547         (gst_base_rtp_depayload_set_gst_timestamp),
20548         (gst_base_rtp_depayload_queue_release):
20549           Fixes some bugs in the depayloader's queuing/de-queueing code.
20550
20551 2005-10-31  Michael Smith <msmith@fluendo.com>
20552
20553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20554         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20555         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20556           Patch from Alessandro Decina <alessandro@nnva.org>.
20557           Make oggdemux only find the final time in a chain, not per-pad,
20558           since the per-pad information can be very expensive to locate, and
20559           it isn't used anywhere. This makes reading a file containing
20560           OggSkeleton reasonably fast.
20561           Also, make chain finding work when there are logical bitstreams that
20562           can't be decoded. Fixes #319110.
20563
20564 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20565
20566         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20567         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20568         (gst_base_rtp_depayload_chain),
20569         (gst_base_rtp_depayload_add_to_queue),
20570         (gst_base_rtp_depayload_push),
20571         (gst_base_rtp_depayload_set_gst_timestamp),
20572         (gst_base_rtp_depayload_queue_release),
20573         (gst_base_rtp_depayload_start_thread),
20574         (gst_base_rtp_depayload_set_property),
20575         (gst_base_rtp_depayload_get_property):
20576         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20577         Some random fixes, to fullfill the desires of thomas.
20578
20579 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20580
20581         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20582         (gst_base_rtp_depayload_add_to_queue),
20583         (gst_base_rtp_depayload_push):
20584         Fixed the queueing algorithm.
20585
20586 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20587
20588         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20589         (gst_base_rtp_depayload_push):
20590         A small fix
20591
20592 2005-10-31  Wim Taymans  <wim@fluendo.com>
20593
20594         * gst-libs/gst/audio/gstringbuffer.h:
20595         Don't break ABI.
20596
20597         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20598         (gst_ffmpeg_caps_to_pixfmt):
20599         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20600         (gst_ffmpegcsp_set_caps):
20601         Some more comments.
20602         Handle missing required caps fields better.
20603
20604 2005-10-31  Wim Taymans  <wim@fluendo.com>
20605
20606         * gst-libs/gst/audio/gstbaseaudiosink.c:
20607         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20608         (gst_base_audio_sink_render):
20609         * gst-libs/gst/audio/gstringbuffer.c:
20610         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20611         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20612         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20613         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20614         (gst_ring_buffer_read):
20615         * gst-libs/gst/audio/gstringbuffer.h:
20616         Add flushing mode to the ringbuffer so that it in all cases does
20617         not try to handle more audio. This makes sure it does not try to
20618         block anymore when flushing and fixes a livelock.
20619
20620 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20621
20622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20623         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20624         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20625           Explicitly check for -1 values before doing a conversion
20626           and always map them to -1. (#315545)
20627
20628 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20629
20630         * gst/playback/gstplaybin.c: (gen_video_element):
20631           first try autovideosink, then xvimagesink, then error out
20632         * po/POTFILES.in:
20633           add translatable file
20634         * po/af.po:
20635         * po/az.po:
20636         * po/cs.po:
20637         * po/en_GB.po:
20638         * po/hu.po:
20639         * po/it.po:
20640         * po/nb.po:
20641         * po/nl.po:
20642         * po/or.po:
20643         * po/sq.po:
20644         * po/sr.po:
20645         * po/sv.po:
20646         * po/uk.po:
20647         * po/vi.po:
20648           update translations
20649
20650 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20651
20652         * gst-libs/gst/rtp/gstbasedepayload.c:
20653         * gst-libs/gst/rtp/gstbasedepayload.h:
20654           Minor cleanups
20655
20656 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20657
20658         * gst/playback/.cvsignore:
20659         * gst/playback/decodetest.c:
20660         * gst/playback/test3.c:
20661           Port these two tests as well.
20662
20663 2005-10-27  Wim Taymans  <wim@fluendo.com>
20664
20665         * ext/theora/theoradec.c: (theora_dec_src_query),
20666         (theora_dec_sink_event):
20667         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20668         (theora_enc_change_state):
20669         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20670         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20671         Take proper locks when handling events.
20672
20673 2005-10-27  Wim Taymans  <wim@fluendo.com>
20674
20675         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20676         (gst_adder_change_state):
20677         Fix timestamps and fix deadlock when stopping the collectpads.
20678
20679 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20680
20681         * gst-libs/gst/rtp/gstrtpbuffer.h:
20682         Declaring the payload types as strings too so that they can be used
20683         in the padtemplate inialization.
20684
20685 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20686
20687         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20688
20689         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20690         (gst_base_rtp_depayload_class_init):
20691         Fixes a small but nasty bug. The derived elements no longer segfaults
20692         on finalization.
20693
20694 2005-10-26  Michael Smith <msmith@fluendo.com>
20695
20696         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20697           When clearing an audioconvert context, set tmpbufsize to zero, so
20698           we'll allocate it again later if required.
20699           This fixes audioconvert re-negotiating formats, which previously
20700           segfaulted with a NULL destination buffer.
20701
20702 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20703
20704         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20705         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20706         (gst_base_rtp_depayload_set_gst_timestamp),
20707         (gst_base_rtp_depayload_queue_release):
20708         Fixed a smalll memleak.
20709
20710 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20711         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20712         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20713         (gst_base_rtp_depayload_finalize),
20714         (gst_base_rtp_depayload_setcaps),
20715         (gst_base_rtp_depayload_add_to_queue),
20716         (gst_base_rtp_depayload_push),
20717         (gst_base_rtp_depayload_set_gst_timestamp),
20718         (gst_base_rtp_depayload_queue_release),
20719         (gst_base_rtp_depayload_thread),
20720         (gst_base_rtp_depayload_change_state):
20721         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20722         Changed the C++ comments to C comments
20723
20724 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20725
20726         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20727         * gst/tcp/gsttcpclientsrc.h:
20728         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20729         * gst/tcp/gsttcpserversrc.h:
20730           Remove unused 'curoffset' structure member.
20731
20732 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20733
20734         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20735         (gst_base_rtp_depayload_base_init),
20736         (gst_base_rtp_depayload_finalize):
20737         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20738         * gst-libs/gst/rtp/gstbasertppayload.h:
20739           The pad-template on the sinkpad should be set by the derived classes.
20740           Also added some useful macros.
20741
20742 2005-10-24  Wim Taymans  <wim@fluendo.com>
20743
20744         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20745         Correctly flush decoder samples even if we could not
20746         copy them to an output buffer. Fixes #319618.
20747
20748 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20749
20750         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20752         the caps against our xcontext caps.
20753
20754 2005-10-24  Wim Taymans  <wim@fluendo.com>
20755
20756         * gst-libs/gst/audio/gstbaseaudiosink.c:
20757         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20758         Remove g_print
20759         Use sync property from baseclass to disable sync.
20760
20761 2005-10-24  Wim Taymans  <wim@fluendo.com>
20762
20763         * gst-libs/gst/audio/gstbaseaudiosink.c:
20764         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20765         Buffers with no timestamps get aligned with previous buffers or
20766         on underrun, played ASAP.
20767
20768 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20769
20770         * gst-libs/gst/video/video.h:
20771         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20772         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20774         here comes my change on caps for framerate and geometry range.
20775         We are now accepting 1 to MAXINT for width and height, and from
20776         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20777         to be blended correctly in videomixer.
20778
20779 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20780
20781         * configure.ac:
20782           back to HEAD
20783
20784 === release 0.9.4 ===
20785
20786 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20787
20788         * NEWS:
20789         * RELEASE:
20790         * configure.ac:
20791           releasing 0.9.4, "Velociraptor"
20792
20793 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20794
20795         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20796         * po/POTFILES.in:
20797           STOPPED -> FAILED
20798
20799 2005-10-21  Wim Taymans  <wim@fluendo.com>
20800
20801         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20802         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20803         (pad_blocked), (close_pad_link), (new_pad):
20804         Don't try to remove elements twice.
20805
20806 2005-10-21  Wim Taymans  <wim@fluendo.com>
20807
20808         * ext/theora/theoradec.c: (theora_dec_src_query),
20809         (theora_dec_sink_event):
20810         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20811         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20812         (vorbis_handle_data_packet):
20813         * ext/vorbis/vorbisdec.h:
20814         Fix old naming.
20815
20816         * gst-libs/gst/audio/gstbaseaudiosink.c:
20817         (gst_base_audio_sink_render):
20818         Don't try to sync on buffers without a timestamp.
20819
20820 2005-10-21  Wim Taymans  <wim@fluendo.com>
20821
20822         * ext/theora/theoradec.c: (theora_dec_src_query),
20823         (theora_dec_sink_event):
20824         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20825         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20826         (vorbis_handle_data_packet):
20827         * ext/vorbis/vorbisdec.h:
20828         Fix old naming.
20829
20830 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20831
20832         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20833         (gst_vorbisenc_src_query):
20834           Implement position and duration queries.
20835
20836         * gst/playback/test3.c: (update_scale), (main):
20837           Fix for async state changes and print nicer output.
20838
20839 2005-10-20  Wim Taymans  <wim@fluendo.com>
20840
20841         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20842         (dump_element_stats), (main):
20843         * gst/playback/test6.c: (main):
20844         Fix tests again
20845
20846 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20847
20848         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20849         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20850           Don't use functions for position queries when handling
20851           duration queries.
20852
20853 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20854
20855         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20856         (vorbis_handle_data_packet), (vorbis_dec_chain),
20857         (vorbis_dec_change_state):
20858         * ext/vorbis/vorbisdec.h:
20859           Vorbis streams can be embedded in other container formats
20860           than ogg, container formats where the demuxer might set 
20861           timestamps on encoded vorbis buffers instead of those silly 
20862           granulepos thingies. In short: make vorbisdec handle 
20863           timestamps on incoming buffers as well.
20864
20865 2005-10-20  Wim Taymans  <wim@fluendo.com>
20866
20867         * gst/playback/gstplaybasebin.c: (group_destroy),
20868         (gst_play_base_bin_change_state):
20869         Fix leak.
20870         Handle case where playbasebin is now ASYNC because
20871         decodebin is.
20872
20873 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20874
20875         * gst/audioconvert/Makefile.am:
20876         * gst/audioconvert/bufferframesconvert.c:
20877         * gst/audioconvert/plugin.c: (plugin_init):
20878         * gst/audioconvert/plugin.h:
20879           And bye bye buffer-frames-convert
20880
20881 2005-10-19  Wim Taymans  <wim@fluendo.com>
20882
20883         * check/elements/audioconvert.c:
20884         * docs/libs/tmpl/gstaudio.sgml:
20885         * docs/libs/tmpl/gstcolorbalance.sgml:
20886         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20887         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20888         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20889         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20890         * gst-libs/gst/audio/audio.h:
20891         * gst/audioconvert/audioconvert.h:
20892         * gst/audioconvert/gstaudioconvert.c:
20893         (gst_audio_convert_parse_caps):
20894         * gst/volume/gstvolume.c:
20895         Bye bye buffer-frames.
20896
20897 2005-10-19  Wim Taymans  <wim@fluendo.com>
20898
20899         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20900         (query_positions_elems), (query_positions_pads), (update_scale),
20901         (do_seek), (set_update_scale), (message_received), (main):
20902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20903         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20904         (gst_ogg_demux_loop):
20905         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20906         * ext/theora/theoradec.c: (theora_dec_src_query),
20907         (theora_dec_sink_event):
20908         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20909         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20910         * gst/adder/gstadder.c: (gst_adder_query):
20911         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20912         * gst/playback/test3.c: (update_scale):
20913         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20914         (dump_element_stats), (main):
20915         * gst/playback/test6.c: (main):
20916         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20917         Query API update.
20918
20919 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20920
20921         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20922         (xml_check_first_element), (xml_type_find), (smil_type_find),
20923         (plugin_init):
20924           Add typefinding for SMIL and for generic XML. Based on patch by
20925           Akos Maroy (#308663).
20926
20927 2005-10-18  Wim Taymans  <wim@fluendo.com>
20928
20929         * gst/playback/Makefile.am:
20930         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20931         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20932         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20933         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20934         (gst_decode_bin_change_state):
20935         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20936         (gst_play_bin_send_event_to_sink):
20937         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20938         (dump_element_stats), (main):
20939         * gst/playback/test6.c: (main):
20940         Make playbin async, it'll commit state to paused when all streams
20941         are detected.
20942         Remove ugly hack.
20943         Added test6.c to show async behaviour.
20944
20945 2005-10-18  Wim Taymans  <wim@fluendo.com>
20946
20947         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20948         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20949         Fix for segment-start/stop API change.
20950
20951 2005-10-18  Wim Taymans  <wim@fluendo.com>
20952
20953         * check/Makefile.am:
20954         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20955         (main):
20956         Add future test for clock selection.
20957
20958 2005-10-18  Wim Taymans  <wim@fluendo.com>
20959
20960         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20961         (gst_alsasink_close):
20962         Set handle to NULL.
20963
20964         * gst-libs/gst/audio/gstringbuffer.c:
20965         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20966         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20967         (gst_ring_buffer_start), (gst_ring_buffer_pause),
20968         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
20969         (gst_ring_buffer_read):
20970         More debug info.
20971
20972 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
20973
20974         * gst/audiotestsrc/Makefile.am:
20975         * gst/sine/Makefile.am:
20976         * gst/volume/Makefile.am:
20977           fix broken build of controllerized plugins
20978
20979 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
20980
20981         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20982
20983         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20984         (gst_riff_create_video_template_caps):
20985           Add support for Indeo-3 (IV32).
20986
20987 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20988
20989         * configure.ac:
20990           rewrite
20991
20992 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20993
20994         * gst-libs/gst/video/video.c: (gst_video_get_size):
20995         * gst/audiotestsrc/gstaudiotestsrc.c:
20996           doc updates
20997
20998 2005-10-17  Andy Wingo  <wingo@pobox.com>
20999
21000         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21001         with the collectpads change.
21002         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21003
21004         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21005
21006         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21007
21008         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21009         alloc_buffer flow return to callers.
21010         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21011         change. Fix some memleaks in theoraenc.
21012
21013         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21014         in strange circumstance.
21015
21016 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21017
21018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21019         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21020         from caps, let's use the caps...
21021
21022 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21023
21024         * configure.ac:
21025           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21026
21027 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21028
21029         * gst-libs/gst/interfaces/Makefile.am:
21030           fix silly typo
21031
21032 2005-10-16  Andy Wingo  <wingo@pobox.com>
21033
21034         * gst/playback/gstdecodebin.c
21035         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21036         function!
21037         (try_to_link_1): Increase kraziness level.
21038
21039 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21040
21041         * configure.ac:
21042           restructure like the core one
21043         * gst-libs/gst/audio/Makefile.am:
21044         * gst-libs/gst/interfaces/Makefile.am:
21045         * gst-libs/gst/net/Makefile.am:
21046         * gst-libs/gst/riff/Makefile.am:
21047         * gst-libs/gst/rtp/Makefile.am:
21048         * gst-libs/gst/tag/Makefile.am:
21049         * gst-libs/gst/video/Makefile.am:
21050           use correct linker flags, now the libs are properly versioned
21051         * check/elements/audioconvert.c: (verify_convert):
21052         * ext/alsa/gstalsaplugin.c:
21053         * ext/cdparanoia/gstcdparanoia.c:
21054         * ext/gnomevfs/gstgnomevfs.c:
21055         * ext/libvisual/visual.c:
21056         * ext/ogg/gstogg.c:
21057         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21058         * ext/theora/theora.c:
21059         * ext/vorbis/vorbis.c:
21060         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21061         * gst-libs/gst/tag/gsttagediting.c:
21062         * gst-libs/gst/video/video.c:
21063         * gst/adder/gstadder.c:
21064         * gst/audioconvert/plugin.c:
21065         * gst/audiorate/gstaudiorate.c:
21066         * gst/audioresample/gstaudioresample.c:
21067         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21068         * gst/audioscale/gstaudioscale.c:
21069         * gst/audioscale/resample.c:
21070         * gst/audiotestsrc/gstaudiotestsrc.c:
21071         * gst/ffmpegcolorspace/gstffmpeg.c:
21072         * gst/playback/gstdecodebin.c: (close_pad_link):
21073         * gst/playback/gstplaybin.c: (gen_video_element),
21074         (gen_audio_element):
21075         * gst/sine/gstsinesrc.c:
21076         * gst/subparse/gstsubparse.c:
21077         * gst/tags/gsttagediting.c:
21078         * gst/tcp/gsttcpplugin.c:
21079         * gst/typefind/gsttypefindfunctions.c:
21080         * gst/videorate/gstvideorate.c:
21081         * gst/videoscale/gstvideoscale.c:
21082         * gst/videotestsrc/gstvideotestsrc.c:
21083         * gst/volume/gstvolume.c:
21084         * sys/v4l/gstv4l.c:
21085         * sys/ximage/ximage.c:
21086         * sys/xvimage/xvimagesink.c:
21087           fix up defines
21088
21089 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21090
21091         * ext/vorbis/vorbisenc.c:
21092         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21093         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21094         (gst_tag_to_vorbis_comments):
21095           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21096
21097 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21098
21099         * examples/stats/mp2ogg.c:
21100         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21101           typo fixes
21102
21103 2005-10-13  Michael Smith <msmith@fluendo.com>
21104
21105         * ext/ogg/gstoggmux.c:
21106           Use magic glib macros to define constants as 64 bit, to ensure
21107           appropriate vararg passing.
21108
21109 2005-10-13  Michael Smith <msmith@fluendo.com>
21110
21111         * ext/ogg/gstoggmux.c:
21112         * gst/audioconvert/audioconvert.c: (float):
21113           Don't use LL suffix, as it's not portable, and neither of these
21114           uses required it anyway.
21115
21116 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21117
21118         * examples/indexing/indexmpeg.c: (main):
21119         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21120         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21121         (cdparanoia_convert), (cdparanoia_query):
21122         * ext/cdparanoia/gstcdparanoia.h:
21123         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21124         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21125         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21126         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21127         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21128         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21129         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21130         (gst_multifdsink_render), (gst_multifdsink_start),
21131         (gst_multifdsink_stop):
21132         * gst/tcp/gstmultifdsink.h:
21133         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21134         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21135         (gst_tcpclientsink_stop):
21136         * gst/tcp/gsttcpclientsink.h:
21137         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21138         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21139         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21140         * gst/tcp/gsttcpclientsrc.h:
21141         * gst/tcp/gsttcpserversink.h:
21142         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21143         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21144         (gst_tcpserversrc_stop):
21145         * gst/tcp/gsttcpserversrc.h:
21146         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21147         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21148         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21149           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21150           moved bitshift from macro to enum definition
21151
21152 2005-10-12  Wim Taymans  <wim@fluendo.com>
21153
21154         * examples/seeking/Makefile.am:
21155         Oops.
21156
21157 2005-10-12  Wim Taymans  <wim@fluendo.com>
21158
21159         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21160         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21161         Don't assert on normal stuff.
21162
21163         * gst/playback/gstplaybin.c: (do_playbin_seek):
21164         API fix.
21165
21166 2005-10-12  Wim Taymans  <wim@fluendo.com>
21167
21168         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21169         * examples/seeking/Makefile.am:
21170         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21171         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21172         (do_seek), (set_update_scale), (message_received), (main):
21173         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21174         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21175         Update for _get_state() API change.
21176
21177 2005-10-11  Wim Taymans  <wim@fluendo.com>
21178
21179         * gst-libs/gst/audio/gstbaseaudiosink.c:
21180         (gst_base_audio_sink_render):
21181         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21182         (gst_base_audio_src_create):
21183         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21184         (gst_ring_buffer_read):
21185         Cleanups.
21186         Commit and read from ringbuffer in samples rather than bytes.
21187
21188 2005-10-11  Wim Taymans  <wim@fluendo.com>
21189
21190         * gst-libs/gst/audio/gstbaseaudiosink.c:
21191         (gst_base_audio_sink_render):
21192         Respect segment rate and accum when scheduling samples.
21193
21194 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21195
21196         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21197         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21198         EOS correctly, that needs more work.
21199
21200 2005-10-11  Wim Taymans  <wim@fluendo.com>
21201
21202         * check/generic/states.c: (GST_START_TEST):
21203         remove old property.
21204
21205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21206         (gst_ogg_demux_perform_seek):
21207         * ext/theora/theoradec.c: (theora_dec_sink_event):
21208         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21209         (vorbis_handle_data_packet):
21210         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21211         (gst_base_rtp_depayload_set_gst_timestamp):
21212         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21213         Update for newsegment API change.
21214
21215 2005-10-11  Michael Smith <msmith@fluendo.com>
21216
21217         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21218         (do_playbin_seek), (gst_play_bin_send_event):
21219           Override send_event differently, so that we can takes bits of
21220           functionality from GstPipeline (special handling for seeks,
21221           including pausing/resuming, and resetting stream time) and still get
21222           the appropriate behaviour of only forwarding event to a single sink,
21223           rather than all of them.
21224           Unfortunately requires a lot of code duplication, but the
21225           alternatives are equally ugly in the end.
21226
21227 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21228
21229         * check/elements/audioconvert.c: (setup_audioconvert),
21230         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21231         (GST_START_TEST), (audioconvert_suite):
21232           clean up tests a little, fix some leaks.
21233
21234 2005-10-10  Wim Taymans  <wim@fluendo.com>
21235
21236         * ext/alsa/gstalsasink.c:
21237         Also allow unsigned int.
21238
21239         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21240         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21241         Small cleanup
21242
21243 2005-10-10  Wim Taymans  <wim@fluendo.com>
21244
21245         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21246         Small update, use API as stated in design docs.
21247
21248         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21249         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21250         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21251         (message_received), (main):
21252         Updated seek example for GOption. Some usability improvements.
21253
21254 2005-10-10  Wim Taymans  <wim@fluendo.com>
21255
21256         * gst/audioconvert/audioconvert.h:
21257         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21258         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21259         Alloc temp storage somewhere else where we can do it more
21260         portable.
21261
21262 2005-10-10  Wim Taymans  <wim@fluendo.com>
21263
21264         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21265         (gst_tcpserversrc_start):
21266         Don't block in accept while doing the state change, move
21267         to poll and make cancellable.
21268
21269 2005-10-09  Philippe Khalaf <burger@speedy.org>
21270
21271         * gst-libs/gst/rtp/rtpbasedepayload.c:
21272         Set timestamp and add queue delay to timestamp
21273         * gst-libs/gst/rtp/rtpbuffer.h:
21274         Set correct payload type for h263
21275
21276 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21277
21278         * gst/audiotestsrc/gstaudiotestsrc.c:
21279         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21280         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21281         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21282         (gst_audiotestsrc_create_triangle),
21283         (gst_audiotestsrc_create_silence),
21284         (gst_audiotestsrc_create_white_noise),
21285         (gst_audiotestsrc_init_pink_noise),
21286         (gst_audiotestsrc_generate_pink_noise_value),
21287         (gst_audiotestsrc_create_pink_noise),
21288         (gst_audiotestsrc_change_wave):
21289         * gst/audiotestsrc/gstaudiotestsrc.h:
21290           fixed typo, added pink noise
21291
21292 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21293
21294         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21295         (plugin_init):
21296           Add wavpack and spc typefind functions from 0.8 branch.
21297
21298 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21299
21300         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21301         (ar_type_find), (msdos_type_find), (plugin_init):
21302           Add typefind functions for tar archives, ar archives,
21303           RAR archives, and msdos-executables (dlls, exe, etc.).
21304           Some of those would be wrongly identified as mpeg
21305           streams of some sort before (#315550).
21306
21307 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21308
21309         * configure.ac:
21310         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21311         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21312         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21313         * gst/audiotestsrc/Makefile.am:
21314         * gst/audiotestsrc/gstaudiotestsrc.c:
21315         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21316         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21317         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21318         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21319         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21320         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21321         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21322         (gst_audiotestsrc_create_silence),
21323         (gst_audiotestsrc_create_white_noise),
21324         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21325         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21326         (gst_audiotestsrc_start), (plugin_init):
21327         * gst/audiotestsrc/gstaudiotestsrc.h:
21328           add new plugin and element
21329         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21330           use gobject_class
21331
21332 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21333
21334         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21335         (gst_adder_init), (gst_adder_request_new_pad),
21336         (gst_adder_change_state):
21337           Add query function to source pad, so adder reports the correct
21338           time/sample position when queried (#315457); fix state change
21339           function; use GST_DEBUG_FUNCPTR() for pad functions.
21340
21341 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21342
21343         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21344           Fix leaks in typefind registration
21345           Clean up the gratuitous commenting and whitespacing a little
21346
21347 2005-10-08  Wim Taymans  <wim@fluendo.com>
21348
21349         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21350         Only actually wait for the thread to be stopped if it's 
21351         running.
21352
21353 2005-10-08  Wim Taymans  <wim@fluendo.com>
21354
21355         * gst-libs/gst/audio/gstbaseaudiosink.c:
21356         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21357         If we receive EOS we can start playback of what we had.
21358
21359 2005-10-08  Wim Taymans  <wim@fluendo.com>
21360
21361         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21362         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21363         (gst_multifdsink_stop):
21364         Fix crasher when going to NULL multiple times.
21365
21366 2005-10-06  Wim Taymans  <wim@fluendo.com>
21367
21368         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21369         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21370         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21371         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21372         patch from Edgard Lima <edgard.lima@indt.org.br>
21373         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21374
21375 2005-10-06  Wim Taymans  <wim@fluendo.com>
21376
21377         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21378         Report the FLOW_RETURN as string in the error message.
21379
21380         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21381         Don't assert when clearing an unnegotiated buffer.
21382
21383 2005-10-04  Michael Smith <msmith@fluendo.com>
21384
21385         * gst/playback/gstplaybasebin.c: (group_destroy),
21386         (gen_preroll_element), (remove_groups), (setup_source):
21387         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21388         (setup_sinks), (gst_play_bin_send_event),
21389         (gst_play_bin_change_state):
21390           Set state to NULL before removing from bin. Fix refcounting.
21391
21392 2005-10-04  Michael Smith <msmith@fluendo.com>
21393
21394         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21395           Correct refcounting in send_event() function. Previously was wrong
21396           if the first sink was unable to handle the event.
21397
21398 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21399
21400         * configure.ac:
21401           back to development
21402
21403 === release 0.9.3 ===
21404
21405 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21406
21407         * configure.ac:
21408           Releasing 0.9.3, "De Facto"
21409
21410 2005-10-03  Andy Wingo  <wingo@pobox.com>
21411
21412         * gst/playback/gstdecodebin.c (try_to_link_1)
21413         (remove_element_chain): set element to NULL before removing it.
21414
21415 2005-10-02  Johan Dahlin  <johan@gnome.org>
21416
21417         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21418         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21419         MT safe.
21420
21421 2005-10-02  Andy Wingo  <wingo@pobox.com>
21422
21423         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21424         (gst_ring_buffer_prepare_read): 
21425         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21426         Demote to LOG.
21427
21428 2005-09-29  Wim Taymans  <wim@fluendo.com>
21429
21430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21431         * ext/theora/theoradec.c: (theora_handle_data_packet):
21432         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21433         Propagate error codes from alloc_buffer too.
21434
21435 2005-09-29  Wim Taymans  <wim@fluendo.com>
21436
21437         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21438         We use fixed caps.
21439
21440         * gst/playback/Makefile.am:
21441         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21442         (dump_element_stats), (main):
21443         Added example stream introspection code.
21444
21445 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21446
21447         * gst/adder/gstadder.c: (gst_adder_collected):
21448           fix adder for float elements
21449
21450 2005-09-28  Wim Taymans  <wim@fluendo.com>
21451
21452         * gst-libs/gst/audio/gstbaseaudiosink.c:
21453         (gst_base_audio_sink_class_init),
21454         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21455         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21456         (gst_base_audio_src_class_init),
21457         (gst_base_audio_src_provide_clock):
21458         get_clock -> provide_clock
21459
21460 2005-09-28  Andy Wingo  <wingo@pobox.com>
21461
21462         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21463         and unlocking.
21464
21465         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21466         unlocking.
21467
21468         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21469         Actually add the pad template.
21470         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21471
21472         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21473         I'm at it...
21474
21475         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21476         from fdsrc. Get caps in create() instead of start() so it can be
21477         interrupted. Interruption somewhat untested.
21478
21479         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21480         Proper EOS handling.
21481
21482 2005-09-27  Andy Wingo  <wingo@pobox.com>
21483
21484         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21485
21486         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21487
21488         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21489
21490         * gst/tcp/gsttcp.h: 
21491         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21492         out of tcpclientsrc.c. Cancellable.
21493         (gst_tcp_socket_read): Made private, cancellable, with better
21494         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21495         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21496         whole buffer, and better diagnostics.
21497         (gst_tcp_gdp_read_caps): Same.
21498
21499         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21500
21501 2005-09-26  Andy Wingo  <wingo@pobox.com>
21502
21503         * gst/sine/gstsinesrc.h:
21504         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21505         change the 'sync' property to 'is-live' and implement it halfway,
21506         update for controller api change.
21507
21508         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21509         controller api change.
21510
21511 2005-09-24  Wim Taymans  <wim@fluendo.com>
21512
21513         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21514         * gst-libs/gst/audio/gstaudiosink.c:
21515         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21516         (gst_audioringbuffer_stop):
21517         * gst-libs/gst/audio/gstbaseaudiosink.c:
21518         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21519         (gst_base_audio_sink_change_state):
21520         * gst-libs/gst/audio/gstbaseaudiosink.h:
21521         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21522         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21523         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21524         * gst-libs/gst/audio/gstringbuffer.h:
21525         Fix sync again. Moved sample alignment to basesink.
21526
21527 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21528
21529         * docs/plugins/Makefile.am:
21530         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21531         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21532         * gst/volume/gstvolume.c:
21533           add/fix docs
21534         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21535         * gst-libs/gst/audio/audio.h:
21536           add conversion macros for frames <-> clocktime
21537
21538 2005-09-23  David Schleef  <ds@schleef.org>
21539
21540         * gst/audioresample/Makefile.am:
21541         * gst/audioresample/debug.h:
21542         * gst/audioresample/gstaudioresample.c:
21543         * gst/audioresample/resample.c: Convert to using gst debugging
21544
21545 2005-09-22  Wim Taymans  <wim@fluendo.com>
21546
21547         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21548         (gst_play_bin_send_event):
21549         Only seek on one sink, the first one that succeeds.
21550
21551 2005-09-22  Michael Smith <msmith@fluendo.com>
21552
21553         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21554         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21555         Don't flush encoder state unless we have an initialised encoder.
21556         Clear out encoder state on PAUSED_TO_READY.
21557
21558 2005-09-22  Wim Taymans  <wim@fluendo.com>
21559
21560         * gst-libs/gst/rtp/gstbasertppayload.c:
21561         (gst_basertppayload_class_init), (gst_basertppayload_init),
21562         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21563         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21564         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21565         (gst_basertppayload_set_property),
21566         (gst_basertppayload_get_property),
21567         (gst_basertppayload_change_state):
21568         * gst-libs/gst/rtp/gstbasertppayload.h:
21569         Added max-ptime to control amount of data in the rtp packets.
21570
21571 2005-09-21  Andy Wingo  <wingo@pobox.com>
21572
21573         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21574         thingies.
21575
21576         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21577         can be called multiple times, dogs.
21578
21579 2005-09-21  Wim Taymans  <wim@fluendo.com>
21580
21581         * gst-libs/gst/rtp/gstbasertppayload.c:
21582         (gst_basertppayload_class_init), (gst_basertppayload_init),
21583         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21584         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21585         (gst_basertppayload_push), (gst_basertppayload_get_property),
21586         (gst_basertppayload_change_state):
21587         Allow 0 ssrc too.
21588
21589 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21590
21591         * docs/libs/compiling.sgml:
21592           fixing typos
21593
21594 2005-09-20  Wim Taymans  <wim@fluendo.com>
21595
21596         * gst-libs/gst/rtp/gstbasertppayload.c:
21597         (gst_basertppayload_class_init), (gst_basertppayload_init),
21598         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21599         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21600         (gst_basertppayload_push), (gst_basertppayload_set_property),
21601         (gst_basertppayload_get_property),
21602         (gst_basertppayload_change_state):
21603         * gst-libs/gst/rtp/gstbasertppayload.h:
21604         Added property to configure sequence number offsets.
21605
21606 2005-09-20  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_set_property),
21613         (gst_basertppayload_get_property),
21614         (gst_basertppayload_change_state):
21615         * gst-libs/gst/rtp/gstbasertppayload.h:
21616         Make timestamp offset configurable.
21617
21618 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21619
21620         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21621           fix wrong pop/unref
21622
21623 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21624
21625         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21626
21627         * gst-libs/gst/interfaces/propertyprobe.c:
21628         (gst_property_probe_probe_property_name),
21629         (gst_property_probe_needs_probe_name),
21630         (gst_property_probe_get_values_name),
21631         (gst_property_probe_probe_and_get_values_name):
21632           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21633           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21634
21635 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21636
21637         * check/Makefile.am:
21638           have some tests be disabled for valgrinding
21639         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21640         (GST_START_TEST):
21641         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21642           Fix A Leak.  Chain To Parent Finalize.
21643
21644 2005-09-19  Wim Taymans  <wim@fluendo.com>
21645
21646         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21647         Fixed wav pipeline.
21648
21649 2005-09-19  Wim Taymans  <wim@fluendo.com>
21650
21651         * gst-libs/gst/rtp/gstbasertppayload.c:
21652         (gst_basertppayload_class_init), (gst_basertppayload_init),
21653         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21654         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21655         (gst_basertppayload_push), (gst_basertppayload_get_property),
21656         (gst_basertppayload_change_state):
21657         Posting ERROR and WARNING messages is good.
21658
21659 2005-09-19  Wim Taymans  <wim@fluendo.com>
21660
21661         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21662         (gst_base_rtp_depayload_add_to_queue),
21663         (gst_base_rtp_depayload_push),
21664         (gst_base_rtp_depayload_set_gst_timestamp),
21665         (gst_base_rtp_depayload_queue_release):
21666         This one was not supposed to go in.
21667
21668 2005-09-19  Wim Taymans  <wim@fluendo.com>
21669
21670         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21671         Fix for bus API.
21672
21673         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21674         (gst_base_rtp_depayload_chain),
21675         (gst_base_rtp_depayload_add_to_queue),
21676         (gst_base_rtp_depayload_push),
21677         (gst_base_rtp_depayload_set_gst_timestamp),
21678         (gst_base_rtp_depayload_queue_release):
21679         Some cleanups.
21680
21681         * gst-libs/gst/rtp/gstbasertppayload.c:
21682         (gst_basertppayload_class_init), (gst_basertppayload_init),
21683         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21684         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21685         (gst_basertppayload_get_property),
21686         (gst_basertppayload_change_state):
21687         Added debugging category.
21688
21689 2005-09-18  David Schleef  <ds@schleef.org>
21690
21691         * gst/playback/gstdecodebin.c: free plugin list correctly
21692         * gst/playback/gstplaybin.c: emit warning if autovideosink
21693           and autoaudiosink can't be found (instead of segfaulting)
21694
21695 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21696
21697         * check/elements/audioconvert.c: (GST_START_TEST):
21698           try out 24 bit conversion
21699
21700 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21701
21702         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21703         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21704         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21705         * ext/vorbis/vorbisenc.h:
21706           Fix EOS handling.  Still needs a fix in the ogg muxer to
21707           mark the last page as eos.
21708
21709 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21710
21711         * common/gtk-doc-plugins.mak:
21712         * docs/plugins/Makefile.am:
21713         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21714         * gst/ffmpegcolorspace/Makefile.am:
21715         * gst/ffmpegcolorspace/avcodec.h:
21716         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21717         * gst/tcp/gstmultifdsink.c:
21718           fix up ffmpegcolorspace docs; extract header
21719
21720 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21721
21722         * common/gtk-doc-plugins.mak:
21723         * docs/plugins/Makefile.am:
21724         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21725         * ext/theora/Makefile.am:
21726         * ext/theora/gsttheoraenc.h:
21727         * ext/theora/theoraenc.c:
21728         * ext/vorbis/vorbisenc.c:
21729           pick up signals and args for vorbis; add some docs for vorbis
21730
21731 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21732
21733         * common/gstdoc-scangobj:
21734         * common/gtk-doc-plugins.mak:
21735         * docs/libs/Makefile.am:
21736         * docs/plugins/gst-plugins-base-plugins.args:
21737         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21738         * docs/plugins/gst-plugins-base-plugins.interfaces:
21739         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21740         * docs/plugins/gst-plugins-base-plugins.signals:
21741           only scanobj stuff from our source module.  Not sure yet
21742           if that's correct, given the hierarchy stuff :)
21743
21744 2005-09-15  Wim Taymans  <wim@fluendo.com>
21745
21746         * gst/audioconvert/gstaudioconvert.c:
21747         And enable 24 bits mode as well..
21748
21749 2005-09-15  Wim Taymans  <wim@fluendo.com>
21750
21751         * gst-libs/gst/rtp/Makefile.am:
21752         * gst-libs/gst/rtp/gstbasertppayload.c:
21753         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21754         (gst_basertppayload_class_init), (gst_basertppayload_init),
21755         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21756         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21757         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21758         (gst_basertppayload_set_property),
21759         (gst_basertppayload_get_property),
21760         (gst_basertppayload_change_state):
21761         * gst-libs/gst/rtp/gstbasertppayload.h:
21762         Added rtp payloader base class.
21763
21764 2005-09-15  Andy Wingo  <wingo@pobox.com>
21765
21766         * configure.ac (plugindir): Remove the EOL matcher from the
21767         regexp, as it causes me problems. Libtool? Make? Who knows?
21768
21769 2005-09-14  David Schleef  <ds@schleef.org>
21770
21771         * check/generic/states.c: 
21772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21773         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21774           Fixes for changes in registry API.
21775
21776         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21777           to GST_PLUGIN_LDFLAGS.
21778         * ext/libvisual/visual.c: Make the library shut up.
21779         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21780         * gst-libs/gst/audio/gstaudiofilter.c: same
21781
21782 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21783
21784         * docs/plugins/Makefile.am:
21785         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21786         * docs/plugins/inspect/plugin-libvisual.xml:
21787         * docs/plugins/tmpl/element-tcpserversink.sgml:
21788         * ext/theora/theoraenc.c:
21789           add libvisual plugin and theoraenc element to docs
21790
21791 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21792
21793         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21794         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21795         * ext/theora/theoraenc.c:
21796           add theoraenc
21797
21798 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21799
21800         * gst/audioconvert/Makefile.am:
21801           Audioconvert derives from GstBaseTransform and should
21802           link to the library with our base elements to avoid
21803           unresolved symbols. Makes things work with MinGW (#316160)
21804
21805         * gst/playback/test4.c: (main):
21806           Fix MinGW build problem and use g_usleep() instead of 
21807           sleep() (#316162)
21808
21809 2005-09-12  Wim Taymans  <wim@fluendo.com>
21810
21811         * gst/audioconvert/audioconvert.c: (float),
21812         (audio_convert_prepare_context), (audio_convert_convert):
21813         * gst/audioconvert/audioconvert.h:
21814         Cleanups, speedups, simplifications, added back support
21815         for 24 bits.
21816
21817 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21818
21819         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21820         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21821         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21822         * docs/plugins/tmpl/element-tcpserversink.sgml:
21823         * gst/ffmpegcolorspace/gstffmpeg.c:
21824         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21825         * gst/videotestsrc/gstvideotestsrc.c:
21826         * gst/volume/gstvolume.c:
21827           add more elements to the docs
21828
21829 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21830
21831         * check/Makefile.am:
21832         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21833         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21834           Add extra tests for basetransform based components. 
21835           Comment out the test_element_negotiation test until we decide
21836           if it's testing correct behaviour.
21837         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21838         (gst_visual_chain), (gst_visual_change_state):
21839           Slightly more correct but still bogus timestamping.
21840           Fix state change function.
21841         * gst/audioconvert/gstaudioconvert.c:
21842         (gst_audio_convert_class_init):
21843         * gst/audioresample/gstaudioresample.c:
21844         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21845         (gst_ffmpegcsp_class_init):
21846         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21847         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21848         (gst_videoscale_prepare_image):
21849         * gst/volume/gstvolume.c: (gst_volume_class_init),
21850         (volume_transform_ip):
21851           Basetransform updates. Enable passthrough modes.
21852         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21853         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21854         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21855           Negotiation fix that allows the window to return to the original
21856           size and renegotiate passthrough upstream. Extra debug output.
21857
21858 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21859
21860         * gst/sine/gstsinesrc.c:
21861         * gst/volume/gstvolume.c:
21862           fix up header include
21863
21864 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21865
21866         * gst-libs/gst/audio/gstbaseaudiosink.c:
21867         (gst_base_audio_sink_render):
21868         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21869         * gst/volume/gstvolume.c: (gst_volume_class_init),
21870         (volume_transform):
21871           fixing lost sync, some more debugging
21872
21873 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21874
21875         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21876         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21877         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21878         (gst_xvimagesink_check_xshm_calls):
21879           Fix compilation when XShm is not available.
21880
21881 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21882
21883         * ext/libvisual/visual.c: (gst_visual_dispose),
21884         (gst_visual_getcaps), (gst_visual_src_setcaps),
21885         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21886         (gst_visual_change_state):
21887           Finish fixing up libvisual plugin so that it runs. 
21888
21889 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21890
21891         * ext/vorbis/vorbisenc.c:
21892         * gst-libs/gst/tag/gstvorbistag.c:
21893           gsttaginterface.h -> gsttagsetter.h
21894
21895 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21896
21897         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21898           added another test that failes for me (test is not active by default)
21899
21900 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21901
21902         * configure.ac:
21903           v4l2 is no longer in gst-plugins-base
21904
21905 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21906
21907         * configure.ac:
21908           In the output at the end, don't show the first plugin on the same
21909           line as "Core plug-ins, always built:".
21910           Indent the output as for other plugin categories
21911         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21912           #define that can be used to not use peer buffer_alloc functions for
21913           test purposes.
21914         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21915         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21916         (gst_ximagesink_show_frame):
21917         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21918         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21919         (gst_xvimagesink_show_frame):
21920           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21921           fails gracefully instead of XError aborting or deadlocking.
21922
21923 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21924
21925         * ext/libvisual/Makefile.am:
21926           link against gst-base-libs
21927
21928 2005-09-06  David Schleef  <ds@schleef.org>
21929
21930         * configure.ac: Enable libvisual plugin.
21931         * ext/libvisual/Makefile.am:
21932         * ext/libvisual/visual.c: Fixes to make it compile.
21933
21934 === release 0.9.2 ===
21935
21936 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21937
21938         * NEWS:
21939         * RELEASE:
21940         * configure.ac:
21941         * docs/random/ChangeLog-0.8:
21942           releasing 0.9.2, "Spoon"
21943
21944 2005-09-05  Michael Smith <msmith@fluendo.com>
21945
21946         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21947           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21948           that in the vorbisenc element.
21949
21950 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21951
21952         * common/gtk-doc-plugins.mak:
21953         * docs/plugins/Makefile.am:
21954           fix distcheck
21955         * gst/audioresample/resample.c:
21956           fix wrong docstring
21957
21958 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21959
21960         * common/gst-xmlinspect.py:
21961         * common/gtk-doc-plugins.mak:
21962           only inspect plugins for this given package
21963           require gst-python 0.9
21964
21965 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21966
21967         * Makefile.am:
21968         * autogen.sh:
21969         * common/gst-xmlinspect.py:
21970         * configure.ac:
21971         * docs/Makefile.am:
21972         * docs/plugins/inspect/plugin-alsa.xml:
21973         * docs/plugins/inspect/plugin-audioresample.xml:
21974         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21975         * docs/plugins/inspect/plugin-ogg.xml:
21976         * docs/plugins/tmpl/element-gnomevfssink.sgml:
21977         * docs/plugins/tmpl/element-multifdsink.sgml:
21978         * docs/plugins/tmpl/element-tcpserversink.sgml:
21979         * docs/plugins/tmpl/element-vorbisenc.sgml:
21980         * gst-plugins-base.spec.in:
21981           various doc-related updates
21982
21983 2005-08-31  Wim Taymans  <wim@fluendo.com>
21984
21985         * gst-libs/gst/audio/gstbaseaudiosink.c:
21986         (gst_base_audio_sink_render):
21987         Resync if the buffer timestamps drift more than a 10th 
21988         of a second.
21989
21990 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
21991
21992         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
21993         (gst_v4lsrc_get_property):
21994           The 'timestamp-offset' property is registered as an int64, so
21995           let's use g_value_{set|get}_int64() in our setter and getter
21996           functions (makes it work and fixes warnings with gst-inspect).
21997
21998 2005-08-30  Wim Taymans  <wim@fluendo.com>
21999
22000         * check/elements/audioconvert.c: (setup_audioconvert):
22001         * check/elements/audioresample.c: (setup_audioresample):
22002         * check/elements/volume.c: (setup_volume):
22003         Fix checks.
22004
22005 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22006
22007         * common/gtk-doc-plugins.mak:
22008         * common/plugins.xsl:
22009         * docs/plugins/Makefile.am:
22010           make module a param
22011
22012 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22013
22014         * examples/seeking/seek.c: (make_mp3_pipeline),
22015         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22016         (play_cb), (pause_cb), (stop_cb):
22017           update the example
22018
22019 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22020
22021         * gst/volume/gstvolume.c: (gst_volume_class_init),
22022         (volume_transform):
22023           do not update controlled params, if buffer has no timestamp
22024
22025 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22026
22027         * configure.ac:
22028         * gst/sine/Makefile.am:
22029         * gst/volume/Makefile.am:
22030           controllerized elements also need to link against controller-libs ;)
22031
22032 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22033
22034         * docs/libs/tmpl/gstcolorbalance.sgml:
22035         * docs/libs/tmpl/gstgconf.sgml:
22036         * docs/libs/tmpl/gstmixer.sgml:
22037         * docs/libs/tmpl/gstringbuffer.sgml:
22038         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22039         (gst_sinesrc_create):
22040         * gst/volume/gstvolume.c: (gst_volume_class_init),
22041         (volume_transform):
22042           controllerized two audio plugins
22043
22044 2005-08-29  Andy Wingo  <wingo@pobox.com>
22045
22046         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22047         (vorbis_handle_data_packet): Fix some int overflow errors.
22048
22049         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22050         -1.
22051         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22052         valid.
22053         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22054         if it's valid. Fixed streaming-mode playback.
22055
22056         * check/elements/volume.c (cleanup_volume): Fix for running
22057         CK_FORK=no.
22058
22059         * check/elements/audioconvert.c: Convert from native endian, not
22060         little endian.
22061
22062 2005-08-29  Michael Smith <msmith@fluendo.com>
22063
22064         * ext/ogg/Makefile.am:
22065         * ext/ogg/gstogg.c: (plugin_init):
22066         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22067         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22068         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22069         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22070         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22071         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22072         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22073         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22074         Add an ogg parser element.
22075
22076 2005-08-28  Andy Wingo  <wingo@pobox.com>
22077
22078         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22079
22080 2005-08-26  Wim Taymans  <wim@fluendo.com>
22081
22082         * gst/audioconvert/audioconvert.c: (if), (float),
22083         (audio_convert_get_func_index), (check_default),
22084         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22085         (audio_convert_clean_context), (audio_convert_get_sizes),
22086         (audio_convert_convert):
22087         Cleanups.
22088
22089 2005-08-26  Wim Taymans  <wim@fluendo.com>
22090
22091         * gst/audioconvert/audioconvert.c: (if), (float),
22092         (audio_convert_get_func_index), (check_default),
22093         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22094         (audio_convert_clean_context), (audio_convert_get_sizes),
22095         (audio_convert_convert):
22096         More elegant and working temp buffer selection algo.
22097
22098 2005-08-26  Wim Taymans  <wim@fluendo.com>
22099
22100         * gst/audioconvert/audioconvert.c: (if), (float),
22101         (audio_convert_get_func_index), (check_default),
22102         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22103         (audio_convert_clean_context), (audio_convert_get_sizes),
22104         (get_temp_buffer), (audio_convert_convert):
22105         Use realloc else we lose our original data.
22106
22107 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22108
22109         * gst/audioresample/gstaudioresample.c:
22110           use base class' newsegment to properly timestamp
22111
22112 2005-08-26  Wim Taymans  <wim@fluendo.com>
22113
22114         * gst/audioconvert/audioconvert.c: (if), (float),
22115         (audio_convert_get_func_index), (check_default),
22116         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22117         (audio_convert_clean_context), (audio_convert_get_sizes),
22118         (get_temp_buffer), (audio_convert_convert):
22119         * gst/audioconvert/gstaudioconvert.c:
22120         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22121         (gst_audio_convert_transform_caps),
22122         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22123         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22124         Oops, allocate enough space to perform the channel mix.
22125
22126 2005-08-26  Wim Taymans  <wim@fluendo.com>
22127
22128         * gst/audioconvert/Makefile.am:
22129         * gst/audioconvert/audioconvert.c: (if), (float),
22130         (audio_convert_get_func_index), (check_default),
22131         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22132         (audio_convert_clean_context), (audio_convert_get_sizes),
22133         (get_temp_buffer), (audio_convert_convert):
22134         * gst/audioconvert/audioconvert.h:
22135         * gst/audioconvert/gstaudioconvert.c:
22136         (gst_audio_convert_class_init), (gst_audio_convert_init),
22137         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22138         (gst_audio_convert_get_unit_size),
22139         (gst_audio_convert_transform_caps),
22140         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22141         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22142         * gst/audioconvert/gstaudioconvert.h:
22143         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22144         (gst_channel_mix_fill_identical),
22145         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22146         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22147         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22148         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22149         (gst_channel_mix_mix):
22150         * gst/audioconvert/gstchannelmix.h:
22151         Cleanups, librarify a bit, optimize, better negotiation and more.
22152
22153 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22154
22155         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22156         Another from MikeS:
22157         During typefinding, don't support negative offsets
22158         (offsets from the end of the stream) in our typefind->peek() function
22159         - nothing embedded in ogg ever needs them. However, we need to recognise
22160         those requests and reject them, otherwise we return invalid pointers.
22161
22162 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22163
22164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22165         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22166         (vorbisdec_finalize), (vorbis_handle_type_packet):
22167           Big shout-out to MikeS for fixing this giant memory leak.
22168           Huzzah!
22169
22170 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22171
22172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22173         (audio_convert_get_unit_size):
22174           plug some leaks
22175
22176 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22177
22178         * check/Makefile.am:
22179         * check/elements/audioconvert.c: (setup_audioconvert),
22180         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22181         (GST_START_TEST), (audioconvert_suite), (main):
22182           add a test for audioconvert
22183         * gst/audioresample/gstaudioresample.c:
22184         * gst/audioresample/gstaudioresample.h:
22185           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22186           note that for buffers of 1/3 sec this means DURATION(c) is 
22187           one nanosecond more than for a and b
22188
22189 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22190
22191         * check/Makefile.am:
22192         * check/elements/audioresample.c: (setup_audioresample),
22193         (cleanup_audioresample), (fail_unless_perfect_stream),
22194         (test_perfect_stream_instance), (GST_START_TEST),
22195           add a check for audioresample
22196         (audioresample_suite), (main):
22197         * check/elements/volume.c: (GST_START_TEST):
22198           remove unused method
22199         * gst/audioresample/gstaudioresample.c:
22200           set correct buffer parameters since we're changing them
22201         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22202           add some debug
22203
22204 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22205
22206         * gst/audioresample/debug.c:
22207         * gst/audioresample/gstaudioresample.c:
22208           add room for extra overlap samples when asked to transform size
22209           protect against possible mem corruption and check for discrepancies
22210           between written size and outbuffer's size so we can warn for
22211           potential problems
22212         * gst/audioresample/resample.c: (resample_init),
22213         (resample_get_output_size_for_input), (resample_get_output_size),
22214         (resample_set_n_channels), (resample_set_format):
22215           set debug level based on RESAMPLE_DEBUG env var
22216           make sure that get_output_size* returns a whole number of
22217           sample_size
22218           set sample_size each time either channel or format is set
22219         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22220         * gst/audioresample/resample_functable.c:
22221         (resample_scale_functable):
22222         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22223           remove r->sample_size, it's done in resample.c now
22224           add some debugging to the ref implementation
22225           make sure we only give back bytes that are wholes of the sample
22226           size
22227
22228 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22229         * gst/playback/gstplaybasebin.c: (fill_buffer):
22230         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22231
22232 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22233
22234         * gst/volume/gstvolume.c:
22235           made set_caps function static
22236
22237 2005-08-24  Wim Taymans  <wim@fluendo.com>
22238
22239         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22240         (gst_vorbisenc_change_state):
22241         Stop leaking taglists.
22242
22243 2005-08-24  Wim Taymans  <wim@fluendo.com>
22244
22245         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22246         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22247         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22248         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22249         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22250         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22251         Parse seeking events better.
22252         Unref static caps.
22253         Generate correct newsegment events, fixes seeking in live oggs.
22254
22255         * ext/theora/theoradec.c: (theora_dec_src_query),
22256         (theora_dec_src_event), (theora_dec_src_getcaps),
22257         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22258         Use newsegment values to report correct play time.
22259
22260         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22261         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22262         * ext/vorbis/vorbisdec.h:
22263         Parse and use newsegment values to report correct play time.
22264
22265         * gst-libs/gst/audio/gstbaseaudiosink.c:
22266         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22267         Clear ringbuffer on flush.
22268         Use newsegment values to calculate playback time.
22269
22270         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22272         Basesink does newsegment calculations for us now.
22273
22274 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22275
22276         * check/Makefile.am:
22277         * configure.ac:
22278           add core's plugins to the mix so that playbin works
22279         * check/generic/states.c: (GST_START_TEST):
22280           set a 0 timeout on pipelines, so they don't force the next
22281           state change
22282         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22283         (gst_play_base_bin_change_state):
22284           remove the crappy error handling and do GST error handling
22285
22286 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22287
22288         * check/Makefile.am:
22289         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22290           add same test as to core, it bitches out on playbin atm.
22291
22292 2005-08-24  Wim Taymans  <wim@fluendo.com>
22293
22294         * configure.ac:
22295         Remove audioscale.
22296
22297 2005-08-24  Wim Taymans  <wim@fluendo.com>
22298
22299         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22300         (gst_videoscale_prepare_size), (parse_caps),
22301         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22302         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22303         (gst_videoscale_transform):
22304         * gst/videoscale/gstvideoscale.h:
22305         Refactor, make use of BaseTranform really well.
22306
22307 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22308
22309         * configure.ac:
22310           compile audioresample
22311         * gst/audioresample/Makefile.am:
22312         * gst/audioresample/buffer.c:
22313         * gst/audioresample/functable.c:
22314         * gst/audioresample/gstaudioresample.c:
22315         * gst/audioresample/gstaudioresample.h:
22316         * gst/audioresample/resample.c:
22317         (resample_get_output_size_for_input):
22318         * gst/audioresample/resample.h:
22319         * gst/audioresample/resample_chunk.c:
22320         * gst/audioresample/resample_functable.c:
22321         * gst/audioresample/resample_ref.c:
22322           port to use basetransform; doesn't work in all cases yet
22323
22324 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22325
22326         * gst/audioconvert/gstaudioconvert.c:
22327         (gst_audio_convert_class_init), (gst_audio_convert_init),
22328         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22329         (audio_convert_fixate_caps), (audio_convert_set_caps),
22330         (audio_convert_transform),
22331         (gst_audio_convert_buffer_to_default_format),
22332         (gst_audio_convert_buffer_from_default_format),
22333         (gst_audio_convert_channels):
22334         * gst/audioconvert/gstchannelmix.c:
22335         * gst/audioconvert/gstchannelmix.h:
22336           port to basetransform
22337         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22338         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22339         (gst_ffmpegcsp_get_unit_size):
22340         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22341         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22342           fix for basetransform changes
22343
22344 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22345
22346         * check/Makefile.am:
22347           Add CHECK_CFLAGS and LDFLAGS
22348
22349         * gst/playback/gstplaybasebin.c: (fill_buffer):
22350           GST_MESSAGE_SRC became a GObject
22351
22352 2005-08-24  Wim Taymans  <wim@fluendo.com>
22353
22354         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22355         (gst_ring_buffer_clear_all):
22356         * gst-libs/gst/audio/gstringbuffer.h:
22357         Added function to clear the ringbuffer.
22358
22359 2005-08-24  Andy Wingo  <wingo@pobox.com>
22360
22361         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22362         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22363         of _open and _close.
22364
22365         * sys/v4l/gstv4lxoverlay.h:
22366         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22367         an Xv connection here, instead of all the time. Make Xv only be
22368         loaded if you axe for it. Kindof a workaround for buggy behaviour
22369         of Xv when using remote xservers (XvQueryExtension would block).
22370         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22371         replace the _open and _close public API. Only start the xv
22372         connection if necessary.
22373         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22374
22375 2005-08-23  David Schleef  <ds@schleef.org>
22376
22377         * gst/audioresample/Makefile.am: Leet audioresampling code
22378         * gst/audioresample/buffer.c:
22379         * gst/audioresample/buffer.h:
22380         * gst/audioresample/debug.c:
22381         * gst/audioresample/debug.h:
22382         * gst/audioresample/functable.c:
22383         * gst/audioresample/functable.h:
22384         * gst/audioresample/gstaudioresample.c:
22385         * gst/audioresample/gstaudioresample.h:
22386         * gst/audioresample/resample.c:
22387         * gst/audioresample/resample.h:
22388         * gst/audioresample/resample_chunk.c:
22389         * gst/audioresample/resample_functable.c:
22390         * gst/audioresample/resample_ref.c:
22391
22392 2005-08-23  Wim Taymans  <wim@fluendo.com>
22393
22394         * examples/seeking/seek.c: (make_vorbis_pipeline),
22395         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22396         Small seek updates.
22397
22398 2005-08-23  Andy Wingo  <wingo@pobox.com>
22399
22400         * gst-libs/gst/audio/gstbaseaudiosrc.c
22401         (gst_base_audio_src_fixate): Only fixate endianness if it is
22402         present in the caps.
22403
22404 2005-08-22  Andy Wingo  <wingo@pobox.com>
22405
22406         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22407         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22408         device-name property.
22409
22410         * gst-libs/gst/audio/gstaudiosrc.h:
22411         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22412         close_device in the ring buffer, like gstaudiosink.
22413
22414         * ext/alsa/gstalsamixer.h:
22415         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22416         macro to implement the interface without much code. Cleanups. 
22417
22418         * ext/alsa/gstalsasrc.h:
22419         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22420         READY.
22421
22422         * ext/alsa/Makefile.am: Add new files.
22423         * ext/alsa/gstalsamixerelement.c: 
22424         * ext/alsa/gstalsamixerelement.c: Split element code out from
22425         mixer code so that alsasrc can be a mixer too.
22426
22427 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22428
22429         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22430         (GST_START_TEST):
22431         * check/elements/vorbisdec.c: (setup_vorbisdec),
22432         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22433         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22434         (vorbis_handle_identification_packet),
22435         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22436         (vorbis_handle_header_packet), (vorbis_dec_push),
22437         (vorbis_dec_chain):
22438           use the setup/teardown methods to save code.  save code is good.
22439
22440 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22441
22442         * check/Makefile.am:
22443           add ext dir for plugins
22444           add vorbisdec test conditionally
22445         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22446         (GST_START_TEST), (volume_suite):
22447           add a test with wrong caps
22448         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22449         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22450           add a vorbisdec test
22451         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22452         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22453           clean up debug output
22454         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22455           yay, fix a segfault/security issue in vorbisdec
22456           gst-launch fakesrc ! vorbisdec wasn't happy
22457         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22458         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22459         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22460         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22461         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22462         (gst_vorbisenc_set_metadata), (get_constraints_string),
22463         (update_start_message), (gst_vorbisenc_setup),
22464         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22465         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22466         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22467         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22468         * ext/vorbis/vorbisenc.h:
22469           march in line
22470         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22471         (gst_ffmpegcsp_transform):
22472           have the kow come home
22473         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22474           debug my func ptr
22475         * gst/volume/gstvolume.c: (volume_set_caps):
22476           add a debug
22477
22478 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22479
22480         * Makefile.am:
22481         * check/.cvsignore:
22482         * check/Makefile.am:
22483         * check/elements/.cvsignore:
22484         * check/elements/volume.c: (chain_func), (event_func),
22485         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22486         (main):
22487         * configure.ac:
22488           add unit test structure for gst-plugins-base
22489           add a test for volume
22490         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22491         (gst_volume_set_volume), (gst_volume_get_volume),
22492         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22493         (volume_funcfind), (volume_process_float), (volume_process_int16),
22494         (volume_set_caps), (volume_transform), (volume_update_mute),
22495         (volume_update_volume), (volume_set_property),
22496         (volume_get_property):
22497           document a little; use basetransform vmethod _set_caps
22498
22499 2005-08-19  Andy Wingo  <wingo@pobox.com>
22500
22501         * ext/alsa/gstalsamixertrack.h:
22502         * ext/alsa/gstalsamixertrack.c:
22503         * ext/alsa/gstalsamixeroptions.h:
22504         * ext/alsa/gstalsamixeroptions.c:
22505         * ext/alsa/gstalsamixer.h:
22506         * ext/alsa/gstalsamixer.c: Port to 0.9.
22507
22508         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22509         Remove gstalsa.c and alsaclock. No more cruft here.
22510         
22511 2005-08-18  Wim Taymans  <wim@fluendo.com>
22512
22513         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22514         (gst_base_rtp_depayload_chain),
22515         (gst_base_rtp_depayload_add_to_queue),
22516         (gst_base_rtp_depayload_push),
22517         (gst_base_rtp_depayload_queue_release):
22518         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22519         Fix for RTPBuffer changes.
22520
22521         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22522         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22523         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22524         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22525         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22526         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22527         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22528         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22529         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22530         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22531         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22532         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22533         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22534         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22535         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22536         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22537         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22538         (gst_rtpbuffer_get_payload):
22539         * gst-libs/gst/rtp/gstrtpbuffer.h:
22540         Don't subclass GstBuffer but add methods and helper functions
22541         to construct and manipulate RTP packets in regular GstBuffers.
22542
22543 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22544
22545         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22546           moved statement below switch
22547         * gst/volume/gstvolume.c: (gst_volume_class_init):
22548           added debug ptr
22549
22550 2005-08-16  Wim Taymans  <wim@fluendo.com>
22551
22552         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22553         (gst_base_audio_src_change_state):
22554         Open and close device in READY<->NULL state change.
22555
22556 2005-08-16  Andy Wingo  <wingo@pobox.com>
22557
22558         * examples/seeking/Makefile.am: Don't compile non-compiling
22559         compiled objects with the compiler.
22560
22561         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22562         elements.
22563
22564 2005-08-12  Philippe Khalaf <burger@speedy.org>
22565         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22566         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22567           Made a thread to release the queue.
22568           Removed timestamp conversion for now.
22569
22570 2005-08-10  Philippe Khalaf <burger@speedy.org>
22571         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22572         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22573           Added rtp timestamp -> gst timestamp conversion.
22574           Fixed several problems with queue.
22575
22576 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22577
22578         * gst-libs/gst/audio/gstaudioclock.h:
22579         * gst-libs/gst/audio/gstaudiofilter.h:
22580         * gst-libs/gst/audio/gstaudiosink.h:
22581         * gst-libs/gst/audio/gstaudiosrc.h:
22582         * gst-libs/gst/audio/gstbaseaudiosink.h:
22583         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22584         * gst-libs/gst/audio/gstringbuffer.h:
22585         * gst-libs/gst/net/gstnetbuffer.h:
22586         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22587         * gst-libs/gst/rtp/gstrtpbuffer.h:
22588           Add padding (you will need to rebuild gst-plugins-base,
22589           gst-plugins and all applications afterwards!)
22590
22591 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22592
22593         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22594         (gst_riff_parse_chunk):
22595           Fix bug in debug message and add some more debug messages.
22596
22597 2005-08-08  Edward Hervey  <edward@fluendo.com>
22598
22599         * gst-libs/gst/riff/riff-media.c:
22600         backported updates since branch
22601
22602 2005-08-08  Andy Wingo  <wingo@pobox.com>
22603
22604         * gst-libs/gst/audio/gstbaseaudiosink.c
22605         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22606         like good elements should. Close on READY->NULL too.
22607
22608         * gst-libs/gst/audio/gstaudiosink.c
22609         (gst_audioringbuffer_open_device,
22610         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22611         (gst_audioringbuffer_release): Updates for new ring buffer API,
22612         hook into the new audio sink api.
22613
22614         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22615         (GstAudioSinkClass.close): Just open and close the device -- no
22616         resource allocation or configuration.
22617         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22618         vmethods, handle device setup and resource allocation.
22619
22620         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22621         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22622         base class API.
22623
22624         * gst-libs/gst/audio/gstringbuffer.h
22625         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22626         New vmethods.
22627
22628         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22629         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22630         New API functions. The device should be opened before acquiring
22631         and closed after releasing.
22632
22633 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22634
22635         * gst-libs/gst/interfaces/mixer.h:
22636           Reset padding to GST_PADDING.
22637
22638 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22639
22640         * gst/playback/gstplaybin.c: (remove_sinks):
22641           Remove visualization from parent explicitely; works around some
22642           apparent refcount issue that I haven't tracked down yet.
22643
22644 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22645
22646         * ext/alsa/gstalsasink.c: (set_hwparams):
22647           Assign debug category, add negotiation debug msgs.
22648
22649 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22650
22651         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22652           Fix error code for file-not-found to NOT_FOUND.
22653
22654 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22655
22656         * common/gtk-doc-plugins.mak:
22657         * docs/plugins/Makefile.am:
22658         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22659         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22660           renamed to actual element names, so much nicer to look at
22661         * docs/plugins/tmpl/gstmultifdsink.sgml:
22662           remove
22663         * docs/plugins/tmpl/multifdsink.sgml:
22664         * docs/plugins/tmpl/tcpserversink.sgml:
22665           add
22666         * ext/alsa/gstalsa.c:
22667         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22668         * ext/ogg/gstoggmux.c:
22669         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22670         * gst/playback/gstdecodebin.c:
22671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22672         * gst/tcp/gsttcpserversink.c:
22673           various fixes and documentation additions
22674
22675 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22676
22677         * common/Makefile.am:
22678         * common/gstdoc-scangobj:
22679         * common/gtk-doc-plugins.mak:
22680         * common/gtk-doc.mak:
22681           add a custom scangobj that uses the registry
22682           add a custom gtk-doc-plugins.mak that uses it
22683           some doc build fixes
22684         * configure.ac:
22685         * docs/Makefile.am:
22686         * docs/plugins/Makefile.am:
22687         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22688         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22689         * docs/plugins/gst-plugins-base-plugins.types:
22690         * docs/plugins/tmpl/gstmultifdsink.sgml:
22691           add docs for one element, multifdsink
22692         * gst/adder/gstadder.h:
22693         * gst/volume/gstvolume.h:
22694           don't privatize enum
22695         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22696         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22697         (gst_sync_method_get_type), (gst_client_status_get_type),
22698         (gst_multifdsink_class_init),
22699         (gst_multifdsink_client_queue_buffer),
22700         (gst_multifdsink_handle_client_write):
22701         * gst/tcp/gstmultifdsink.h:
22702         * gst/tcp/gsttcp.h:
22703         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22704         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22705         (gst_tcpclientsink_render):
22706         * gst/tcp/gsttcpclientsink.h:
22707         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22708         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22709         (gst_tcpclientsrc_start):
22710         * gst/tcp/gsttcpclientsrc.h:
22711         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22712         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22713         * gst/tcp/gsttcpserversrc.h:
22714         * gst/typefind/gsttypefindfunctions.c:
22715           remove superfluous Type stuff
22716
22717 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22718
22719         * gst/playback/gstplaybin.c: (gen_video_element):
22720           Enable videoscale.
22721
22722 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22723
22724         * gst-libs/gst/gconf/gconf.c:
22725         * gst-libs/gst/gconf/gconf.h:
22726           Fix some Andy Problem [tm].
22727
22728 2005-08-04  Andy Wingo  <wingo@pobox.com>
22729
22730         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22731         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22732         (gst_ffmpegcsp_get_size): Adapt to API changes.
22733
22734         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22735         Implement an in-place do-nothing transform.
22736
22737 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22738
22739         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22740         (gst_ximagesink_renegotiate_size):
22741           Do not set new window sizes yet if we prepare a new buffer size
22742           for upstream renegotiation (software scaling) at some point in the
22743           future, because this new size waqs not actually accepted yet. Once
22744           accepted, renegotiation later on will set the new sizes just fine.
22745           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22746           embedding testcase.
22747
22748 2005-08-03  Andy Wingo  <wingo@pobox.com>
22749
22750         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22751         (gst_ximagesink_buffer_alloc): 
22752         Protect the height, width, and desired_caps with the pool_lock.
22753         Fixes videotestsrc ! queue ! ximagesink.
22754
22755 2005-08-02  Edward Hervey  <edward@fluendo.com>
22756
22757         * gst/volume/gstvolume.c:
22758         include left from controller cleanup
22759
22760 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22762           Stop collectpads before calling the parent state
22763           change function on PAUSED->READY.
22764
22765 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22766         * configure.ac:
22767           When testing for X libs, use the X CFlags 
22768         * gst/adder/gstadder.c: (gst_adder_change_state):
22769           Stop the collectpads before calling parent state change function
22770           on PAUSED->READY, otherwise we deadlock deactivating pads.
22771
22772 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22773
22774         * configure.ac:
22775         * docs/libs/tmpl/gstcolorbalance.sgml:
22776         * docs/libs/tmpl/gstmixer.sgml:
22777         * examples/Makefile.am:
22778         * gst/sine/Makefile.am:
22779         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22780         (gst_sinesrc_set_property), (plugin_init):
22781         * gst/sine/gstsinesrc.h:
22782         * gst/volume/Makefile.am:
22783         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22784         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22785         (volume_process_float), (volume_process_int16),
22786         (volume_set_property), (plugin_init):
22787         * gst/volume/gstvolume.h:
22788           deactivate and remove dparams (libgstcontrol)
22789
22790 2005-07-29  Wim Taymans  <wim@fluendo.com>
22791
22792         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22793         Convert me to BaseTransform!! help..
22794
22795 2005-07-29  Andy Wingo  <wingo@pobox.com>
22796
22797         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22798         sinks.
22799
22800         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22801         support of both endiannesses.
22802
22803 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22804
22805         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22806           Fix confusing debug message (s/event/query/)
22807
22808 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22809
22810         * gst/videotestsrc/videotestsrc.h:
22811           Use "_stdint.h" instead of <stdint.h>
22812
22813 2005-07-27  Wim Taymans  <wim@fluendo.com>
22814
22815         * ext/vorbis/Makefile.am:
22816         Revert wrong commit.
22817
22818 2005-07-27  Wim Taymans  <wim@fluendo.com>
22819
22820         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22821         More compilation fixen.
22822
22823 2005-07-27  Wim Taymans  <wim@fluendo.com>
22824
22825         * gst-libs/gst/audio/gstbaseaudiosink.c:
22826         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22827         (gst_base_audio_sink_create_ringbuffer),
22828         (gst_base_audio_sink_change_state):
22829         Fix compilation.
22830
22831 2005-07-27  Wim Taymans  <wim@fluendo.com>
22832
22833         * examples/seeking/seek.c: (setup_dynamic_link),
22834         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22835         (query_positions_elems), (query_positions_pads), (do_seek):
22836         Update seek example.
22837
22838         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22839         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22840         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22841         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22842         (gst_ogg_demux_handle_event),
22843         (gst_ogg_demux_deactivate_current_chain),
22844         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22845         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22846         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22847         (gst_ogg_demux_loop):
22848         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22849         * ext/theora/theoradec.c: (theora_dec_src_event),
22850         (theora_dec_src_getcaps), (theora_dec_sink_event),
22851         (theora_dec_push), (theora_dec_chain):
22852         * ext/vorbis/Makefile.am:
22853         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22854         (vorbis_dec_sink_event), (vorbis_dec_push),
22855         (vorbis_handle_data_packet):
22856         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22857         (gst_vorbisenc_chain):
22858         * gst/playback/gststreaminfo.c: (cb_probe):
22859         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22860         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22861         * gst/videoscale/gstvideoscale.c:
22862         (gst_videoscale_handle_src_event):
22863         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22864         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22865         (gst_ximagesink_navigation_send_event):
22866         * sys/xvimage/xvimagesink.c:
22867         (gst_xvimagesink_navigation_send_event):
22868         Various event updates and cleanups
22869
22870 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22871
22872         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22873           Fix segfault for I420/YV12.
22874
22875 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22876
22877         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22878           Report bitrate.
22879
22880 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22881
22882         * gst/playback/gstplaybin.c: (gen_video_element),
22883         (gen_audio_element):
22884           Switch to auto*sink elements as default sinks; add volume element
22885           so that volume control in totem works.
22886
22887 2005-07-21  Wim Taymans  <wim@fluendo.com>
22888
22889         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22890         * gst/playback/gstplaybin.c: (setup_sinks),
22891         (gst_play_bin_change_state):
22892         Refcount fix and more comments.
22893
22894 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22895
22896         * sys/ximage/Makefile.am:
22897         * sys/ximage/ximage.c: (plugin_init):
22898         * sys/ximage/ximagesink.c:
22899         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22900         
22901
22902 2005-07-21  Wim Taymans  <wim@fluendo.com>
22903
22904         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22905         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22906         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22907         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22908         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22909         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22910         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22911         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22912         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22913         Generate correct disconts for live chained oggs.
22914
22915         * gst-libs/gst/audio/gstbaseaudiosink.c:
22916         (gst_base_audio_sink_render),
22917         (gst_base_audio_sink_create_ringbuffer),
22918         (gst_base_audio_sink_change_state):
22919         Handle discont math correctly.
22920
22921         * gst/playback/gstplaybin.c: (add_sink):
22922         Some small debug cleanup.
22923
22924 2005-07-21  Wim Taymans  <wim@fluendo.com>
22925
22926         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22927         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22928         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22929         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22930         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22931         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22932         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22933         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22934         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22935         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22936         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22937         (gst_ogg_demux_change_state), (gst_ogg_print):
22938         Reorganize code to send the right disconts when in streaming
22939         mode.
22940
22941 2005-07-20  Andy Wingo  <wingo@pobox.com>
22942
22943         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22944         fix (?), fixes a seggie mcfalterson (#310894).
22945
22946 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22947
22948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22949         (gst_ogg_mux_set_header_on_caps):
22950         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22951         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22952         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22953         * gst-libs/gst/audio/multichannel.c:
22954         (gst_audio_set_channel_positions),
22955         (gst_audio_set_structure_channel_positions_list):
22956         * gst/playback/gstdecodebin.c: (dynamic_create):
22957         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22958         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22959           Fixes for API changes in core.
22960
22961 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22962
22963         * gst/playback/gstplaybasebin.c: (fill_buffer):
22964           Use _new_custom() so we can set custom message types for buffering
22965           messages.
22966
22967 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22968
22969         * configure.ac:
22970         * gst-libs/gst/Makefile.am:
22971         * gst-libs/gst/gconf/.cvsignore:
22972         * gst-libs/gst/gconf/Makefile.am:
22973         * gst-libs/gst/gconf/test-gconf.c:
22974         * pkgconfig/Makefile.am:
22975         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22976         * pkgconfig/gstreamer-gconf.pc.in:
22977           Remove gconf stuff, use gconf elements instead from now on.
22978
22979 2005-07-20  Wim Taymans  <wim@fluendo.com>
22980
22981         * gst-libs/gst/audio/TODO:
22982         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
22983         (gst_audio_clock_get_internal_time):
22984         * gst-libs/gst/audio/gstaudioclock.h:
22985         * gst-libs/gst/audio/gstbaseaudiosink.c:
22986         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22987         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
22988         (gst_base_audio_sink_render),
22989         (gst_base_audio_sink_create_ringbuffer),
22990         (gst_base_audio_sink_change_state):
22991         Make sure the audio clock always returns an increasing value.
22992
22993 2005-07-19  Andy Wingo  <wingo@pobox.com>
22994
22995         * gst/videotestsrc/: Cleanups.
22996
22997 2005-07-19  Wim Taymans  <wim@fluendo.com>
22998
22999         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23000         Better debugging.
23001
23002 2005-07-19  Wim Taymans  <wim@fluendo.com>
23003
23004         * examples/seeking/seek.c: (make_dv_pipeline),
23005         (make_vorbis_theora_pipeline), (query_rates),
23006         (query_positions_elems), (query_positions_pads), (do_seek):
23007         Make correct DV pipeline.
23008
23009 2005-07-18  Andy Wingo  <wingo@pobox.com>
23010
23011         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23012         default. Also because it's the only thing that really works. (This
23013         is used in the GConf elements).
23014         Use AS_LIBTOOL_TAGS.
23015
23016 2005-07-18  Wim Taymans  <wim@fluendo.com>
23017
23018         * gst/playback/gstdecodebin.c: (remove_element_chain):
23019         * gst/playback/gstplaybin.c: (add_sink):
23020         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23021         (gst_stream_info_set_mute):
23022         * gst/playback/gststreamselector.c:
23023         (gst_stream_selector_get_linked_pad),
23024         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23025         More leak and compile fixes.
23026
23027 2005-07-18  Wim Taymans  <wim@fluendo.com>
23028
23029         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23030         (query_rates), (query_positions_elems), (query_positions_pads),
23031         (do_seek), (seek_cb), (stop_seek):
23032         Updated seek example. 
23033
23034         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23035         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23036         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23037         * gst/playback/gstplaybin.c: (add_sink):
23038         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23039         (gst_stream_info_set_mute):
23040         Some refcount leak fixes.
23041
23042 2005-07-16  Wim Taymans  <wim@fluendo.com>
23043
23044         * gst-libs/gst/audio/gstbaseaudiosink.c:
23045         (gst_base_audio_sink_render):
23046         Align samples even if we have roundoff errors in the 
23047         timestamp conversion.
23048
23049 2005-07-16  Wim Taymans  <wim@fluendo.com>
23050
23051         * docs/libs/tmpl/gstringbuffer.sgml:
23052         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23053         (query_rates), (query_positions_elems), (query_positions_pads),
23054         (update_scale), (do_seek):
23055         Updated seek example.
23056
23057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23058         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23059         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23060         (gst_ogg_demux_loop):
23061         Push out correct discont values.
23062
23063         * ext/theora/theoradec.c: (theora_dec_src_convert),
23064         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23065         (theora_dec_sink_event), (theora_handle_type_packet),
23066         (theora_handle_header_packet), (theora_dec_push),
23067         (theora_handle_data_packet), (theora_dec_chain),
23068         (theora_dec_change_state):
23069         Better timestamping.
23070
23071         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23072         (vorbis_dec_sink_event), (vorbis_dec_push),
23073         (vorbis_handle_data_packet), (vorbis_dec_chain):
23074         * ext/vorbis/vorbisdec.h:
23075         Better timestamping.
23076
23077         * gst-libs/gst/audio/gstbaseaudiosink.c:
23078         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23079         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23080         Handle syncing on timestamps instead of sample offsets. Make
23081         use of DISCONT values as described in design docs.
23082
23083         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23084         (gst_base_audio_src_get_time):
23085         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23086         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23087         (gst_ring_buffer_read):
23088         * gst-libs/gst/audio/gstringbuffer.h:
23089         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23090         (gst_ximagesink_show_frame):
23091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23092         Correcly convert buffer timestamp to stream time.
23093
23094 2005-07-16  Wim Taymans  <wim@fluendo.com>
23095
23096         * gst/audioconvert/gstaudioconvert.c:
23097         (gst_audio_convert_get_buffer):
23098         Timestamp buffers correctly.
23099
23100         * gst/playback/gstplaybin.c: (gen_video_element):
23101         Make internal fakesink silent.
23102
23103 2005-07-15  Wim Taymans  <wim@fluendo.com>
23104
23105         * gst/ffmpegcolorspace/Makefile.am:
23106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23107         (gst_ffmpegcsp_caps_remove_format_info),
23108         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23109         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23110         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23111         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23112         Ported ffmpegcolorspace to basetransform.
23113
23114         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23115         * gst/volume/gstvolume.c: (volume_transform):
23116         Ported to new API.
23117
23118 2005-07-14  Wim Taymans  <wim@fluendo.com>
23119
23120         * gst/videotestsrc/Makefile.am:
23121         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23122         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23123         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23124         (gst_videotestsrc_init), (gst_videotestsrc_event),
23125         (gst_videotestsrc_create), (gst_videotestsrc_start),
23126         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23127         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23128         (gst_videotestsrc_get_property):
23129         * gst/videotestsrc/gstvideotestsrc.h:
23130         Make videotestsrc a pushsrc.
23131
23132 2005-07-14  Wim Taymans  <wim@fluendo.com>
23133
23134         * gst/tcp/gstfdset.c: (gst_fdset_free):
23135         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23136         (gst_multifdsink_add), (gst_multifdsink_remove),
23137         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23138         (gst_multifdsink_remove_client_link),
23139         (gst_multifdsink_client_queue_data),
23140         (gst_multifdsink_client_queue_caps),
23141         (gst_multifdsink_client_queue_buffer),
23142         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23143         (gst_multifdsink_stop):
23144         * gst/tcp/gstmultifdsink.h:
23145         0.8 backporting.
23146
23147         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23148         Also draw image when not from a pool.
23149
23150 2005-07-14  Wim Taymans  <wim@fluendo.com>
23151
23152         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23153         (mute_stream), (silence_stream):
23154         Small debug additions.
23155
23156 2005-07-14  Wim Taymans  <wim@fluendo.com>
23157
23158         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23159         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23160         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23161         Better error recovery, ignore unconnected pads and
23162         non-fatal errors.
23163
23164 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23165
23166         * docs/libs/tmpl/gstaudio.sgml:
23167         * docs/libs/tmpl/gstcolorbalance.sgml:
23168         * docs/libs/tmpl/gstgconf.sgml:
23169         * docs/libs/tmpl/gstmixer.sgml:
23170         * docs/libs/tmpl/gstringbuffer.sgml:
23171         * docs/libs/tmpl/gsttuner.sgml:
23172         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23173         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23174         (gst_tcpclientsrc_class_init):
23175         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23176         (gst_tcpserversrc_class_init):
23177         * sys/v4l/gstv4lelement.c:
23178           more autistic cleanliness in functions/names/defines
23179
23180 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23181
23182         * configure.ac:
23183           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23184           added manually to each Makefile.am so we are sure it goes
23185           *last* and doesn't add -L flags before linking in libs of our
23186           own, like, say, internal .la libs, that then accidentally pick
23187           up the installed copy.
23188         * docs/libs/Makefile.am:
23189         * ext/alsa/Makefile.am:
23190         * ext/cdparanoia/Makefile.am:
23191         * ext/gnomevfs/Makefile.am:
23192         * ext/libvisual/Makefile.am:
23193         * ext/ogg/Makefile.am:
23194         * ext/theora/Makefile.am:
23195         * ext/vorbis/Makefile.am:
23196         * gst-libs/gst/video/Makefile.am:
23197         * gst/adder/Makefile.am:
23198         * gst/audioconvert/Makefile.am:
23199         * gst/audiorate/Makefile.am:
23200         * gst/audioscale/Makefile.am:
23201         * gst/ffmpegcolorspace/Makefile.am:
23202         * gst/playback/Makefile.am:
23203         * gst/sine/Makefile.am:
23204         * gst/subparse/Makefile.am:
23205         * gst/tags/Makefile.am:
23206         * gst/tcp/Makefile.am:
23207         * gst/typefind/Makefile.am:
23208         * gst/videorate/Makefile.am:
23209         * gst/videoscale/Makefile.am:
23210         * gst/videotestsrc/Makefile.am:
23211         * gst/volume/Makefile.am:
23212         * sys/v4l/Makefile.am:
23213         * sys/ximage/Makefile.am:
23214         * sys/xvimage/Makefile.am:
23215           adapt properly to this change. This should make sure that
23216           plugins and libs properly link to the as-yet-uninstalled
23217           copies of stuff like libgstinterfaces and libgstvideo
23218
23219 2005-07-13  Andy Wingo  <wingo@pobox.com>
23220
23221         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23222         (gst_v4lsrc_fixate): Fixate on format as well.
23223
23224         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23225         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23226         buffer points to it.
23227         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23228         rather just doing X calls ourselves. Also fixes a memleak.
23229
23230 2005-07-12  Andy Wingo  <wingo@pobox.com>
23231
23232         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23233         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23234         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23235         TRUE to avoid deadlocks if an element holds on to our buffers.
23236
23237 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23238
23239         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23240         (gst_sinesrc_init), (gst_sinesrc_create),
23241         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23242         (gst_sinesrc_start):
23243         * gst/sine/gstsinesrc.h:
23244           removing num-buffers property before moving it
23245
23246 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23247
23248         * configure.ac:
23249           use overridable ERROR_CFLAGS
23250         * docs/libs/gst-plugins-base-libs.types:
23251         * docs/libs/tmpl/gstringbuffer.sgml:
23252         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23253         (gst_alsasink_class_init):
23254         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23255         (gst_alsasrc_class_init):
23256         * gst-libs/gst/audio/audio.h:
23257         * gst-libs/gst/audio/gstaudioclock.h:
23258         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23259         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23260         (gst_audio_filter_link), (gst_audio_filter_init),
23261         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23262         (gst_audio_filter_get_property),
23263         (gst_audio_filter_class_add_pad_templates):
23264         * gst-libs/gst/audio/gstaudiofilter.h:
23265         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23266         (gst_audio_filter_template_get_type),
23267         (gst_audio_filter_template_base_init),
23268         (gst_audio_filter_template_class_init),
23269         (gst_audio_filter_template_init),
23270         (gst_audio_filter_template_set_property),
23271         (gst_audio_filter_template_get_property), (plugin_init),
23272         (gst_audio_filter_template_setup),
23273         (gst_audio_filter_template_filter),
23274         (gst_audio_filter_template_filter_inplace):
23275         * gst-libs/gst/audio/gstaudiosink.c:
23276         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23277         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23278         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23279         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23280         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23281         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23282         * gst-libs/gst/audio/gstaudiosink.h:
23283         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23284         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23285         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23286         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23287         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23288         (gst_audio_src_class_init), (gst_audio_src_init),
23289         (gst_audio_src_create_ringbuffer):
23290         * gst-libs/gst/audio/gstaudiosrc.h:
23291         * gst-libs/gst/audio/gstbaseaudiosink.c:
23292         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23293         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23294         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23295         (gst_base_audio_sink_set_property),
23296         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23297         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23298         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23299         (gst_base_audio_sink_create_ringbuffer),
23300         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23301         * gst-libs/gst/audio/gstbaseaudiosink.h:
23302         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23303         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23304         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23305         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23306         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23307         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23308         (gst_base_audio_src_event), (gst_base_audio_src_create),
23309         (gst_base_audio_src_create_ringbuffer),
23310         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23311         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23312         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23313         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23314         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23315         (gst_ring_buffer_debug_spec_caps),
23316         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23317         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23318         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23319         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23320         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23321         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23322         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23323         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23324         (gst_ring_buffer_clear):
23325         * gst-libs/gst/audio/gstringbuffer.h:
23326         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23327         (gst_video_sink_class_init), (gst_video_sink_get_type):
23328         * gst-libs/gst/video/videosink.h:
23329         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23330         (gst_multifdsink_class_init),
23331         (gst_multifdsink_handle_client_write),
23332         (gst_multifdsink_change_state):
23333         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23334         (gst_tcpclientsink_setcaps):
23335         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23336         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23337         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23338         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23339         (gst_ximagesink_send_pending_navigation),
23340         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23341         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23343         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23344         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23345         (gst_xvimagesink_send_pending_navigation),
23346         (gst_xvimagesink_navigation_send_event),
23347         (gst_xvimagesink_set_xwindow_id),
23348         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23349         (gst_xvimagesink_get_type):
23350         more macro splitting
23351
23352 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23353
23354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23355           plug a memleak, allows me to import 1479 albums in one go
23356           in jamboree
23357         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23358         (vorbis_handle_type_packet), (vorbis_dec_chain),
23359         (vorbis_dec_change_state):
23360           fix some format strings
23361
23362 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23363
23364         * docs/libs/tmpl/gstcolorbalance.sgml:
23365         * docs/libs/tmpl/gstmixer.sgml:
23366         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23367         (gst_alsasink_set_property), (gst_alsasink_get_property):
23368         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23369         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23370           add device property
23371
23372 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23373
23374         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23375         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23376         (audiocast_register_listener), (audiocast_thread_run),
23377         (gst_gnomevfssrc_send_additional_headers_callback),
23378         (gst_gnomevfssrc_received_headers_callback),
23379         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23380         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23381         (gst_gnomevfssrc_get_size):
23382           add/clean up debugging
23383         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23384           cleanups
23385
23386 2005-07-07  Andy Wingo  <wingo@pobox.com>
23387
23388         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23389         framerate. Need to get a handle on when exactly this function is
23390         called, tho.
23391
23392         * sys/v4l/v4lsrc_calls.h:
23393         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23394         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23395         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23396
23397         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23398         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23399         v4lelements are sources.
23400
23401         * sys/v4l/gstv4lxoverlay.h:
23402         * sys/v4l/gstv4lxoverlay.c:
23403         * sys/v4l/gstv4ltuner.h:
23404         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23405         
23406         * sys/v4l/gstv4lsrc.h:
23407         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23408         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23409         or something should handle that. Made a live source.
23410
23411         * sys/v4l/gstv4lelement.h:
23412         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23413         signals. Some cleanups.
23414
23415         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23416
23417         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23418         stuff.
23419
23420         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23421         stuff.
23422
23423         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23424
23425 2005-07-07  Wim Taymans  <wim@fluendo.com>
23426
23427         * ext/theora/theoradec.c: (theora_get_query_types),
23428         (theora_dec_src_getcaps), (theora_dec_push):
23429         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23430         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23431         Remove deprecated/unused query types.
23432
23433 2005-07-06  Wim Taymans  <wim@fluendo.com>
23434
23435         * ext/alsa/Makefile.am:
23436         * ext/alsa/gstalsaplugin.c: (plugin_init):
23437         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23438         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23439         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23440         (gst_alsasrc_class_init), (gst_alsasrc_init),
23441         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23442         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23443         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23444         (gst_alsasrc_reset):
23445         * ext/alsa/gstalsasrc.h:
23446         * gst-libs/gst/audio/Makefile.am:
23447         * gst-libs/gst/audio/gstaudiosink.c:
23448         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23449         (gst_audioringbuffer_start):
23450         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23451         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23452         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23453         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23454         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23455         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23456         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23457         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23458         * gst-libs/gst/audio/gstaudiosrc.h:
23459         * gst-libs/gst/audio/gstbaseaudiosink.c:
23460         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23461         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23462         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23463         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23464         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23465         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23466         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23467         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23468         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23469         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23470         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23471         (gst_baseaudiosrc_change_state):
23472         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23473         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23474         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23475         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23476         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23477         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23478         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23479         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23480         * gst-libs/gst/audio/gstringbuffer.h:
23481         Added audiosource base classes.
23482         Ported alsasrc, still very basic.
23483
23484 2005-07-06  Wim Taymans  <wim@fluendo.com>
23485
23486         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23487         (theora_dec_push), (theora_handle_data_packet):
23488         Prepare for better timestamp fix later.
23489
23490         * gst/audioconvert/gstaudioconvert.c:
23491         List most accurate caps first
23492
23493         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23494         Use proper pad task function.
23495
23496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23497         (gst_xvimagesink_show_frame):
23498         Fix deadlock when alloc failed.
23499
23500 2005-07-05  Andy Wingo  <wingo@pobox.com>
23501
23502         * ext/gnomevfs/gstgnomevfssrc.c:
23503         * gst/sine/gstsinesrc.c:
23504         * gst/tcp/gsttcpserversrc.c:
23505         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23506
23507         * sys/v4l/: Port from 0.8.
23508
23509         * Many files: Null if we got it....
23510
23511 2005-07-05  Andy Wingo  <wingo@pobox.com>
23512
23513         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23514         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23515         Signedness fixes.
23516
23517 2005-07-05  Wim Taymans  <wim@fluendo.com>
23518
23519         * configure.ac:
23520         * gst/tcp/Makefile.am:
23521         * gst/tcp/README:
23522         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23523         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23524         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23525         (is_sync_frame), (gst_multifdsink_handle_client_write),
23526         (gst_multifdsink_render), (gst_multifdsink_start),
23527         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23528         * gst/tcp/gstmultifdsink.h:
23529         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23530         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23531         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23532         * gst/tcp/gsttcp.h:
23533         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23534         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23535         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23536         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23537         * gst/tcp/gsttcpclientsink.h:
23538         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23539         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23540         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23541         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23542         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23543         * gst/tcp/gsttcpclientsrc.h:
23544         * gst/tcp/gsttcpplugin.c: (plugin_init):
23545         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23546         * gst/tcp/gsttcpserversink.h:
23547         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23548         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23549         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23550         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23551         (gst_tcpserversrc_stop):
23552         * gst/tcp/gsttcpserversrc.h:
23553         * gst/tcp/gsttcpsink.c:
23554         * gst/tcp/gsttcpsink.h:
23555         * gst/tcp/gsttcpsrc.c:
23556         * gst/tcp/gsttcpsrc.h:
23557         Ported tcp plugins to 0.9. 
23558         
23559
23560 2005-07-05  Andy Wingo  <wingo@pobox.com>
23561
23562         * gst/playback/gstplaybasebin.c (fill_buffer):
23563         message_new_application fixen.
23564
23565         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23566         Style fix.
23567
23568 2005-07-04  Wim Taymans  <wim@fluendo.com>
23569
23570         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23571         Set caps on output buffer.
23572
23573 2005-07-04  Andy Wingo  <wingo@pobox.com>
23574
23575         * ext/gnomevfs/gstgnomevfssrc.c
23576         (gst_gnomevfssrc_received_headers_callback) 
23577         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23578         hopefully.
23579
23580         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23581         No refcount leakage.
23582
23583         * configure.ac: Enable -Werror.
23584         
23585         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23586         * gst/audioconvert/bufferframesconvert.c
23587         (buffer_frames_convert_fixate):
23588         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23589         (gst_audio_convert_fixate):
23590         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23591         (gst_sinesrc_create): Fixate func changes.
23592         
23593         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23594         (gst_ximagesink_buffer_alloc): Unused var.
23595
23596 2005-07-01  Andy Wingo  <wingo@pobox.com>
23597
23598         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23599         getcaps to do explicit caps. Needs to be done in all decoders,
23600         possibly via a base class.
23601
23602         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23603
23604         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23605         caps on the sink pad, just rely on the pad template. Also, setting
23606         ANY caps on a pad is not valid because the caps are not fixed.
23607
23608         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23609         caps on the buffer, and get the width from the desired_caps if
23610         they're set.
23611         (gst_ximagesink_renegotiate_size): Implement via setting the
23612         desired_caps on the ximagesink.
23613         (gst_ximagesink_setcaps): Only reset the width of the player if it
23614         wasn't already set. Not sure if this is right.
23615         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23616
23617         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23618         that the user wants. NULL unless the window has been resized.
23619
23620         * gst/volume/gstvolume.c (volume_transform): Adapt to
23621         basetransform refcount changes.
23622         
23623 2005-07-01  Andy Wingo  <wingo@pobox.com>
23624
23625         * gst/videoscale/gstvideoscale.c:
23626         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23627         from BaseTransform, implements a transform_caps. Removed dead code
23628         including some PAR stuff that was never reached -- should probably
23629         be added back somehow.
23630
23631 2005-07-01  Andy Wingo  <wingo@pobox.com>
23632
23633         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23634         come later.
23635
23636 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23637
23638         * configure.ac:
23639         * docs/libs/Makefile.am:
23640         * docs/libs/gst-plugins-libs.types:
23641         * ext/alsa/Makefile.am:
23642         * ext/alsa/gstalsamixer.h:
23643         * ext/alsa/gstalsamixeroptions.h:
23644         * ext/alsa/gstalsamixertrack.h:
23645         * gst-libs/gst/Makefile.am:
23646         * gst-libs/gst/colorbalance/.cvsignore:
23647         * gst-libs/gst/colorbalance/Makefile.am:
23648         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23649         * gst-libs/gst/colorbalance/colorbalance.c:
23650         * gst-libs/gst/colorbalance/colorbalance.h:
23651         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23652         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23653         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23654         * gst-libs/gst/interfaces/Makefile.am:
23655         * gst-libs/gst/interfaces/colorbalance.c:
23656         (gst_color_balance_class_init):
23657         * gst-libs/gst/interfaces/colorbalance.h:
23658         * gst-libs/gst/interfaces/interfaces-marshal.list:
23659         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23660         * gst-libs/gst/interfaces/mixer.h:
23661         * gst-libs/gst/interfaces/mixeroptions.h:
23662         * gst-libs/gst/interfaces/navigation.c:
23663         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23664         * gst-libs/gst/interfaces/tuner.h:
23665         * gst/volume/Makefile.am:
23666         * gst/volume/gstvolume.c:
23667         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23668         * sys/ximage/Makefile.am:
23669         * sys/ximage/ximagesink.c:
23670         * sys/xvimage/Makefile.am:
23671         * sys/xvimage/xvimagesink.c:
23672           fold in all interfaces into an interfaces dir, preserving CVS
23673           history
23674
23675 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23676
23677         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23678           Fix build after riff changes.
23679
23680 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23681
23682         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23683         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23684         (gst_riff_create_video_template_caps),
23685         (gst_riff_create_audio_template_caps),
23686         (gst_riff_create_iavs_template_caps):
23687         * gst-libs/gst/riff/riff-media.h:
23688         * gst-libs/gst/riff/riff-read.h:
23689         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23690           Add gst_riff_init() to initialize the debug category, instead
23691           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23692
23693 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23694
23695         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23696           Oops, I shouldn't apply hacks.
23697
23698 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23699
23700         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23701           Remove pad_loop function which doesn't work.
23702
23703 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23704
23705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23706           Send EOS when deactivating.
23707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23708         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23709         (gen_preroll_element), (probe_triggered), (mute_stream),
23710         (silence_stream), (new_decoded_pad), (setup_substreams),
23711         (set_active_source):
23712         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23713         (remove_sinks), (add_sink):
23714         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23715           Change for new probe API.
23716
23717 2005-06-29  Wim Taymans  <wim@fluendo.com>
23718
23719         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23720         * gst-libs/gst/audio/gstbaseaudiosink.c:
23721         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23722         (gst_baseaudiosink_change_state):
23723         * gst-libs/gst/audio/gstbaseaudiosink.h:
23724         * gst-libs/gst/audio/gstringbuffer.c:
23725         (gst_ringbuffer_set_callback):
23726         Fix compilation error.
23727         Ringbuffer starts out as not running.
23728         Free our clock in dispose.
23729         When releasing the ringbuffer we need to renegotiate so
23730         clear the pad caps.
23731
23732 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23733
23734         * autogen.sh:
23735         * configure.ac:
23736         * docs/Makefile.am:
23737         * docs/libs/Makefile.am:
23738         * docs/libs/gst-plugins-libs-docs.sgml:
23739         * docs/libs/gst-plugins-libs-sections.txt:
23740         * docs/libs/gst-plugins-libs.types:
23741         * docs/libs/tmpl/gstaudio.sgml:
23742         * docs/libs/tmpl/gstcolorbalance.sgml:
23743         * docs/libs/tmpl/gstringbuffer.sgml:
23744         * gst-libs/gst/audio/gstringbuffer.c:
23745         (gst_ringbuffer_set_callback):
23746           reinstate gtk-doc docs for plugin libs
23747
23748 2005-06-28  Wim Taymans  <wim@fluendo.com>
23749
23750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23751         (gst_ogg_demux_init):
23752         Removed pad loop function.
23753
23754 2005-06-28  Wim Taymans  <wim@fluendo.com>
23755
23756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23757         If we're building a chain we are not in an error case
23758         when we queue a buffer.
23759
23760 2005-06-28  Andy Wingo  <wingo@pobox.com>
23761
23762         * *.c: Don't cast to GstObject before reffing/unreffing.
23763
23764 2005-06-27  Andy Wingo  <wingo@pobox.com>
23765
23766         * gst/videotestsrc/gstvideotestsrc.c
23767         (gst_videotestsrc_activate_push): Activation API changes.
23768
23769         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23770         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23771         they have refs on the decodebin.
23772
23773         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23774         parent class.
23775         (gst_ogg_pad_typefind): Don't leak a pad ref.
23776         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23777         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23778         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23779
23780 2005-06-27  Edward Hervey  <edward@fluendo.com>
23781
23782         * ext/theora/theoradec.c: (theora_dec_change_state): 
23783         re-arranged call to parent's state change in order to avoid locks (or
23784         worse).
23785
23786 2005-06-26  Edward Hervey  <edward@fluendo.com>
23787
23788         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23789         2nd argument of 'unknow-type' signal is a GstCaps and not a
23790         GstMiniObject
23791
23792 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23793         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23794           Set the worker thread's running flag to TRUE before starting the
23795           thread.
23796         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23797           Catch a failure to add typefind to the bin.
23798
23799 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23800
23801         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23802         (gst_sinesrc_init), (gst_sinesrc_create),
23803         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23804         (gst_sinesrc_start):
23805         * gst/sine/gstsinesrc.h:
23806           add num-buffers and timestamp-offset properties
23807         * gst/videotestsrc/gstvideotestsrc.c:
23808         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23809         (gst_videotestsrc_get_property):
23810           add timestamp-offset property
23811
23812 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23813
23814         * configure.ac: add videorate
23815         * gst-plugins-base.spec.in: add videorate
23816
23817 2005-06-23  Wim Taymans  <wim@fluendo.com>
23818
23819         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23820         (gst_videorate_getcaps), (gst_videorate_setcaps),
23821         (gst_videorate_event), (gst_videorate_chain):
23822         Fixed videorate, fixating an already fixated caps is not
23823         an error.
23824
23825 2005-06-23  Wim Taymans  <wim@fluendo.com>
23826
23827         * ext/ogg/README:
23828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23829         Buffer on caps is not boxed anymore.
23830
23831 2005-06-22  Wim Taymans  <wim@fluendo.com>
23832
23833         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23834         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23835         Set buffers on caps as miniobjects and not as boxed.
23836
23837 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23838
23839         * configure.ac:
23840           back to HEAD
23841
23842 === release 0.9.1 ===
23843
23844 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23845
23846         * .cvsignore:
23847         * NEWS:
23848         * README:
23849         * RELEASE:
23850         * configure.ac:
23851         * po/af.po:
23852         * po/az.po:
23853         * po/cs.po:
23854         * po/en_GB.po:
23855         * po/hu.po:
23856         * po/it.po:
23857         * po/nb.po:
23858         * po/nl.po:
23859         * po/or.po:
23860         * po/sq.po:
23861         * po/sr.po:
23862         * po/sv.po:
23863         * po/uk.po:
23864         * po/vi.po:
23865           updates for release
23866
23867 2005-06-09  Andy Wingo  <wingo@pobox.com>
23868
23869         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23870         
23871 2005-06-09  Andy Wingo  <wingo@pobox.com>
23872
23873         * configure.ac:
23874         * gst-libs/gst/Makefile.am:
23875         * gst-libs/gst/net/Makefile.am:
23876         Add gstnet to build.
23877
23878 2005-06-09  Andy Wingo  <wingo@pobox.com>
23879
23880         * gst-libs/gst/gconf/gconf.c:
23881         * gst/playback/test.c:
23882         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23883         fixes.
23884
23885         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23886
23887         * ext/theora/theoraenc.c (theora_enc_chain): 
23888         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23889
23890         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23891         RealPad.
23892
23893 2005-06-02  Wim Taymans  <wim@fluendo.com>
23894
23895         * gst-libs/gst/net/Makefile.am:
23896         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23897         * pkgconfig/gstreamer-libs.pc.in:
23898         Added net stuff, version net lib.
23899
23900 2005-06-02  Wim Taymans  <wim@fluendo.com>
23901
23902         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23903         (query_rates), (query_positions_elems), (query_positions_pads),
23904         (do_seek):
23905         Updated seek example.
23906
23907 2005-06-02  Andy Wingo  <wingo@pobox.com>
23908
23909         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23910         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23911         list.
23912
23913         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23914         remove the typefind, the bin dispose will do it for us. When it's
23915         removed and unreffed, the signal handler will be disconnected,
23916         too.
23917         (unlinked): It's too difficult to disconnect from unlinked
23918         handlers, as they are on pads not elements. Just punt if the pads
23919         aren't grandkids of the bin.
23920
23921 2005-06-02  Wim Taymans  <wim@fluendo.com>
23922
23923         * ext/ogg/README:
23924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23925         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23926         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23927         * ext/theora/theoradec.c: (theora_dec_src_query),
23928         (theora_handle_data_packet):
23929         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23930         (theora_enc_chain):
23931         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23932         (vorbis_handle_data_packet):
23933         * gst/audioconvert/bufferframesconvert.c:
23934         (buffer_frames_convert_chain):
23935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23936         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23937         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23938         (gst_ffmpegcsp_chain):
23939         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23940         (gst_videorate_getcaps), (gst_videorate_setcaps),
23941         (gst_videorate_event), (gst_videorate_chain):
23942         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23943         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23944         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23945         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23946         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23947         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23948         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23949         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23950         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23951         Cleanups and buffer alloc.
23952
23953 2005-05-31  Wim Taymans  <wim@fluendo.com>
23954
23955         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23956         Don't try to call the delay method when the device is not
23957         opened.
23958
23959 2005-05-31  Wim Taymans  <wim@fluendo.com>
23960
23961         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23962         Get actual segment size and buffer size after opening
23963         the device.
23964
23965 2005-05-30  Wim Taymans  <wim@fluendo.com>
23966
23967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
23968         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
23969         Also FLUSH upstream, makes the loop function exit faster.
23970         
23971         * ext/theora/theoradec.c: (theora_dec_src_query):
23972         Some more debug info in the query.
23973         
23974         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23975         (gst_ximagesink_setcaps):
23976         Release lock on par error, better error reporting.
23977
23978 2005-05-26  Wim Taymans  <wim@fluendo.com>
23979
23980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23981         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
23982         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
23983         Clear chains in READY
23984         Queue packets until the chain is activated.
23985
23986 2005-05-25  Wim Taymans  <wim@fluendo.com>
23987
23988         * gst-libs/gst/audio/gstaudiosink.c:
23989         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23990         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23991         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23992         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23993         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23994         (gst_audiosink_create_ringbuffer):
23995         * gst-libs/gst/audio/gstbaseaudiosink.c:
23996         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23997         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23998         (gst_baseaudiosink_set_property), (build_linear_format),
23999         (debug_spec_caps), (debug_spec_buffer),
24000         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24001         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24002         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24003         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24004         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24005         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24006         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24007         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24008         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24009         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24010         (wait_segment), (gst_ringbuffer_commit),
24011         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24012         (gst_ringbuffer_clear):
24013         Various small cleanups.
24014
24015         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24016         (gst_audio_convert_change_state):
24017         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24018         No need to take the locks anymore.
24019
24020 2005-05-25  Wim Taymans  <wim@fluendo.com>
24021
24022         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24023         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24024         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24025         (type_found):
24026         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24027         (group_destroy), (group_commit), (queue_overrun),
24028         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24029         (mute_stream), (new_decoded_pad), (setup_substreams),
24030         (setup_source), (mute_group_type), (set_active_source),
24031         (gst_play_base_bin_change_state):
24032         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24033         (gen_video_element), (gen_text_element), (gen_audio_element),
24034         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24035         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24036         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24037         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24038         Some playbin cleanups mostly refcounting sloppyness.
24039
24040 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24041
24042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24043           Work with streaming input.
24044
24045 2005-05-25  Wim Taymans  <wim@fluendo.com>
24046
24047         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24048         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24049         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24050         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24051         No need to take the STREAM lock anymore.
24052
24053 2005-05-25  Wim Taymans  <wim@fluendo.com>
24054
24055         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24056         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24057         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24058         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24059         (gst_ogg_demux_sink_activate):
24060         * ext/theora/theoradec.c: (theora_dec_src_event),
24061         (theora_handle_comment_packet), (theora_dec_chain),
24062         (theora_dec_change_state):
24063         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24064         (vorbis_handle_data_packet), (vorbis_dec_chain),
24065         (vorbis_dec_change_state):
24066         Remove STREAM locks as they are taken in core now.
24067         Never set bogus granulepos on vorbis/theora.
24068         Fix leaks in theoradec tag parsing.
24069
24070 2005-05-25  Wim Taymans  <wim@fluendo.com>
24071
24072         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24073         Fix memleaks, GST_BUFFER_DATA() is not freed.
24074
24075 2005-05-25  Wim Taymans  <wim@fluendo.com>
24076
24077         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24078         Open non-blocking, set to blocking mode afterwards to avoid
24079         lockups when audio device is busy.
24080
24081 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24082
24083         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24084           This can't be good.
24085
24086 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24087
24088         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24089         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24090         (gst_audio_convert_setcaps):
24091           Implement instant setup switching.
24092
24093 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24094
24095         * gst/playback/gstplaybasebin.c: (probe_triggered):
24096           Fix missing unlock.
24097         * gst/playback/gstplaybin.c: (add_sink):
24098           First add, then link (otherwise pad link fails).
24099
24100 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24101
24102         * examples/Makefile.am:
24103         fix buildbot (make distcheck)
24104
24105 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24106
24107         * gst/playback/gstplaybin.c: (gen_vis_element):
24108           Remove some wrong code. Doesn't work yet.
24109
24110 2005-05-19  Wim Taymans  <wim@fluendo.com>
24111
24112         * gst-libs/gst/net/Makefile.am:
24113         * gst-libs/gst/net/README:
24114         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24115         (gst_netbuffer_class_init), (gst_netbuffer_init),
24116         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24117         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24118         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24119         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24120         * gst-libs/gst/net/gstnetbuffer.h:
24121         Added buffer subclass to store extra to/from addresses for
24122         network sources/sinks.
24123
24124 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24125
24126         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24127           Don't lock an unassigned variable.
24128
24129 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24130
24131         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24132           Increase buffer for video, decrease buffer for other media types.
24133         * gst/playback/gstplaybin.c: (gen_video_element),
24134         (gen_audio_element):
24135           Change names for debugging purposes.
24136
24137 2005-05-18  Wim Taymans  <wim@fluendo.com>
24138
24139         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24140         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24141         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24142         (gst_ffmpegcsp_chain):
24143         Enable buffer alloc passthrough if the source and dest
24144         formats are the same.
24145
24146 2005-05-17  Wim Taymans  <wim@fluendo.com>
24147
24148         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24149         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24150         (gst_ogg_demux_chain_unlocked):
24151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24152         (gst_audio_convert_caps_remove_format_info),
24153         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24154         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24156         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24157         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24158         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24159         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24160         (gst_ffmpegcsp_get_property):
24161         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24162         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24163         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24164         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24165         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24166         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24167         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24168         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24169         Leak fixes in oggdemux.
24170         Some cleanups in audioconvert.
24171         Make passthrough work along with buffer_alloc etc.
24172         Make buffer_alloc and buffer recycling actually work in
24173         xvimagesink.
24174
24175 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24176
24177         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24178           make the compiler happy
24179
24180 2005-05-17  Wim Taymans  <wim@fluendo.com>
24181
24182         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24183         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24184         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24185         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24186         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24187         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24188         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24189         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24190         (gst_xvimagesink_set_xwindow_id):
24191         * sys/xvimage/xvimagesink.h:
24192         Port xvimagesink to new MiniObject.
24193
24194 2005-05-17  Wim Taymans  <wim@fluendo.com>
24195
24196         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24197         (gst_audiofilter_chain):
24198         * gst-libs/gst/audio/gstaudiosink.c:
24199         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24200         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24201         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24202         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24203         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24204         (gst_audiosink_create_ringbuffer):
24205         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24206         (gst_audio_convert_caps_remove_format_info),
24207         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24208         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24209         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24210         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24211         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24212         Fix passthrough in ffmpegcolorspace.
24213         Fix memset in audiosink on wrong memory.
24214
24215 2005-05-16  David Schleef  <ds@schleef.org>
24216
24217         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24218         to GstMiniObject.
24219
24220 2005-05-16  David Schleef  <ds@schleef.org>
24221
24222         Port from GstData to GstMiniObject.
24223         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24224         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24225         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24226         (gst_ogg_mux_collected):
24227         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24228         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24229         (theora_handle_data_packet):
24230         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24231         (theora_set_header_on_caps), (theora_enc_chain):
24232         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24233         (vorbis_handle_comment_packet):
24234         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24235         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24236         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24237         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24238         * gst/audioconvert/gstaudioconvert.c:
24239         (gst_audio_convert_get_buffer):
24240         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24241         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24242         (mute_stream), (silence_stream):
24243         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24244         * gst/volume/gstvolume.c: (volume_transform):
24245         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24246         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24247         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24248         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24249         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24250         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24251         (gst_ximagesink_buffer_alloc):
24252         * sys/ximage/ximagesink.h:
24253
24254 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24255
24256         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24257         (fill_buffer), (check_queue), (queue_threshold_reached),
24258         (queue_out_of_data):
24259         * gst/playback/gstplaybasebin.h:
24260           Post buffer-fullness on the bus.
24261
24262 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24263
24264         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24265         (try_to_link_1):
24266         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24267         (group_commit), (probe_triggered), (setup_source),
24268         (gst_play_base_bin_change_state):
24269         * gst/playback/gstplaybasebin.h:
24270         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24271         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24272         (gst_play_bin_change_state):
24273           Move setup_output_pads into a virtual function, remove
24274           group-switch (no longer needed) and redirect (handled by bus
24275           now) signals.
24276
24277 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24278
24279         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24280         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24281         (get_active_group), (get_building_group), (group_destroy),
24282         (group_commit), (check_queue), (queue_overrun),
24283         (queue_threshold_reached), (queue_out_of_data),
24284         (gen_preroll_element), (remove_groups), (unknown_type),
24285         (add_element_stream), (no_more_pads), (probe_triggered),
24286         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24287         (setup_substreams), (setup_source), (finish_source),
24288         (prepare_output), (muted_group_change_state),
24289         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24290         (gst_play_base_bin_change_state):
24291         * gst/playback/gstplaybasebin.h:
24292         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24293         (gst_play_bin_init), (gst_play_bin_set_property),
24294         (gen_video_element), (gen_text_element), (gen_audio_element),
24295         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24296         (gst_play_bin_change_state):
24297         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24298         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24299         (stream_info_change_state), (gst_stream_info_set_mute),
24300         (gst_stream_info_get_property):
24301         * gst/playback/gststreaminfo.h:
24302         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24303         (gst_stream_selector_get_linked_pad),
24304         (gst_stream_selector_getcaps),
24305         (gst_stream_selector_get_linked_pads),
24306         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24307         * gst/playback/gststreamselector.h:
24308           Rough port of playbin. Needs some more work, but is mostly done,
24309           and uses a few locks in important places, which should make stuff
24310           like chain-switches clean. Still uses GST_STATE() in a few places,
24311           which isn't all that good an idea, subtitles/elements disabled
24312           because no elements to test with and thus probably broken, query
24313           and event handling moved to GstBin, internal thread removed
24314           alltogether because the pipeline does that for us now. Can play
24315           Ogg/Vorbis files. Haven't tested anything else yet.
24316
24317 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24318
24319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24320           Do no-more-pads (needed for autoplugging).
24321
24322 2005-05-10  Andy Wingo  <wingo@pobox.com>
24323
24324         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24325         message to the bus with the tags. Still not sent downstream tho.
24326
24327         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24328         get_parent.
24329         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24330         avoid refcounting hassles.
24331
24332 2005-05-09  Andy Wingo  <wingo@pobox.com>
24333
24334         * gst/volume/Makefile.am:
24335         * gst/volume/demo.c
24336         * gst/volume/gstvolume.h
24337         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24338         basetransform. Probably need an audio filter base class.
24339
24340 2005-05-09  Wim Taymans  <wim@fluendo.com>
24341
24342         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24343         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24344         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24345         (gst_vorbisenc_chain):
24346         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24347         (gst_audio_convert_caps_remove_format_info),
24348         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24349         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24350         Make caps writable before writing to it.
24351         Fix negotiation in audioconvert some more.
24352
24353 2005-05-09  Wim Taymans  <wim@fluendo.com>
24354
24355         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24356         (gst_videorate_getcaps), (gst_videorate_setcaps),
24357         (gst_videorate_event), (gst_videorate_chain):
24358         Better negotiation.
24359
24360 2005-05-09  Wim Taymans  <wim@fluendo.com>
24361
24362         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24363         (gst_videorate_getcaps), (gst_videorate_setcaps),
24364         (gst_videorate_blank_data), (gst_videorate_init),
24365         (gst_videorate_event), (gst_videorate_chain),
24366         (gst_videorate_change_state):
24367         Port videorate, do a better job at negotiation while we're at
24368         it.
24369
24370 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24371
24372         * configure.ac:
24373           Disable libvisual
24374
24375         * examples/Makefile.am:
24376         * gst-libs/gst/audio/Makefile.am:
24377         * gst-libs/gst/riff/Makefile.am:
24378         * gst-libs/gst/tag/Makefile.am:
24379         * gst-libs/gst/video/Makefile.am:
24380           Fixups for missing variables.
24381
24382 2005-05-09  Wim Taymans  <wim@fluendo.com>
24383
24384         * examples/seeking/seek.c: (make_theora_pipeline),
24385         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24386         (query_rates), (query_positions_elems), (query_positions_pads),
24387         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24389         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24390         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24391         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24392         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24393         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24394         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24395         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24396         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24397         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24398         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24399         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24400         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24401         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24402         (theora_dec_src_convert), (theora_dec_sink_convert),
24403         (theora_dec_src_query), (theora_dec_sink_query),
24404         (theora_dec_src_event), (theora_dec_sink_event),
24405         (theora_handle_comment_packet), (theora_handle_type_packet),
24406         (theora_handle_header_packet), (theora_handle_data_packet),
24407         (theora_dec_chain):
24408         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24409         (vorbis_dec_convert), (vorbis_dec_src_query),
24410         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24411         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24412         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24413         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24414         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24415         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24416         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24417         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24418         (gst_play_bin_query):
24419         * gst/playback/test3.c: (update_scale):
24420         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24421         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24422         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24423         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24424         (gst_videotestsrc_src_query):
24425         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24426         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24427         (paint_hline_YUV9):
24428         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24429         Port to new query API.
24430         Updated seek.
24431         Cleanups in x[v]imagesink
24432
24433 2005-05-09  Andy Wingo  <wingo@pobox.com>
24434
24435         * ext/alsa/gstalsasink.h:
24436         * ext/gnomevfs/gstgnomevfssrc.c:
24437         (gst_gnomevfssrc_get_icy_metadata):
24438         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24439         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24440         * ext/theora/theoradec.c (theora_dec_src_query)
24441         (theora_dec_src_event, theora_dec_sink_event)
24442         (theora_handle_comment_packet, theora_handle_data_packet):
24443         * ext/theora/theoraenc.c (theora_enc_chain):
24444         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24445         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24446         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24447         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24448         (qt_type_find):
24449         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24450         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24451         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24452         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24453         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24454         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24455         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24456         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24457         (paint_setup_RGB565, paint_setup_xRGB1555):
24458         * gst/videotestsrc/videotestsrc.h:
24459         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24460         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24461         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24462         GCC4 fixes.
24463         
24464         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24465         gst_pad_query_position. Fixes oggdemux.
24466
24467 2005-05-08  David Schleef  <ds@schleef.org>
24468
24469         * configure.ac: Require liboil.
24470         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24471         a few more.
24472         * gst/videotestsrc/videotestsrc.c:
24473         * gst/videotestsrc/videotestsrc.h:
24474
24475 2005-05-06  Wim Taymans  <wim@fluendo.com>
24476
24477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24478         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24479         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24480         Well, unreffing a buffer right before pushing it is asking
24481         for trouble..
24482
24483 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24484
24485         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24486
24487 2005-05-06  Wim Taymans  <wim@fluendo.com>
24488
24489         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24490         (gst_audio_convert_caps_remove_format_info),
24491         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24492         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24494         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24495         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24496         * gst/sine/Makefile.am:
24497         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24498         (gst_sinesrc_class_init), (gst_sinesrc_init),
24499         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24500         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24501         (gst_sinesrc_update_freq):
24502         * gst/sine/gstsinesrc.h:
24503         * gst/tcp/gstmultifdsink.c:
24504         * sys/xvimage/xvimagesink.c:
24505         Fixed negotiation wrt _peer_get_caps()
24506         Some cleanups.
24507
24508
24509 2005-05-06  Wim Taymans  <wim@fluendo.com>
24510
24511         * gst-libs/gst/audio/gstaudiosink.c:
24512         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24513         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24514         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24515         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24516         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24517         (gst_audiosink_create_ringbuffer):
24518         * gst-libs/gst/audio/gstbaseaudiosink.c:
24519         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24520         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24521         (gst_baseaudiosink_set_property), (build_linear_format),
24522         (debug_spec_caps), (debug_spec_buffer),
24523         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24524         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24525         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24526         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24527         * gst-libs/gst/audio/gstbaseaudiosink.h:
24528         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24529         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24530         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24531         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24532         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24533         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24534         (wait_segment), (gst_ringbuffer_commit),
24535         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24536         (gst_ringbuffer_clear):
24537         * gst-libs/gst/audio/gstringbuffer.h:
24538         Make the base audiosink return an error when there is no
24539         audiobuffer negotiated.
24540
24541 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24542
24543         * ext/Makefile.am:
24544         Disable cdparanoia until someone ports it!
24545
24546 2005-05-06  Wim Taymans  <wim@fluendo.com>
24547
24548         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24549         (gst_ogg_demux_sink_activate):
24550         And revert after wingo's revert.. sigh..
24551
24552 2005-05-05  Andy Wingo  <wingo@pobox.com>
24553
24554         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24555         GObject.
24556         * configure.ac: Return audiorate and subparse from the ghetto.
24557         Re-enable -Wall -Werror.
24558         * gst/subparse/gstsubparse.c:
24559         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24560         or chain-based. Cleaned up a bit. Not tested.
24561         
24562 2005-05-05  Christian Schaller <christian@fluendo.com> 
24563
24564         * Makefile.am: remove stuff that is not building
24565         * configure.ac: remove stuff that is not building
24566         * examples/Makefile.am: remove stuff that is not building
24567         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24568         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24569         * sys/Makefile.am: remove stuff that is not building
24570         * testsuite/Makefile.am: remove stuff that is not building
24571
24572 2005-05-05  Andy Wingo  <wingo@pobox.com>
24573
24574         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24575         * gst-libs/gst/tag/gstvorbistag.c:
24576         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24577         * gst/adder/gstadder.h:
24578         * gst/audioconvert/gstchannelmix.c:
24579         (gst_audio_convert_fill_one_other):
24580         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24581         (gst_audiorate_init), (gst_audiorate_chain):
24582         * gst/playback/gstplaybasebin.c: (setup_source):
24583         * gst/playback/test3.c: (update_scale):
24584         Some GCC4 fixes
24585         
24586         * po/af.po:
24587         * po/az.po:
24588         * po/cs.po:
24589         * po/en_GB.po:
24590         * po/hu.po:
24591         * po/it.po:
24592         * po/nb.po:
24593         * po/nl.po:
24594         * po/or.po:
24595         * po/sq.po:
24596         * po/sr.po:
24597         * po/sv.po:
24598         * po/uk.po:
24599         * po/vi.po: Foo
24600
24601 2005-05-05  Wim Taymans  <wim@fluendo.com>
24602
24603         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24604         (gst_audio_convert_caps_remove_format_info),
24605         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24606         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24607         * gst/videotestsrc/gstvideotestsrc.c:
24608         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24609         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24610         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24611         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24612         Don't ignore _push() return values.
24613         Make sure no processing is done when shutting down.
24614         Videotestsrc pad activation fix.
24615
24616 2005-05-05  Wim Taymans  <wim@fluendo.com>
24617
24618         * gst/adder/Makefile.am:
24619         * gst/adder/gstadder.c: (gst_adder_setcaps),
24620         (gst_adder_class_init), (gst_adder_init),
24621         (gst_adder_request_new_pad), (gst_adder_collected),
24622         (gst_adder_change_state):
24623         * gst/adder/gstadder.h:
24624         Ported adder as an example of a mixer element using
24625         collect pads. Needs more negotiation work.
24626
24627 2005-05-05  Wim Taymans  <wim@fluendo.com>
24628
24629         * ext/theora/theoradec.c: (_inc_granulepos),
24630         (theora_dec_src_event), (theora_dec_sink_event),
24631         (theora_handle_comment_packet), (theora_handle_type_packet),
24632         (theora_handle_header_packet), (theora_handle_data_packet),
24633         (theora_dec_chain):
24634         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24635         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24636         (theora_push_buffer), (theora_push_packet),
24637         (theora_enc_sink_event), (theora_enc_chain),
24638         (theora_enc_change_state), (theora_enc_set_property),
24639         (theora_enc_get_property):
24640         Added stream lock to decoder so that we can serialize
24641         the discont event.
24642         More theoraenc porting, recover from errors, do clean
24643         shutdown.
24644
24645 2005-05-05  Wim Taymans  <wim@fluendo.com>
24646
24647         * ext/ogg/Makefile.am:
24648         * ext/ogg/README:
24649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24650         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24651         (gst_ogg_print):
24652         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24653         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24654         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24655         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24656         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24657         (gst_ogg_mux_change_state):
24658         Ported ogg muxer.
24659
24660 2005-05-05  Wim Taymans  <wim@fluendo.com>
24661
24662         * docs/design-audiosinks.txt:
24663         * gst-libs/gst/audio/TODO:
24664         * gst-libs/gst/audio/gstaudiosink.c:
24665         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24666         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24667         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24668         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24669         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24670         (gst_audiosink_create_ringbuffer):
24671         * gst-libs/gst/audio/gstbaseaudiosink.c:
24672         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24673         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24674         (gst_baseaudiosink_set_property), (build_linear_format),
24675         (debug_spec_caps), (debug_spec_buffer),
24676         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24677         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24678         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24679         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24680         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24681         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24682         (gst_ringbuffer_release), (gst_ringbuffer_play),
24683         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24684         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24685         (gst_ringbuffer_set_sample), (wait_segment),
24686         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24687         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24688         More work on the audiosink, mostly debugging and a race in
24689         shutdown.
24690
24691 2005-04-28  Wim Taymans  <wim@fluendo.com>
24692
24693         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24694         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24695         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24696         (vorbis_dec_src_query), (vorbis_dec_src_event),
24697         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24698         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24699         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24700         Don't crap out when seeking back to position 0.
24701
24702 2005-04-28  Wim Taymans  <wim@fluendo.com>
24703
24704         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24705         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24706         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24707         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24708         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24709         Make audio sink configurable, use alsasink as default.
24710
24711 2005-04-28  Wim Taymans  <wim@fluendo.com>
24712
24713         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24714         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24715         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24716         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24717         (vorbis_dec_change_state):
24718         * ext/vorbis/vorbisdec.h:
24719         Refactor, use STREAM_LOCK.
24720
24721 2005-04-28  Wim Taymans  <wim@fluendo.com>
24722
24723         * ext/theora/theoradec.c: (_inc_granulepos),
24724         (theora_dec_sink_event), (theora_handle_comment_packet),
24725         (theora_handle_type_packet), (theora_handle_header_packet),
24726         (theora_handle_data_packet), (theora_dec_chain),
24727         (theora_dec_change_state):
24728         Refactor a bit, use STREAM_LOCK.
24729
24730 2005-04-28  Wim Taymans  <wim@fluendo.com>
24731
24732         * ext/alsa/Makefile.am:
24733         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24734         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24735         (gst_alsa_link), (gst_alsa_close_audio):
24736         * ext/alsa/gstalsaplugin.c: (plugin_init):
24737         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24738         (gst_alsasink_dispose), (gst_alsasink_base_init),
24739         (gst_alsasink_class_init), (gst_alsasink_init),
24740         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24741         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24742         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24743         (gst_alsasink_reset):
24744         * ext/alsa/gstalsasink.h:
24745         Implement alsasink with simple open/write/close API. 
24746         Make alsa dir build by disabling compilation of code.
24747
24748 2005-04-28  Wim Taymans  <wim@fluendo.com>
24749
24750         * gst-libs/gst/audio/Makefile.am:
24751         * gst-libs/gst/audio/audio.h:
24752         * gst-libs/gst/audio/audioclock.c:
24753         * gst-libs/gst/audio/audioclock.h:
24754         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24755         (gst_audio_clock_class_init), (gst_audio_clock_init),
24756         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24757         * gst-libs/gst/audio/gstaudioclock.h:
24758         * gst-libs/gst/audio/gstaudiosink.c:
24759         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24760         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24761         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24762         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24763         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24764         (gst_audiosink_create_ringbuffer):
24765         * gst-libs/gst/audio/gstbaseaudiosink.c:
24766         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24767         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24768         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24769         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24770         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24771         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24772         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24773         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24774         * gst-libs/gst/audio/gstbaseaudiosink.h:
24775         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24776         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24777         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24778         (gst_ringbuffer_release), (gst_ringbuffer_play),
24779         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24780         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24781         (gst_ringbuffer_set_sample), (wait_segment),
24782         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24783         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24784         * gst-libs/gst/audio/gstringbuffer.h:
24785         Make ringbuffer faster and more simple by removing the locks
24786         in the playback thread.
24787         Add sample accurate playback based on buffer sample offsets.
24788         Make the baseaudiosink provide a clock.
24789         Parse caps in the base class.
24790         Correctly handle seeking, flushing and state changes.
24791
24792 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24793
24794         * configure.ac:
24795         * gst/audioconvert/Makefile.am:
24796         * gst/audioscale/Makefile.am:
24797           Fix part of the build.  Come on guys, autogen didn't even work :)
24798
24799 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24800
24801         * configure.ac:
24802         * gst-libs/gst/Makefile.am:
24803         * gst-libs/gst/media-info/.cvsignore:
24804         * gst-libs/gst/media-info/Makefile.am:
24805         * gst-libs/gst/media-info/README:
24806         * gst-libs/gst/media-info/media-info-priv.c:
24807         * gst-libs/gst/media-info/media-info-priv.h:
24808         * gst-libs/gst/media-info/media-info-test.c:
24809         * gst-libs/gst/media-info/media-info.c:
24810         * gst-libs/gst/media-info/media-info.h:
24811         * gst-libs/gst/media-info/media-info.vcproj:
24812         * pkgconfig/Makefile.am:
24813         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24814         * pkgconfig/gstreamer-media-info.pc.in:
24815           Remove media-info, which is also successed by playbin (see Totem
24816           implementation).
24817
24818 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24819
24820         * configure.ac:
24821         * examples/Makefile.am:
24822         * examples/gstplay/.cvsignore:
24823         * examples/gstplay/Makefile.am:
24824         * examples/gstplay/player.c:
24825         * gst-libs/gst/Makefile.am:
24826         * gst-libs/gst/play/.cvsignore:
24827         * gst-libs/gst/play/Makefile.am:
24828         * gst-libs/gst/play/play.c:
24829         * gst-libs/gst/play/play.h:
24830         * gst-libs/gst/play/play.vcproj:
24831         * pkgconfig/Makefile.am:
24832         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24833         * pkgconfig/gstreamer-play.pc.in:
24834           Remove libgstplay, playbin is now the official successor.
24835
24836 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24837
24838         * configure.ac:
24839         * gst-libs/gst/Makefile.am:
24840         * gst-libs/gst/xwindowlistener/Makefile.am:
24841         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24842         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24843           Remove deprecated xwindowlistener (I've moved xwindowlistening
24844           in the v4l/v4l2 plugins over to serverside).
24845
24846 2005-04-25  David Schleef  <ds@schleef.org>
24847
24848         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24849         to examples/dynparams.  Examples do not belong interspersed with
24850         source code.
24851         * examples/dynparams/demo-dparams.c:
24852         * gst/sine/Makefile.am:
24853         * gst/sine/demo-dparams.c:
24854
24855 2005-04-25  David Schleef  <ds@schleef.org>
24856
24857         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24858         * gst-libs/gst/audio/Makefile.am:
24859         * gst-libs/gst/riff/Makefile.am:
24860         * gst-libs/gst/tag/Makefile.am:
24861         * gst-libs/gst/video/Makefile.am:
24862         * gst-libs/gst/xwindowlistener/Makefile.am:
24863
24864         Convert to 0.9 API, seems to work:
24865         * sys/ximage/Makefile.am:
24866         * sys/ximage/ximagesink.c:
24867
24868 2005-04-24  David Schleef  <ds@schleef.org>
24869
24870         Link plugins against libraries:
24871         * ext/alsa/Makefile.am:
24872         * gst/tcp/Makefile.am:
24873
24874         Remove asm code that should be in liboil
24875         * gst/videoscale/Makefile.am:
24876         * gst/videoscale/videoscale_x86_asm.s:
24877
24878         gettext wants these checked in:
24879         * po/af.po:
24880         * po/az.po:
24881         * po/cs.po:
24882         * po/en_GB.po:
24883         * po/hu.po:
24884         * po/it.po:
24885         * po/nb.po:
24886         * po/nl.po:
24887         * po/or.po:
24888         * po/sq.po:
24889         * po/sr.po:
24890         * po/sv.po:
24891         * po/uk.po:
24892         * po/vi.po:
24893
24894 2005-04-24  David Schleef  <ds@schleef.org>
24895
24896         Convert gst_main() to g_main_loop_run()
24897         * gst/playback/decodetest.c: (main):
24898         * gst/playback/test2.c: (main):
24899         * gst/playback/test3.c: (main):
24900         * gst/playback/test4.c: (main):
24901
24902         Link plugins against libraries:
24903         * ext/libvisual/Makefile.am:
24904         * sys/xvimage/Makefile.am:
24905
24906 2005-04-24  David Schleef  <ds@schleef.org>
24907
24908         * configure.ac: Remove idct and resample libs
24909         * gst-libs/gst/Makefile.am: same
24910
24911         Remove usage of gst_library_load():
24912         * ext/alsa/gstalsaplugin.c: (plugin_init):
24913         * ext/libvisual/visual.c: (plugin_init):
24914         * ext/ogg/gstogg.c: (plugin_init):
24915         * ext/theora/theora.c: (plugin_init):
24916         * ext/vorbis/vorbis.c: (plugin_init):
24917         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24918         * gst/audioscale/gstaudioscale.c:
24919         * gst/adder/gstadder.c: (plugin_init):
24920         * gst/audioconvert/plugin.c: (plugin_init):
24921         * sys/ximage/ximagesink.c: (plugin_init):
24922         * sys/xvimage/xvimagesink.c: (plugin_init):
24923         * gst/tcp/gsttcpplugin.c: (plugin_init):
24924
24925         Link plugins against libraries:
24926         * ext/ogg/Makefile.am:
24927         * ext/theora/Makefile.am:
24928         * ext/vorbis/Makefile.am:
24929         * gst/audioconvert/Makefile.am:
24930
24931         Create proper libraries:
24932         * gst-libs/gst/riff/Makefile.am:
24933         * gst-libs/gst/audio/Makefile.am:
24934         * gst-libs/gst/video/Makefile.am:
24935
24936         Move resample library to audioscale plugin directory:
24937         * gst-libs/gst/resample/Makefile.am:
24938         * gst-libs/gst/resample/README:
24939         * gst-libs/gst/resample/dtof.c:
24940         * gst-libs/gst/resample/dtos.c:
24941         * gst-libs/gst/resample/functable.c:
24942         * gst-libs/gst/resample/private.h:
24943         * gst-libs/gst/resample/resample.c:
24944         * gst-libs/gst/resample/resample.h:
24945         * gst-libs/gst/resample/resample.vcproj:
24946         * gst-libs/gst/resample/test.c:
24947         * gst/audioscale/Makefile.am:
24948         * gst/audioscale/README:
24949         * gst/audioscale/dtof.c:
24950         * gst/audioscale/dtos.c:
24951         * gst/audioscale/functable.c:
24952         * gst/audioscale/private.h:
24953         * gst/audioscale/resample.c:
24954         * gst/audioscale/resample.h:
24955         * gst/audioscale/test.c:
24956
24957         Move tagedit library to gst-libs:
24958         * gst-libs/gst/tag/Makefile.am:
24959         * gst-libs/gst/tag/gstid3tag.c:
24960         * gst-libs/gst/tag/gsttagediting.c:
24961         * gst-libs/gst/tag/gsttageditingprivate.h:
24962         * gst-libs/gst/tag/gstvorbistag.c:
24963         * gst/tags/Makefile.am:
24964         * gst/tags/gstid3tag.c:
24965         * gst/tags/gstvorbistag.c:
24966
24967         Fix for core changes:
24968         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24969         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
24970         (gst_sinesrc_getrange):
24971
24972 2005-04-23  David Schleef  <ds@schleef.org>
24973
24974         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
24975         in gst-plugins in a long time, and properly belongs in liboil.
24976         * gst-libs/gst/idct/Makefile.am:
24977         * gst-libs/gst/idct/README:
24978         * gst-libs/gst/idct/dct.h:
24979         * gst-libs/gst/idct/doieee:
24980         * gst-libs/gst/idct/fastintidct.c:
24981         * gst-libs/gst/idct/floatidct.c:
24982         * gst-libs/gst/idct/idct.c:
24983         * gst-libs/gst/idct/idct.h:
24984         * gst-libs/gst/idct/idtc.vcproj:
24985         * gst-libs/gst/idct/ieeetest.c:
24986         * gst-libs/gst/idct/intidct.c:
24987
24988 2005-04-20  Wim Taymans  <wim@fluendo.com>
24989
24990         * docs/design-audiosinks.txt:
24991         * gst-libs/gst/audio/Makefile.am:
24992         * gst-libs/gst/audio/TODO:
24993         * gst-libs/gst/audio/gstaudiosink.c:
24994         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24995         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24996         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
24997         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24998         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24999         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25000         (gst_audiosink_class_init), (gst_audiosink_init),
25001         (gst_audiosink_create_ringbuffer):
25002         * gst-libs/gst/audio/gstaudiosink.h:
25003         * gst-libs/gst/audio/gstbaseaudiosink.c:
25004         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25005         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25006         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25007         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25008         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25009         (gst_baseaudiosink_create_ringbuffer),
25010         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25011         * gst-libs/gst/audio/gstbaseaudiosink.h:
25012         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25013         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25014         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25015         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25016         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25017         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25018         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25019         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25020         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25021         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25022         * gst-libs/gst/audio/gstringbuffer.h:
25023         An attempt at a set of audio base classes together with some
25024         design docs.
25025
25026 2005-04-20  Wim Taymans  <wim@fluendo.com>
25027
25028         * gst/audioconvert/Makefile.am:
25029         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25030         (gst_audio_convert_caps_remove_format_info),
25031         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25032         (gst_audio_convert_channels):
25033         Link against audio libs.
25034         Fix audio convert plugin.
25035
25036 2005-04-20  Wim Taymans  <wim@fluendo.com>
25037
25038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25039         (gst_ogg_demux_sink_activate):
25040         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25041         (theora_set_header_on_caps), (theora_enc_sink_event),
25042         (theora_enc_chain):
25043         Fix theora encoder.
25044
25045 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25046
25047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25048         * gst/playback/gstdecodebin.c: (find_compatibles):
25049           Work with staticpadtemplates in elementfactories.
25050
25051 2005-04-12  Wim Taymans  <wim@fluendo.com>
25052
25053         * gst/playback/README:
25054         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25055         (compare_ranks), (print_feature), (gst_decode_bin_init),
25056         (dynamic_create), (dynamic_free), (find_compatibles),
25057         (mimetype_is_raw), (close_pad_link), (got_redirect),
25058         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25059         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25060         (gst_decode_bin_change_state):
25061         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25062         (gst_play_base_bin_init), (group_destroy), (group_commit),
25063         (check_queue), (queue_overrun), (queue_threshold_reached),
25064         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25065         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25066         (got_redirect), (setup_source), (play_base_eos),
25067         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25068         (gst_play_base_bin_remove_element):
25069         * gst/playback/gstplaybasebin.h:
25070         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25071         (gst_play_bin_init), (gst_play_bin_dispose),
25072         (gst_play_bin_set_property), (gen_video_element),
25073         (gen_text_element), (gen_audio_element), (remove_sinks),
25074         (gst_play_bin_send_event):
25075         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25076         (stream_info_change_state), (gst_stream_info_set_mute):
25077         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25078         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25079         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25080         (gst_stream_selector_chain):
25081         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25082         (main):
25083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25084         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25085         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25086         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25087         Raw and crude port of decodebin. 
25088         Make playbin compile.
25089
25090 2005-04-06  Wim Taymans  <wim@fluendo.com>
25091
25092         * ext/gnomevfs/Makefile.am:
25093         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25094         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25095         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25096         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25097         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25098         (gst_gnomevfssrc_stop):
25099         * ext/ogg/Makefile.am:
25100         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25101         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25102         * ext/theora/Makefile.am:
25103         * ext/theora/theoradec.c: (_inc_granulepos),
25104         (theora_dec_sink_event), (theora_dec_chain):
25105         * ext/vorbis/Makefile.am:
25106         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25107         (vorbis_dec_sink_event), (vorbis_dec_chain):
25108         * gst-libs/gst/audio/Makefile.am:
25109         * sys/xvimage/Makefile.am:
25110         Make gnomevfssrc extend the source base class.
25111         Fix linking against libs in various plugins.
25112
25113 2005-04-06  Andy Wingo  <wingo@pobox.com>
25114
25115         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25116         GST_BASE_LIBS.
25117
25118         * configure.ac: Add check and AC_SUBST for libgstbase.
25119
25120 2005-03-31  Wim Taymans  <wim@fluendo.com>
25121
25122         * examples/seeking/Makefile.am:
25123         * examples/seeking/cdparanoia.c: (main):
25124         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25125         (play_cb), (pause_cb), (stop_cb), (main):
25126         * examples/seeking/playbin.c:
25127         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25128         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25129         (make_sid_pipeline), (make_vorbis_pipeline),
25130         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25131         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25132         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25133         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25134         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25135         (stop_cb), (main):
25136         * examples/seeking/spider_seek.c:
25137         * examples/seeking/vorbisfile.c:
25138         * ext/gnomevfs/Makefile.am:
25139         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25140         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25141         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25142         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25143         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25144         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25145         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25146         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25147         * ext/ogg/README:
25148         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25149         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25150         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25151         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25152         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25153         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25154         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25155         (gst_ogg_demux_factory_filter), (compare_ranks),
25156         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25157         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25158         (gst_ogg_chain_new), (gst_ogg_chain_free),
25159         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25160         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25161         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25162         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25163         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25164         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25165         (gst_ogg_demux_get_prev_page),
25166         (gst_ogg_demux_deactivate_current_chain),
25167         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25168         (gst_ogg_demux_bisect_forward_serialno),
25169         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25170         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25171         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25172         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25173         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25174         (gst_ogg_demux_change_state), (gst_ogg_print):
25175         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25176         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25177         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25178         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25179         (gst_ogg_mux_loop):
25180         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25181         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25182         (theora_dec_src_convert), (theora_dec_sink_convert),
25183         (theora_dec_src_query), (theora_dec_src_event),
25184         (theora_dec_sink_event), (theora_dec_chain),
25185         (theora_dec_change_state):
25186         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25187         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25188         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25189         (theora_enc_change_state):
25190         * ext/vorbis/Makefile.am:
25191         * ext/vorbis/oggvorbisenc.c:
25192         * ext/vorbis/oggvorbisenc.h:
25193         * ext/vorbis/vorbis.c: (plugin_init):
25194         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25195         (vorbis_dec_src_query), (vorbis_dec_src_event),
25196         (vorbis_dec_sink_event), (vorbis_dec_chain),
25197         (vorbis_dec_change_state):
25198         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25199         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25200         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25201         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25202         (gst_vorbisenc_change_state):
25203         * ext/vorbis/vorbisenc.h:
25204         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25205         * gst-libs/gst/audio/audioclock.c:
25206         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25207         (gst_audiofilter_init), (gst_audiofilter_chain):
25208         * gst-libs/gst/audio/testchannels.c: (main):
25209         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25210         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25211         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25212         (gmip_find_track_streaminfo), (gmip_find_track_format):
25213         * gst-libs/gst/media-info/media-info.c:
25214         (gst_media_info_read_idler):
25215         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25216         (gst_play_get_all_by_interface):
25217         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25218         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25219         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25220         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25221         (gst_riff_parse_info):
25222         * gst-libs/gst/riff/riff-read.h:
25223         * gst-libs/gst/riff/riff.c: (plugin_init):
25224         * gst-libs/gst/video/Makefile.am:
25225         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25226         (gst_videosink_class_init), (gst_videosink_get_type):
25227         * gst-libs/gst/video/videosink.h:
25228         * gst/audioconvert/bufferframesconvert.c:
25229         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25230         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25231         * gst/audioconvert/channelmixtest.c: (main):
25232         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25233         (gst_audio_convert_chain),
25234         (gst_audio_convert_caps_remove_format_info),
25235         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25236         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25237         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25238         (gst_audio_convert_buffer_to_default_format),
25239         (gst_audio_convert_buffer_from_default_format),
25240         (gst_audio_convert_channels):
25241         * gst/audioconvert/gstchannelmix.h:
25242         * gst/ffmpegcolorspace/avcodec.h:
25243         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25244         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25245         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25246         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25247         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25248         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25249         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25250         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25251         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25252         (dv_type_find):
25253         * gst/videotestsrc/gstvideotestsrc.c:
25254         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25255         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25256         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25257         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25258         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25259         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25260         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25262         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25263         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25264         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25265         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25266         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25267         (gst_xvimagesink_navigation_send_event),
25268         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25269         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25270         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25271         * sys/xvimage/xvimagesink.h:
25272         Plugin port to 0.9, ogg/theora playback should work in the seek
25273         example now.
25274         Removed old examples.
25275         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25276         explained in 0.9 TODO doc.
25277
25278
25279 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25280
25281         * autogen.sh:
25282         * configure.ac:
25283         * ext/Makefile.am:
25284         * gst/Makefile.am:
25285         * po/POTFILES.in:
25286         * po/af.po:
25287         * po/az.po:
25288         * po/cs.po:
25289         * po/en_GB.po:
25290         * po/hu.po:
25291         * po/it.po:
25292         * po/nb.po:
25293         * po/nl.po:
25294         * po/or.po:
25295         * po/sq.po:
25296         * po/sr.po:
25297         * po/sv.po:
25298         * po/uk.po:
25299         * po/vi.po:
25300         * sys/Makefile.am:
25301         * testsuite/Makefile.am:
25302           remove a whole bunch of plugins.  This module now contains a set
25303           of free reference plugins/elements as agreed.
25304
25305 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25306
25307         * configure.ac:
25308           hunting season on 0.9 is now OPEN
25309
25310 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25311
25312         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25313           Kick the hell out of gcc for not warning me about a symbol conflict.
25314
25315 2005-02-22  Luca Ognibene  <luogni@tin.it>
25316
25317         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25318
25319         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25320           Don't leak caps string (fixes #168134)
25321
25322         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25323         (gst_jpegenc_init), (gst_jpegenc_finalize),
25324         (gst_jpegenc_change_state):
25325           Don't leak line buffers and context struct (fixes #168133).
25326
25327 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25328
25329         * configure.ac:
25330         * ext/dirac/gstdiracdec.cc:
25331         (gst_diracdec_chain):
25332           Since dirac 0.5.0 the framerate in dirac is expressed as a
25333           rational number. Fix build and up requirement to 0.5.0, and
25334           also pass parameters to gst_diracdec_link in the right order
25335           (fixes #167959).
25336
25337 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25338
25339         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25340         * ext/faad/gstfaad.h:
25341         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25342         certain invalid muxed streams, where some packets will contain 
25343         junk after decoder data. Partially fixes #149158.
25344
25345 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25346         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25347           Make sure we only write to writable buffers
25348
25349 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25350
25351         * gst-libs/gst/riff/riff-media.c:
25352         (gst_riff_create_audio_caps_with_data):
25353           Do actually fix invalid RIFF fmt header values for alaw
25354           and mulaw audio instead of just saying so.
25355
25356         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25357           Give gst_riff_create_audio_caps_with_data() a chance to
25358           fix up broken format header fields before extracting any
25359           parameters from the header. (fixes #167633)
25360
25361 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25362
25363         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25364
25365         * gst/audioconvert/bufferframesconvert.c:
25366         (buffer_frames_convert_link):
25367           Don't leak othercaps. (fixes #167878)
25368
25369 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25370
25371         * configure.ac:
25372         * ext/libvisual/visual.c: (gst_visual_srclink),
25373         (gst_visual_change_state):
25374           Support libvisual 0.2.0.
25375
25376 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25377
25378         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25379         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25380           Use same rowstrides for I420 as used everywhere else.
25381
25382 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25383
25384         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25385           Declare variables at beginning of block and make gcc-2.95 happy
25386           (fixes # 167482, patch by Gergely Nagy).
25387           
25388         * gst/tcp/gsttcpclientsrc.c:
25389         * gst/tcp/gsttcpclientsrc.h:
25390           Move some includes into the header, so that struct sockaddr_in is
25391           defined when it should be defined on FreeBSD as well (fixes
25392           #167483).
25393           
25394         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25395           Don't pass uninitialised values to setsockopt() here either.
25396
25397 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25398
25399         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25400
25401         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25402           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25403
25404 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25405
25406         * gst/playback/gstplaybin.c: (add_sink):
25407           Invert bin_add/link order to workaround deadlock in opt.
25408
25409 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25410
25411         * gst/modplug/gstmodplug.cc:
25412           Add missing break causing position queries to fail.
25413
25414 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25415
25416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25417           Granpos can apparently be -1, which screws up calculations...
25418
25419 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25420
25421         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25422         (gst_ximagesink_send_pending_navigation),
25423         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25424         (gst_ximagesink_init):
25425         * sys/ximage/ximagesink.h:
25426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25427         (gst_xvimagesink_send_pending_navigation),
25428         (gst_xvimagesink_navigation_send_event),
25429         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25430         * sys/xvimage/xvimagesink.h:
25431           Use a mutex protected list to marshal navigation
25432           events into the stream thread from whichever thread
25433           sends them.
25434
25435 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25436
25437         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25438           Display current position and track length; misc. clean-ups.
25439           
25440         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25441         (speed_init), (speed_chain):
25442           Add query function, so that the stream length and current position
25443           get adjusted when queried (note that current position queries may
25444           still be wrong if the audio sink returns values based on buffer
25445           timestamps instead of passing on the query).
25446
25447 2005-02-13  Benjamin Otte  <otte@gnome.org>
25448
25449         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25450         (gst_audio_convert_channels):
25451           create channel conversion matrix when linking
25452         * gst/audioconvert/.cvsignore:
25453         * gst/audioconvert/Makefile.am:
25454         * gst/audioconvert/channelmixtest.c: (main):
25455           add (ugly) test that ensures stereo <=> mono conversion works
25456           correctly
25457
25458 2005-02-13  Benjamin Otte  <otte@gnome.org>
25459
25460         * gst/audioconvert/gstchannelmix.h:
25461           include missing header file
25462         * gst/audioconvert/gstchannelmix.c:
25463         (gst_audio_convert_fill_compatible):
25464           use same sign for both channels when converting to/from compatible
25465           channel. Previously used different signs made the signals cancel
25466           each other out and appear like silence. (fixes #167269)
25467
25468 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25469
25470         * gst/ffmpegcolorspace/avcodec.h:
25471         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25472         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25473         (gst_ffmpegcsp_avpicture_fill):
25474         * gst/ffmpegcolorspace/imgconvert.c:
25475           Convert to and from YV12 (fixes #156379).
25476
25477 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25478
25479         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25480         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25481         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25482         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25483         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25484         methods from chain and negotiation and vice versa (Fixes #166142).
25485         * sys/ximage/ximagesink.h: Add stream_lock.
25486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25487         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25488         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25489         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25490
25491 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25492
25493         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25494           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25495           error message when we can't open the DVD device (when dvdnav_open()
25496           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25497           the above). Send something more useful instead (fixes #167117).
25498
25499 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25500
25501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25502         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25503         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25504         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25505         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25506         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25507         methods from chain and negotiation and vice versa (Fixes #166142).
25508         Fix a possible bug of images in the buffer pool being discarded because
25509         we are looking at the wrong geometry.
25510         * sys/xvimage/xvimagesink.h: Add stream_lock.
25511
25512 2005-02-11  David Schleef  <ds@schleef.org>
25513
25514         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25515         unsigned int. (fixes #167128)
25516
25517 2005-02-11  David Schleef  <ds@schleef.org>
25518
25519         * gst/librfb/Makefile.am: Testing stuff before committing is
25520           for wimps... and people with fast machines.  Fix stupid
25521           mistake.
25522
25523 2005-02-11  David Schleef  <ds@schleef.org>
25524
25525         * configure.ac: Pull in librfb from my CVS tree, because it is
25526           too small and annoying to be separate.  Move rfbsrc plugin
25527           to gst/.
25528         * ext/Makefile.am:
25529         * ext/librfb/Makefile.am:
25530         * ext/librfb/gstrfbsrc.c:
25531         * gst/librfb/Makefile.am:
25532         * gst/librfb/gstrfbsrc.c:
25533         * gst/librfb/rfb.c:
25534         * gst/librfb/rfb.h:
25535         * gst/librfb/rfbbuffer.c:
25536         * gst/librfb/rfbbuffer.h:
25537         * gst/librfb/rfbbytestream.c:
25538         * gst/librfb/rfbbytestream.h:
25539         * gst/librfb/rfbcontext.h:
25540         * gst/librfb/rfbdecoder.c:
25541         * gst/librfb/rfbdecoder.h:
25542         * gst/librfb/rfbutil.h:
25543
25544 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25545
25546         * gst/speed/Makefile.am:
25547         * gst/speed/demo-mp3.c: (main):
25548         * gst/speed/filter.func:
25549         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25550         (speed_class_init), (speed_init), (speed_chain_int16),
25551         (speed_chain_float32), (speed_chain), (speed_set_property),
25552         (speed_get_property), (speed_change_state):
25553         * gst/speed/gstspeed.h:
25554           Fix speed element and make it chain-based (fixes #156467),
25555           and make it handle more than one channel.
25556
25557 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25558
25559         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25560         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25561         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25562         * ext/dts/gstdtsdec.h:
25563           Don't clobber the stack constructing the channels array.
25564           Make the element chain-based. DTS tracks can now be played.
25565           
25566 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25567
25568         * gst-libs/gst/audio/multichannel.h:
25569         * gst-libs/gst/gconf/gconf.h:
25570         * gst-libs/gst/idct/idct.h:
25571         * gst-libs/gst/media-info/media-info-priv.h:
25572         * gst-libs/gst/play/play.h:
25573         * gst-libs/gst/resample/private.h:
25574         * gst-libs/gst/resample/resample.h:
25575         * gst-libs/gst/riff/riff-ids.h:
25576         * gst-libs/gst/video/video.h:
25577         * gst-libs/gst/video/videosink.h:
25578           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25579           missing, so that they work when included from C++ code.
25580
25581 2005-02-09  David Schleef  <ds@schleef.org>
25582
25583         * testsuite/gst-lint: Check for non-statically scoped
25584           parent_class variables.  This won't be a problem once
25585           plugins are loaded with RTLD_LOCAL.
25586
25587 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25588
25589         * ext/mplex/gstmplexibitstream.cc:
25590           gcc madness.
25591
25592 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25593
25594         * ext/ogg/gstogmparse.c:
25595         * gst/debug/gstnavigationtest.c:
25596           Die, thou faulty symbol pollutors (non-static parent_class).
25597
25598 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25599
25600         * ext/mplex/gstmplexibitstream.cc:
25601           Fix event handling (#165525).
25602
25603 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25604
25605         * ext/mikmod/gstmikmod.c:
25606         * gst/modplug/gstmodplug.cc:
25607           Add missing endianness to template (fixes #165509).
25608
25609 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25610
25611         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25612           Fix wrong order of reading of optional bytes (#165290).
25613
25614 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25615
25616         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25617           Implement FILLER event awareness.
25618
25619 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25620
25621         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25622           Fix track calculations (#166208).
25623
25624 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25625
25626         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25627
25628         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25629         * ext/libpng/gstpngenc.c:
25630           Fix byte-order, use proper fixed caps. Fixes #164197.
25631
25632 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25633
25634         * configure.ac:
25635           Add dvdlpcmdec 
25636
25637         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25638         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25639           Don't push buffers if the src pad isn't negotiated yet.
25640           
25641         * gst/audioconvert/gstaudioconvert.c:
25642         (gst_audio_convert_buffer_to_default_format),
25643         (gst_audio_convert_buffer_from_default_format):
25644           Add support for 24-bit width.
25645
25646         * gst/dvdlpcmdec/.cvsignore:
25647         * gst/dvdlpcmdec/Makefile.am:
25648         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25649         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25650         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25651         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25652         (plugin_init):
25653         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25654           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25655           format. Needs support for the channels maps if someone can find 
25656           a DVD LPCM track with > 2 channels.
25657
25658         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25659         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25660         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25661         * gst/mpegstream/gstdvddemux.h:
25662         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25663         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25664         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25665         * gst/mpegstream/gstmpegdemux.h:
25666         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25667         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25668         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25669         (gst_mpeg_parse_handle_src_query),
25670         (gst_mpeg_parse_handle_src_event):
25671           Use audio/x-dvd-lpcm for LPCM output.
25672           Add DTS output.
25673
25674 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25675
25676         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25677
25678         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25679         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25680           Add BGRA handling (#165736).
25681
25682 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25683
25684         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25685
25686         * gst/law/alaw-decode.c: (alawdec_link):
25687         * gst/law/alaw-encode.c: (alawenc_link):
25688         * gst/law/mulaw-decode.c: (mulawdec_link):
25689         * gst/law/mulaw-encode.c: (mulawenc_link):
25690           Fix caps memleaks (#166600).
25691
25692 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25693
25694         * ext/tarkin/mem.h:
25695         * ext/tarkin/wavelet.h:
25696         * ext/tarkin/yuv.h:
25697         * gst/ffmpegcolorspace/avcodec.h:
25698           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25699           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25700
25701 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25702
25703         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25705         (gst_xvimagesink_change_state):
25706           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25707           Xv video (and thereby regenerate Xv colourkey) in clear() so
25708           that PLAY -> READY -> PLAY works (fixes #162504).
25709
25710 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25711
25712         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25713           Switch to list instead of range, since MJPEG-devices really just
25714           support decimations, not any size.
25715
25716 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25717         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25718         (gst_mpeg2dec_reset), (free_all_buffers),
25719         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25720         * ext/mpeg2dec/gstmpeg2dec.h:
25721           The libmpeg2 user-allocated buffer management is awkward, 
25722           to say the least. Hopefully this fixes things.
25723
25724 2005-02-04  Andy Wingo  <wingo@pobox.com>
25725
25726         * gst/audioconvert/bufferframesconvert.c
25727         (buffer_frames_convert_fixate): New function, fixates to 256
25728         frames per buffer by default. (Much better than 1.)
25729         (buffer_frames_convert_init): Set the fixate function for both src
25730         and sink pad.
25731         (buffer_frames_convert_link): After success setting nonfixed caps,
25732         get the negotiated caps so we can know how many buffer-frames it
25733         will be. No idea how this worked at all before.
25734
25735 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25736
25737         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25738         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25739         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25740         (handle_sequence), (handle_picture):
25741         * ext/mpeg2dec/gstmpeg2dec.h:
25742           Rearrange buffer tracking and refcounting and refactor
25743           a little for readability. 
25744
25745 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25746         * sys/v4l/gstv4l.c: (plugin_init):
25747         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25748         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25749         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25750         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25751         * sys/v4l/gstv4ljpegsrc.h:
25752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25753         * sys/v4l/v4l_calls.h:
25754         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25755         (gst_v4lsrc_get_fps):
25756         * sys/v4l/v4lsrc_calls.h:
25757           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25758           you jpeg inside rgb frames" driver.
25759           Don't error in the v4lsrc link function, just return 
25760           REFUSED.
25761
25762 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25763
25764         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25765         (gst_qcamsrc_open):
25766           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25767
25768 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25769
25770         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25771           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25772
25773 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25774
25775         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25776           Reset negotiated state on PAUSED->READY.
25777
25778 2005-02-02  David Schleef  <ds@schleef.org>
25779
25780         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25781         whereever possible.  (Fixes #165997)
25782         * examples/capsfilter/capsfilter1.c: (main):
25783         * examples/dynparams/filter.c: (create_ui):
25784         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25785         * examples/seeking/chained.c: (main):
25786         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25787         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25788         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25789         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25790         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25791         * examples/switch/switcher.c: (main):
25792         * ext/dv/demo-play.c: (main):
25793         * ext/faad/gstfaad.c: (gst_faad_change_state):
25794         * ext/mad/gstmad.c: (gst_mad_chain):
25795         * ext/smoothwave/demo-osssrc.c: (main):
25796         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25797         (gst_gconf_render_bin_from_description),
25798         (gst_gconf_get_default_audio_sink),
25799         (gst_gconf_get_default_video_sink),
25800         (gst_gconf_get_default_audio_src),
25801         (gst_gconf_get_default_video_src),
25802         (gst_gconf_get_default_visualization_element):
25803         * gst/level/demo.c: (main):
25804         * gst/level/plot.c: (main):
25805         * gst/playback/gstplaybin.c: (gen_video_element),
25806         (gen_audio_element):
25807         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25808         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25809         * gst/sine/demo-dparams.c: (main):
25810         * gst/spectrum/demo-osssrc.c: (main):
25811         * gst/speed/demo-mp3.c: (main):
25812         * gst/volume/demo.c: (main):
25813         * testsuite/embed/embed.c: (main):
25814
25815 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25816
25817         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25818         (gst_tcpclientsink_finalize):
25819         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25820         (gst_tcpclientsrc_finalize):
25821         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25822         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25823         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25824         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25825           Don't leak the hostname when shutting down.
25826           In tcpserversrc, take a copy of the default hostname.
25827
25828 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25829
25830         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25831           Set caps to systemstream=TRUE.
25832
25833 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25834
25835         * testsuite/Makefile.am:
25836           Fix more OSX buildbots.
25837
25838 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25839
25840         * ext/mpeg2dec/gstmpeg2dec.c:
25841           Don't send things to NULL PAD_PEERs
25842
25843         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25844           Copy-on-write the incoming buffer.
25845
25846         * gst/mpegstream/gstdvddemux.h:
25847         * gst/mpegstream/gstmpegclock.h:
25848         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25849         (normal_seek), (gst_mpeg_demux_handle_src_event):
25850         * gst/mpegstream/gstmpegdemux.h:
25851         * gst/mpegstream/gstmpegpacketize.h:
25852         * gst/mpegstream/gstmpegparse.c:
25853         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25854         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25855         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25856         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25857         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25858         * gst/mpegstream/gstmpegparse.h:
25859         * gst/mpegstream/gstrfc2250enc.h:
25860           Various changes to the way time is computed that make seeking and
25861           total time estimation much better here.
25862           Use G_BEGIN/END_DECLS instead of __cplusplus
25863
25864         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25865           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25866
25867 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25868
25869         * gst/subparse/gstsubparse.c:
25870           Fix OSX buildbot.
25871
25872 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25873
25874         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25875         (theora_enc_chain), (theora_enc_change_state):
25876         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25877         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25878         (gst_vorbisenc_change_state):
25879         * ext/vorbis/vorbisenc.h:
25880           Set granulepos and timestamp correctly for streams not
25881           starting at 0, taking into account the initial delay.
25882
25883 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25884
25885         * gst/mpegstream/gstdvddemux.c:
25886           Add audio/x-dts to audio pad template caps
25887
25888 2005-01-30  David Schleef  <ds@schleef.org>
25889
25890         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25891         (create_context), (gst_polypsink_link): Fix silly endianness
25892         bug.  Add some debugging.  Remove float from caps; it doesn't
25893         work.  Attempt to get remote audio working.
25894
25895 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25896
25897         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25898           Add 3IV2 fourcc.
25899
25900 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25901
25902         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25903         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25904         (gst_avi_demux_stream_data):
25905         * gst/avi/gstavidemux.h:
25906           Invert DIB images. Fixes #132341.
25907
25908 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25909
25910         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25911         (gst_ffmpegcsp_chain):
25912           D'oh, reference the palette data, not the palette structure.
25913           Fixes color distortion in #132341.
25914
25915 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25916
25917         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25918           PAR can be non-fixed when not provided as argument (#162626).
25919
25920 2005-01-29  David Moore  <dcm@acm.org>
25921
25922         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25923
25924         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25925         (gst_qtdemux_loop_header):
25926           Re-apply patch from #142272 that allows non-seekable sources,
25927           re-proposed by Daniel Drake <dsd@gentoo.org>.
25928
25929 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25930
25931         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25932           Use the src template for creating the src pad (#162330).
25933
25934 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25935
25936         * configure.ac:
25937         * ext/musepack/Makefile.am:
25938         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25939         (gst_musepackdec_init), (gst_musepackdec_dispose),
25940         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25941         (gst_musepack_stream_init), (gst_musepackdec_loop),
25942         (gst_musepackdec_change_state):
25943         * ext/musepack/gstmusepackdec.cpp:
25944         * ext/musepack/gstmusepackdec.h:
25945         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25946         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25947         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25948         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25949         * ext/musepack/gstmusepackreader.cpp:
25950         * ext/musepack/gstmusepackreader.h:
25951           Update to 1.1 API (#165446).
25952
25953 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25954
25955         * ext/Makefile.am:
25956           Unbreak buildbot.
25957
25958 2005-01-28  Andy Wingo  <wingo@pobox.com>
25959
25960         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25961         to reflect a different dubious internet source. Add a reference
25962         and some commentary.
25963
25964 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25965
25966         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25967         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
25968         * gst/playback/gststreamselector.h:
25969           Be more selective when we're redoing caps negotiation from
25970           within the chain function on a stream change.
25971
25972 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25973
25974         * configure.ac:
25975         * ext/Makefile.am:
25976         * ext/amrnb/Makefile.am:
25977         * ext/amrnb/amrnb.c: (plugin_init):
25978         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
25979         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
25980         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
25981         (gst_amrnbdec_state_change):
25982         * ext/amrnb/amrnbdec.h:
25983         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
25984         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
25985         (gst_amrnbparse_init), (gst_amrnbparse_formats),
25986         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
25987         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
25988         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
25989         * ext/amrnb/amrnbparse.h:
25990           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
25991         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25992           Add AMR-NB/-WB raw formats.
25993         * ext/alsa/gstalsa.c: (gst_alsa_link):
25994           Keep valid time when changing format.
25995         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25996         (qtdemux_parse_trak):
25997           Add some more format-specific options (#140141, #143555, #155163).
25998
25999 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26000
26001         * gst/matroska/matroska-demux.c:
26002         (gst_matroska_demux_parse_blockgroup):
26003           Fix logic error in timing of subtitle stream synchronization.
26004         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26005           Add skip-chunk, which is found in kodak-camera streams.
26006
26007 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26008
26009         * po/LINGUAS:
26010         * po/vi.po:
26011           Adding Vietnamese translation (submitted by Clytie Siddall)
26012
26013 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26014
26015         * gst/playback/gstdecodebin.c: (try_to_link_1):
26016           Use realpad for signal.
26017
26018 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26019
26020         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26021           Fix category so decodebin picks it up.
26022
26023 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26024
26025         * ext/mad/Makefile.am:
26026         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26027         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26028         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26029         (found_type), (gst_id3demux_bin_change_state):
26030         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26031         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26032         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26033         (gst_id3_tag_change_state), (plugin_init):
26034         * ext/mad/gstmad.h:
26035           Add id3demuxbin (which is a simple bin consisting of id3demux
26036           and typefind), take over rank from id3demux, remove typefind
26037           code from id3demux. Makes all broken mp3s that I know of work,
26038           and thereby fixes #152688.
26039
26040 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26041
26042         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26043
26044         * ext/mad/gstmad.c: (gst_mad_src_event):
26045         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26046           Allow seeks on audio pad, make mad forward those (#164826).
26047         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26048           Set duration (#165335).
26049
26050 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26051
26052         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26053         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26054         (gst_asf_demux_process_ext_content_desc),
26055         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26056         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26057         * gst/asfdemux/gstasfdemux.h:
26058           Improve metadata display, e.g. if the metadata comes before the
26059           streams are loaded (which is perfectly valid).
26060
26061 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26062
26063         * tools/gst-launch-ext-m.m:
26064           Fix AVI/ASF pipelines (#165340).
26065
26066 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26067         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26068         build failure on amd64
26069
26070 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26071
26072         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26073         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26074           Check environment variables GST_ID3V2_TAG_ENCODING,
26075           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26076           list of character encodings to force interpretation of non-unicode
26077           strings stored in an ID3v2 tag to a particular encoding. If none
26078           is specified, try to use current locale's encoding, then fall back
26079           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26080         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26081         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26082           Check environment variables GST_ID3V1_TAG_ENCODING,
26083           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26084           list of character encodings to use in case a string encountered
26085           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26086           specified, try to use the current locale's encoding, then fall
26087           back to ISO-8859-1 (which will always succeed).
26088
26089 2005-01-25  Benjamin Otte  <otte@gnome.org>
26090
26091         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26092           - on half framerate, compute the rate in advance so the comparisons
26093             don't compare wrong values
26094           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26095             behaviour
26096           - don't use mad_header_decode anymore, mad_frame_decode does that
26097             automatically
26098           - when getting rid of consumed bytes, reset the stream's skiplen
26099           (fixes #163867)
26100
26101 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26102
26103         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26104           Use 1/2 a second for default max_discont, as PES streams from DVB
26105           seem to have larger spacings in the SCR. 
26106           Fix a typo.
26107
26108 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26109
26110         * gst/playback/gstplaybasebin.c: (group_commit):
26111           Notify delayed stream-info availability.
26112
26113 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26114         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26115         (gst_a52dec_handle_event), (gst_a52dec_chain):
26116         Add some debug output. Check that a discont has a valid
26117         time associated.
26118         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26119         (gst_alsa_sink_loop):
26120         Ignore TAG events. A little extra debug for broken timestamps.
26121         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26122         (dvdnavsrc_change_state):
26123         Ensure we send a discont to engage the link before we send any
26124         other events.
26125         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26126         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26127         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26128         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26129         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26130         dvd://title works in totem because typefinding sends a seek that ends
26131         up going back to chapter 1 regardless.
26132         * ext/mpeg2dec/gstmpeg2dec.c:
26133         * ext/mpeg2dec/gstmpeg2dec.h:
26134         Output correct timestamps and handle disconts.
26135         * ext/ogg/gstoggdemux.c: (get_relative):
26136         Small guard against a null dereference.
26137         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26138         (gst_textoverlay_set_property):
26139         Free memory when done. Don't call gst_event_filler_get_duration on
26140         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26141         g_warning.
26142         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26143         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26144         (gst_sw_srclink), (gst_smoothwave_chain):
26145         Draw solid lines, prettier colours.
26146         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26147         Add a default palette that'll work for some movies.
26148         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26149         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26150         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26151         * gst/mpegstream/gstdvddemux.h:
26152         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26153         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26154         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26155         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26156         * gst/mpegstream/gstmpegparse.h:
26157         Use PTM/NAV events when for timestamp adjustment when connected to 
26158         dvdnavsrc. Don't use many discont events where one suffices.
26159         * gst/playback/gstplaybasebin.c: (group_destroy),
26160         (gen_preroll_element), (gst_play_base_bin_add_element):
26161         * gst/playback/gstplaybasebin.h:
26162         Make sure we remove subtitles from the same bin we put them in.
26163         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26164         (gst_subparse_buffer_format_autodetect),
26165         (gst_subparse_change_state):
26166         Fix some memleaks and invalid accesses.
26167         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26168         (oggskel_type_find), (cmml_type_find), (plugin_init):
26169         Some typefind functions for Annodex v3.0 files
26170         * gst/wavparse/gstwavparse.h:
26171         GstRiffReadClass is the correct parent class.
26172
26173 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26174
26175         * gst-libs/gst/riff/riff-media.c:
26176         (gst_riff_create_video_caps_with_data):
26177           Add extradata to huffyuv (fixes #165013).
26178         * gst-libs/gst/riff/riff-read.c:
26179         (gst_riff_read_strf_vids_with_data):
26180           Fix extradata extraction if it is in the chunk size.
26181
26182 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26183
26184         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26185
26186         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26187         (gst_quarktv_change_state), (gst_quarktv_dispose):
26188           Memory free'ing location fix (#164708).
26189
26190 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26191
26192         * gst/playback/gstplaybasebin.c: (group_commit),
26193         (gen_preroll_element), (probe_triggered), (gen_source_element),
26194         (setup_source), (gst_play_base_bin_change_state),
26195         (gst_play_base_bin_add_element):
26196           Don't block for streams.
26197         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26198         (gst_stream_info_set_mute):
26199           Use gst_pad_set_active_recursive.
26200
26201 2005-01-25  Andy Wingo  <wingo@pobox.com>
26202
26203         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26204         for #ifndef HAVE_XVIDEO.
26205
26206 2005-01-24  Jeffrey C. Ollie
26207
26208         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26209
26210         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26211         * ext/gsm/gstgsmdec.h:
26212         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26213         * ext/gsm/gstgsmenc.h:
26214         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26215         was given by property. Add proper buffer timestamps and offsets.
26216
26217 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26218
26219         * gst-libs/gst/riff/riff-media.c:
26220         (gst_riff_create_audio_caps_with_data):
26221           Audio can be <8000Hz.
26222
26223 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26224
26225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26226           Explicit state change to workaround refcount bugs.
26227
26228 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26229
26230         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26231         (gst_avimux_riff_get_avi_header):
26232           Fix...
26233
26234 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26235
26236         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26237         (gst_riff_read_element_data):
26238         * gst-libs/gst/riff/riff-read.h:
26239           Add _peek version (req'ed in CDXA).
26240         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26241         (gst_cdxaparse_loop):
26242           Fix parsing in playbin.
26243         * gst/playback/gstdecodebin.c: (close_pad_link):
26244           Ignore current_ pads, they cause major annoyance.
26245
26246 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26247
26248         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26249           Safety guard.
26250
26251 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26252
26253         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26254           Fix padding...
26255
26256 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26257
26258         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26259           Allow for 0-sized buffers. Fixes length query problems in
26260           starwars.mkv from the testsuite.
26261
26262 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26263
26264         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26265         (gst_video_box_i420), (gst_video_box_chain):
26266           Fix row strides for I420 (fixes #163159)
26267           
26268 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26269
26270         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26271           MPEG2 has a useful rate property, so we can actually use that.
26272           For MPEG-1, continue using the bytes/time properties.
26273
26274 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26275
26276         * gst-libs/gst/riff/riff-media.c:
26277         (gst_riff_create_video_caps_with_data),
26278         (gst_riff_create_video_template_caps):
26279           Add intel-h263.
26280
26281 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26282
26283         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26284           Fail if caps negotiation fails. Should fix #162184, and should
26285           definately be in there regardless of it fixing the actual bug.
26286         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26287         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26288         (gst_avimux_riff_get_avix_header),
26289         (gst_avimux_riff_get_video_header),
26290         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26291         (gst_avimux_start_file), (gst_avimux_handle_event),
26292         (gst_avimux_change_state):
26293         * gst/avi/gstavimux.h:
26294           Refactor structure writing to use GST_WRITE_UINT macros, add
26295           metadata writing support.
26296
26297 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26298
26299         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26300           Elements may already be destroyed when this function is called.
26301
26302 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26303
26304         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26305         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26306           More memory leak fixes (#149162).
26307
26308 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26309
26310         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26311         (gst_qtdemux_add_stream):
26312           Fix two memleaks.
26313
26314 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26315
26316         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26317           Argh...
26318
26319 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26320
26321         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26322           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26323           when fixating to six channels in Totem.
26324
26325 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26326
26327         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26328           Fix compile warnings on Solaris 10 buildbot
26329
26330 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26331
26332         * ext/dvdread/dvdreadsrc.c: (_read):
26333           Don't read beyond the last cell in a chapter (fixes 
26334           invalid memory access)
26335
26336 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26337
26338         * ext/dvdread/stream_labels.c:
26339         (dvdreadsrc_get_audio_stream_labels):
26340           Use NULL for an empty GList instead of g_list_alloc(); fix 
26341           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26342           of GString (easier to bulk free later)
26343
26344 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26345
26346         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26347
26348         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26349         (gst_ffmpeg_pixfmt_to_caps):
26350           Fix BGRA32 caps (#164209).
26351
26352 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26353
26354         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26355
26356         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26357         (gst_ffmpeg_caps_to_pixfmt):
26358           alpha_mask can be RGBA/ABGR. Fixes #164265.
26359
26360 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26361
26362         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26363
26364         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26365         (gst_mpeg2dec_alloc_buffer):
26366         * ext/mpeg2dec/gstmpeg2dec.h:
26367           Crop if decoding size is not the actual image size (#163676).
26368
26369 2005-01-17  Steve Baker  <steve@stevebaker.org>
26370
26371         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26372
26373         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26374         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26375           Add libsndfile typefind functions (#163309).
26376
26377 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26378
26379         * tools/gst-launch-ext-m.m:
26380           Add .aac, fix .m1v/.m2v (#163891).
26381
26382 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26383
26384         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26385           Sanity check, don't wait endlessly since the clock might not
26386           actually run at this point (which is a deadlock). Fixes #164069.
26387
26388 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26389
26390         * gst/playback/gstplaybasebin.c: (probe_triggered):
26391           Of course, only pause if group is done...
26392
26393 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26394
26395         * gst/playback/gstplaybasebin.c: (probe_triggered):
26396           Thread safety.
26397
26398 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26399
26400         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26401           Don't return state change success when the parent
26402           failed.
26403
26404 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26405
26406         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26407           Free events (fix memleak in #162905).
26408
26409 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26410
26411         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26412
26413         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26414         (gst_ffmpeg_caps_to_pixfmt):
26415           Fix for depth = 15. Fixes #161675.
26416
26417 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26418
26419         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26420           Set FPS correctly, even for webcams and the like.
26421         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26422           Don error on setting while capturing.
26423
26424 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26425
26426         * ext/dv/gstdvdec.c:
26427         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26428         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26429           I'm a bad boy. using /1001. to force C to do float division
26430           and not integer division (as it did in my last commit)
26431           Thanks to David I. Lehn for pointing this mistake.
26432
26433 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26434
26435         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26436           Revert Johan's 1.35->1.36 since it breaks compat.
26437
26438 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26439
26440         * ext/dv/gstdvdec.c:
26441         * ext/libfame/gstlibfame.c:
26442         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26443         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26444           replace framerate aproximations by their real value
26445           (24000/1001, 30000/1001, 60000/1001)
26446           Finish fixing bug #164049
26447
26448 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26449
26450         * ext/ogg/gstoggmux.c:
26451           eos/bos debugging
26452         * gst/tcp/gstmultifdsink.c:
26453         * gst/tcp/gstmultifdsink.h:
26454         * gst/tcp/gsttcp.c:
26455         * gst/tcp/gsttcp.h:
26456         * gst/tcp/gsttcpclientsink.c:
26457         * gst/tcp/gsttcpclientsrc.c:
26458         * gst/tcp/gsttcpserversink.c:
26459         * gst/tcp/gsttcpserversrc.c:
26460           improve reusability of elements after state changes and errors
26461           make multifdsink throw away streamheaders when receiving new ones
26462
26463 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26464
26465         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26466           Fix for if items are already in list...
26467
26468 2005-01-12  Benjamin Otte  <otte@gnome.org>
26469
26470         * gst/adder/gstadder.c: (gst_adder_loop):
26471           fix adder a bit so it doesn't screw up with events as much anymore
26472
26473 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26474
26475         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26476         (pixbufscale_scale), (gst_pixbufscale_chain):
26477         * ext/gdk_pixbuf/pixbufscale.h:
26478           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26479           to ensure rowstrides are calculated the same way as 
26480           ffmpegcolorspace
26481           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26482           that we pick up duration and offset also.
26483
26484 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26485
26486         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26487         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26488           Reusability fixes.
26489
26490 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26491
26492         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26493         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26494         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26495         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26496           Update flags when requested.
26497
26498 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26499
26500         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26501           Fix dmix.
26502
26503 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26504
26505         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26506         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26507         (probe_triggered), (new_decoded_pad), (gen_source_element),
26508         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26509         * gst/playback/gstplaybasebin.h:
26510         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26511         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26512         (gst_play_bin_change_state):
26513           Implement group-switch signal for use in apps to clear metadata
26514           cache, clean up subtitle, add suburi property instead of # hack,
26515           some error-out fixes.
26516
26517 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26518
26519         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26520           Debug.
26521         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26522           If we got a state change in the _get handler, don't return success.
26523
26524 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26525
26526         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26527         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26528           Make jpegdec quiet on MJPEG decoding
26529         * gst/asfdemux/README:
26530           Fix mimetypes for MJPEG and H263
26531
26532 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26533
26534         * ext/theora/theoradec.c: (theora_dec_chain):
26535           Fix broken code generation by gcc by swapping arguments.
26536         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26537           Fix \n in debug.
26538
26539 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26540
26541         * TODO:
26542           delete this file, it is by far outdated
26543         * ext/alsa/gstalsa.1: remove
26544         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26545         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26546         (gst_alsa_get_caps):
26547           Add HW probing for supported sample rates. Fixes #161704
26548
26549 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26550
26551         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26552           Don't crash, biatch! :).
26553
26554 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26555
26556         * ext/musepack/gstmusepackreader.cpp:
26557         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26558           Some work on tags - still doesn't work in playbin...
26559         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26560           Handle events...
26561
26562 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26563
26564         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26565           Also shove tags on kid pads.
26566
26567 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26568
26569         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26570           Don't bail on unknown events.
26571         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26572           Don't crash on events before negotiation.
26573         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26574           Send tags on pads, too.
26575         * gst/playback/gststreamselector.c:
26576         (gst_stream_selector_request_new_pad):
26577           Forward events on first pad if no input was selected yet.
26578
26579 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26580
26581         * gst/playback/gstplaybasebin.c: (setup_substreams):
26582           Don't disable streamtype if the stream doesn't exist, since
26583           then playing a video after audio will disable both and nothing
26584           will happen. Fixes the testsuite.
26585
26586 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26587
26588         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26589         (gst_v4l_xoverlay_set_xwindow_id):
26590         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26591         (gst_v4l2_xoverlay_set_xwindow_id):
26592           Add debug categories, fix overlay disabling.
26593
26594 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26595
26596         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26597         * ext/alsa/gstalsa.h:
26598           Add HW probing for period_count/size and buffer_size MIX/MAX
26599           Adjust default/user defined value if out of bounds
26600           Should fix bug #162024
26601
26602 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26603
26604         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26605           Fix warning (#161191).
26606
26607 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26608
26609         * ext/dvdread/stream_labels.c:
26610         (dvdreadsrc_get_audio_stream_labels):
26611           Fix warning (init the good variable in switch default)
26612
26613 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26614
26615         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26616
26617         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26618           Fix gcc-2.95 compile (#163485).
26619
26620 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26621
26622         * configure.ac:
26623         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26624         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26625         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26626         (gst_flacenc_change_state):
26627         * ext/flac/gstflacenc.h:
26628           Update for API change in flac-1.1.1. Update requirement in
26629           configure.ac. Fixes #162974.
26630
26631 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26632
26633         * gst/playback/gstplaybasebin.c: (group_destroy):
26634           Remove hack to get rid of assert and get rid of unlinked
26635           signals properly.
26636
26637 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26638
26639         * gst/playback/gstplaybasebin.c: (setup_source):
26640           Set source to NULL so that resources are free'ed. Fixes issues
26641           with playback of CDDA and similar device-accessing things.
26642
26643 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26644
26645         * testsuite/embed/Makefile.am:
26646           test->noinst, fix make test in buildbot.
26647
26648 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26649
26650         * ext/dvdread/stream_labels.c: new file
26651         * ext/dvdread/stream_labels.h: new file
26652         * ext/dvdread/Makefile.am:
26653         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26654           Extract audio stream label from DVD IFO files.
26655           It only dump them on the console for now, still have to
26656           make playbin aware of them.
26657
26658 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26659
26660         * gst/playback/gstplaybasebin.c: (setup_source):
26661           Fix hanging subs.
26662
26663 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26664
26665         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26666         (gen_preroll_element), (remove_groups), (setup_subtitle),
26667         (gen_source_element), (setup_source):
26668         * gst/playback/gstplaybasebin.h:
26669           Multiple .sub files is just a stupid idea... Fix some threading
26670           mistakes. Interestingly, external .sub files cause playbin to
26671           hang, I don't know why... Parsing fixes contributed by Fran??ois
26672           Kooman <fkooman@tuxed.net>.
26673
26674 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26675
26676         * testsuite/embed/Makefile.am:
26677           Fix buildbot.
26678
26679 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26680
26681         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26682
26683         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26684         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26685         (gst_pngenc_set_property):
26686         * ext/libpng/gstpngenc.h:
26687           Add compression level property (#163323).
26688
26689 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26690
26691         * configure.ac:
26692         * examples/capsfilter/capsfilter1.c: (main):
26693         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26694         * ext/dvdread/Makefile.am:
26695         * ext/dvdread/demo-play:
26696         * ext/dvdread/demo-play.c:
26697         * gconf/gstreamer.schemas.in:
26698         * gst-libs/gst/gconf/gconf.c:
26699         * sys/v4l/TODO:
26700         * testsuite/Makefile.am:
26701         * testsuite/embed/Makefile.am:
26702         * testsuite/embed/embed.c: (cb_expose), (main):
26703           Remove all references to xvideosink, fix examples (#140845).
26704         * gst/playback/gstplaybasebin.c: (group_destroy):
26705           Apparently, disposal does not unlink - so do explicitely.
26706         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26707           Add debug.
26708
26709 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26710
26711         * README: fix PKG_CONFIG_PATH instructions, what was there
26712         previously was breaking default search path, not nice. 
26713         Fixes #163358
26714
26715 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26716
26717         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26718         (gst_audioscale_chain):
26719           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26720           when resampling - how the ^@$^!@^! is this possible?!?
26721
26722 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26723
26724         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26725           Reset variables on READY.
26726         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26727         (gst_matroska_mux_loop):
26728           Require data before writing header.
26729
26730 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26731
26732         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26733
26734         * ext/mad/gstmad.c: (gst_mad_chain):
26735           Don't call mad_stream_sync() directly after recovering sync.
26736           Fixes #151661.
26737
26738 2005-01-09  Martin Eikermann  <meiker@upb.de>
26739
26740         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26741
26742         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26743         (snapshot_handler), (gst_snapshot_sinkconnect),
26744         (gst_snapshot_chain):
26745           Allocate resources when required, fix recursive signal emission
26746           and fix caps. Fixes #161667.
26747
26748 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26749
26750         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26751
26752         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26753         (gst_pngdec_chain):
26754           Handle only 8-bppc (bits-per-pixel-component) images, better
26755           error handling and correct strides. Fixes #163177.
26756         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26757         (gst_pngenc_chain):
26758           Better error handling. Fixes #163348.
26759
26760 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26761
26762         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26763         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26764         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26765         (dvdnavsrc_uri_handler_init):
26766           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26767         * gst/playback/gstplaybasebin.c: (gen_source_element):
26768           Add MMS to streaming URIs.
26769
26770 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26771
26772         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26773         * sys/xvimage/xvimagesink.c:
26774         (gst_xvimagesink_navigation_send_event):
26775           Check for pad availability before sending event.
26776
26777 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26778
26779         * gst-plugins.spec.in:
26780           Add subparse.
26781
26782 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26783
26784         * configure.ac:
26785           Since we use functions from CVS, up requirement.
26786
26787 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26788
26789         * gst/playback/Makefile.am:
26790         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26791         (group_destroy), (group_commit), (group_is_muted),
26792         (gen_preroll_element), (add_stream), (unknown_type),
26793         (probe_triggered), (preroll_unlinked), (mute_stream),
26794         (silence_stream), (new_decoded_pad), (setup_substreams),
26795         (setup_source), (get_active_source), (mute_group_type),
26796         (muted_group_change_state), (set_active_source),
26797         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26798         (play_base_eos), (gst_play_base_bin_change_state):
26799         * gst/playback/gstplaybasebin.h:
26800         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26801         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26802         (gst_stream_info_dispose), (stream_info_mute_pad),
26803         (stream_info_change_state), (gst_stream_info_set_mute):
26804         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26805         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26806         (gst_stream_selector_init), (gst_stream_selector_dispose),
26807         (gst_stream_selector_get_linked_pad),
26808         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26809         (gst_stream_selector_get_linked_pads),
26810         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26811         * gst/playback/gststreamselector.h:
26812           Adding stream selection support plus required properties for
26813           applications to use this. Fully fixes #100931.
26814
26815 2005-01-08  Benjamin Otte  <otte@gnome.org>
26816
26817         * gst/games/gstpuzzle.c: (nav_event_handler):
26818           - handle nav events differently: forward every event no matter if it
26819             was handled or not.
26820           - translate events
26821           You can now cheat by using navigationtest ! puzzle and moving the
26822           mouse close to the edge of a tile. ;)
26823
26824 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26825
26826         * configure.ac:
26827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26828         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26829         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26830         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26831         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26832         (gst_ogm_parse_plugin_init):
26833         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26834         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26835         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26836         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26837         * ext/pango/gsttextoverlay.h:
26838         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26839         (gst_matroska_demux_handle_seek_event),
26840         (gst_matroska_demux_sync_streams),
26841         (gst_matroska_demux_parse_blockgroup),
26842         (gst_matroska_demux_subtitle_caps),
26843         (gst_matroska_demux_plugin_init):
26844         * gst/matroska/matroska-ids.h:
26845         * gst/playback/gstdecodebin.c: (close_pad_link):
26846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26847         (gen_preroll_element), (remove_groups), (add_stream),
26848         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26849         (setup_source):
26850         * gst/playback/gstplaybasebin.h:
26851         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26852         * gst/subparse/Makefile.am:
26853         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26854         (gst_subparse_base_init), (gst_subparse_class_init),
26855         (gst_subparse_init), (gst_subparse_formats),
26856         (gst_subparse_eventmask), (gst_subparse_event),
26857         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26858         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26859         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26860         (parse_mpsub_deinit), (parse_mpsub_init),
26861         (gst_subparse_buffer_format_autodetect),
26862         (gst_subparse_format_autodetect), (gst_subparse_loop),
26863         (gst_subparse_change_state), (gst_subparse_type_find),
26864         (plugin_init):
26865         * gst/subparse/gstsubparse.h:
26866         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26867         (plugin_init):
26868           Add subtitle support, .sub parser (supports SRT and MPsub),
26869           OGM text support, Matroska UTF-8 text support, deadlock fixes
26870           all over the place, subtitle awareness in decodebin/playbin
26871           and some fixes to textoverlay to handle subtitles in a stream
26872           correctly. Fixes #100931.
26873
26874 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26875
26876         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26877           Check for pad availability before doing a query on it.
26878
26879 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26880
26881         * ext/dv/gstdvdec.c:
26882           really fix bpp24/32 dvdec caps (classic rgba indeed)
26883         * gst/asfdemux/gstasfdemux.c:
26884         (gst_asf_demux_process_ext_content_desc):
26885           don't send text tags if they are empty (bis repetita)
26886
26887 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26888
26889         * ext/dv/gstdvdec.c:
26890          remove unneeded comment from dvdec
26891           (related to DV 4CC codes in AVI files)
26892           moved them in gstreamer/docs/random/mimetypes
26893         * gst/asfdemux/gstasfdemux.c:
26894         (gst_asf_demux_process_ext_content_desc):
26895          don't send text tags if they are empty
26896          fix mem leak on error path
26897         * gst/ffmpegcolorspace/avcodec.h:
26898         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26899         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26900         (gst_ffmpegcsp_avpicture_fill):
26901         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26902         * gst/ffmpegcolorspace/imgconvert_template.h:
26903          adds BGR32 and BGRA32 to ffmpegcolorspace
26904           (still bad colors, fixing it on next commit)
26905           helps with dvdec outputing BGR32
26906
26907 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26908
26909         * ext/dv/gstdvdec.c:
26910          Fix audio caps i just broke (missing ',')
26911         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26912         (gst_matroska_mux_reset):
26913          Fix typo + add FIXME about old "x-gst-metadata" crap
26914
26915 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26916
26917         * ext/dv/demo-play.c: (main):
26918          xvideosink -> xvimagesink
26919         * ext/dv/gstdvdec.c:
26920          change rgb 32/32 caps to 24/32 (no alpha)
26921          change nb of channels to be a list (2 or 4, not 2)
26922          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26923         * gst/asfdemux/gstasfdemux.c:
26924         (gst_asf_demux_process_ext_content_desc):
26925          Add 'date/year' to extracted metadata list
26926
26927 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26928
26929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26930           The return value of fixate_to does not imply that the requested
26931           value was set, so don't assume.
26932
26933 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26934
26935         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26936
26937         * ext/libpng/gstpngdec.c:
26938         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26939         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26940         * ext/libpng/gstpngenc.h:
26941           Alpha support (encoder; #163161), mime fixage.
26942
26943 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26944
26945         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26946
26947         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26948         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26949         (gst_faac_set_property), (gst_faac_get_property):
26950         * ext/faac/gstfaac.h:
26951           Allow for ADTS output (#153434).
26952
26953 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26954
26955         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26956           Fix against template (#150576).
26957
26958 2005-01-06  Benjamin Otte  <otte@gnome.org>
26959
26960         * gst/games/gstpuzzle.c: (draw_puzzle):
26961           don't draw a puzzle if either width or height of tiles would be 0.
26962
26963 2005-01-06  Benjamin Otte  <otte@gnome.org>
26964
26965         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
26966         (gst_puzzle_class_init), (gst_puzzle_finalize):
26967           no memleaks, please
26968         (gst_puzzle_create), (gst_puzzle_init),
26969         (gst_puzzle_set_property), (gst_puzzle_setup):
26970           change initialization code around so we don't reshuffle on resize
26971         (draw_puzzle):
26972           fix another stupid typo
26973
26974 2005-01-06  Benjamin Otte  <otte@gnome.org>
26975
26976         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
26977           fix stupid typo that borked copying on YUY2
26978
26979 2005-01-06  Benjamin Otte  <otte@gnome.org>
26980
26981         * gst/games/gstpuzzle.c: (draw_puzzle):
26982           fix edges when image sizes aren't multiples of tile sizes
26983
26984 2005-01-06  Benjamin Otte  <otte@gnome.org>
26985
26986         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
26987           make RGB endianness work correctly
26988         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
26989           refactor and fix race with initial shuffling
26990         (nav_event_handler):
26991           allow using the mouse to puzzle
26992         (draw_puzzle):
26993           insist on tiles having width and height as multiples of 4 to get
26994           clean YUV image handling
26995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26996         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
26997           s/DEBUG/LOG/ for common messages
26998         (gst_xvimagesink_navigation_send_event):
26999           fix mouse event translation to not include screen PAR
27000         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27001           fix mouse event translation to actually work
27002
27003 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27004
27005         * gst/asfdemux/gstasfdemux.c:
27006         (gst_asf_demux_process_ext_content_desc):
27007          Extract TrackNumber metadata + clean up code
27008         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27009          Hope this is the good fix (var used unitialised)
27010
27011 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27012
27013         * ext/faad/gstfaad.c: (gst_faad_chain):
27014           Only increment timestamp if it's valid. Fixes raw AAC streams.
27015
27016 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27017
27018         * configure.ac:
27019         * gst/games/Makefile.am:
27020         * gst/games/gstpuzzle.c:
27021           add a puzzle game with...
27022         * gst/games/gstvideoimage.c:
27023         * gst/games/gstvideoimage.h:
27024           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27025           from videotestsrc and made into something that would be a nice
27026           library for a lot of other plugins.
27027
27028 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27029
27030         * configure.ac:
27031          don't compile faad plugin if a RC of 2.0 is found
27032          Fixes #155346 (and FC1 buildbot)
27033         * gst/asfdemux/gstasfdemux.c:
27034         (gst_asf_demux_process_ext_content_desc):
27035          try to make Solaris compiler happier
27036
27037 2005-01-06  Paul Jack  <pjack@sfaf.org>
27038
27039         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27040
27041         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27042           Fix segfault (#161667).
27043
27044 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27045
27046         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27047           Fix framerate reporting.
27048
27049 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27050
27051         * gst-libs/gst/riff/riff-ids.h:
27052         * gst/wavenc/riff.h:
27053          Add AMR (VBR and CBR) ids to riff.h audio codec list
27054         * gst/asfdemux/gstasfdemux.c:
27055         (gst_asf_demux_process_ext_content_desc),
27056         (gst_asf_demux_process_object):
27057           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27058
27059 2005-01-05  Martin Eikermann  <meiker@upb.de>
27060
27061         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27062
27063         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27064         (gst_dvd_demux_handle_discont):
27065         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27066         (gst_mpeg_demux_handle_discont):
27067           Recreate pads on new-media (#160730).
27068         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27069           Send discont even if manager changes timestamps (#161929).
27070
27071 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27072
27073         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27074
27075         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27076           Fix invalid memory access (#159211).
27077
27078 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27079
27080         * examples/gstplay/player.c: (main):
27081           Don't iterate.
27082         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27083           Add visualizations.
27084         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27085         (gst_a52dec_handle_frame):
27086           Set duration.
27087         * ext/dvdnav/gst-dvd:
27088           Add audioconvert. Fixes #161325.
27089         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27090           Explicitely case to gint64. Possible valgrind error.
27091         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27092         (gst_play_tick_callback), (gst_play_change_state),
27093         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27094         (gst_play_set_location), (gst_play_get_location),
27095         (gst_play_seek_to_time), (gst_play_set_data_src),
27096         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27097         (gst_play_set_visualization), (gst_play_connect_visualization),
27098         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27099         (gst_play_new):
27100           Use playbin. Fixes #139749 and #147744.
27101         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27102           Add genre tag.
27103         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27104         (audioscale_get_type), (gst_audioscale_base_init),
27105         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27106         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27107         (gst_audioscale_link), (gst_audioscale_get_buffer),
27108         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27109         (gst_audioscale_init), (gst_audioscale_dispose),
27110         (gst_audioscale_chain), (gst_audioscale_set_property),
27111         (gst_audioscale_get_property), (plugin_init):
27112           Indent properly.
27113         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27114           Fix LPCM.
27115         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27116         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27117         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27118           Add more metadata (fixes #162656).
27119
27120 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27121
27122         * configure.ac:
27123           back to cvs
27124
27125 === release 0.8.7 ===
27126
27127 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27128
27129         * NEWS:
27130         * RELEASE:
27131         * configure.ac:
27132           releasing 0.8.7, "Hyperspace"
27133
27134 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27135
27136         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27137
27138         * gst/playback/gstplaybasebin.c:
27139          Fix for #162924 - free caps after use, not before
27140
27141 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27142
27143         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27144
27145         * gst/playback/gstplaybasebin.c:
27146         * gst/wavparse/gstwavparse.c:
27147           Fix for #154773 - fixes playback of small .wav files
27148
27149 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27150
27151         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27152
27153         * gst/audioscale/gstaudioscale.c:
27154           Fix for #162819 - make audioscale reusable
27155           Fixes playback of more than one file with playbin/totem
27156
27157 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27158
27159         * gst/ffmpegcolorspace/avcodec.h:
27160         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27161         * gst/ffmpegcolorspace/imgconvert.c:
27162           clean up the mess that made me cry and avoid needless duplication
27163
27164 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27165
27166         * gst/ffmpegcolorspace/imgconvert.c:
27167           give some indication of why we're segfaulting
27168
27169 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27170
27171         * configure.ac:
27172           Fix indentation, fix v4l2 plugin detection.
27173         * ext/Makefile.am:
27174           Fix libmms location (Maciej, use diff -u!).
27175         * ext/alsa/gstalsa.c: (gst_alsa_init):
27176           Initialize caps cache to NULL.
27177         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27178           Only change state on audiosink if it exists.
27179
27180 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27181
27182         * gst/matroska/matroska-demux.c:
27183         * gst/matroska/matroska-ids.h:
27184         * gst/matroska/matroska-demux.h:
27185         Fix Vorbis streams failing to decode in some files, where cluster_time
27186         isn't 0, because then it doesn't send codec_priv before actual data.
27187         Remove time-based test and replace it with marker set on beginning of
27188         new stream
27189
27190 2004-12-28  David Schleef  <ds@schleef.org>
27191
27192         Merge patch from Ronald fixing problems with streaming
27193         text.
27194         * ext/cairo/gstcairo.c: (plugin_init):
27195         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27196         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27197         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27198         (gst_textoverlay_font_init), (gst_textoverlay_init),
27199         (gst_textoverlay_set_property):
27200         * ext/cairo/gsttextoverlay.h:
27201
27202 2004-12-27  David Schleef  <ds@schleef.org>
27203
27204         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27205         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27206         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27207         (gst_textoverlay_font_init), (gst_textoverlay_init),
27208         (gst_textoverlay_set_property): Improvements to actually
27209         render text as white on black outline on video, including
27210         font selection and horizontal/vertical alignment.  (Ronald's
27211         christmas present)
27212         * ext/cairo/gsttextoverlay.h:
27213
27214 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27215
27216         * ext/ogg/gstogg.c:
27217         * ext/ogg/gstogmparse.c:
27218           fix ogm[audio/video]parse plugin registration
27219           (riff won't load if bytestream is already loaded)
27220
27221 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27222
27223         * gst/audioconvert/gstchannelmix.c:
27224           fix for GLIB < 2.4
27225
27226 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27227
27228         * Makefile.am:
27229         * configure.ac:
27230           disable docs again until it actually passes make distcheck.
27231
27232 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27233
27234         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27235         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27236         (plugin_init):
27237           Add 3GP (variables name Q3GP because they can't start with a
27238           number). Add samr audio fourcc (used in .3gp files), decoder
27239           is work in progress. Also do a GST_WARNING instead of ERROR
27240           in case of unknown nodes, to decrease output.
27241
27242 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27243
27244         * Makefile.am:
27245           really fix dist
27246
27247 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27248
27249         * configure.ac:
27250         * ext/speex/gstspeexdec.h:
27251         * ext/speex/gstspeexenc.h:
27252           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27253           Fix detection code in configure.ac
27254
27255 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27256
27257         * gst/matroska/matroska-demux.c:
27258         (gst_matroska_demux_parse_blockgroup):
27259           Save position, so that queries give proper return values. Don't
27260           know how this could ever have worked before...
27261
27262 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27263
27264         * configure.ac:
27265           Put additional LAME check inside the conditional.  Fixes #152339
27266
27267 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27268
27269         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27270         (gst_avi_demux_stream_scan):
27271           Add some more debug. Fix logic error when setting movi offset
27272           while reading index.
27273
27274 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27275
27276         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27277         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27278         (gst_avi_demux_process_next_entry):
27279           Add some debugging. Better detection of broken indexes and the
27280           accompanying index recovery. No infinite loops on state changes
27281           when we're still in our loopfunction.
27282
27283 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27284
27285         * configure.ac:
27286           Fix up.
27287
27288 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27289
27290         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27291
27292         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27293           Normalizing the value before setting
27294         (gst_sunaudiomixer_get_volume):
27295           Normalizing the value after getting. Fixes bug# 161980
27296
27297 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27298
27299         * Makefile.am: Make sure docs gets disted
27300         * docs/Makefile.am: Make sure all needed files get disted
27301         * gst-plugins.spec.in: latest updates
27302
27303 2004-12-22  Wim Taymans  <wim@fluendo.com>
27304
27305         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27306         Revert patch 1.38 as clock distribution over schedulers does
27307         not work correcly in the core yet.
27308
27309 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27310
27311         * sys/oss/README: remove this file, which predates my birth
27312           (and which content is by far outdated)
27313
27314 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27315
27316         * Makefile.am:
27317         * configure.ac:
27318         * docs/Makefile.am:
27319         * docs/libs/Makefile.am:
27320         * docs/libs/gst-plugins-libs-docs.sgml:
27321         * docs/libs/gst-plugins-libs-sections.txt:
27322         * docs/libs/tmpl/gstgconf.sgml:
27323         * docs/upload.mak:
27324         * docs/version.entities.in:
27325           Added boilerplate gtk-doc files for plugin-libs documentation.
27326
27327 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27328
27329         * gst/auparse/gstauparse.c: fix int and float audio caps
27330
27331 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27332
27333         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27334         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27335           g_assert() can be a macro, don't use #ifdef inside it.
27336
27337 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27338
27339         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27340
27341         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27342         (gst_videorate_init), (gst_videorate_chain),
27343         (gst_videorate_change_state):
27344           Event handling (fixes #159986).
27345
27346 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27347
27348         * gst-libs/gst/riff/riff-media.c:
27349         (gst_riff_create_video_caps_with_data):
27350           Add BLZ0 (Blizzard's version of DivX) fourcc.
27351
27352 2004-12-18  David Schleef  <ds@schleef.org>
27353
27354         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27355         portability fix.
27356
27357 2004-12-18  David Schleef  <ds@schleef.org>
27358
27359         * gst/tta/ttadec.h: Disable some header code that isn't used
27360         and clearly isn't portable.
27361
27362 2004-12-18  David Schleef  <ds@schleef.org>
27363
27364         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27365         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27366         (avcodec_get_pix_fmt), (avpicture_layout),
27367         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27368         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27369         Fix code to not use GCC extensions (and c99 extensions that
27370         Forte does not like.)
27371
27372 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27373
27374         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27375
27376         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27377         (gst_deinterlace_chain):
27378           Rowstride fixes. Fixes #161039.
27379         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27380         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27381         (gst_video_crop_getcaps), (gst_video_crop_link),
27382         (gst_video_crop_i420), (gst_video_crop_chain),
27383         (gst_video_crop_change_state):
27384           Rework of negotiation. Actually works now. Fixes #158650.
27385
27386 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27387
27388         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27389           That was very stupid.
27390
27391 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27392
27393         * gst/matroska/matroska-demux.c:
27394         (gst_matroska_demux_parse_blockgroup):
27395           Fix possible crasher.
27396
27397 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27398
27399         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27400         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27401           Lace sizes can be zero.
27402
27403 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27404
27405         * ext/musepack/gstmusepackdec.cpp:
27406           Fetch error return values. Fixes #161624.
27407         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27408           Really EOS.
27409
27410 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27411
27412         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27413           Work for truncated (unfinished download etc.) files. Fixes #160514.
27414
27415 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27416
27417         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27418           Fix for integer overflow. Makes #156001 not crash. Probably masks
27419           the real bug.
27420
27421 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27422
27423         * gst/ac3parse/gstac3parse.c: (plugin_init):
27424           Parsers never have ranks. Fixes #159651.
27425
27426 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27427
27428         * gst/playback/gstdecodebin.c: (compare_ranks):
27429           make sure the facotries are ordered the same every time even if they
27430           have the same rank by using the name
27431         * gst/playback/gstdecodebin.c: (find_compatibles):
27432           make sure we don't add factories to the list twice
27433
27434 2004-12-16  David Schleef  <ds@schleef.org>
27435
27436         * configure.ac: look for musepack headers as musepack/*.h
27437         (fixes #159847)
27438         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27439         * ext/musepack/gstmusepackreader.h: same
27440
27441 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27442
27443         * gst-libs/gst/riff/riff-read.c:
27444         (gst_riff_read_strf_auds_with_data):
27445           Read extradata correctly (fixes #155879).
27446
27447 2004-12-16  David Schleef  <ds@schleef.org>
27448
27449         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27450         audio.  does _not_ attempt or allow conversion unless channels
27451         is 1 or 2.
27452
27453 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27454
27455         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27456
27457 2004-12-16  David Schleef  <ds@schleef.org>
27458
27459         * gst/audioscale/gstaudioscale.c: the resample library only
27460         handles 1 or 2 channels.  Change caps to compensate.
27461
27462 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27463
27464         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27465         (gst_matroska_demux_audio_caps):
27466           Some MPEG-AAC hacks, because else it doesn't work...
27467
27468 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27469
27470         * gst-libs/gst/riff/riff-media.c:
27471         (gst_riff_create_video_caps_with_data),
27472         (gst_riff_create_video_template_caps):
27473           Add h264.
27474
27475 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27476
27477         * gst-libs/gst/audio/Makefile.am:
27478           Try to fix buildbot.
27479
27480 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27481
27482         * gst/tcp/gstmultifdsink.c:
27483           Clean up and uniformize debugging.
27484
27485 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27486
27487         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27488
27489         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27490         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27491         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27492         (gst_mpeg_demux_change_state):
27493           Reset on ready. Fixes 160276.
27494
27495 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27496
27497         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27498
27499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27500         (gst_ffmpegcsp_pad_link):
27501           Fix memleak (#154815).
27502
27503 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27504
27505         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27506
27507         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27508         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27509         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27510         * ext/musicbrainz/gsttrm.h:
27511           Add support for using a proxy server when getting a trm id from
27512           the MusicBrainz database (#149613).
27513
27514 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27515
27516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27517
27518         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27519         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27520           Fix memleaks (#157233).
27521
27522 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27523
27524         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27525
27526         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27527         * gst-libs/gst/resample/resample.h:
27528         * gst/audioscale/gstaudioscale.c:
27529           Fix memleak (#159215).
27530
27531 2004-12-16  Toni Willberg  <toniw@iki.fi>
27532
27533         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27534
27535         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27536         * sys/oss/oss_probe.c: (main):
27537           Check for mono/stereo support (similar to samplerate probing),
27538           fixes #159433. Also add missing copyright header to oss_probe.c.
27539
27540 2004-12-15  David Schleef  <ds@schleef.org>
27541
27542         * configure.ac: add audioresample and cairo plugins.  Remove
27543         HAVE_MMX stuff, because it's not used.
27544         * ext/Makefile.am: same
27545         * ext/audioresample/Makefile.am: You are not ready for an
27546         audio resampling element based on audioresample.
27547         * ext/audioresample/gstaudioresample.c:
27548         * ext/audioresample/gstaudioresample.h:
27549         * ext/cairo/Makefile.am: You are not ready for overlay elements
27550         based on cairo.  Don't look too closely, these elements kinda
27551         suck right now.
27552         * ext/cairo/gstcairo.c: new
27553         * ext/cairo/gsttextoverlay.c: new
27554         * ext/cairo/gsttextoverlay.h: new
27555         * ext/cairo/gsttimeoverlay.c: new
27556         * ext/cairo/gsttimeoverlay.h: new
27557         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27558         problem with compilers that don't support variadic macros.
27559
27560 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27561
27562         Reviewed by:  David Schleef  <ds@schleef.org>
27563
27564         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27565         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27566         bit.  Also ran indent-gst.
27567         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27568         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27569         (gst_sunaudiosrc_setparams):
27570
27571 2004-12-14  David Schleef  <ds@schleef.org>
27572
27573         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27574         output rate to 16000.  Should fix #160235.
27575
27576 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27577
27578         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27579         Add typefinding for mpeg2 pes streams
27580
27581 2004-12-13  David Schleef  <ds@schleef.org>
27582
27583         * configure.ac:  Applied patch from bug #143659, making default
27584         sources and sinks OS-dependent (for Solaris), and added code
27585         for OS/X.
27586         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27587
27588 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27589
27590         * gst-libs/gst/riff/riff-media.c:
27591           forgot to add h2.64 to avidemux template caps
27592
27593 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27594
27595         * gst/wavenc/riff.h:
27596         * gst-libs/gst/riff/riff-media.c:
27597         * gst-libs/gst/riff/riff-ids.h:
27598         * gst/avi/gstavimux.c
27599         add 4CC code for VideoSoft h264 in AVI (VSSH)
27600           fixes bug #160655
27601         remove s323 from riff, it's quicktime specific :(
27602
27603 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27604
27605         * gst/asfdemux/README
27606         * gst/wavenc/riff.h
27607         * gst-libs/gst/riff/riff-ids.h
27608         * gst-libs/gst/riff/riff-media.c
27609         * gst/qtdemux/qtdemux.c:
27610           add new 4CC codes for h263 related codecs
27611           fixes partially bug #155163
27612
27613 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27614
27615         * configure.ac: Update polyaudio requirement to 0.7
27616         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27617
27618 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27619
27620         * gst/interleave/deinterleave.c:
27621         fix my name's spelling! :)
27622
27623 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27624
27625         * AUTHORS ChangeLog
27626         * gst/auparse/gstauparse.c
27627         * gst/interleave/deinterleave.c
27628         * gst/law/:
27629                 alaw-decode.c alaw-encode.c
27630                 mulaw-decode.c mulaw-encode.c
27631         * gst/oneton/gstoneton.c
27632         * sys/osxaudio/:
27633                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27634         * sys/osxvideo/:
27635                 cocoawindow.h cocoawindow.m
27636                 osxvideosink.h osxvideosink.m
27637
27638         put the same mail address for Zaheer Abbas Merali everywhere
27639
27640 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27641
27642         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27643           Align by packetsize, and assert that we a packet available before
27644           playing. The first makes webstreams work (they often include
27645           trailing padding data in a packet), the second allows pausing a
27646           ASF stream in totem without getting demux errors afterwards.
27647
27648 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27649
27650         * ext/ogg/gstoggdemux.c: (get_relative):
27651           Check for non-NULL before accessing member (end-of-chain).
27652
27653 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27654
27655         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27656         (cdparanoia_set_property), (cdparanoia_get_property):
27657         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27658         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27659         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27660         (dvdreadsrc_init), (dvdreadsrc_set_property),
27661         (dvdreadsrc_get_property):
27662         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27663         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27664           Synchronize property names where not yet the case. Devices are
27665           now device=X, other versions are deprecated (but still exist).
27666           Also use g_free() unconditionally.
27667         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27668         (setup_source), (gst_play_base_bin_get_property):
27669           Expose source.
27670
27671 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27672
27673         * configure.ac: move GCONF macro outside conditional for the am
27674           conditional. Fixes #160439
27675
27676 2004-12-08  David Schleef  <ds@schleef.org>
27677
27678         * tools/gst-visualise-m.m: Switch to elements that currently
27679         exist.
27680
27681 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27682
27683         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27684           We love wrong commas.
27685
27686 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27687
27688         * gst/matroska/matroska-demux.c:
27689         (gst_matroska_demux_handle_src_query):
27690           Don't set DEFAULT, unsupported - makes length display incorrectly
27691           in some cases.
27692
27693 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27694
27695         * gst/monoscope/README: remove blurb about files being GPL
27696         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27697         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27698           monoscope is now effectively LGPL licensed
27699
27700 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27701
27702         * gst/monoscope/README: Update information to be more correct
27703         * gst/monoscope/convolve.c: Relicense to LGPL
27704         * gst/monoscope/convolve.h: Relicense to LGPL
27705
27706 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27707
27708         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27709           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27710         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27711           set default_duration for mpeg1 audio
27712
27713 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27714
27715         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27716         * ext/alsa/gstalsa.h:
27717           refactor big chunks of the core caps negotiation code to make it
27718           a lot faster, because people claim it's really slow
27719           (actually, just cache the getcaps when the device is opened)
27720
27721 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27722
27723         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27724         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27725         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27726         (gst_a52dec_change_state), (plugin_init):
27727         * ext/a52dec/gsta52dec.h:
27728           Do something useful with timestamps. Make chain-based (since
27729           there's really no reason to be loopbased).
27730         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27731           Update current_byte/frame correctly.
27732
27733 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27734
27735         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27736         (gst_ape_demux_stream_init):
27737           Forward tags, too.
27738
27739 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27740
27741         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27742           Let's make sure we're done typefinding when detecting tags.
27743
27744 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27745
27746         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27747         (gst_ebml_read_init), (gst_ebml_read_use_event),
27748         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27749         (gst_ebml_read_seek), (gst_ebml_read_skip),
27750         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27751         (gst_ebml_read_master):
27752         * gst/matroska/ebml-read.h:
27753         * gst/matroska/matroska-demux.c:
27754         (gst_matroska_demux_parse_contents),
27755         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27756           Disgustingly evil hack for working around INTERRUPT events and
27757           their extremely annoying habit of being a pain in the ass. We
27758           simply peek a cluster before reading any of it.
27759
27760 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27761
27762         * ext/musepack/gstmusepackdec.cpp:
27763           There's also floating point libmusepacks.
27764
27765 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27766
27767         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27768         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27769           Set DURATION even if source buffer didn't. Also use increasing
27770           timestamps.
27771         * gst-libs/gst/riff/riff-media.c:
27772         (gst_riff_create_audio_caps_with_data):
27773           Block_align can have larger values than 8192.
27774
27775 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27776
27777         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27778         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27779         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27780         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27781           Fix caps.
27782
27783 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27784
27785         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27786           Fix logic bug.
27787
27788 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27789
27790         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27791           Yay, another one.
27792
27793 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27794
27795         * ext/esd/esdsink.c: (gst_esdsink_chain):
27796           Make error actually say something useful (fixes #156798).
27797         * gst-libs/gst/riff/riff-media.c:
27798         (gst_riff_create_video_caps_with_data),
27799         (gst_riff_create_video_template_caps):
27800           Add Intel Video 5.0 fourcc (IV50).
27801
27802 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27803
27804         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27805         detection on mono and stereo mp3 files.
27806
27807 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27808
27809         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27810           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27811           the contained stream).
27812
27813 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27814
27815         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27816           Oops, remove debug.
27817
27818 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27819
27820         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27821
27822         * gst/law/alaw-decode.c: (alawdec_getcaps):
27823         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27824           Prevent warnings when negotiating caps (fixes #159338).
27825
27826 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27827
27828         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27829         (gst_ffmpegcsp_chain):
27830           Remove old leftover that shouldn't be there...
27831
27832 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27833
27834         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27835
27836         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27837           Don't forward DISCONT events (fixes #159684).
27838
27839 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27840
27841         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27842           Unlink manually since sometimes bin disposal (and therefore
27843           pad unlinking) is delayed, which will cause a new media file
27844           to not be able to start playing instantly.
27845
27846 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27847
27848         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27849           On mute of an unlinked stream, check for pad availability so
27850           we don't crash on unlinked pad.
27851
27852 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27853
27854         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27855         (gst_avi_demux_massage_index):
27856           Fix quite humiliating bug in omitting 0-sized index chunks but
27857           forgetting to count them for timestamps.
27858
27859 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27860
27861         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27862           Actually leave the loop if we failed to sync. Don't crash.
27863
27864 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27865
27866         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27867         (gst_dvd_demux_process_private):
27868         * gst/mpegstream/gstdvddemux.h:
27869           Fix crash (#159759). Doesn't work, though. :-(.
27870
27871 2004-11-28  Benjamin Otte  <otte@gnome.org>
27872
27873         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27874           more overwriting protection due to modifying channels one by one
27875           instead of all at once
27876
27877 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27878
27879         * gst/audioconvert/gstchannelmix.c:
27880         (gst_audio_convert_fill_normalize):
27881           Normalize using absolute values.
27882
27883 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27884
27885         * configure.ac:
27886         * ext/Makefile.am:
27887         * ext/directfb/Makefile.am:
27888         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27889         (gst_directfbvideosink_get_pixel_format),
27890         (gst_directfbvideosink_get_format_from_fourcc),
27891         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27892         (gst_directfbvideosink_sink_link),
27893         (gst_directfbvideosink_change_state),
27894         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27895         (gst_directfbvideosink_buffer_alloc),
27896         (gst_directfbvideosink_interface_supported),
27897         (gst_directfbvideosink_interface_init),
27898         (gst_directfbvideosink_navigation_send_event),
27899         (gst_directfbvideosink_navigation_init),
27900         (gst_directfbvideosink_set_property),
27901         (gst_directfbvideosink_get_property),
27902         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27903         (gst_directfbvideosink_base_init),
27904         (gst_directfbvideosink_class_init),
27905         (gst_directfbvideosink_get_type), (plugin_init):
27906         * ext/directfb/directfbvideosink.h: Adding a first version of
27907         directfbvideosink.
27908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27909         more.
27910
27911 2004-11-28  Benjamin Otte  <otte@gnome.org>
27912
27913         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27914           walk the samples backwards if out_channels > in_channels so we don't
27915           overwrite data
27916
27917 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27918
27919         * gst/audioconvert/Makefile.am:
27920         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27921         (gst_audio_convert_link), (gst_audio_convert_change_state),
27922         (gst_audio_convert_channels):
27923         * gst/audioconvert/gstchannelmix.c:
27924         (gst_audio_convert_unset_matrix),
27925         (gst_audio_convert_fill_identical),
27926         (gst_audio_convert_fill_compatible),
27927         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27928         (gst_audio_convert_fill_others),
27929         (gst_audio_convert_fill_normalize),
27930         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27931         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27932         * gst/audioconvert/gstchannelmix.h:
27933           Implement a channel mixer.
27934
27935 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27936
27937         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27938         * ext/alsa/gstalsa.h:
27939         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27940         Make alsasink actually honor gst_element_set_clock and use that
27941         clock instead of its internal one.
27942
27943 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27944
27945         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27946         (gst_play_base_bin_change_state): nullify source and decoder when
27947         going from READY to NULL so that we don't try to do weird stuff with
27948         them when going from NULL to READY
27949         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27950         instead of g_object_unref
27951         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27952         it should be correct
27953         (gst_play_bin_change_state): don't call remove_sinks if we are
27954         currently disposing the object
27955
27956 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27957
27958         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27959           Don't forget bass if it's there. Else left channel is silent...
27960
27961 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27962
27963         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27964         (gst_a52dec_change_state):
27965           Don't do sample adjusting anymore, we use float audio now.
27966         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27967           Don't fixate to non-existing properties.
27968
27969 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27970
27971         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
27972         (gst_a52dec_change_state):
27973           Advertise that we can do surround sound.
27974
27975 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27976
27977         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
27978           Add buffer-frames=0.
27979         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
27980         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
27981         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
27982         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
27983         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
27984         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
27985         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
27986         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
27987         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
27988         * ext/dvdread/dvdreadsrc.h:
27989           Add seeking, querying for bytes, sectors, title, angle and
27990           chapter. Handle multiple chapters. Relicense to LGPL because
27991           Billy agreed on that (thanks Billy!).
27992
27993 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27994
27995         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
27996         call parent dispose method
27997
27998 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
27999
28000         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28001         (gst_audio_clock_get_internal_time):
28002         Fix active <-> inactive transitions: ensure time value always
28003         grows and avoid abrupt value changes.
28004
28005 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28006
28007         * configure.ac:
28008         * gst/tta/Makefile.am:
28009         * gst/tta/crc32.h:
28010         * gst/tta/filters.h:
28011         * gst/tta/gsttta.c:
28012         * gst/tta/gstttadec.c:
28013         * gst/tta/gstttadec.h:
28014         * gst/tta/gstttaparse.c:
28015         * gst/tta/gstttaparse.h:
28016         * gst/tta/ttadec.h:
28017           added TTA parser and decoder
28018
28019 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28020
28021         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28022         (probe_triggered), (check_queue), (buffer_underrun),
28023         (buffer_running), (buffer_overrun), (gen_source_element),
28024         (setup_source):
28025         * gst/playback/gstplaybasebin.h:
28026           Implement buffering. Needs some more work.
28027
28028 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28029
28030         * ext/theora/theoradec.c: (theora_dec_chain):
28031           Fix ilog mask range overflow.
28032
28033 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28034
28035         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28036           Don't omit the last (which in case of dmix is the only :) )
28037           channel count. Don't set channels if <= 2.
28038
28039 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28040
28041         * gst/playback/gstplaybin.c: (gen_video_element),
28042         (gen_audio_element): Removed 2 obsolete comments
28043
28044 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28045
28046         * ext/vorbis/oggvorbisenc.c
28047         * ext/vorbis/vorbisenc.c :
28048           change description fields of those plugins to differentiate them
28049           (pitivi show Encoders by description, they had the same one)
28050
28051 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28052
28053         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28054
28055         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28056         (gst_play_bin_set_property), (gen_video_element),
28057         (gen_audio_element):
28058           Refcounting fixes for provided audio-/videosinks.
28059
28060 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28061
28062         * gst/playback/gstplaybin.c: (gen_video_element),
28063         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28064           Don't reference all sinks, but only the video- and audiosinks.
28065           The vis. element should be disposed when we're done with it.
28066           We don't have any reason to keep it around. This fixes warnings
28067           when reusing playbin for playing multiple audio files with
28068           vis. enabled. Also release audio device on pause - idea stolen
28069           from Rhythmbox.
28070
28071 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28072
28073         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28074         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28075         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28076         * ext/alsa/gstalsaplugin.c: (plugin_init):
28077         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28078         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28079         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28080         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28081         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28082         (gst_faad_change_state), (plugin_init):
28083         * ext/faad/gstfaad.h:
28084         * ext/vorbis/vorbis.c: (plugin_init):
28085         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28086         * gst-libs/gst/audio/Makefile.am:
28087         * gst-libs/gst/audio/audio.c: (plugin_init):
28088         * gst-libs/gst/audio/multichannel.c:
28089         (gst_audio_check_channel_positions),
28090         (gst_audio_get_channel_positions),
28091         (gst_audio_set_channel_positions),
28092         (gst_audio_set_structure_channel_positions_list),
28093         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28094         (gst_audio_fixate_channel_positions):
28095         * gst-libs/gst/audio/multichannel.h:
28096         * gst-libs/gst/audio/testchannels.c: (main):
28097         * gst/audioconvert/gstaudioconvert.c:
28098         (gst_audio_convert_class_init), (gst_audio_convert_init),
28099         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28100         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28101         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28102         * gst/audioconvert/plugin.c: (plugin_init):
28103           Surround sound support.
28104
28105 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28106
28107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28108           Fix position for discont if we're close as well. Nitpicking, but
28109           saves a few milliseconds of extra waiting or skipping.
28110
28111 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28112
28113         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28114           We sometimes need parsers for playback, so add those too.
28115
28116 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28117
28118         * configure.ac:
28119         * gst/apetag/Makefile.am:
28120         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28121         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28122         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28123         (gst_ape_demux_get_src_query_types),
28124         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28125         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28126         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28127         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28128         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28129         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28130         (gst_ape_demux_change_state):
28131         * gst/apetag/apedemux.h:
28132         * gst/apetag/apetag.c: (plugin_init):
28133         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28134         (plugin_init):
28135           APE v1/2 tag reader plus typefind function.
28136
28137 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28138
28139         * configure.ac:
28140         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28141         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28142           Remove hacks for older core. Require newer core version
28143           accordingly.
28144
28145 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28146
28147         * gst/cdxaparse/Makefile.am:
28148         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28149         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28150         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28151         * gst/cdxaparse/gstcdxaparse.h:
28152         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28153         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28154         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28155         (gst_cdxastrip_get_src_query_types),
28156         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28157         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28158         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28159         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28160         * gst/cdxaparse/gstcdxastrip.h:
28161           SVCD/VCD header stripping separated from CDXA image parsing.
28162         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28163         (plugin_init):
28164           Add VCD/SVCD header typefinding for VCD/SVCD.
28165         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28166         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28167         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28168         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28169         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28170         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28171         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28172         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28173         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28174         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28175         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28176         * sys/vcd/vcdsrc.h:
28177           Fix up, add seeking, querying, URI interface. Works in totem now.
28178
28179 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28180
28181         * configure.ac:
28182           back to CVS
28183
28184 === release 0.8.6 ===
28185
28186 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28187
28188         * NEWS:
28189         * RELEASE:
28190         * configure.ac:
28191         * po/af.po:
28192         * po/az.po:
28193         * po/cs.po:
28194         * po/en_GB.po:
28195         * po/hu.po:
28196         * po/it.po:
28197         * po/nb.po:
28198         * po/nl.po:
28199         * po/or.po:
28200         * po/sq.po:
28201         * po/sr.po:
28202         * po/sv.po:
28203         * po/uk.po:
28204           releasing 0.8.6, "IOU Love"
28205
28206 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28207
28208         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28209
28210         * gst/playback/gstplaybasebin.c:
28211           Fix unplayable files error handling.  Fixes #158365
28212
28213 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28214
28215         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28216
28217         * gst/typefind/gsttypefindfunctions.c:
28218           Fix broken mp3 typefinding.  Fixes #158375
28219
28220 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28221
28222         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28223
28224         * ext/ogg/gstoggdemux.c:
28225           Fix sync on broken files.  Fixes #158976
28226
28227 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28228
28229         patch by: Edward Hervey <bilboed@bilboed.com>
28230
28231         * ext/libpng/gstpngenc.c:
28232           Copy over buffer properties.  Fixes #158832
28233
28234 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28235
28236         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28237
28238         * ext/dvdread/dvdreadsrc.c:
28239           Fixes invalid reads (#158462)
28240
28241 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28242
28243         * sys/v4l/gstv4lsrc.c:
28244         * sys/v4l/gstv4lsrc.h:
28245         * sys/v4l/v4lsrc_calls.c:
28246           Probe less and cache it.  Fixes #159187.
28247
28248 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28249
28250         * gst/videorate/gstvideorate.c:
28251           Handle all video formats. Fixes #159186.
28252
28253 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28254         * gst/synaesthesia/gstsynaesthesia.c:
28255         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28256         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28257         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28258         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28259         (gst_synaesthesia_change_state), (plugin_init):
28260         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28261         Force 320x200 output, as that's the only thing the underlying
28262         synaesthesia implementation supports. Still needs to be made
28263         re-entrant.
28264
28265 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28266
28267         * configure.ac:
28268           Fix mpeg2enc configure check (similar to mplex check below).
28269
28270 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28271
28272         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28273
28274         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28275           Fix for gcc-2.95 (fixes #158221).
28276
28277 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28278
28279         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28280           Re-add clock distribution hack (until new core is released).
28281           Fixes #158125.
28282
28283 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28284         * configure.ac:
28285           fix mplex configure check segfaulting on some systems (bug #140994)
28286
28287 2004-11-13  Benjamin Otte  <otte@gnome.org>
28288
28289         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28290           add debugging
28291         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28292           do a wait when we enter the loop func with no data available to
28293           write instead of getting into an 100% CPU loop by just returning and
28294           being called again by the scheduler
28295
28296 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28297
28298         * configure.ac:
28299         * ext/libvisual/visual.c: (gst_visual_get_type),
28300         (libvisual_log_handler), (gst_visual_getcaps),
28301         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28302         (plugin_init):
28303           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28304         * ext/smoothwave/Makefile.am:
28305         * ext/smoothwave/demo-osssrc.c: (main):
28306         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28307         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28308         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28309         (plugin_init):
28310         * ext/smoothwave/gstsmoothwave.h:
28311           Make gstsmoothwave a working element in the 20th century.
28312
28313         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28314           Fix incorrect link function
28315
28316 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28317
28318         * gst/volume/gstvolume.c:
28319           Allow buffer-frames=0.
28320
28321 2004-11-12 Iain <iaingnome@gmail.com>
28322
28323         * configure.ac: Check for polypaudio
28324
28325         * ext/Makefile.am: Build the polyp dir
28326
28327         * ext/polyp: The polypsink sources.
28328
28329 2004-10-30 Iain <iaingnome@gmail.com>
28330
28331         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28332         caps to reflect the new number of channels.
28333
28334 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28335
28336         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28337           Fix for negotiation order problem. This would show when the
28338           ALSA loopfuction was called before any other function. ALSA
28339           wouldn't do anything because we're not negotiated yet, leading
28340           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28341
28342 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28343
28344         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28345
28346         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28347           No warnings (#157986).
28348
28349 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28350
28351         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28352           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28353
28354 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28355
28356         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28357           Signal no-more-pads (so it works in playbin).
28358
28359 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28360
28361         * ext/musepack/gstmusepackreader.cpp:
28362           Workaround for older core.
28363
28364 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28365
28366         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28367           Actually test for odd width/height rather than testing whether
28368           a temporary variable that was 0 before we subtracted 1 is now
28369           not equal to zero (which it always is).
28370
28371 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28372
28373         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28374         Fix compilation if HAVE_XVIDEO is not defined
28375
28376 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28377
28378         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28379         Fix compilation if HAVE_XVIDEO is not defined
28380
28381 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28382
28383         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28384         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28385         (gst_goom_change_state), (plugin_init):
28386         Use the bytestream adapter so goom doesn't depend on the input
28387         buffer size.
28388         Add a debug category
28389
28390 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28391
28392         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28393           Only set hardware parameters *after* negotiation. Before
28394           negotiation, it will set ANY and that seems to cause crashes
28395           (see e.g. #151288, #153227).
28396
28397 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28398
28399         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28400           This seems to be antique leftover. It needs to pass error
28401           checking.
28402         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28403         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28404         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28405         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28406           Fix GstXOverlay implementation (#151059).
28407
28408 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28409
28410         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28411           Don't assert (#157853).
28412
28413 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28414
28415         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28416           Fix bytes/samples confustion.
28417         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28418           Fix for underrun (#144389).
28419
28420 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28421
28422         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28423           Disable halfway-seek for pending release (since it needs a new
28424           core release).
28425
28426 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28427
28428         * sys/v4l/gstv4lsrc.c:
28429         * sys/v4l/gstv4lsrc.h:
28430         * sys/v4l/v4lsrc_calls.c:
28431           add autoprobe-fps property so we can separate autoprobing parts
28432
28433 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28434
28435         * sys/v4l/gstv4lsrc.c:
28436         * sys/v4l/v4lsrc_calls.c:
28437         initialise fourcc to catch unset fourcc's, and debug
28438
28439 2004-11-09  Wim Taymans  <wim@fluendo.com>
28440
28441         * gst/playback/README:
28442         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28443         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28444         (gst_play_bin_dispose), (gst_play_bin_set_property),
28445         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28446         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28447         (gst_play_bin_get_formats), (gst_play_bin_convert),
28448         (gst_play_bin_get_query_types), (gst_play_bin_query):
28449         Cleanups and some more documentation.
28450
28451 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28452
28453         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28454         (gst_cacasink_init), (gst_cacasink_chain):
28455         * ext/libcaca/gstcacasink.h:
28456         Cacasink inherits from VideoSink, so let that store the clock.
28457
28458 2004-11-09  Wim Taymans  <wim@fluendo.com>
28459
28460         * gst/playback/README:
28461         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28462         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28463         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28464         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28465         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28466         (setup_sinks):
28467         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28468         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28469         * gst/playback/gststreaminfo.h:
28470         Updated README.
28471         Only switch groups if all streams have muted (EOSed).
28472         Send Tags in sync with the stream playback instead of in
28473         the playback/preroll phase.
28474         Some cleanups, free the fakesrc elements.
28475
28476 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28477
28478         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28479           buffer-frames property was missing
28480         * ext/arts/gst_arts.c:
28481           rate missing from sinkcaps
28482         * ext/audiofile/gstafparse.c:
28483         * ext/audiofile/gstafsink.c:
28484         * ext/audiofile/gstafsrc.c:
28485         * ext/swfdec/gstswfdec.c:
28486           int audio doesn't know buffer-frames
28487         * ext/cdparanoia/gstcdparanoia.c:
28488           int audio doesn't know chunksize either
28489         * ext/nas/nassink.c:
28490           it's endianness, not endianess
28491         * gst-libs/gst/audio/audio.h:
28492           make float standard pad template caps really describe float
28493         * gst/law/mulaw.c: (linear_factory):
28494           signed only, please
28495         * gst/mpegstream/gstdvddemux.c:
28496           widths of 20 are not valid
28497
28498 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28499
28500         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28501
28502         * po/LINGUAS:
28503         * po/it.po:
28504           Add Italian
28505
28506 2004-11-08  Wim Taymans  <wim@fluendo.com>
28507
28508         * gst/playback/README:
28509         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28510         * gst/playback/gstplaybasebin.c: (probe_triggered),
28511         (gst_play_base_bin_change_state):
28512         Updated README, added more comments for fixmes etc..
28513
28514 2004-11-08  Wim Taymans  <wim@fluendo.com>
28515
28516         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28517         We can remove this hack now.
28518
28519 2004-11-08  Wim Taymans  <wim@fluendo.com>
28520
28521         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28522         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28523         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28524         Only mix AYUV for maximum quality.
28525
28526 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28527
28528         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28529         (gst_ogg_demux_push), (gst_ogg_pad_push):
28530           Let's act as if we're synchronized now! :).
28531         * ext/theora/theoradec.c: (theora_dec_chain):
28532           Add some debug.
28533
28534 2004-11-08  Wim Taymans  <wim@fluendo.com>
28535
28536         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28537         (gst_alpha_set_property), (gst_alpha_sink_link),
28538         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28539         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28540         (gst_alpha_init_params), (gst_alpha_chain):
28541         Implement alpha functions for AYUV too, this increases
28542         accuracy quite a bit.
28543
28544 2004-11-08  Wim Taymans  <wim@fluendo.com>
28545
28546         * gst/ffmpegcolorspace/avcodec.h:
28547         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28548         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28549         (gst_ffmpegcsp_avpicture_fill):
28550         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28551         (gst_ffmpegcsp_caps_remove_format_info):
28552         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28553         (shrink12), (img_get_alpha_info), (deinterlace_line),
28554         (deinterlace_line_inplace):
28555         * gst/ffmpegcolorspace/imgconvert_template.h:
28556         Added AYUV colorspace and handle RGBA a bit more respectful.
28557
28558 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28559
28560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28561           Actually always send a discont (cornercase when resending the
28562           same serial-tagged chain twice).
28563
28564 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28565
28566         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28567         (gst_ximagesink_finalize):
28568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28569         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28570
28571 2004-11-08  Wim Taymans  <wim@fluendo.com>
28572
28573         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28574         Don't segfault on NULL data.
28575
28576 2004-11-08  Wim Taymans  <wim@fluendo.com>
28577
28578         * gst/playback/gstdecodebin.c: (unlinked):
28579         * gst/playback/gstplay-marshal.list:
28580         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28581         (gst_play_base_bin_init), (group_create), (get_active_group),
28582         (get_building_group), (group_destroy), (group_commit),
28583         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28584         (add_element_stream), (no_more_pads), (probe_triggered),
28585         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28586         (state_change), (setup_source), (gst_play_base_bin_get_property),
28587         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28588         (gst_play_base_bin_link_stream),
28589         (gst_play_base_bin_get_streaminfo):
28590         * gst/playback/gstplaybasebin.h:
28591         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28592         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28593         Add support for chained ogg files. Prepare for playlist
28594         support. This patch introduces the concept of pad groups, which
28595         together compose one playable media file.
28596
28597 2004-11-07  David Schleef  <ds@schleef.org>
28598
28599         * testsuite/gst-lint: Check for pad templates that aren't statically
28600         scoped.
28601
28602 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28603
28604         * configure.ac:
28605         * ext/Makefile.am:
28606         * ext/musepack/Makefile.am:
28607         * ext/musepack/gstmusepackdec.cpp:
28608         * ext/musepack/gstmusepackdec.h:
28609         * ext/musepack/gstmusepackreader.cpp:
28610         * ext/musepack/gstmusepackreader.h:
28611           Add musepack decoder.
28612         * ext/faad/gstfaad.c: (gst_faad_base_init):
28613           Make pad templates static.
28614         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28615         (plugin_init):
28616           Add musepack typefinder, make mp3 typefinding work halfway stream,
28617           which doesn't actually work yet because id3demux doesn't implement
28618           _get_length().
28619
28620 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28621
28622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28623         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28624           Fix interrupt event handling (#144436).
28625
28626 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28627
28628         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28629           Hide unused glory.
28630
28631 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28632
28633         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28634
28635         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28636           Fix weird caps (#157548).
28637
28638 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28639
28640         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28641
28642         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28643           Add missing NULL terminator (#157543).
28644
28645 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28646
28647         * gst/tcp/gsttcp.h:
28648         * gst/tcp/gsttcpclientsink.c:
28649         * gst/tcp/gsttcpclientsrc.c:
28650         * gst/tcp/gsttcpserversink.c:
28651         * gst/tcp/gsttcpserversrc.c:
28652           ports can go up to 65535.  Move common defines to gsttcp.h
28653
28654 2004-11-05  Wim Taymans  <wim@fluendo.com>
28655
28656         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28657         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28658         Added two more colorspaces.
28659
28660 2004-11-05  Wim Taymans  <wim@fluendo.com>
28661
28662         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28663         (gst_ffmpegcsp_avpicture_fill):
28664         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28665         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28666         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28667         More stride fixes.
28668
28669 2004-11-05  Wim Taymans  <wim@fluendo.com>
28670
28671         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28672         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28673         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28674         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28675         (gst_videomixer_loop):
28676         More stride fixes.
28677
28678 2004-11-05  Benjamin Otte  <otte@gnome.org>
28679
28680         * ext/mad/gstmad.c: (gst_mad_chain):
28681           don't overflow data buffer. Flush not needed sync data when syncing
28682           failed.
28683
28684 2004-11-04  Wim Taymans  <wim@fluendo.com>
28685
28686         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28687         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28688         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28689         (gst_alpha_init_params), (gst_alpha_chain),
28690         (gst_alpha_change_state):
28691         Updated the chroma keying algorithm with something more
28692         sophisticated.
28693
28694 2004-11-03  Wim Taymans  <wim@fluendo.com>
28695
28696         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28697         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28698         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28699         Fix stride issues. Does not completely work for odd
28700         heights.
28701
28702 2004-11-03  Wim Taymans  <wim@fluendo.com>
28703
28704         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28705         (gst_alpha_chroma_key), (gst_alpha_chain):
28706         Fix stride issues. Does not completely work for odd
28707         heights.
28708
28709 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28710
28711         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28712         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28713         leak fixes
28714
28715 2004-11-03  Wim Taymans  <wim@fluendo.com>
28716
28717         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28718         (gst_ffmpegcsp_avpicture_fill):
28719         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28720         (avpicture_alloc):
28721         * gst/ffmpegcolorspace/imgconvert_template.h:
28722         Use correct _fill function to get correct strides.
28723
28724 2004-11-02  David Schleef  <ds@schleef.org>
28725
28726         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28727         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28728         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28729         Change all g_print()s to debugging.  Add a bunch of consistency
28730         checks.
28731
28732 2004-11-02  Wim Taymans  <wim@fluendo.com>
28733
28734         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28735         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28736         (unlinked), (no_more_pads), (close_link):
28737         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28738         (unknown_type), (add_element_stream), (new_decoded_pad),
28739         (removed_decoded_pad), (setup_source):
28740         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28741         (gst_stream_info_class_init), (gst_stream_info_init),
28742         (gst_stream_info_new), (gst_stream_info_dispose),
28743         (stream_info_mute_pad), (gst_stream_info_set_property),
28744         (gst_stream_info_get_property):
28745         * gst/playback/gststreaminfo.h:
28746         Fix playback of multiple files.
28747         a slightly different approach to handling dynamic pad removals.
28748         This one only looks at pads that we have linked.
28749
28750 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28751
28752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28753         free" warning from libc.
28754
28755 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28756
28757         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28758         (get_unconnected_element), (remove_starting_from), (pad_removed),
28759         (close_link):
28760           Implement support for dynamic pad changing. We listen to "live"
28761           pad removals (i.e. while playing) and re-setup autoplugging
28762           after that. Playbasebin/playbin need some more work for this
28763           to finally work, but decodebin supports (and replugs) chained
28764           ogg now.
28765
28766 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28767
28768         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28769         (gst_alsa_finalize):
28770         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28771         (gst_cdaudio_finalize):
28772         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28773         (cdparanoia_finalize):
28774         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28775         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28776         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28777         (dvdreadsrc_finalize):
28778         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28779         (gst_flacdec_finalize):
28780         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28781         (gst_flacenc_finalize):
28782         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28783         (gst_gnomevfssink_finalize):
28784         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28785         (gst_gnomevfssrc_finalize):
28786         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28787         (gst_fameenc_finalize):
28788         * ext/nas/nassink.c: (gst_nassink_class_init),
28789         (gst_nassink_finalize):
28790         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28791         (gst_sdlvideosink_class_init):
28792         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28793         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28794         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28795         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28796         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28797         (gst_x_window_listener_dispose):
28798         * gst/audioscale/gstaudioscale.c:
28799         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28800         (play_on_demand_finalize):
28801         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28802         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28803         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28804         (cdplayer_finalize):
28805         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28806         (gst_glimagesink_class_init):
28807         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28808         (gst_osselement_finalize):
28809         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28810         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28811         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28812           Fixes a bunch of problems with finalize and dispose functions,
28813           either assumptions that dispose is only called once, or not calling
28814           the parent class dispose/finalize function
28815
28816 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28817
28818         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28819           added two api precondition guards
28820           use g_strdup with getenv to fix crash when using ENVVAR
28821
28822 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28823         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28824         (gst_esdsink_finalize):
28825         Use a finalize function, not dispose, and more importantly,
28826         call the parent class finalize function too
28827
28828 2004-11-01  Johan Dahlin  <johan@gnome.org>
28829
28830         * ext/ogg/gstoggdemux.c:
28831         * gst/tags/gstvorbistag.c:
28832         Plug leaks.
28833
28834 2004-10-31  Benjamin Otte  <otte@gnome.org>
28835
28836         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28837           lotsa memleaks today. But they're all small...
28838
28839 2004-10-31  Benjamin Otte  <otte@gnome.org>
28840
28841         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28842           another memleak crushed
28843
28844 2004-10-31  Benjamin Otte  <otte@gnome.org>
28845
28846         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28847           fix memleak
28848
28849 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28850
28851         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28852           Hack to prevent crash when going to READY inside signal handler
28853           while this function is active.
28854
28855 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28856
28857         * gst/ffmpegcolorspace/Makefile.am:
28858         * gst/ffmpegcolorspace/avcodec.h:
28859         * gst/ffmpegcolorspace/common.h:
28860         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28861         * gst/ffmpegcolorspace/dsputil.h:
28862         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28863         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28864         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28865         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28866         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28867         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28868         (gst_ffmpegcsp_avpicture_fill):
28869         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28870         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28871         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28872         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28873         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28874         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28875         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28876         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28877         * gst/ffmpegcolorspace/imgconvert.c:
28878         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28879         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28880         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28881         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28882         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28883         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28884         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28885         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28886         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28887         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28888         (grow21), (grow22), (grow41), (grow44), (conv411),
28889         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28890         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28891         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28892         (avpicture_free), (is_yuv_planar), (img_convert),
28893         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28894         (deinterlace_line_inplace), (deinterlace_bottom_field),
28895         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28896         * gst/ffmpegcolorspace/imgconvert_template.h:
28897         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28898         * gst/ffmpegcolorspace/mmx.h:
28899         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28900         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28901         (av_freep), (avcodec_get_context_defaults),
28902         (avcodec_alloc_context), (avcodec_init):
28903           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28904           handling plus update from ffmpeg CVS. Large clean-up.
28905
28906 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28907
28908         * gst/playback/Makefile.am:
28909           We need the marshallers for decodebin, too.
28910
28911 2004-10-30  David Schleef  <ds@schleef.org>
28912
28913         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28914           quicktime typefinding work with 64-bit offsets.
28915
28916 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28917
28918         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28919           Set EOS on the element when processing an EOS event.
28920         * ext/speex/gstspeexdec.h:
28921         * ext/speex/gstspeexenc.h:
28922           Only keep a const ptr to the mode
28923         * gst-libs/gst/riff/riff-media.c:
28924         (gst_riff_create_audio_caps_with_data),
28925         (gst_riff_create_audio_template_caps):
28926           Allow WMAV3, with up to 6 channels.
28927         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28928           Don't call gst_pad_set_event_function on a sink pad.
28929         * gst/mpegstream/gstdvddemux.c:
28930         (gst_dvd_demux_get_subpicture_stream),
28931         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28932           Copy the explicit caps that were set across to the cur_* pads,
28933           instead of trying to use a possibly non-existent negotiated caps.
28934           Reset the type of subpicture pads to UNKNOWN after calling
28935           init_stream, so that the caps get set.
28936
28937 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28938
28939         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28940
28941         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28942           Don't touch buffer if it is of size 0 (fixes #151064).
28943
28944 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28945
28946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28947           Synchronized discont handling.
28948
28949 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28950
28951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28952         (gst_ogg_demux_push):
28953           Make seeking sort-of exact again (fixes #156387).
28954
28955 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28956
28957         * gst/playback/gstplaybasebin.c: (unknown_type),
28958         (add_element_stream), (new_decoded_pad),
28959         (gst_play_base_bin_change_state):
28960         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28961         (gst_stream_info_init), (gst_stream_info_new),
28962         (gst_stream_info_dispose), (gst_stream_info_get_property):
28963         * gst/playback/gststreaminfo.h:
28964           Make caps explicitely available. Makes testing for unsupported
28965           types possible. Improves error reporting.
28966
28967 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28968
28969         * gst/audioconvert/gstaudioconvert.c:
28970         (gst_audio_convert_buffer_to_default_format):
28971           Really don't touch read-only buffers (#156563).
28972
28973 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
28974
28975         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28976
28977         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28978           Fix memleak (#155223).
28979
28980 2004-10-29  Wim Taymans  <wim@fluendo.com>
28981
28982         * gst/tcp/.cvsignore:
28983         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
28984         (gst_multifdsink_class_init), (gst_multifdsink_init),
28985         (gst_multifdsink_add), (gst_multifdsink_remove),
28986         (gst_multifdsink_remove_client_link), (is_sync_frame),
28987         (gst_multifdsink_new_client),
28988         (gst_multifdsink_handle_client_write),
28989         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28990         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28991         (gst_multifdsink_get_property):
28992         * gst/tcp/gstmultifdsink.h:
28993         Added burst on connect sync_method, deprecated sync_clients,
28994         streamlined the sync code some more.
28995
28996 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28997
28998         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
28999         (gst_play_base_bin_change_state):
29000           Improve error reporting.
29001
29002 2004-10-28  Wim Taymans  <wim@fluendo.com>
29003
29004         * gst/tcp/Makefile.am:
29005         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29006         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29007         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29008         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29009         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29010         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29011         (gst_fdset_wait):
29012         Added more locks around fdset structures. Fixed/reworked
29013         the poll array resizing code.
29014         Added stress test for fdset.
29015
29016 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29017
29018         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29019         fix build
29020
29021 2004-10-28  Benjamin Otte  <otte@gnome.org>
29022
29023         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29024           fix link function to always query channels and query width for
29025           floats
29026         * configure.ac:
29027           add equalizer dir
29028         * gst/equalizer/Makefile.am:
29029         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29030         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29031         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29032         (arg_to_scale), (setup_filter),
29033         (gst_iir_equalizer_compute_frequencies),
29034         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29035         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29036         (plugin_init):
29037           add an equalizer
29038
29039 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29040
29041         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29042
29043         * po/LINGUAS:
29044         * po/nb.po:
29045           Added Norwegian Bokmaal translation
29046
29047 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29048
29049         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29050           Don't break on options (fixes #156488).
29051
29052 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29053
29054         * configure.ac:
29055         * ext/cdaudio/Makefile.am:
29056         * sys/Makefile.am:
29057           fix build on older automake
29058
29059 2004-10-26  Wim Taymans  <wim@fluendo.com>
29060
29061         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29062         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29063         Allow a little margin when negotiating the framerate.
29064
29065 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29066
29067         * gst/level/gstlevel.c:
29068           synchonised naming of pads and pad-templates
29069
29070 2004-10-26  Wim Taymans  <wim@fluendo.com>
29071
29072         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29073         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29074         (_find_streams_check), (gst_ogg_demux_push):
29075         Fix EOS again. Needs to be done in a better way. We should not
29076         remove the pad if there is no new chained stream.
29077
29078 2004-10-26 Iain <iaingnome@gmail.com>
29079
29080         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29081         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29082         of the caps.
29083         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29084         pad.
29085         (interleave_release_pad): Remove the pad.
29086         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29087         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29088         the set device.
29089         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29090         attrs
29091         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29092         (gst_xvimagesink_finalize): Free the par.
29093
29094 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29095
29096         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29097         (gst_avimux_stop_file):
29098           First calculate the rate, and only then use it. Hdr.rate is a
29099           multiple and not a derivative of hdr.scale. Scale is not the
29100           same as blockalign but is solely related to rate.
29101
29102 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29103
29104         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29105         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29106           Implement seeking.
29107
29108 2004-10-25  James Henstridge  <james@jamesh.id.au>
29109
29110         Reviewed by:  David Schleef  <ds@schleef.org>
29111
29112         * examples/gstplay/player.c: (got_stream_length), (main):
29113         * examples/seeking/cdplayer.c: (update_scale):
29114         * examples/seeking/seek.c: (format_value), (update_scale):
29115         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29116         (stop_seek):
29117         Build fixes on AMD64.
29118
29119 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29120
29121         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29122
29123         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29124         Fix for some v4l cards which hang in v4lsrc
29125
29126 2004-10-25  Wim Taymans  <wim@fluendo.com>
29127
29128         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29129         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29130         Make sure to remove the pad when a new chain is
29131         encountered. Set some vars to NULL so we don't try
29132         to reference freed memory.
29133
29134 2004-10-25  Wim Taymans  <wim@fluendo.com>
29135
29136         * examples/seeking/Makefile.am:
29137         * examples/seeking/cdplayer.c: (update_scale):
29138         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29139         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29140         (format_value), (update_scale), (iterate), (start_seek),
29141         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29142         (print_usage), (main):
29143         Added some more examples, update others.
29144
29145 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29146
29147         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29148         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29149         * ext/theora/theoradec.c: (theora_dec_chain):
29150         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29151           Add codec-name metadata.
29152
29153 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29154
29155         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29156
29157         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29158         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29159         * ext/alsa/gstalsamixertrack.h:
29160         * po/POTFILES.in:
29161           ALSA mixer track label internationalization (#154054).
29162
29163 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29164
29165         * ext/theora/theoradec.c: (theora_dec_chain):
29166           Export bitrate as metadata.
29167
29168 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29169
29170         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29171         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29172         * ext/alsa/gstalsamixertrack.h:
29173           Fix names, fix loop.
29174
29175 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29176
29177         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29178         (speex_dec_convert):
29179           sinkconvert function so oggdemux can get the file length (totem).
29180
29181 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29182
29183         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29184
29185         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29186           Don't push incomplete packets.
29187         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29188           Fix MPEG-4 audio typefinding.
29189
29190 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29191
29192         * sys/v4l/Makefile.am:
29193         * sys/v4l/gstv4l.c: (plugin_init):
29194         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29195         (gst_v4lelement_init), (gst_v4lelement_dispose),
29196         (gst_v4lelement_change_state):
29197         * sys/v4l/gstv4lelement.h:
29198         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29199         (gst_v4l_xoverlay_close), (idle_refresh),
29200         (gst_v4l_xoverlay_set_xwindow_id):
29201         * sys/v4l/gstv4lxoverlay.h:
29202         * sys/v4l/v4l-overlay_calls.c:
29203         * sys/v4l/v4l_calls.h:
29204         * sys/v4l2/Makefile.am:
29205         * sys/v4l2/gstv4l2.c: (plugin_init):
29206         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29207         (gst_v4l2element_init), (gst_v4l2element_dispose),
29208         (gst_v4l2element_change_state):
29209         * sys/v4l2/gstv4l2element.h:
29210         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29211         (gst_v4l2_xoverlay_close), (idle_refresh),
29212         (gst_v4l2_xoverlay_set_xwindow_id):
29213         * sys/v4l2/gstv4l2xoverlay.h:
29214         * sys/v4l2/v4l2-overlay_calls.c:
29215         * sys/v4l2/v4l2_calls.h:
29216           Remove client-side overlay handling, use the X-server v4l plugin
29217           for that. Nicer overlay, less code. Also make the plugin
29218           compileable without X (but then without overlay, obviously).
29219           Makes xwindowlistener obsolete, should we remove that?
29220
29221 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29222
29223         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29224         (gst_osssrc_src_query):
29225         * sys/oss/gstosssrc.h:
29226           OK, so people want offset in DEFAULT. This time, actually fix all
29227           cases.
29228         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29229           Add FPS properly.
29230
29231 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29232
29233         * gst/asfdemux/gstasfmux.c:
29234         * gst/avi/gstavimux.c:
29235           Framerate.
29236
29237 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29238
29239         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29240           Fix properties (channel, norm, frequency).
29241
29242 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29243
29244         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29245           Flag typo.
29246         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29247           No warnings.
29248
29249 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29250
29251         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29252           Fix hang.
29253
29254 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29255
29256         * sys/v4l2/gstv4l2element.h:
29257           Yet Another Hack (tm) for kernel header borkedness.
29258         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29259         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29260         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29261         (gst_v4l2src_change_state):
29262         * sys/v4l2/gstv4l2src.h:
29263         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29264         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29265           Fix caps, keep track of state, work.
29266
29267 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29268
29269         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29270           Quiet.
29271
29272 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29273
29274         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29275           Don't mix bytes and samples.
29276
29277 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29278
29279         * ext/ogg/gstoggmux.c:
29280           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29281           and theora. Any is incorrect.
29282         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29283           Fix caps.
29284         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29285         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29286         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29287         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29288         * sys/v4l/gstv4lmjpegsrc.h:
29289         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29290         (gst_v4lsrc_change_state):
29291         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29292         (gst_v4lmjpegsrc_capture_stop):
29293           Fix caps. Keep track of internal state. Work.
29294
29295 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29296
29297         * ext/Makefile.am:
29298           Fix the build fixes.
29299
29300 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29301
29302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29303         (gst_ogg_demux_src_event), (_find_chain_seek),
29304         (gst_ogg_pad_push):
29305           Check for pad availability before using it.
29306         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29307           Fix parsing of chained ogg. Needs more work on the decoder side.
29308
29309 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29310
29311         * gst/spectrum/Makefile.am:
29312         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29313         (idle_func):
29314           Fix demo and reenable it. Yes, I'm currently playing with audio
29315           analysis tools
29316
29317 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29318
29319         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29320           We love it if files that start at zero work too...
29321
29322 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29323
29324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29325           Handle files with missing EOS headers.
29326
29327 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29328
29329         * gst/tcp/gsttcpserversink.c:
29330         (gst_tcpserversink_handle_server_read),
29331         (gst_tcpserversink_init_send):
29332         Zero some variables first (need for accept not to return EINVAL)
29333
29334 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29335
29336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29337         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29338         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29339         (theora_dec_chain):
29340         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29341         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29342           Seeking and querying finetune.
29343
29344 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29345
29346         * configure.ac:
29347         * ext/Makefile.am:
29348         * ext/raw1394/Makefile.am:
29349           fix the build
29350
29351 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29352
29353         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29354           Wrong return.
29355         * gst/playback/Makefile.am:
29356         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29357         * gst/playback/gstplay-marshal.list:
29358         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29359           Fix marshallers.
29360
29361 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29362
29363         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29364           Silence.
29365
29366 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29367
29368         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29369         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29370         (gst_ogg_pad_push):
29371           Yay for non-lineair granulepos in theora.
29372
29373 2004-10-18  Wim Taymans  <wim@fluendo.com>
29374
29375         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29376         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29377         * ext/dv/gstdvdec.h:
29378         Make sure we renegotiate aspect ratio when the camera switches.
29379
29380 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29381
29382         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29383         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29384           Start at zero.
29385         * ext/theora/theoradec.c: (theora_dec_chain):
29386           Skip headers. Bad idea for chained ogg, but fixes seeking.
29387
29388 2004-10-18  Wim Taymans  <wim@fluendo.com>
29389
29390         * configure.ac:
29391         I swear, this is the last time I touch this.
29392
29393 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29394
29395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29396         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29397         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29398           Faster seeking.
29399         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29400           Time-to-default conversion.
29401         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29402           Don't error on unknown packets, just skip. We should probably
29403           read them if we want to support chained ogg.
29404
29405 2004-10-18  Wim Taymans  <wim@fluendo.com>
29406
29407         * configure.ac:
29408         Added cdaudio to wrong list.
29409
29410 2004-10-18  Wim Taymans  <wim@fluendo.com>
29411
29412         * configure.ac:
29413         Revive cdaudio.
29414
29415 2004-10-18  Wim Taymans  <wim@fluendo.com>
29416
29417         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29418         (gst_dvdec_video_link), (gst_dvdec_push):
29419         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29420         (gst_smokeenc_resync), (gst_smokeenc_chain):
29421         Fix mimetype on smoke encoder.
29422         Add aspect ratio to dvdec. Not sure if these
29423         values are correct though....
29424
29425 2004-10-18  Wim Taymans  <wim@fluendo.com>
29426
29427         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29428         Fix vorbis property descriptions and ranges.
29429
29430 2004-10-18  Wim Taymans  <wim@fluendo.com>
29431
29432         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29433         Really do nothing when no data is available.
29434         Go to the playing state when the stream is not seekable
29435         instead of failing.
29436
29437 2004-10-18  Wim Taymans  <wim@fluendo.com>
29438
29439         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29440         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29441         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29442         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29443         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29444         Added uri handler for cd://
29445         Port to new API.
29446
29447 2004-10-18  Wim Taymans  <wim@fluendo.com>
29448
29449         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29450         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29451         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29452         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29453         (remove_prerolls), (unknown_type), (add_element_stream),
29454         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29455         (gst_play_base_bin_remove_element),
29456         (gst_play_base_bin_link_stream):
29457         * gst/playback/gstplaybin.c: (gen_video_element),
29458         (gen_vis_element), (remove_sinks), (setup_sinks):
29459         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29460         (gst_stream_info_get_type), (gst_stream_info_class_init),
29461         (gst_stream_info_init), (gst_stream_info_new),
29462         (gst_stream_info_dispose), (stream_info_mute_pad),
29463         (gst_stream_info_set_property), (gst_stream_info_get_property):
29464         * gst/playback/gststreaminfo.h:
29465         Add sink padtemplate to decodebin.
29466         Added some more comments.
29467         Make queue size configurable in playbasebin.
29468         Added possibility to use elements as sinks (ex cdaudio).
29469
29470 2004-10-15  Wim Taymans  <wim@fluendo.com>
29471
29472         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29473         (gst_speexenc_chain):
29474         Fix speex timestamps so that it gets muxed properly.
29475
29476 2004-10-15  Wim Taymans  <wim@fluendo.com>
29477
29478         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29479         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29480         (gst_dv1394src_init), (gst_dv1394src_dispose),
29481         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29482         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29483         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29484         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29485         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29486         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29487         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29488         * ext/raw1394/gstdv1394src.h:
29489         Added conversion/query functions.
29490         Update buffer timestamps,
29491         Added signals.
29492         Added uri dv:// so it might play from the firewire in playbin.
29493         Fix a possible leak.
29494         Added debugging.
29495
29496 2004-10-15  Wim Taymans  <wim@fluendo.com>
29497
29498         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29499         (gst_dv1394src_init), (gst_dv1394src_set_property),
29500         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29501         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29502         * ext/raw1394/gstdv1394src.h:
29503         Added AV/C VTR control support needed for some cameras.
29504         Added automatic port detection.
29505         Added properties for selecting the channel.
29506         The configure.ac script is not yet updated to reflect the
29507         new libavc1394 and librom1394 dependencies.
29508
29509 2004-10-15  Wim Taymans  <wim@fluendo.com>
29510
29511         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29512         (qtdemux_parse), (gst_qtdemux_handle_esds):
29513         An esds box is not a container.
29514         Fix parsing of mp4v boxes.
29515         Do not try to renegotiate fps for each frame. Need to
29516         find a better method. This should fix mp4 playback.
29517
29518 2004-10-14  David Schleef  <ds@schleef.org>
29519
29520         * configure.ac: update for swfdec-0.3 and liboil-0.2
29521         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29522         * ext/swfdec/gstswfdec.h: same
29523         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29524         * gst/videotestsrc/videotestsrc.c: same
29525
29526 2004-10-14  Wim Taymans  <wim@fluendo.com>
29527
29528         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29529         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29530         (is_sync_frame), (gst_multifdsink_new_client),
29531         (gst_multifdsink_handle_client_write),
29532         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29533         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29534         Turn warnings into info.
29535         Don't allow a state change in the streaming thread.
29536
29537 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29538
29539         * ext/vorbis/oggvorbisenc.c:
29540         * ext/vorbis/vorbisdec.c:
29541           fix template sample rate
29542
29543 2004-10-13  Wim Taymans  <wim@fluendo.com>
29544
29545         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29546         Decoding the header first fixes some problems in resyncing
29547         in more mp3s.
29548
29549 2004-10-12  Wim Taymans  <wim@fluendo.com>
29550
29551         * gst/playback/gstplaybin.c: (gen_video_element),
29552         (gen_vis_element), (remove_sinks), (setup_sinks):
29553         Added vis plugin support, need to configure the vis
29554         element to activate it.
29555
29556 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29557
29558         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29559         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29560           Some debug.
29561         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29562         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29563         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29564         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29565         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29566         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29567         * gst/avi/gstavidemux.h:
29568           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29569           recovery (where, if part of the index is broken, we will still read
29570           the rest of the index and recover the broken part by stream
29571           scanning). More broken media support. EOS workarounds. General AVI
29572           braindamage headache recovery. Aspirin included.
29573
29574 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29575
29576         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29577         (cdparanoia_event), (cdparanoia_query):
29578           Get rid of hideous lead-in.
29579
29580 2004-10-11  Wim Taymans  <wim@fluendo.com>
29581
29582         * gst/playback/gstplaybasebin.c: (setup_source):
29583         Wrong var used to get g_list_next.
29584
29585 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29586
29587         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29588         (cdparanoia_get), (cdparanoia_open):
29589           Report discid as metadata, add duration.
29590
29591 2004-10-11  Wim Taymans  <wim@fluendo.com>
29592
29593         * gst/playback/gstplaybasebin.c: (setup_source):
29594         Cleanup the previous pipeline a little earlier for the
29595         case that a source element provides raw data.
29596
29597 2004-10-11  Benjamin Otte  <otte@gnome.org>
29598
29599         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29600           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29601           consuming the last 128 bytes, even though it was valid mp3 data.
29602
29603 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29604
29605         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29606         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29607         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29608         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29609
29610 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29611
29612         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29613         Fix for webcams that support only specific width or height
29614
29615 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29616
29617         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29618
29619         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29620           Fix wrong discont event setup (fixes #154967).
29621
29622 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29623
29624         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29625
29626         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29627           Error out on invalid data (fixes #154807).
29628
29629 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29630
29631         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29632
29633         * ext/dvdread/dvdreadsrc.c: (_read):
29634           Make titles > 0 work again (fixes #154834).
29635
29636 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29637
29638         * gst-libs/gst/riff/riff-media.c:
29639         (gst_riff_create_video_template_caps):
29640           WMV3 missing in template caps.
29641
29642 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29643
29644         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29645           OK, so the original code was too strict. It makes random AVI files
29646           hang for seconds upon opening, which is unacceptable and is far
29647           beyond the original goal of getting multiple chunks for one-chunk
29648           sounc stream files. So now do just that.
29649
29650 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29651
29652         * gst/playback/gstplaybasebin.c: (setup_source),
29653         (gst_play_base_bin_change_state):
29654           Actually clean up streaminfo if output fails. This would trigger
29655           if, for example, there was no CD in the drive. No preroll, so
29656           a streaminfo structure is created, but the subsequent state change
29657           of the thread fails.
29658         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29659           Don't change state if parent failed.
29660
29661 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29662
29663         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29664         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29665         (gen_video_element), (remove_sinks):
29666           Add small bits of code for screenshot handling.
29667
29668 2004-10-08  Wim Taymans  <wim@fluendo.com>
29669
29670         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29671         (gen_video_element), (gen_audio_element), (setup_sinks):
29672         Don't assume the user provided sinks are named "sink"...
29673
29674 2004-10-08  Wim Taymans  <wim@fluendo.com>
29675
29676         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29677         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29678         (gst_play_base_bin_link_stream):
29679         Do not try to autoplug sources that generate raw streams like
29680         cdparanoia.
29681         disconnect the preroll overrun signal when we don't need it anymore.
29682
29683 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29684
29685         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29686         Added reworked patch from #154903 from milosz derezynski (deadchip).
29687
29688 2004-10-08  Wim Taymans  <wim@fluendo.com>
29689
29690         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29691         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29692         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29693         (cdparanoia_convert), (cdparanoia_uri_get_type),
29694         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29695         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29696         * ext/cdparanoia/gstcdparanoia.h:
29697         This adds the cdda://<tracknum> uri.
29698
29699 2004-10-08  Wim Taymans  <wim@fluendo.com>
29700
29701         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29702         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29703         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29704         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29705         (unknown_type), (gst_play_base_bin_remove_element),
29706         (gst_play_base_bin_link_stream):
29707         * gst/playback/gstplaybasebin.h:
29708         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29709         (gst_play_bin_set_property), (gen_video_element),
29710         (gen_audio_element), (setup_sinks):
29711         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29712         (gst_stream_info_get_type), (gst_stream_info_class_init),
29713         (gst_stream_info_init), (gst_stream_info_new),
29714         (gst_stream_info_dispose), (stream_info_mute_pad),
29715         (gst_stream_info_set_property), (gst_stream_info_get_property):
29716         * gst/playback/gststreaminfo.h:
29717         Reuse the audio and video bins.
29718         Some internal cleanups in the stream selection code.
29719
29720 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29721
29722         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29723         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29724         * sys/ximage/ximagesink.h:
29725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29726         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29727         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29728         not coming from those elements. Moreover these elements should not keep
29729         the xid they have been given when in NULL state.
29730
29731 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29732
29733         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29734         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29735         * sys/ximage/ximagesink.h:
29736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29737         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29738         * sys/xvimage/xvimagesink.h:
29739           Actually only create a new toplevel window if we're not gonna
29740           embed it right after.
29741
29742 2004-10-07  Wim Taymans  <wim@fluendo.com>
29743
29744         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29745         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29746         * gst/playback/gstplaybin.c: (setup_sinks):
29747         Implement muting/unmuting of streams, mute streams that are not
29748         used.
29749
29750 2004-10-07  Wim Taymans  <wim@fluendo.com>
29751
29752         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29753         (plugin_init):
29754         Added lame audio/x-ac3 typefind function.
29755
29756 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29757
29758         * configure.ac:
29759           bump nano to cvs
29760
29761 === release 0.8.5 ===
29762
29763 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29764
29765         * NEWS:
29766         * RELEASE:
29767         * configure.ac:
29768           releasing 0.8.5, "Take You On"
29769
29770 2004-10-06  Wim Taymans  <wim@fluendo.com>
29771
29772         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29773         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29774         (no_more_pads), (close_link), (type_found):
29775         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29776         * gst/playback/gstplaybin.c: (gen_video_element):
29777         Do not signal the no_more_pads after the first pad when
29778         we are plugging a non dynamic element with multiple
29779         output pads (like swfdec, dvdec, ...).
29780
29781 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29782
29783         * configure.ac:
29784           bump for prerelease
29785
29786 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29787
29788         * gst/wavparse/gstwavparse.c:
29789           add ATRAC3 to STATIC CAPS to fix a warning
29790
29791         * gst/matroska/ebml-read.c:
29792         * gst-libs/gst/riff/riff-read.c:
29793           fix typos
29794
29795 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29796
29797         * gst-libs/gst/riff/riff-media.c:
29798           generate caps for ATRAC3 audio streams
29799
29800         * gst/realmedia/rmdemux.c:
29801           generate caps for ATRAC3 audio streams
29802
29803 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29804
29805         * gst/wavparse/Makefile.am
29806         * gst/wavparse/riff.h
29807         * gst/wavparse/wavparse.vcproj
29808           riff.h removal (unused and duplication with riff-ids.h)
29809
29810 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29811
29812         * gst/wavparse/gstwavparse.h
29813           remove duplicated defines for audio codec codes
29814
29815         * gst-libs/gst/riff/riff-ids.h
29816         * gst/wavenc/riff.h:
29817           add "4CC" code for ATRAC3 audio streams
29818           add "4CC" code for ITU_G721_ADPCM (unused for now)
29819
29820 2004-10-06  Wim Taymans  <wim@fluendo.com>
29821
29822         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29823         Actually _do_ negotiation. Pass gdouble as arg instead
29824         of guint64 for the framerate.
29825
29826 2004-10-06  Wim Taymans  <wim@fluendo.com>
29827
29828         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29829         (find_compatibles), (close_pad_link), (try_to_link_1),
29830         (no_more_pads), (close_link), (type_found):
29831         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29832         * gst/playback/gstplaybin.c: (gen_video_element),
29833         (gen_audio_element):
29834         Set state on newly added element to READY so that negotiation
29835         can happen ASAP.
29836         Addes some more debug info.
29837         Do not try to plug pads with multiple caps structures or ANY
29838         because it is too dangerous since we do not do dynamic
29839         replugging.
29840
29841 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29842
29843         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29844
29845         * po/LINGUAS:
29846         * po/or.po:
29847           add Oriya translation
29848
29849 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29850
29851         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29852           Prevent overwrite of size member. Makes audio sound crappy.
29853
29854 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29855
29856         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29857         Add rmvb to the list of known RealMedia extensions
29858
29859 2004-10-05  Wim Taymans  <wim@fluendo.com>
29860
29861         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29862         (mngdec_openstream), (mngdec_closestream),
29863         (mngdec_handle_sink_event), (mngdec_readdata),
29864         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29865         (mngdec_getcanvasline), (mngdec_refresh),
29866         (gst_mngdec_change_state):
29867         Set the framerate correctly.
29868
29869 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29870
29871         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29872           There was something wrong with the index massaging.
29873
29874 2004-10-04  Wim Taymans  <wim@fluendo.com>
29875
29876         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29877         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29878         (gst_smokedec_chain):
29879         * ext/jpeg/gstsmokedec.h:
29880         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29881         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29882         * ext/jpeg/gstsmokeenc.h:
29883         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29884         (smokecodec_decode_new), (smokecodec_info_free),
29885         (smokecodec_set_quality), (smokecodec_get_quality),
29886         (smokecodec_set_threshold), (smokecodec_get_threshold),
29887         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29888         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29889         (smokecodec_encode), (smokecodec_parse_id),
29890         (smokecodec_parse_header), (smokecodec_decode):
29891         * ext/jpeg/smokecodec.h:
29892         * ext/jpeg/smokeformat.h:
29893         Updated smoke, new bitstream, allows embedding in ogg.
29894
29895 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29896
29897         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29898           Fix seeking in some files. All this code is no longer needed (and
29899           actually breaks stuff) because we now synchronize the full index
29900           right when reading the header.
29901
29902 2004-10-04  Wim Taymans  <wim@fluendo.com>
29903
29904         * configure.ac:
29905         configure update for libmng.
29906
29907 2004-10-04  Wim Taymans  <wim@fluendo.com>
29908
29909         * ext/libmng/Makefile.am:
29910         * ext/libmng/gstmng.c: (plugin_init):
29911         * ext/libmng/gstmng.h:
29912         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29913         (gst_mngdec_base_init), (gst_mngdec_class_init),
29914         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29915         (gst_mngdec_loop), (gst_mngdec_get_property),
29916         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29917         (mngdec_closestream), (mngdec_handle_sink_event),
29918         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29919         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29920         (gst_mngdec_change_state):
29921         * ext/libmng/gstmngdec.h:
29922         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29923         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29924         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29925         (gst_mngenc_chain), (gst_mngenc_get_property),
29926         (gst_mngenc_set_property):
29927         * ext/libmng/gstmngenc.h:
29928         Added basic MNG decoder. Needs more work. The encoder does
29929         not work yet.
29930
29931 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29932
29933         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29934         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29935         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29936           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29937           no-more-pads.
29938
29939 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29940
29941         * configure.ac:
29942           you need at least 1.0.4 of speex
29943
29944 2004-10-04 Iain <iaingnome@gmail.com>
29945
29946         * ext/speex/gstspeexdec.h: Revert the includes changes.
29947
29948         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29949
29950 2004-09-30 Iain <iaingnome@gmail.com>
29951
29952         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29953         found during init or set as a property instead of hardcoding /dev/audio
29954
29955 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29956
29957         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29958         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29959         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29960         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29961         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29962         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29963         (gst_rmdemux_dump_data):
29964           Use debug category, fix EOS handling. filesrc ! rmdemux now
29965           works.
29966
29967 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29968
29969         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29970         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
29971         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
29972           Improve allocation, cutting and sorting of the index. How takes a
29973           few seconds instead of minutes.
29974
29975 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
29976
29977         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
29978           fixed compilation
29979
29980 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29981
29982         * gst-libs/gst/riff/riff-media.c:
29983         (gst_riff_create_video_caps_with_data),
29984         (gst_riff_create_video_template_caps):
29985           Add wing commander format mimetype/fourccs.
29986         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29987           Don't crash if some value is 0.
29988
29989 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29990
29991         * gst-libs/gst/riff/riff-media.c:
29992         (gst_riff_create_video_caps_with_data),
29993         (gst_riff_create_video_template_caps):
29994           Add DIB fourcc (raw, palettized 8-bit RGB).
29995         * gst-libs/gst/riff/riff-read.c:
29996         (gst_riff_read_strf_vids_with_data):
29997           Oops, fix strf_data reading bug.
29998         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29999           Use a non-NULL tag.
30000         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30001           Time for hacks. Sorry Dave. At least one quicktime movie (a
30002           trailer) that I've encountered contains multiple video tracks.
30003           One of those is the actual video track, the other are one-frame
30004           tracks (images). Unfortunately, the number of frames according
30005           to the trak header is 1 for each, so that doesn't help. So
30006           instead, I look at the duration and discard tracks with a
30007           duration shorter than 20% of the length of the stream. Better
30008           than nothing.
30009
30010 2004-10-01  Christian Schaller <christian@fluendo.com>
30011
30012         * ext/ivorbis/vorbis.c:
30013           Patch from Phil Blundell (Bug 152341)
30014
30015 2004-10-01  Wim Taymans  <wim@fluendo.com>
30016
30017         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30018         (speex_dec_get_formats), (speex_dec_convert),
30019         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30020         (speex_dec_chain), (gst_speexdec_get_property),
30021         (gst_speexdec_set_property):
30022         Small cleanups.
30023
30024 2004-10-01  Wim Taymans  <wim@fluendo.com>
30025
30026         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30027         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30028         (gst_wavparse_other), (gst_wavparse_loop),
30029         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30030         (gst_wavparse_srcpad_event):
30031         * gst/wavparse/gstwavparse.h:
30032         Added some more debugging info.
30033         Fix the case where the length of the file is 0.
30034         Make sure we seek to sample borders.
30035
30036 2004-10-01  Wim Taymans  <wim@fluendo.com>
30037
30038         * gst/playback/README:
30039         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30040         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30041         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30042         Add some debug info to decodebin, update README
30043
30044 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30045
30046         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30047           Don't use g_print(); use GST_DEBUG().
30048
30049 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30050
30051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30052         (gst_ogg_mux_queue_pads):
30053           Handle EOS properly.
30054
30055 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30056
30057         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30058
30059         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30060         (gst_faad_chain), (gst_faad_change_state):
30061         * ext/faad/gstfaad.h:
30062           Allow playback of raw (unframed) MPEG AAC files (#148993).
30063
30064 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30065
30066         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30067
30068         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30069           Throw error if we didn't recognize the stream. Fixes #152289.
30070
30071 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30072
30073         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30074           Fix negotiation.
30075
30076 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30077
30078         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30079
30080         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30081           Fix memleak.
30082
30083 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30084
30085         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30086
30087         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30088           Solve #152805.
30089         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30090           Solve 152806.
30091
30092 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30093
30094         * gst-libs/gst/riff/riff-media.c:
30095         (gst_riff_create_video_caps_with_data),
30096         (gst_riff_create_audio_caps_with_data):
30097           Add codec_data handling (like asfdemux used to do).
30098         * gst/asfdemux/gstasf.c: (plugin_init):
30099         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30100         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30101           Use riff-media for caps creation instead of our own (mostly
30102           broken) copy of its functions.
30103
30104 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30105
30106         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30107           Don't actually error out if we get another return value than
30108           -EINVAL. Opposite to what I first thought, drivers have random
30109           return values for this, although -EINVAL is the expected return
30110           value. Since this is not fatal, we shouldn't use
30111           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30112
30113 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30114
30115         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30116         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30117         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30118         (dvdreadsrc_get), (dvdreadsrc_open_file),
30119         (dvdreadsrc_change_state):
30120           Fix. Don't do one big huge loop around the whole DVD, that will
30121           cache all data and thus eat sizeof(dvd) (several GB) before we
30122           see something.
30123         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30124           Actually NULL'ify event after using it.
30125         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30126         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30127         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30128         (gst_ebml_read_seek), (gst_ebml_read_skip):
30129           Handle events.
30130         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30131         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30132         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30133           Fix timing (this will probably break if I seek using menus, but
30134           I didn't get there yet). VOBs and normal DVDs should now work.
30135           Add a mpeg2-only pad with high rank so this get autoplugged for
30136           MPEG-2 movies.
30137         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30138         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30139         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30140         (gst_mpeg_demux_get_audio_stream),
30141         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30142         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30143           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30144           MPEG-1 but use dvddemux for MPEG-2.
30145         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30146         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30147         (gst_mpeg_parse_parse_packhead):
30148           Timing. Only add pad template if it exists. Add sink template from
30149           class and not from ourselves. This means we will always use the
30150           correct sink template even if it is not the one defined in this
30151           file.
30152
30153 2004-09-29  Wim Taymans  <wim@fluendo.com>
30154
30155         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30156         (gst_mpeg_demux_parse_pes):
30157         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30158         Fix playback of mpeg again, timestamps where screwed up by
30159         patch 1.61.
30160
30161 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30162
30163         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30164           Only return true if we actually filled something in. Prevents
30165           player applications from showing a random length for flac files.
30166         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30167         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30168         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30169         (gst_riff_read_strf_vids_with_data),
30170         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30171           OK, ok, so I implemented event handling. Apparently it's normal
30172           that we receive random events at random points without asking
30173           for it.
30174         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30175         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30176         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30177         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30178         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30179         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30180         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30181         * gst/avi/gstavidemux.h:
30182           Implement non-lineair chunk handling and subchunk processing.
30183           The first solves playback of AVI files where the audio and video
30184           data of individual buffers that we read are not synchronized.
30185           This should not happen according to the wonderful AVI specs, but
30186           of course it does happen in reality. It is also a prerequisite for
30187           the second. Subchunk processing allows us to cut chunks in small
30188           pieces and process each of these pieces separately. This is
30189           required because I've seen several AVI files with incredibly large
30190           audio chunks, even some files with only one audio chunk for the
30191           whole file. This allows for proper playback including seeking.
30192           This patch is supposed to fix all AVI A/V sync issues.
30193         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30194         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30195           Work.
30196         * gst/modplug/gstmodplug.cc:
30197           Proper return value setting for the query() function.
30198         * gst/playback/gstplaybasebin.c: (setup_source):
30199           Being in non-playing state (after, e.g., EOS) is not necessarily
30200           a bad thing. Allow for that. This fixes playback of short files.
30201           They don't actually playback fully now, because the clock already
30202           runs. This means that small files (<500kB) with a small length
30203           (<2sec) will still not or barely play. Other files, such as mod
30204           or flx, will work correctly, however.
30205
30206 2004-09-28  Wim Taymans  <wim@fluendo.com>
30207
30208         * ext/speex/gstspeex.c: (plugin_init):
30209         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30210         (gst_speex_dec_class_init), (speex_dec_get_formats),
30211         (speex_get_event_masks), (speex_get_query_types),
30212         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30213         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30214         (gst_speexdec_get_property), (gst_speexdec_set_property),
30215         (speex_dec_change_state):
30216         * ext/speex/gstspeexdec.h:
30217         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30218         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30219         (gst_speexenc_base_init), (gst_speexenc_class_init),
30220         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30221         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30222         (gst_speexenc_src_query), (gst_speexenc_init),
30223         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30224         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30225         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30226         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30227         (gst_speexenc_chain), (gst_speexenc_get_property),
30228         (gst_speexenc_set_property), (gst_speexenc_change_state):
30229         * ext/speex/gstspeexenc.h:
30230         Rewrote speex encoder, make sure it can be embedded in ogg.
30231         Implemented speex decoder.
30232
30233 2004-09-28  Christian Schaller <christian@fluendo.com>
30234
30235         * configure.ac:
30236         Remove kioslave plugin. Markey is brewing a new working one
30237         * ext/Makefile.am: Remove kioslave plugin
30238         * ext/kio: remove
30239         * gst-plugins.spec.in: remove kio plugin from spec
30240
30241 2004-09-27  Wim Taymans  <wim@fluendo.com>
30242
30243         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30244         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30245         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30246         (gst_multifdsink_new_client),
30247         (gst_multifdsink_handle_client_write),
30248         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30249         (gst_multifdsink_handle_clients):
30250         * gst/tcp/gstmultifdsink.h:
30251         Make syncing to keyframes actually work for new clients and lagging
30252         clients.
30253
30254 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30255
30256         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30257         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30258         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30259         * gst/debug/gstnavigationtest.h:
30260           make navigationtest display button-press and button-release events
30261
30262 2004-09-26 Iain <iaingnome@gmail.com>
30263
30264         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30265         the channels have received a new media event.
30266         (interleave_buffered_loop): Compresses a new media event on all
30267         channels into one.
30268
30269 2004-09-26 Iain <iaingnome@gmail.com>
30270
30271         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30272         call the sinkpad's default event handler and not the srcpads. He also
30273         says this is confusing :)
30274         (gst_wavenc_stop_file): Company says that seek events only go upstream
30275         we should send a discontinuous downstream instead.
30276
30277 2004-09-25  Christian Schaller <christian@fluendo.com>
30278
30279         * Update SPEC file to be usable in conjunction with Fedora Core,
30280           Fedora.us and freshrpms packages
30281         * Fix typo in multifilesrc test Makefile
30282
30283 2004-09-24  Wim Taymans  <wim@fluendo.com>
30284
30285         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30286         Only signal the no_more_pads signal when we have
30287         added the stream to our list.
30288
30289 2004-09-24  Wim Taymans  <wim@fluendo.com>
30290
30291         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30292         (new_decoded_pad):
30293         * gst/playback/gstplaybasebin.h:
30294         * gst/playback/gstplaybin.c: (setup_sinks):
30295         Don't try to preroll or decode more than one audio/video
30296         track.
30297
30298 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30299
30300         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30301           Throw error if we failed to find a suitable output. This should
30302           throw an error if we successfully set up a pipeline (e.g. because
30303           we recognized a media file) but found no decodable streams in it
30304           (e.g. because it contains only media stream types for which we
30305           have no decoders, or because it's not a media type).
30306
30307 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30308
30309         * ext/dirac/Makefile.am:
30310         * ext/dirac/gstdirac.cc:
30311         * ext/dirac/gstdiracdec.cc:
30312         * ext/dirac/gstdiracdec.h:
30313           Do something. Don't actually know if this works because I don't
30314           have a demuxer yet.
30315         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30316           Add channels=1 to caps returned from _getcaps().
30317         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30318         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30319         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30320         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30321         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30322         (gst_ogm_parse_change_state):
30323           Separate between audio/video so ogmaudioparse actually uses the
30324           audio pad templates. Both audio and video work now, including
30325           autoplugging. Also use sometimes-srcpad hack.
30326         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30327           Handle events better. Don't hang on infinite loops.
30328         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30329         (gst_avi_demux_init), (gst_avi_demux_reset),
30330         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30331         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30332         (gst_avi_demux_change_state):
30333         * gst/avi/gstavidemux.h:
30334           Improve A/V sync. Still not perfect.
30335         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30336         (gst_ebml_read_skip):
30337           Handle events better.
30338         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30339         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30340         (qtdemux_audio_caps):
30341           Add IMA4. Improve event handling. Save offset after a seek when
30342           the headers are at the end of the file so that we don't end up in
30343           an infinite loop.
30344         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30345           Add low-priority typefind support for files with no length.
30346
30347 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30348
30349         * testsuite/multifilesink/Makefile.am:
30350         fix typo
30351
30352 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30353
30354         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30356         mistakes from thaytan's patches.
30357
30358 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30359
30360         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30361           For completeness, XSync in the destroy function as xvimage does.
30362
30363 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30364
30365         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30366            Correct caps negotiation
30367         * gst/volume/gstvolume.c: (volume_chain_float),
30368         (volume_chain_int16):
30369            Modify debug output to be little more informative
30370         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30372         (gst_xvimagesink_xvimage_destroy):
30373           Add XSync calls after detaching from the shared memory segment to
30374           avoid a crash.
30375
30376 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30377
30378         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30379         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30380         * ext/vorbis/vorbis.c: (plugin_init):
30381         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30382         (gst_vorbisenc_chain):
30383         * ext/vorbis/vorbisenc.h:
30384         remove explicit newmedia support from oggmux and vorbisenc
30385         add debug category to vorbisenc
30386         * gst/multifilesink/gstmultifilesink.c:
30387         (gst_multifilesink_class_init), (gst_multifilesink_init),
30388         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30389         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30390         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30391         (plugin_init):
30392         * gst/multifilesink/gstmultifilesink.h:
30393         add support for streamheader in multifilesink
30394
30395 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30396
30397         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30398         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30399         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30400           Prevent infinite loops. More correct error reporting.
30401         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30402           Error out if negotiation fails.
30403         * gst/playback/gstplaybasebin.c: (setup_source),
30404         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30405         (gst_play_base_bin_found_tag):
30406           Error/tag forwarding. Pre-roll fixes for source errors on state
30407           changes (e.g. "file does not exist") to prevent hangs.
30408
30409 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30410
30411         * testsuite/multifilesink/Makefile.am:
30412         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30413         (gst_newmedia_class_init), (gst_newmedia_init),
30414         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30415         (newfile_signal), (test_signal), (main):
30416         * testsuite/multifilesink/multifilesrc_test.c: (main):
30417         * testsuite/multifilesink/oggtheora_test.c:
30418         (gst_newmedia_base_init), (gst_newmedia_class_init),
30419         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30420         (test_format), (newfile_signal), (test_signal), (main):
30421         * testsuite/multifilesink/oggvorbis_test.c:
30422         (gst_newmedia_base_init), (gst_newmedia_class_init),
30423         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30424         (test_format), (newfile_signal), (test_signal), (main):
30425         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30426         (gst_newmedia_class_init), (gst_newmedia_init),
30427         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30428         (newfile_signal), (test_signal), (main):
30429         New media tests
30430
30431 2004-09-20  Christian Schaller <christian@fluendo.com>
30432
30433         * Fix mikmod license to LGPL as they have relicensed
30434         * Move Dirac and Effectv into LGPL section of README_license
30435
30436 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30437
30438         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30439         (gst_mad_change_state):
30440           Allow for mp3 rate/channels changes. However, only very
30441           conservatively. Reason that we *have* to enable this is smiply
30442           because the mad find_sync() function is not good enough, it will
30443           regularly sync on random data as valid frames and therefore make
30444           us provide random caps as *final* caps of the stream. The best fix
30445           I could think of is to simply require several of the same stream
30446           changes in a row before we change caps.
30447           The actual testcase that works now is #
30448         * ext/ogg/Makefile.am:
30449         * ext/ogg/gstogg.c: (plugin_init):
30450         * ext/ogg/gstogmparse.c:
30451           OGM support (video only for now; I need an audio sample file).
30452         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30453         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30454         (gst_asf_demux_add_video_stream):
30455           WMV extradata.
30456         * gst/playback/gstplaybasebin.c: (unknown_type):
30457           Don't error out on single unknown-types after all. It's wrong.
30458           If we found type of video and audio but not of a subtitle stream,
30459           it will still error out (which is unwanted). Will find a better fix
30460           later on.
30461         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30462         (ogmaudio_type_find), (plugin_init):
30463           OGM support.
30464
30465 2004-09-20  Johan Dahlin  <johan@gnome.org>
30466
30467         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30468         after setting caps.
30469
30470 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30471
30472         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30473         * gst/wavenc/gstwavenc.h:
30474         Added newmedia support to wavenc
30475
30476 2004-09-17  Wim Taymans  <wim@fluendo.com>
30477
30478         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30479         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30480         (gst_fdset_fd_can_write), (gst_fdset_wait):
30481         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30482         (gst_multifdsink_init), (gst_multifdsink_add),
30483         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30484         (gst_multifdsink_remove_client_link),
30485         (gst_multifdsink_client_queue_buffer),
30486         (gst_multifdsink_handle_client_write),
30487         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30488         (gst_multifdsink_close), (gst_multifdsink_change_state):
30489         * gst/tcp/gstmultifdsink.h:
30490         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30491         (gst_tcpserversink_removed):
30492         Small cleanups in fdset.c
30493         Use a hastable to map fd to the client structure for faster
30494         lookup in _remove and get_stats.
30495         Added virtual function to close the fds.
30496         Handle clients even when the select/poll call was unblocked because
30497         of a command.
30498         Implement syncing to keyframe in the recovery procedure.
30499
30500 2004-09-16 Iain <iaingnome@gmail.com>
30501
30502         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30503         try caps.
30504
30505 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30506
30507         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30508           Caps are only set if the type of the stream is unknown, but this
30509           is initialized in ->init_stream(), so set to UNKNOWN after calling
30510           ->init_stream() so that capsnego starts.
30511
30512 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30513
30514         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30515         (gst_avi_demux_stream_data):
30516           Just hardcode for raw audio then. AVI audio sucks.
30517
30518 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30519
30520         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30521         * gst/matroska/matroska-mux.c: (audiosink_templ),
30522         (gst_matroska_mux_audio_pad_link):
30523         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30524         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30525
30526 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30527
30528         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30529         (gst_avi_demux_stream_data):
30530           Try to fix a/v sync issues.
30531
30532 2004-09-15  David Schleef  <ds@schleef.org>
30533
30534         * configure.ac: remove NASM check, since we don't use it.  Update
30535         dirac check to 0.4
30536         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30538         Initialized variables.
30539         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30540         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30541         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30542         SVQ3 format
30543
30544 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30545
30546         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30547         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30548         * gst/avi/gstavidemux.h:
30549           Fix for compressed audio (mp3) timestamp generation. How did this
30550           ever work?
30551
30552 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30553
30554         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30555           Volume is a double not a float.
30556
30557 2004-09-15  Wim Taymans  <wim@fluendo.com>
30558
30559         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30560         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30561         Don't close the fd in multifdsink as we didn't open it in the
30562         first place. Some cleanups.
30563
30564 2004-09-15  Wim Taymans  <wim@fluendo.com>
30565
30566         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30567         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30568         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30569         Fix the case where the muxer would mark pages as delta
30570         frames when they are not (vorbis only ogg).
30571
30572 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30573
30574         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30575         (gst_play_base_bin_change_state):
30576           Handle the case where we failed to setup a clear pipeline. This
30577           will throw an error (or EOS, another nice case) and if you don't
30578           catch that, the app will wait for the signal forever (and thus
30579           hang).
30580
30581 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30582
30583         * ext/gnomevfs/gstgnomevfssink.c:
30584         (gst_gnomevfssink_uri_get_protocols):
30585         * ext/gnomevfs/gstgnomevfssrc.c:
30586         (gst_gnomevfssrc_uri_get_protocols):
30587         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30588         * ext/gnomevfs/gstgnomevfsuri.h:
30589           Use _uri_new() instead of _open(), so it doesn't take as long and
30590           Christophe's computer won't hang.
30591         * gst/playback/gstplaybasebin.c: (unknown_type):
30592           Throw error on unknown media type, so apps actually display it.
30593
30594 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30595
30596         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30597           this script to work on Solaris since bash shell handles echo
30598           differenly than bash.
30599
30600 2004-09-17  Wim Taymans  <wim@fluendo.com>
30601
30602         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30603         (setup_source), (gst_play_base_bin_set_property),
30604         (gst_play_base_bin_add_element):
30605         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30606         Some more work on making sure seeking pauses the pipeline and
30607         that changing the uri actually does something.
30608
30609 2004-09-17  Wim Taymans  <wim@fluendo.com>
30610
30611         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30612         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30613         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30614         (gst_tcpserversink_close):
30615         Be a bit more paranoid when freeing memory.
30616
30617 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30618
30619         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30620         (qtdemux_parse_trak):
30621           Don't crash by dividing by zero (see sample movie in #126922).
30622
30623 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30624
30625         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30626           Don't touch non-existing data (fixes crash on file in #140147).
30627
30628 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30629
30630         * gst/playback/gstplaybasebin.c:
30631         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30632           Handle double disposals, and proper change of URIs.
30633
30634 2004-09-13  Martin Eikermann <meiker@upb.de>
30635
30636         * gst/mpegstream/gstmpegparse.c:
30637           fix synchronistation for streams recorded from digital PCR
30638           fixes bug #119376
30639
30640 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30641
30642         * ext/gnomevfs/Makefile.am:
30643         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30644         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30645         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30646         (gst_gnomevfssink_uri_get_type),
30647         (gst_gnomevfssink_uri_get_protocols),
30648         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30649         (gst_gnomevfssink_uri_handler_init),
30650         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30651         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30652         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30653         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30654         (gst_gnomevfssrc_uri_get_type),
30655         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30656         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30657         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30658         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30659         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30660         * ext/gnomevfs/gstgnomevfsuri.h:
30661           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30662           of fake URIs to see which this version of Gnome-VFS likes, and
30663           uses that for the Gst-URI interface. Makes playbin support http://
30664           streams. Also fix up some stupid behaviour in gnomevfssrc.
30665
30666 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30667
30668         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30669         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30670         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30671         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30672           Update mixer (to sync with other sessions) if we try to obtain
30673           a new value. This makes alsamixer work accross applications.
30674         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30675           Only call sync functions if we're running, else alsalib asserts.
30676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30677           Sometimes fails to compile. Possibly a gcc bug.
30678         * gst/playback/gstplaybin.c: (gen_video_element),
30679         (gen_audio_element):
30680           Add a reference to an application-provided object, because we lose
30681           this same reference if we add it to the bin. If we don't do this,
30682           we can only use this object once and thus crash if we go from
30683           ready to playing, back to ready and back to playing again.
30684           Also add an audioscale element because several cheap soundcards -
30685           like mine - don't support all samplerates.
30686         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30687         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30688           Fix wrong order or PAR calls. Makes automatically obtained PAR
30689           from the X server atually being used.
30690
30691 2004-09-12  David Schleef  <ds@schleef.org>
30692
30693         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30694         #151887, #152102, #152247.
30695         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30696         * examples/seeking/cdparanoia.c: same
30697         * examples/seeking/cdplayer.c: same
30698         * examples/seeking/seek.c: same
30699         * examples/seeking/spider_seek.c: same
30700         * examples/seeking/vorbisfile.c: same
30701         * examples/stats/mp2ogg.c: same
30702         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30703         (gst_esdsink_dispose): Dispose of element properly.
30704         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30705         fixes.
30706         * ext/nas/nassink.c: (gst_nassink_class_init),
30707         (gst_nassink_dispose): Dispose of element correctly.
30708         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30709         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30710         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30711         Fix 64-bit warning.
30712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30713         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30714         Fix 64-bit warning.
30715
30716 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30717
30718         * configure.ac : change speex detection as 1.1.6 now uses
30719           .pc/pkg-config and they changed their headers location.
30720
30721 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30722
30723         * gst/matroska/matroska-mux.h:
30724         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30725         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30726         (gst_matroska_mux_write_data):
30727           Write multiple blocks/frames per cluster.
30728                 Write meta-seek information (seek heads).
30729
30730 2004-09-09  Scott Wheeler <wheeler@kde.org>
30731
30732         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30733         (gst_play_bin_set_property), (gst_play_bin_get_property),
30734         (gen_audio_element), (gen_audio_element):
30735           Add a volume element / property to the pipeline.
30736
30737 2004-09-07  Wim Taymans  <wim@fluendo.com>
30738
30739         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30740         Copy timestamps from the master pad to the output buffers.
30741
30742 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30743
30744         * ext/raw1394/gstdv1394src.c:
30745           throw errors when applicable
30746
30747 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30748
30749         * gst/matroska/ebml-ids.h:
30750         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30751         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30752         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30753           automatically convert unix time <-> ebml time when reading/writing
30754           a date, use gst_ebml_write_uint to write CUETIME,
30755           not gst_ebml_write_date.
30756         * gst/matroska/matroska-ids.h:
30757         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30758         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30759         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30760         (gst_matroska_mux_write_data):
30761           Write track and segment UIDs, write muxing date, write
30762           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30763           Create cues for audio only files.
30764
30765 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30766
30767         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30768         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30769           Re-commit ALSA switches.
30770         * gst/adder/gstadder.c: (gst_adder_loop):
30771           64-bit fix (#151416).
30772         * gst/debug/progressreport.c: (gst_progressreport_report):
30773           64-bit fix (#151419).
30774         * gst/matroska/matroska-demux.c:
30775         (gst_matroska_demux_parse_contents):
30776           64-bit fix (#151420).
30777         * gst/playback/test3.c: (update_scale):
30778           64-bit fix (#151421).
30779
30780 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30781
30782         * configure.ac:
30783           bump nano to cvs
30784
30785 === release 0.8.4 ===
30786
30787 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30788
30789         * configure.ac: releasing 0.8.4, "Alias"
30790
30791 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30792
30793         * ext/theora/Makefile.am:
30794           fix makefile.  Fixes #151462.
30795
30796 2004-08-30  Wim Taymans  <wim@fluendo.com>
30797
30798         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30799         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30800         (gst_multifdsink_remove_client_link),
30801         (gst_multifdsink_client_queue_buffer),
30802         (gst_multifdsink_handle_client_write):
30803         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30804         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30805         Fix some memory leaks.
30806
30807 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30808
30809         Patch by: David Schleef
30810
30811         * configure.ac:
30812         * sys/Makefile.am:
30813           rename our detection macro for V4L2.  Fixes #151236.
30814
30815 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30816
30817         Patch by: David Schleef
30818
30819         * configure.ac:
30820           check to define LAMEPRESET.  Fixes #151232.
30821
30822 2004-08-27  David Schleef  <ds@schleef.org>
30823
30824         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30825         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30826         (gst_glimagesink_fixate):  Move local variable declarations to
30827         make gcc-2.95 happy.
30828
30829 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30830
30831         * configure.ac:
30832           bump nano for prerelease
30833
30834 2004-08-27  David Schleef  <ds@schleef.org>
30835
30836         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30837         * sys/sunaudio/gstsunaudiosrc.c:
30838         * sys/sunaudio/gstsunaudiosrc.h:
30839
30840 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30841
30842         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30843         handle EOS correctly
30844         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30845         * gst/matroska/matroska-mux.h:
30846         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30847         VFW compatibility mode
30848
30849 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30850
30851         patch by: Zaheer Abbas Merali
30852
30853         * ext/ogg/gstoggmux.c:
30854         * ext/vorbis/vorbisenc.c:
30855         * ext/vorbis/vorbisenc.h:
30856           handle NEWMEDIA
30857
30858 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30859
30860         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30861         fix byte order reversion on little endian machines.
30862         * gst/matroska/matroska-mux.c: (audiosink_templ),
30863         (gst_matroska_mux_audio_pad_link):
30864         add TTA codec to the list of supported codecs.
30865         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30866         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30867         (gst_matroska_mux_write_data):
30868         * gst/matroska/matroska-mux.h:
30869         write segment duration correctly, write muxing app string, fixes bugs
30870         #140897 and #140898.
30871         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30872         wait for all pads to be negotiated before starting to mux.
30873
30874 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30875
30876         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30877         * ext/lame/gstlame.h:
30878         Added new media support to lame
30879
30880 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30881
30882         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30883         send vorbis headers at the beginning of a stream, fixes bug #141554.
30884         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30885         bug #148950.
30886         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30887         (gst_matroska_demux_plugin_init):
30888         * gst/matroska/matroska-ids.h:
30889         enable demuxing of TTA audio streams, fixes bug #148951.
30890         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30891         enable typefinding for TTA audio files, fixes bug #148711.
30892         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30893         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30894         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30895
30896 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30897
30898         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30899         (gst_riff_read_element_data), (gst_riff_read_seek),
30900         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30901         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30902         <teuf@gnome.org>
30903
30904 2004-08-23 Iain <iaingnome@gmail.com>
30905
30906         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30907         tags. They appear to be handled differently to normal.
30908         (tag_list_to_id3_tag_foreach): Ditto.
30909
30910 2004-08-22  Wim Taymans  <wim@fluendo.com>
30911
30912         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30913         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30914         Make sure we never send -1 granulepos.
30915
30916 2004-08-20  Wim Taymans  <wim@fluendo.com>
30917
30918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30919         (gst_ogg_mux_loop):
30920         I will accept bitchslappings with non sharp objects.
30921
30922 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30923
30924         * configure.ac:
30925         Clean up the test for lame presets
30926
30927 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30928
30929         * configure.ac:
30930         * ext/lame/Makefile.am:
30931         * ext/lame/gstlame.c: (gst_lame_class_init),
30932         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30933         Only enable lame presets if version of lame has presets in API
30934
30935 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30936         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30937         * gst/udp/gstudpsrc.h:
30938           Don't call gst_pad_push in a get function. Fixes #150449
30939
30940 2004-08-18  Wim Taymans  <wim@fluendo.com>
30941
30942         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30943         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30944         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30945         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30946         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30947         (gst_fdset_wait):
30948         * gst/tcp/gstfdset.h:
30949         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30950         (gst_multifdsink_client_queue_buffer),
30951         (gst_multifdsink_handle_client_write):
30952         * gst/tcp/gstmultifdsink.h:
30953         Some extra checks in gstfdset.
30954         Only use send() when the fd is a socket. Don't try to
30955         read from write only fds.
30956
30957 2004-08-18  Wim Taymans  <wim@fluendo.com>
30958
30959         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30960         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30961         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30962         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30963         (gst_fdset_wait):
30964         Add more locking and bounds checking.
30965
30966 2004-08-18  Wim Taymans  <wim@fluendo.com>
30967
30968         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
30969         Realloc test fdset in the lock and right before starting
30970         the poll call. Bump the limit to 4096.
30971
30972 2004-08-17  David Schleef  <ds@schleef.org>
30973
30974         * sys/sunaudio/Makefile.am:
30975         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
30976         of rates and channels.  Make debugging less obnoxious.
30977
30978         Patch from Balamurali Viswanathan implementing a mixer for
30979         Sun audio.  (bug #144091):
30980         * sys/sunaudio/gstsunelement.c:
30981         * sys/sunaudio/gstsunelement.h:
30982         * sys/sunaudio/gstsunmixer.c:
30983         * sys/sunaudio/gstsunmixer.h:
30984
30985 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30986
30987         * gst/audioscale/gstaudioscale.c:
30988         * gst/audioscale/gstaudioscale.h:
30989         made audioscale resample from any sample rate to any sample rate
30990
30991 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30992
30993         * ext/libpng/gstpngdec.c:
30994           error out on unsupported types
30995
30996 2004-08-17  Iain <iaingnome@gmail.com>
30997
30998         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
30999         mid_side and loose_mid_side properties if its a stereo stream.
31000
31001 2004-08-17  Wim Taymans  <wim@fluendo.com>
31002
31003         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31004         (theora_get_formats), (theora_dec_src_convert),
31005         (theora_dec_sink_convert), (theora_dec_src_query),
31006         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31007         Add a debug line.
31008
31009 2004-08-17  Wim Taymans  <wim@fluendo.com>
31010
31011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31012         (gst_ogg_pad_push):
31013         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31014         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31015         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31016         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31017         Mark delta units in the muxer.
31018         Try to decode the packet after an out-of-sync error from
31019         libogg.
31020
31021 2004-08-17  Wim Taymans  <wim@fluendo.com>
31022
31023         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31024         (gst_multifdsink_init), (gst_multifdsink_add),
31025         (gst_multifdsink_client_queue_buffer),
31026         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31027         * gst/tcp/gstmultifdsink.h:
31028         Added option to send a keyframe to clients as the first buffer.
31029         Make timeout property writable.
31030
31031 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31032
31033         patch by: Wim Taymans
31034
31035         * gst/tcp/gstfdset.c:
31036         * gst/tcp/gstmultifdsink.c:
31037           fix index comparison, should include 0
31038
31039 2004-08-16  Wim Taymans  <wim@fluendo.com>
31040
31041         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31042         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31043         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31044         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31045         (gst_fdset_wait):
31046           copy when reallocing for poll so the select arguments don't get
31047           changed during the call
31048
31049 2004-08-16  Wim Taymans  <wim@fluendo.com>
31050
31051         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31052         (gst_theora_enc_class_init), (theora_enc_sink_link),
31053         (theora_buffer_from_packet), (theora_enc_chain):
31054         Fix bug where buffers were not marked as keyframes
31055         correctly.
31056
31057 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31058
31059         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31060         (gst_lame_preset_get_type), (gst_lame_class_init):
31061         describe the enum values for vbr mode and presets more verbosely
31062
31063 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31064
31065         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31066         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31067         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31068         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31069         * ext/lame/gstlame.h:
31070         add preset property to lame so it can use lame presets
31071
31072 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31073
31074         * ext/lame/gstlame.c: (gst_lame_get_property):
31075         whoops forgot break, thanks teuf
31076
31077 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31078
31079         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31080         (gst_lame_class_init), (gst_lame_src_getcaps),
31081         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31082         (gst_lame_get_property), (gst_lame_setup):
31083         * ext/lame/gstlame.h:
31084         fix lame's broken vbr stuff, allow it to resample if need be, and also
31085         make xing header optional
31086
31087 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31088
31089         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31090         added getcaps function so samplerate doesnt get fixated to silly values
31091
31092 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31093
31094         * ext/lame/gstlame.c: (gst_lame_src_link):
31095         revert previous fix
31096
31097 2004-08-12  Johan Dahlin  <johan@gnome.org>
31098
31099         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31100         checks. Doesn't matter what state we are in. Interfaces are a
31101         compile time thing, not runtime. It also broke the python bindings.
31102
31103 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31104
31105         * ext/lame/gstlame.c: (gst_lame_src_link):
31106         made source pad link function check if sinkpad is ok..fixes the problem
31107         where core fixates the output rate of lame stupidly
31108
31109 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31110
31111         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31112         * sys/v4l/v4l_calls.c:
31113         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31114           fix fixate function to handle nonsimple caps.
31115           remove bogus check in _link
31116           cleanups
31117
31118 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31119
31120         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31121         set default compression ratio parameter to 0.0 so bitrate parameter
31122         works :)
31123
31124 2004-08-11  David Schleef  <ds@schleef.org>
31125
31126         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31127
31128 2004-08-11  David Schleef  <ds@schleef.org>
31129
31130         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31131         before.
31132
31133 2004-08-11  David Schleef  <ds@schleef.org>
31134
31135         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31136
31137 2004-08-11  David Schleef  <ds@schleef.org>
31138
31139         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31140           license field
31141         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31142         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31143           LGPL.
31144         * gst/auparse/gstauparse.c: Fix plugin license field.
31145         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31146         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31147         * gst/rtp/gstrtp.c: Fix plugin license field.
31148
31149 2004-08-11  Wim Taymans  <wim@fluendo.com>
31150
31151         * gst/tcp/Makefile.am:
31152         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31153         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31154         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31155         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31156         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31157         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31158         (gst_fdset_fd_can_write), (gst_fdset_wait):
31159         * gst/tcp/gstfdset.h:
31160         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31161         (gst_multifdsink_class_init), (gst_multifdsink_init),
31162         (gst_multifdsink_add), (gst_multifdsink_remove),
31163         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31164         (gst_multifdsink_remove_client_link),
31165         (gst_multifdsink_handle_client_read),
31166         (gst_multifdsink_client_queue_data),
31167         (gst_multifdsink_client_queue_caps),
31168         (gst_multifdsink_client_queue_buffer),
31169         (gst_multifdsink_handle_client_write),
31170         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31171         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31172         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31173         (gst_multifdsink_close):
31174         * gst/tcp/gstmultifdsink.h:
31175         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31176         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31177         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31178         (gst_tcpserversink_close):
31179         * gst/tcp/gsttcpserversink.h:
31180         Abstracted away the select call, implemented poll (yes we ran into
31181         the 1024 limit in production).
31182
31183 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31184
31185         * gst/tcp/gsttcp.c:
31186         * gst/tcp/gsttcpplugin.c:
31187           improve debuggging, remove assert
31188
31189 2004-08-10  Wim Taymans  <wim@fluendo.com>
31190
31191         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31192         (gst_client_status_get_type), (gst_multifdsink_class_init),
31193         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31194         (gst_multifdsink_handle_client_read),
31195         (gst_multifdsink_handle_client_write),
31196         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31197         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31198         (gst_multifdsink_get_property):
31199         * gst/tcp/gstmultifdsink.h:
31200         * gst/tcp/gsttcp-marshal.list:
31201         Starting to prepare for specifying buffer time in other units
31202         than buffers. Expose remove reason in signal.
31203
31204 2004-08-10  Wim Taymans  <wim@fluendo.com>
31205
31206         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31207         (gst_multifdsink_remove), (gst_multifdsink_clear),
31208         (gst_multifdsink_remove_client_link),
31209         (gst_multifdsink_handle_client_read),
31210         (gst_multifdsink_client_queue_data),
31211         (gst_multifdsink_client_queue_buffer),
31212         (gst_multifdsink_handle_client_write),
31213         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31214         (gst_multifdsink_chain), (gst_multifdsink_close):
31215         * gst/tcp/gstmultifdsink.h:
31216         Added more debugging info. Changed the way clients are
31217         removed from the lists. Fixed a bug where a bad file descriptor
31218         could cause many clients to be removed.
31219
31220 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31221
31222         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31223           allow all pixel-aspect-ratios, not just 1:1
31224
31225 2004-08-09  David Schleef  <ds@schleef.org>
31226
31227         * sys/glsink/ARB_multitexture.h:  Remove old files.
31228         * sys/glsink/EXT_paletted_texture.h:
31229         * sys/glsink/NV_register_combiners.h:
31230         * sys/glsink/gstgl_nvimage.c:
31231         * sys/glsink/gstgl_pdrimage.c:
31232         * sys/glsink/gstgl_rgbimage.c:
31233         * sys/glsink/gstglsink.c:
31234         * sys/glsink/gstglsink.h:
31235         * sys/glsink/gstglxwindow.c:
31236         * sys/glsink/regcomb_yuvrgb.c:
31237
31238 2004-08-09  David Schleef  <ds@schleef.org>
31239
31240         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31241         GL sink plugin.  (Bug #147302)
31242
31243         * configure.ac: Test for OpenGL
31244         * sys/Makefile.am: Use test for OpenGL
31245         * sys/glsink/Makefile.am:
31246         * sys/glsink/glimagesink.c: rewrite
31247         * sys/glsink/glimagesink.h: rewrite
31248
31249 2004-08-09  David Schleef  <ds@schleef.org>
31250
31251         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31252         sane framerates.
31253         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31255         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31256
31257 2004-08-09  Wim Taymans  <wim@fluendo.com>
31258
31259         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31260         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31261         (gst_multifdsink_client_remove),
31262         (gst_multifdsink_handle_client_read),
31263         (gst_multifdsink_handle_client_write),
31264         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31265         Do a bit more logging, make the client_read code more robust.
31266
31267 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31268
31269         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31270         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31271         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31272         (gst_jpegdec_init), (gst_jpegdec_chain):
31273         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31274         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31275           cleanups, debugging fixes and memleak plugging
31276
31277 2004-08-09  Wim Taymans  <wim@fluendo.com>
31278
31279         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31280         (theora_get_formats), (theora_dec_src_convert),
31281         (theora_dec_sink_convert), (theora_dec_src_query),
31282         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31283         (theora_dec_change_state):
31284         Don't crash on missing header packets.
31285
31286 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31287
31288         * po/LINGUAS:
31289         * po/sq.po:
31290           Added Albanian translation (Laurent Dhima)
31291         * po/cs.po:
31292           updated
31293
31294 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31295
31296         * ext/lame/gstlame.c:
31297           fix/add debugging
31298
31299 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31300
31301         * sys/ximage/ximagesink.c:
31302         * sys/xvimage/xvimagesink.c:
31303           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31304
31305 2004-08-06  Wim Taymans  <wim@fluendo.com>
31306
31307         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31308         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31309         (gst_multifdsink_client_remove),
31310         (gst_multifdsink_handle_client_read),
31311         (gst_multifdsink_handle_client_write),
31312         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31313         Make sure we don't try to read more from a client that what
31314         ioctl says us or we deadlock.
31315
31316 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31317
31318         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31319         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31320         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31321           decouple running_time and n_frames so it can handle changing
31322           framerate while running
31323
31324 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31325
31326         * po/nl.po:
31327         * po/sv.po:
31328           updated translations
31329
31330 2004-08-04  Benjamin Otte  <otte@gnome.org>
31331
31332         * gst/videotestsrc/gstvideotestsrc.c:
31333         (gst_videotestsrc_get_capslist), (generate_capslist),
31334         (plugin_init):
31335           generate the list of supported caps at startup and reuse it instead
31336           of always generating it
31337
31338 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31339
31340         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31341           whoops, last checkin broke normal build
31342
31343 2004-08-03  Benjamin Otte  <otte@gnome.org>
31344
31345         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31346         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31347         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31348         (gst_alsa_mixer_get_option):
31349         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31350         (dvdnavsrc_print_event):
31351         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31352         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31353         (gst_ogg_mux_pad_unlink):
31354         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31355         (gst_multipart_mux_pad_unlink):
31356         * gst/videofilter/gstvideobalance.c:
31357         (gst_videobalance_colorbalance_set_value):
31358         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31359         (gst_videomixer_pad_unlink):
31360         * po/uk.po:
31361         * sys/oss/gstossmixer.c:
31362         * sys/v4l/gstv4lcolorbalance.c:
31363         * sys/v4l/gstv4ltuner.c:
31364         * sys/v4l/v4lsrc_calls.c:
31365         * sys/v4l2/gstv4l2colorbalance.c:
31366         * sys/v4l2/gstv4l2tuner.c:
31367           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31368
31369 2004-08-03  Benjamin Otte  <otte@gnome.org>
31370
31371         * examples/dynparams/filter.c: (ui_control_create):
31372         * examples/gstplay/player.c: (print_tag):
31373         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31374         * ext/gdk_pixbuf/gstgdkanimation.c:
31375         (gst_gdk_animation_iter_may_advance):
31376         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31377         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31378         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31379         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31380         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31381         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31382         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31383         * gst/sine/demo-dparams.c: (main):
31384         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31385         * testsuite/alsa/formats.c: (create_pipeline):
31386         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31387           fixes for G_DISABLE_ASSERT and friends
31388         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31389         (mp3_type_frame_length_from_header), (mp3_type_find),
31390         (plugin_init):
31391           require mp3 typefinding to have at least MIN_HEADERS valid headers
31392           add typefinding for AAC adts files
31393
31394 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31395
31396         * sys/ximage/ximagesink.c:
31397         (gst_ximagesink_calculate_pixel_aspect_ratio):
31398         * sys/xvimage/xvimagesink.c:
31399         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31400         Make sure we calculate pixel-aspect-ratio using floating point maths
31401
31402 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31403
31404         * po/uk.po:
31405           updated translation
31406
31407 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31408
31409         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31411           add debugging for display PAR calculation
31412
31413 2004-08-02  David Schleef  <ds@schleef.org>
31414
31415         * configure.ac: Fix mikmod CFLAGS.
31416
31417 2004-07-27  Benjamin Otte  <otte@gnome.org>
31418
31419         * gst/audioscale/gstaudioscale.c:
31420         - fix templates to only support S16, it's the only format that works
31421         - make caps nego code use try_set_caps_nonfixed and fixation instead
31422         of try_set_caps twice, which is not nice for autopluggers
31423         - change rank to secondary, so autopluggers can pick it up after
31424         audioconvert
31425
31426 2004-08-02  Iain <iain@prettypeople.org>
31427
31428         * gst/interleave/interleave.c (interleave_init),
31429         (interleave_request_new_pad),
31430         (interleave_pad_removed),
31431         (interleave_buffered_loop): Use the real pad count, not the artificial
31432         one.
31433
31434 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31435
31436         * configure.ac: bump nano back to development
31437
31438 === release 0.8.3 ===
31439
31440 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31441
31442         * configure.ac: releasing 0.8.3, "Water"
31443
31444 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31445
31446         * sys/xvimage/xvimagesink.c:
31447         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31448         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31449         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31450         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31451         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31452         * sys/xvimage/xvimagesink.h:
31453           apply similar PAR fixes as to ximagesink
31454
31455 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31456
31457         patch from: Benjamin Otte
31458
31459         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31460           add link function to lame.  Fixes #148986.
31461
31462 2004-08-02  Johan Dahlin  <johan@gnome.org>
31463
31464         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31465         fix debugging log
31466
31467 2004-07-30  David Schleef  <ds@schleef.org>
31468
31469         * gst/videomixer/Makefile.am: Fix things that should have been
31470         fixed in the last checkin.
31471
31472 2004-07-30  David Schleef  <ds@schleef.org>
31473
31474         * gst/multipart/Makefile.am: Fix things that should have been
31475         fixed in the last checkin.
31476
31477 2004-07-30  David Schleef  <ds@schleef.org>
31478
31479         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31480
31481 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31482
31483         * configure.ac:
31484           bump nano for prerelease
31485         * po/af.po:
31486         * po/az.po:
31487         * po/cs.po:
31488         * po/en_GB.po:
31489         * po/hu.po:
31490         * po/nl.po:
31491         * po/sr.po:
31492         * po/sv.po:
31493         * po/uk.po:
31494           updates
31495
31496 2004-07-30  Wim Taymans  <wim@fluendo.com>
31497
31498         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31499         (gst_multifdsink_add), (gst_multifdsink_remove),
31500         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31501         (gst_multifdsink_client_remove),
31502         (gst_multifdsink_handle_client_write),
31503         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31504         * gst/tcp/gstmultifdsink.h:
31505         Recover from a select with a bad file descriptor by removing
31506         the client.
31507
31508 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31509
31510         * configure.ac:
31511           fix requirement of core
31512         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31513         (gst_play_pipeline_setup):
31514           don't use colorspace element.  do use hermescolorspace element.
31515           make macro to get a colorspace element.
31516           mark strings for translation.
31517         * po/POTFILES.in:
31518           add play.c
31519         * po/af.po:
31520         * po/az.po:
31521         * po/cs.po:
31522         * po/en_GB.po:
31523         * po/hu.po:
31524         * po/nl.po:
31525         * po/sr.po:
31526         * po/sv.po:
31527         * po/uk.po:
31528           update translations
31529
31530 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31531
31532         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31533         fix default for newmedia flag
31534
31535 2004-07-30  Wim Taymans  <wim@fluendo.com>
31536
31537         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31538         (gst_theora_dec_init), (theora_get_formats),
31539         (theora_dec_src_convert), (theora_dec_sink_convert),
31540         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31541         (theora_dec_chain), (theora_dec_set_property),
31542         (theora_dec_get_property):
31543         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31544         (gst_theora_enc_class_init), (gst_theora_enc_init),
31545         (theora_enc_sink_link), (theora_enc_chain),
31546         (theora_enc_set_property), (theora_enc_get_property):
31547         Added cropping option to theora decoder.
31548         Added border option to theora encoder.
31549
31550 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31551
31552         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31553         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31554         (gst_pngenc_set_property):
31555         * ext/libpng/gstpngenc.h:
31556         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
31557
31558 2004-07-30  Wim Taymans  <wim@fluendo.com>
31559
31560         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31561         (theora_enc_sink_link), (theora_enc_chain),
31562         (theora_enc_set_property), (theora_enc_get_property):
31563         Fix encoding of non-multiple-of-16 video.
31564
31565 2004-07-29  David Schleef  <ds@schleef.org>
31566
31567         * configure.ac: make test for audiofile more strict
31568
31569 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31570
31571         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31572           give different names to typefind functions
31573
31574 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31575
31576         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31577         (gst_ximagesink_calculate_pixel_aspect_ratio),
31578         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31579         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31580         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31581         (gst_ximagesink_get_property), (gst_ximagesink_init):
31582         * sys/ximage/ximagesink.h:
31583           allocate PAR's dynamically.
31584           use autodetected PAR if no object-set PAR is given.
31585           add workaround for directfb's X not setting physical size.
31586           fix to xvimagesink will follow tomorrow.
31587
31588 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31589
31590         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31591         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31592         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31593         (gst_shout2send_class_init), (gst_shout2send_init),
31594         (set_shout_metadata), (gst_shout2send_set_metadata),
31595         (gst_shout2send_chain), (gst_shout2send_set_property),
31596         (gst_shout2send_get_property), (gst_shout2send_connect),
31597         (gst_shout2send_change_state):
31598         * ext/shout2/gstshout2.h:
31599         - fix for sending mp3 audio to icecast2 server, if pad link function not
31600         called before PAUSED state
31601         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31602         - added tagging support for mp3 audio broadcasted
31603         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31604         debug info
31605
31606 2004-07-28  Wim Taymans  <wim@fluendo.com>
31607
31608         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31609         (gst_ogg_demux_push):
31610         Return query failure when we don't know the length of
31611         an ogg stream insteda of returning TRUE with a bogus value.
31612
31613 2004-07-28  Wim Taymans  <wim@fluendo.com>
31614
31615         * ext/theora/theoradec.c: (theora_get_formats),
31616         (theora_dec_src_convert), (theora_dec_sink_convert),
31617         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31618         (theora_dec_chain):
31619         Don't screw up the 1 Chroma for 1 luma sample situation when we
31620         have an odd offset/width by adding a black border in those cases.
31621
31622 2004-07-28  Wim Taymans  <wim@fluendo.com>
31623
31624         * ext/theora/theoradec.c: (theora_get_formats),
31625         (theora_dec_src_convert), (theora_dec_sink_convert),
31626         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31627         (theora_dec_chain):
31628         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31629         Added first attempt at cropping of the image as required by the
31630         theora spec. We need more properties in the caps (offset_x,
31631         offset_y,stride) to implement this correctly.
31632
31633 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31634
31635         * ext/dvdnav/README:
31636           Update the README to use dvddemux
31637         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31638           Ensure getcaps returns a subset of the template caps
31639         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31640         (gst_mpeg2subt_init):
31641           Ensure getcaps returns a subset of the template caps
31642         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31643         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31644         (gst_dvd_demux_get_subpicture_stream),
31645         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31646         * gst/mpegstream/gstdvddemux.h:
31647           Set the explicit caps on the current_video pad before pushing
31648           anything
31649         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31650         (gst_mpeg_demux_get_audio_stream):
31651           Free caps used to gst_pad_set_explicit_caps, which takes a const
31652           GstCaps *
31653
31654 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31655
31656         * configure.ac: update GStreamer requirement to 0.8.4 because of
31657           GstFraction.
31658
31659 2004-07-28  Wim Taymans  <wim@fluendo.com>
31660
31661         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31662         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31663         Add the pad to the element after setting up the caps. This
31664         makes it a lot easier to autoplug.
31665
31666 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31667
31668         * gst/median/gstmedian.c:
31669         * gst/mpeg2subt/gstmpeg2subt.c:
31670         * gst/mpegaudioparse/gstmpegaudioparse.c:
31671         * gst/mpegstream/gstdvddemux.c:
31672         * gst/mpegstream/gstmpegdemux.c:
31673         * gst/mpegstream/gstmpegpacketize.c:
31674         * gst/rtjpeg/gstrtjpeg.c:
31675         * gst/rtjpeg/gstrtjpegdec.c:
31676         * gst/rtjpeg/gstrtjpegenc.c:
31677         * gst/sine/gstsinesrc.c:
31678         * gst/smooth/gstsmooth.c:
31679         * gst/smpte/gstsmpte.c:
31680         * gst/smpte/gstsmpte.h:
31681         * gst/stereo/gststereo.c:
31682         * gst/videofilter/gstgamma.c:
31683         * gst/videofilter/gstvideobalance.c:
31684         * gst/videofilter/gstvideofilter.c:
31685         * gst/videofilter/gstvideoflip.c:
31686         * gst/videoscale/gstvideoscale.c:
31687         * gst/videoscale/videoscale.c:
31688         * gst/videotestsrc/gstvideotestsrc.c:
31689         * gst/videotestsrc/videotestsrc.c:
31690         * gst/wavenc/gstwavenc.c:
31691         * gst/wavparse/gstwavparse.c:
31692           fix local includes and 64 bits constants
31693
31694 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31695
31696         * win32/gst.sln:
31697         * gst-libs/gst/*/*.vcproj:
31698         * gst/*/*.vcproj:
31699           more working plugins
31700
31701 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31702
31703         * testsuite/alsa/Makefile.am:
31704         * testsuite/alsa/srcstate.c:
31705         add test for alsasrc changing state
31706
31707 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31708
31709         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31710         (gst_silence_get):
31711         * gst/silence/gstsilence.h:
31712         fix silence generation for 16bit raw audio
31713
31714 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31715
31716         * gst/matroska/matroska-demux.c:
31717         (gst_matroska_demux_parse_metadata),
31718         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31719         * gst/mpegaudio/common.c:
31720         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31721         (gst_videoscale_getcaps), (gst_videoscale_link),
31722         (gst_videoscale_src_fixate), (gst_videoscale_init),
31723         (gst_videoscale_finalize):
31724         * gst/videoscale/gstvideoscale.h:
31725         * gst/videotestsrc/gstvideotestsrc.c:
31726         (gst_videotestsrc_get_capslist):
31727         * gst/wavenc/gstwavenc.c:
31728         * sys/oss/gstossmixer.c: (fill_labels):
31729         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31730         (gst_ximagesink_handle_xevents),
31731         (gst_ximagesink_calculate_pixel_aspect_ratio),
31732         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31733         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31734         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31735         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31736         (gst_ximagesink_init), (gst_ximagesink_class_init):
31737         * sys/ximage/ximagesink.h:
31738         * sys/xvimage/xvimagesink.c:
31739         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31740         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31741         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31742         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31743         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31744         * sys/xvimage/xvimagesink.h:
31745           first batch of pixel aspect ratio commits.
31746
31747 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31748
31749         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31750         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31751         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31752           handle stride, needs work if we want to move stride handling
31753           upstream, but works correctly for our purposes.
31754
31755 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31756
31757         * gst/videoscale/README:
31758           add testing examples
31759         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31760         (gst_videoscale_chain):
31761         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31762         (gst_videoscale_get_size):
31763           add get_size function that handles stride like videotestsrc.
31764           fixes conversion for YUV formats for as much as I can test them.
31765
31766 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31767
31768         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31769         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31771         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31772         (gst_xvimagesink_xvimage_put):
31773           further cleanups, logging, error handling and synchronizing
31774
31775 2004-07-27  Wim Taymans  <wim@fluendo.com>
31776
31777         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31778         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31779         (gst_videomixer_pad_set_property),
31780         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31781         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31782         (gst_videomixer_class_init), (gst_videomixer_init),
31783         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31784         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31785         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31786         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31787         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31788         (gst_videomixer_loop), (plugin_init):
31789         Be a nicer negotiation citizen and provide a getcaps function on
31790         the srcpad. This also fixes a crash when resizing.
31791
31792 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31793
31794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31795         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31796
31797 2004-07-27  Wim Taymans  <wim@fluendo.com>
31798
31799         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31800         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31801         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31802         (gst_pngenc_set_property):
31803         * ext/libpng/gstpngenc.h:
31804         Added snapshot property to pngenc.
31805         removed g_print from pngdec
31806
31807 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31808
31809         * gst/ac3parse/ac3parse.vcproj
31810         * gst/adder/adder.vcproj
31811         * gst/alpha/alpha.vcproj
31812         * gst/alpha/alphacolor.vcproj
31813         * gst/asfdemux/asf.vcproj
31814         * gst/audioconvert/audioconvert.vcproj
31815         * gst/audiorate/audiorate.vcproj
31816         * gst/audioscale/audioscale.vcproj
31817         * gst/auparse/auparse.vcproj
31818         * gst/avi/avi.vcproj
31819         * gst/cdxaparse/cdxaparse.vcproj
31820         * gst/chart/chart.vcproj
31821         * gst/colorspace/colorspace.vcproj
31822         * gst/cutter/cutter.vcproj
31823         * gst/debug/debug.vcproj
31824         * gst/debug/efence.vcproj
31825         * gst/debug/navigationtest.vcproj
31826         * gst/deinterlace/deinterlace.vcproj
31827         * gst/effectv/effectv.vcproj
31828         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31829         * gst/filter/filter.vcproj
31830         * gst/flx/flxdec.vcproj
31831         * gst/goom/goom.vcproj
31832         * gst/interleave/interleave.vcproj
31833         * gst/law/alaw.vcproj
31834         * gst/law/mulaw.vcproj
31835         * gst/matroska/matroska.vcproj
31836         * gst/median/median.vcproj
31837         * gst/mixmatrix/mixmatrix.vcproj
31838         * gst/mpeg1sys/mpeg1systemencode.vcproj
31839         * gst/mpeg1videoparse/mp1videoparse.vcproj
31840         * gst/mpeg2sub/mpeg2subt.vcproj
31841         * gst/mpegaudio/mpegaudio.vcproj
31842         * gst/mpegaudioparse/mpegaudioparse.vcproj
31843         * gst/mpegstream/mpegstream.vcproj
31844         * gst/multifilesink/multifilesink.vcproj
31845         * gst/multipart/multipart.vcproj
31846         * gst/oneton/oneton.vcproj
31847         * gst/overlay/overlay.vcproj
31848         * gst/passthrough/passthrough.vcproj
31849         * gst/qtdemux/qtdemux.vcproj
31850         * gst/realmedia/rmdemux.vcproj
31851         * gst/rtjpeg/rtjpeg.vcproj
31852         * gst/rtp/rtp.vcproj
31853         * gst/silence/silence.vcproj
31854         * gst/sine/sinesrc.vcproj
31855         * gst/smooth/smooth.vcproj
31856         * gst/smpte/smpte.vcproj
31857         * gst/spectrum/spectrum.vcproj
31858         * gst/speed/speed.vcproj
31859         * gst/stereo/stereo.vcproj
31860         * gst/switch/switch.vcproj
31861         * gst/tags/tagedit.vcproj
31862         * gst/tcp/tcp.vcproj
31863         * gst/typefind/typefindfunctions.vcproj
31864         * gst/udp/udp.vcproj
31865         * gst/videobox/videobox.vcproj
31866         * gst/videocrop/videocrop.vcproj
31867         * gst/videodrop/videodrop.vcproj
31868         * gst/videofilter/gamma.vcproj
31869         * gst/videofilter/videobalance.vcproj
31870         * gst/videofilter/videofilter.vcproj
31871         * gst/videofilter/videoflip.vcproj
31872         * gst/videoflip/videoflip.vcproj
31873         * gst/videomixer/videomixer.vcproj
31874         * gst/videorate/videorate.vcproj
31875         * gst/videoscale/videoscale.vcproj
31876         * gst/videotestsrc/videotestsrc.vcproj
31877         * gst/virtualdub/virtualdub.vcproj
31878         * gst/volenv/volenv.vcproj
31879         * gst/volume/volume.vcproj
31880         * gst/wavenc/wavenc.vcproj
31881         * gst/wavparse/wavparse.vcproj
31882         * gst/y4m/y4menc.vcproj
31883         * gst-libs/gst/audio/audio.vcproj
31884         * gst-libs/gst/audio/audiofilter.vcproj
31885         * gst-libs/gst/colorbalance/colorbalance.vcproj
31886         * gst-libs/gst/idct/idtc.vcproj
31887         * gst-libs/gst/media-info/media-info.vcproj
31888         * gst-libs/gst/mixer/mixer.vcproj
31889         * gst-libs/gst/navigation/navigation.vcproj
31890         * gst-libs/gst/play/play.vcproj
31891         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31892         * gst-libs/gst/resample/resample.vcproj
31893         * gst-libs/gst/riff/riff.vcproj
31894         * gst-libs/gst/tuner/tuner.vcproj
31895         * gst-libs/gst/video/video.vcproj
31896         * gst-libs/gst/xoverlay/xoverlay.vcproj
31897           avoid problems with math.h, fix release dependancy
31898           rename GStreamer-0.8.lib to libgstreamer.lib
31899
31900 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31901
31902         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31904         the atom is not available we have to unlock the mutex. Fixes #148023
31905
31906 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31907
31908         * gst-libs/gst/media-info/media-info.h:
31909           issue for a vararg macro with MSVC
31910
31911 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31912
31913         * gst/effectv/effectv.vcproj
31914         * gst-libs/gst/idct/idct.vcproj:
31915         * gst-libs/gst/media-info/media-info.vcproj:
31916         * gst-libs/gst/navigation/navigation.vcproj:
31917         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31918         * gst-libs/gst/video/video.vcproj:
31919         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31920           fixes for build problems
31921
31922 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31923
31924         * gst-libs/gst/audio/audio.def:
31925         * gst-libs/gst/audio/riff.def:
31926           add some definitions needed by plugins
31927
31928 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31929
31930         * gst/asfdemux/gstasfmux.c
31931           Fix some 64 bits constants to be glib friendly
31932
31933 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31934
31935         * gst/ac3parse/gstac3parse.c
31936         * gst/audioscale/gstaudioscale.c
31937         * gst/auparse/gstauparse.c
31938         * gst/colorspace/gstcolorspace.c
31939         * gst/colorspace/yuv2rgb.h
31940           local include fixes
31941
31942 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31943
31944         * win32/gst.sln
31945           add more plugins to the build
31946
31947 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31948
31949         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31950         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31951
31952 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31953
31954         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31955         (gst_level_set_property), (gst_level_get_property),
31956         (gst_level_base_init), (gst_level_class_init):
31957           add debugging categories.  cleanups.
31958
31959 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31960
31961         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31962         (gst_videoscale_planar411), (gst_videoscale_planar400),
31963         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31964         (gst_videoscale_scale_nearest_str1),
31965         (gst_videoscale_scale_nearest_str2),
31966         (gst_videoscale_scale_nearest_str4),
31967         (gst_videoscale_scale_nearest_16bit),
31968         (gst_videoscale_scale_nearest_24bit):
31969           fixed stride issues
31970           tested with 320x240 -> 321, 322, 324 x240
31971           tested with YV12, I420, YUY2, UYVY
31972           fixed packed422rev (don't think it could have worked before)
31973           by testing with UYVY
31974
31975 2004-07-26  Benjamin Otte  <otte@gnome.org>
31976
31977         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
31978         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
31979         (plugin_init):
31980           add debugging category, add error checks like checking return values
31981           of setup calls, make sure it still works after
31982           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
31983
31984 2004-07-26  Wim Taymans  <wim@fluendo.com>
31985
31986         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31987         (gst_mpeg_demux_get_audio_stream),
31988         (gst_mpeg_demux_process_private):
31989         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
31990         Check for error codes from the negotiation functions. Make sure
31991         we really set the pad caps when a new pad is created.
31992
31993 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31994
31995         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31996         (gst_ffmpeg_caps_to_pix_fmt):
31997         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31998         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31999         (gst_ffmpegcolorspace_pad_link):
32000           don't make function do two things at the same time without reason.
32001
32002 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32003
32004         * gst/ac3parse/ac3parse.vcproj
32005         * gst/adder/adder.vcproj
32006         * gst/alpha/alpha.vcproj
32007         * gst/alpha/alphacolor.vcproj
32008         * gst/asfdemux/asf.vcproj
32009         * gst/audioconvert/audioconvert.vcproj
32010         * gst/audiorate/audiorate.vcproj
32011         * gst/audioscale/audioscale.vcproj
32012         * gst/auparse/auparse.vcproj
32013         * gst/avi/avi.vcproj
32014         * gst/cdxaparse/cdxaparse.vcproj
32015         * gst/chart/chart.vcproj
32016         * gst/colorspace/colorspace.vcproj
32017         * gst/cutter/cutter.vcproj
32018         * gst/debug/debug.vcproj
32019         * gst/debug/efence.vcproj
32020         * gst/debug/navigationtest.vcproj
32021         * gst/deinterlace/deinterlace.vcproj
32022         * gst/effectv/effectv.vcproj
32023         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32024         * gst/filter/filter.vcproj
32025         * gst/flx/flxdec.vcproj
32026         * gst/goom/goom.vcproj
32027         * gst/interleave/interleave.vcproj
32028         * gst/law/alaw.vcproj
32029         * gst/law/mulaw.vcproj
32030         * gst/matroska/matroska.vcproj
32031         * gst/median/median.vcproj
32032         * gst/mixmatrix/mixmatrix.vcproj
32033         * gst/mpeg1sys/mpeg1systemencode.vcproj
32034         * gst/mpeg1videoparse/mp1videoparse.vcproj
32035         * gst/mpeg2sub/mpeg2subt.vcproj
32036         * gst/mpegaudio/mpegaudio.vcproj
32037         * gst/mpegaudioparse/mpegaudioparse.vcproj
32038         * gst/mpegstream/mpegstream.vcproj
32039         * gst/multifilesink/multifilesink.vcproj
32040         * gst/multipart/multipart.vcproj
32041         * gst/oneton/oneton.vcproj
32042         * gst/overlay/overlay.vcproj
32043         * gst/passthrough/passthrough.vcproj
32044         * gst/qtdemux/qtdemux.vcproj
32045         * gst/realmedia/rmdemux.vcproj
32046         * gst/rtjpeg/rtjpeg.vcproj
32047         * gst/rtp/rtp.vcproj
32048         * gst/silence/silence.vcproj
32049         * gst/sine/sinesrc.vcproj
32050         * gst/smooth/smooth.vcproj
32051         * gst/smpte/smpte.vcproj
32052         * gst/spectrum/spectrum.vcproj
32053         * gst/speed/speed.vcproj
32054         * gst/stereo/stereo.vcproj
32055         * gst/switch/switch.vcproj
32056         * gst/tags/tagedit.vcproj
32057         * gst/tcp/tcp.vcproj
32058         * gst/typefind/typefindfunctions.vcproj
32059         * gst/udp/udp.vcproj
32060         * gst/videobox/videobox.vcproj
32061         * gst/videocrop/videocrop.vcproj
32062         * gst/videodrop/videodrop.vcproj
32063         * gst/videofilter/gamma.vcproj
32064         * gst/videofilter/videobalance.vcproj
32065         * gst/videofilter/videofilter.vcproj
32066         * gst/videofilter/videoflip.vcproj
32067         * gst/videoflip/videoflip.vcproj
32068         * gst/videomixer/videomixer.vcproj
32069         * gst/videorate/videorate.vcproj
32070         * gst/videoscale/videoscale.vcproj
32071         * gst/videotestsrc/videotestsrc.vcproj
32072         * gst/virtualdub/virtualdub.vcproj
32073         * gst/volenv/volenv.vcproj
32074         * gst/volume/volume.vcproj
32075         * gst/wavenc/wavenc.vcproj
32076         * gst/wavparse/wavparse.vcproj
32077         * gst/y4m/y4menc.vcproj
32078           more plugins supported under windows
32079
32080 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32081
32082         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32083         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32084         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32086         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32087           Add debugging statements.  Use the sizes as returned by the
32088           *CreateImage calls.
32089
32090 2004-07-26  Johan Dahlin  <johan@gnome.org>
32091
32092         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32093         the pad is negotiated.
32094
32095         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32096
32097 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32098
32099         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32100         * gst-libs/gst/idct/idct.vcproj:
32101         * gst-libs/gst/media-info/media-info.vcproj:
32102         * gst-libs/gst/mixer/mixer.vcproj:
32103         * gst-libs/gst/navigation/navigation.vcproj:
32104         * gst-libs/gst/play/play.vcproj:
32105         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32106         * gst-libs/gst/resample/resample.vcproj:
32107         * gst-libs/gst/tuner/tuner.vcproj:
32108         * gst-libs/gst/video/video.vcproj:
32109         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32110           more plugins supported under windows
32111
32112 2004-07-25 Iain <iain@prettypeople.org>
32113
32114         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32115         pad now rather than when the pad is created because state changes wipe
32116         explicit caps (fixes #148043).
32117
32118 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32119
32120         reviewed by Benjamin Otte  <otte@gnome.org>
32121
32122         * ext/mad/gstmad.c:
32123           fix mad plugin crashing on Sun (fixes #148289)
32124
32125 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32126
32127         * gst/avi/avi.def:
32128         * gst/avi/avi.vcproj:
32129         * gst/matroska/matroska.def:
32130         * gst/matroska/matroska.vcproj:
32131           remove unused .def files
32132
32133 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32134
32135         * gst-libs/gst/audio/gstaudiofilter.c:
32136           Clean the local include
32137
32138 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32139
32140         * win32/gst.sln:
32141         * gst-libs/gst/audio/audio.def:
32142         * gst-libs/gst/audio/audio.vcproj:
32143         * gst-libs/gst/audio/audiofilter.vcproj:
32144         * gst-libs/gst/audio/riff.def:
32145         * gst-libs/gst/audio/riff.vcproj:
32146         * gst-libs/gst/gst-libs.def:
32147         * gst-libs/gst/gst-libs.vcproj:
32148         * gst/avi/avi.vcproj:
32149         * gst/avi/avi.vcproj:
32150           Copy the files where needed after building, cleaner projects
32151
32152 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32153
32154         * gst/matroska/ebml-write.c:
32155           Fix some 64 bits constants to be glib friendly
32156
32157 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32158
32159         * win32/gst.sln:
32160         * gst-libs/gst/gst-libs.def:
32161         * gst-libs/gst/gst-libs.vcproj:
32162         * gst/matroska/matroska.def:
32163         * gst/matroska/matroska.vcproj:
32164           Add the preliminary canvas to build plugins on Win32
32165
32166 2004-07-23  Benjamin Otte  <otte@gnome.org>
32167
32168         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32169           don't enfore negotiation from source side, it breaks
32170           sinesrc ! audioconvert ! osssink
32171
32172 2004-07-22  David Schleef  <ds@schleef.org>
32173
32174         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32175         for ELF files, since they can easily be recognized as audio/mpeg.
32176         (bug #147441)
32177
32178 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32179
32180         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32181         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32182         (gst_videoscale_scale_nearest_24bit),
32183         (gst_videoscale_scale_nearest_16bit):
32184           fix 16bit and 24bit for stride (24bit might need testing)
32185           don't pretend we do more than one algorithm
32186
32187 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32188
32189         * configure.ac:
32190         * gst/Makefile.am:
32191         * gst/multifilesink/Makefile.am:
32192         * gst/multifilesink/gstmultifilesink.c:
32193         (gst_multifilesink_get_formats),
32194         (gst_multifilesink_get_query_types), (_do_init),
32195         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32196         (gst_multifilesink_init), (gst_multifilesink_dispose),
32197         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32198         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32199         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32200         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32201         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32202         (gst_multifilesink_uri_get_type),
32203         (gst_multifilesink_uri_get_protocols),
32204         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32205         (gst_multifilesink_uri_handler_init), (plugin_init):
32206         * gst/multifilesink/gstmultifilesink.h:
32207         * testsuite/Makefile.am:
32208         * testsuite/multifilesink/Makefile.am:
32209         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32210         (gst_newmedia_class_init), (gst_newmedia_init),
32211         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32212         (newfile_signal), (test_signal), (main):
32213         multifilesink plugin for creating new files every time a new media
32214         discontinuity event occurs
32215
32216 2004-07-22  Wim Taymans  <wim@fluendo.com>
32217
32218         * gst/alpha/Makefile.am:
32219         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32220         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32221         (gst_alpha_color_init), (gst_alpha_color_set_property),
32222         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32223         (transform), (gst_alpha_color_chain),
32224         (gst_alpha_color_change_state), (plugin_init):
32225         Stupid plugin to to RGBA to AYUV conversion because none of
32226         the colorspace plugins can handle that yet.
32227
32228 2004-07-22  Wim Taymans  <wim@fluendo.com>
32229
32230         * examples/seeking/seek.c: (update_scale), (main):
32231         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32232         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32233         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32234         (gst_decode_bin_init), (gst_decode_bin_dispose),
32235         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32236         (no_more_pads), (close_link), (type_found),
32237         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32238         (plugin_init):
32239         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32240         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32241         (gst_play_base_bin_dispose), (queue_overrun),
32242         (gen_preroll_element), (remove_prerolls), (unknown_type),
32243         (no_more_pads), (new_stream), (setup_source),
32244         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32245         (play_base_eos), (gst_play_base_bin_change_state),
32246         (gst_play_base_bin_add_element),
32247         (gst_play_base_bin_remove_element),
32248         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32249         (gst_play_base_bin_unlink_stream),
32250         (gst_play_base_bin_get_streaminfo):
32251         * gst/playback/gstplaybin.c: (gen_video_element),
32252         (gen_audio_element):
32253         * gst/playback/gststreaminfo.h:
32254         More playback updates, attempt to fix things after the state change
32255         breakage.
32256
32257 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32258
32259         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32260         (gst_videoscale_scale_nearest_16bit):
32261           comment algorithm
32262
32263 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32264
32265         * gst/videotestsrc/gstvideotestsrc.c:
32266         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32267         (gst_videotestsrc_init), (gst_videotestsrc_get),
32268         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32269         (gst_videotestsrc_get_property):
32270         * gst/videotestsrc/gstvideotestsrc.h:
32271         * gst/videotestsrc/videotestsrc.c:
32272         * gst/videotestsrc/videotestsrc.h:
32273           cleanup and commenting
32274
32275 2004-07-21  Wim Taymans  <wim@fluendo.com>
32276
32277         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32278         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32279         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32280         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32281         (_find_chain_get_unknown_part), (_find_streams_check),
32282         (gst_ogg_demux_push), (gst_ogg_pad_push):
32283         * ext/theora/theoradec.c: (theora_get_formats),
32284         (theora_dec_src_convert), (theora_dec_sink_convert),
32285         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32286         (theora_dec_chain):
32287         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32288         (vorbis_dec_convert), (vorbis_dec_src_query),
32289         (vorbis_dec_src_event), (vorbis_dec_event):
32290         More seeking fixes, oggdemux now supports seeking to time and
32291         uses the downstream element to convert granulepos to time.
32292         Seeking in theora-only ogg files now works.
32293
32294 2004-07-21  Wim Taymans  <wim@fluendo.com>
32295
32296         * ext/theora/theoradec.c: (gst_theora_dec_init),
32297         (theora_get_formats), (theora_get_event_masks),
32298         (theora_get_query_types), (theora_dec_src_convert),
32299         (theora_dec_sink_convert), (theora_dec_src_query),
32300         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32301         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32302         (vorbis_get_event_masks), (vorbis_get_query_types),
32303         (gst_vorbis_dec_init), (vorbis_dec_convert),
32304         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32305         Added query/convert/formats functions to vorbis and theora decoders
32306         so that the outside world can use them too. Fixed seeking on an
32307         ogg/theora/vorbis file by disabling the seeking seeking on the
32308         theora srcpad.
32309
32310 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32311
32312         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32313         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32314         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32315         images creation for both elements. We don't create the image on caps
32316         nego or renego, we just destroy the internal one if present if it does
32317         not match the needs. The chain function takes care of creating a new
32318         image when needed.
32319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32320         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32321         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32322         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32323         the image format information. The buffer pool checks for the context
32324         image format and discard images with different formats.
32325         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32326
32327 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32328
32329         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32330         (gst_ffmpegcolorspace_chain):
32331           no point in doing any chaining if the pad we want to push from
32332           isn't usable.
32333
32334 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32335
32336         * gst-libs/gst/riff/riff-media.c:
32337         (gst_riff_create_audio_caps_with_data):
32338           Fix double end-to-native symbol conversion (#148021).
32339
32340 2004-07-20  David Schleef  <ds@schleef.org>
32341
32342         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32343         Don't use an Atom that doesn't exist.
32344
32345 2004-07-20  Wim Taymans  <wim@fluendo.com>
32346
32347         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32348         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32349         (gst_multifdsink_client_remove),
32350         (gst_multifdsink_handle_client_write),
32351         (gst_multifdsink_queue_buffer):
32352         * gst/tcp/gstmultifdsink.h:
32353         More multifdsink stats. Avoid deadlock by releasing locks
32354         before sending out a signal.
32355
32356 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32357
32358         * po/LINGUAS:
32359         * po/hu.po:
32360           added Hungarian translation (Laszlo Dvornik)
32361
32362 2004-07-20  Wim Taymans  <wim@fluendo.com>
32363
32364         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32365         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32366         (gst_multifdsink_handle_client_write),
32367         (gst_multifdsink_queue_buffer):
32368         * gst/tcp/gsttcp-marshal.list:
32369         Fixed the stupid marshal definition.
32370
32371 2004-07-20  Wim Taymans  <wim@fluendo.com>
32372
32373         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32374         (gst_multifdsink_init), (gst_multifdsink_add),
32375         (gst_multifdsink_client_remove),
32376         (gst_multifdsink_handle_client_write),
32377         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32378         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32379         (gst_multifdsink_init_send):
32380         * gst/tcp/gstmultifdsink.h:
32381         Added more stats, added timeout for a client, fixed some typos
32382         and added some comments.
32383
32384 2004-07-20  Wim Taymans  <wim@fluendo.com>
32385
32386         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32387         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32388         (gst_multifdsink_client_remove),
32389         (gst_multifdsink_handle_client_write):
32390         * gst/tcp/gstmultifdsink.h:
32391         * gst/tcp/gsttcp-marshal.list:
32392         Added get_stats method that returns a GValueArray of
32393         stats values.
32394
32395 2004-07-19  Benjamin Otte  <otte@gnome.org>
32396
32397         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32398           make sure longname, description and author are valid UTF-8
32399
32400 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32401
32402         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32403         (gst_ximagesink_set_property):
32404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32405         (gst_xvimagesink_set_property):
32406           make sure SYNCHRONOUS is respected after getting the X context
32407
32408 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32409
32410         * gst/matroska/matroska-demux.c:
32411         (gst_matroska_demux_handle_src_event),
32412         (gst_matroska_demux_parse_blockgroup):
32413         * gst/matroska/matroska-ids.h:
32414           add BlockReference tag and ignore it to clear out log.
32415           ignore NAVIGATION events to clear out log.
32416
32417 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32418
32419         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32420         (gst_matroska_demux_add_stream):
32421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32422           add debug categories
32423
32424 2004-07-16  Wim Taymans  <wim@fluendo.com>
32425
32426         * ext/libpng/Makefile.am:
32427         * ext/libpng/gstpng.c: (plugin_init):
32428         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32429         (gst_pngdec_get_type), (gst_pngdec_base_init),
32430         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32431         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32432         * ext/libpng/gstpngdec.h:
32433         Added png decoder.
32434
32435 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32436
32437         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32438         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32439         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32440         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32441         (gst_ximagesink_buffer_alloc):
32442         * sys/ximage/ximagesink.h:
32443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32444         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32445         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32446         (gst_xvimagesink_buffer_alloc):
32447         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32448         again. Using internal data pointer of the x(v)image to store image's
32449         data to be coherent with the buffer alloc mechanism. Investigated the
32450         image destruction code to be sure that everything gets freed correctly.
32451
32452 2004-07-16  Wim Taymans  <wim@fluendo.com>
32453
32454         * gst-libs/gst/riff/riff-read.c:
32455         (gst_riff_read_strf_vids_with_data),
32456         (gst_riff_read_strf_auds_with_data):
32457         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32458         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32459         Make sure we don't create 0 sized subbuffers in riff-read.
32460         Signal the no more pads signal after reading the avi header.
32461
32462 2004-07-16  Wim Taymans  <wim@fluendo.com>
32463
32464         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32465         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32466         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32467         (gst_decode_bin_init), (gst_decode_bin_dispose),
32468         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32469         (no_more_pads), (close_link), (type_found),
32470         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32471         (gst_decode_bin_change_state), (plugin_init):
32472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32473         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32474         (gst_play_base_bin_dispose), (queue_overrun),
32475         (gen_preroll_element), (remove_prerolls), (unknown_type),
32476         (no_more_pads), (new_stream), (setup_source),
32477         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32478         (play_base_eos), (gst_play_base_bin_change_state),
32479         (gst_play_base_bin_add_element),
32480         (gst_play_base_bin_remove_element),
32481         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32482         (gst_play_base_bin_unlink_stream),
32483         (gst_play_base_bin_get_streaminfo):
32484         * gst/playback/gstplaybasebin.h:
32485         Better error recovery. Added configurable preroll queue size. Faster
32486         detection of no-more-pads.
32487
32488 2004-07-16  Wim Taymans  <wim@fluendo.com>
32489
32490         * gst-libs/gst/video/video.h:
32491         Added 32 bits RGBA. Not sure if we should use another mime-type
32492         for alpha rgb. Currently the presence of the alpha_mask property
32493         signals an alpha channel.
32494
32495 2004-07-16  Wim Taymans  <wim@fluendo.com>
32496
32497         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32499         FPS seems to be 0.0 to MAX everywhere else.
32500
32501 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32502
32503         * gst-libs/gst/riff/riff-media.c:
32504         (gst_riff_create_video_caps_with_data):
32505           mp42/mp43 (no caps) exist too.
32506         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32507           Set pixel_width/height; we've got them in-caps.
32508         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32509         * gst/wavparse/gstwavparse.c: (plugin_init):
32510           Both are valid primary.
32511         * sys/oss/gstossmixer.c:
32512           Remove i18n hack and enable translations.
32513
32514 2004-07-15  Benjamin Otte  <otte@gnome.org>
32515
32516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32517         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32518           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32519
32520 2004-07-15  Benjamin Otte  <otte@gnome.org>
32521
32522         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32523         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32524         (gst_alsa_close_audio):
32525           disable some of the debugging code for now. Writing debugging to a
32526           buffer is broken in current alsalib releases.
32527
32528 2004-07-12  Benjamin Otte  <otte@gnome.org>
32529
32530         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32531           use bufferpools
32532
32533 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32534
32535         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32536         (theora_dec_src_query), (theora_dec_event):
32537         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32538           add debugging categories.  Remove \n's.
32539
32540 2004-07-13  Johan Dahlin  <johan@gnome.org>
32541
32542         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32543         (gst_play_bin_get_property): Impl.
32544
32545 2004-07-13  Wim Taymans  <wim@fluendo.com>
32546
32547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32548         When trying to find the stream length, seek back N pages
32549         instead of just one, where N is the number of streams in
32550         the current chain.
32551
32552 2004-07-13  Wim Taymans  <wim@fluendo.com>
32553
32554         * gst-libs/gst/riff/riff-media.c:
32555         (gst_riff_create_audio_caps_with_data),
32556         (gst_riff_create_audio_caps),
32557         (gst_riff_create_audio_template_caps):
32558         * gst-libs/gst/riff/riff-media.h:
32559         * gst-libs/gst/riff/riff-read.c:
32560         (gst_riff_read_strf_vids_with_data),
32561         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32562         * gst-libs/gst/riff/riff-read.h:
32563         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32564         (gst_avi_demux_add_stream):
32565         Set codec_data on caps for avidemuxer.
32566
32567 2004-07-12  David Schleef  <ds@schleef.org>
32568
32569         * configure.ac: Fix test for Objective C
32570
32571 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32572         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32573         (gst_gdk_pixbuf_chain):
32574           Add svg and pcx to template caps, and ensure that getcaps returns a
32575           subset of the template caps.
32576           Copy each row manually for output, as gdkpixbuf may pad the
32577           rowstride to a 32-bit word boundary.
32578
32579 2004-07-12  Wim Taymans  <wim@fluendo.com>
32580
32581         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32582         (gst_riff_create_video_template_caps):
32583         Fix the template caps to include some more media types.
32584
32585 2004-07-12  Wim Taymans  <wim@fluendo.com>
32586
32587         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32588         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32589         (compare_ranks), (print_feature), (gst_decode_bin_init),
32590         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32591         (try_to_link_1), (new_pad), (close_link), (type_found),
32592         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32593         (gst_decode_bin_change_state), (plugin_init):
32594         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32595         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32596         (gst_play_base_bin_dispose), (queue_overrun),
32597         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32598         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32599         (gst_play_base_bin_get_property), (play_base_eos),
32600         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32601         (gst_play_base_bin_remove_element),
32602         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32603         (gst_play_base_bin_unlink_stream),
32604         (gst_play_base_bin_get_streaminfo):
32605         * gst/playback/gstplaybasebin.h:
32606         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32607         (gst_play_bin_class_init), (gst_play_bin_init),
32608         (gst_play_bin_dispose), (gst_play_bin_set_property),
32609         (gst_play_bin_get_property), (gen_video_element),
32610         (gen_audio_element), (remove_sinks), (setup_sinks),
32611         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32612         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32613         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32614         (gst_play_bin_query), (plugin_init):
32615         * gst/playback/test4.c: (main):
32616         More fixes on reusing of the element.
32617
32618 2004-07-11  Benjamin Otte  <otte@gnome.org>
32619
32620         * ext/mad/gstmad.c: (normal_seek):
32621           allow seeking for other methods than just SET
32622
32623 2004-07-11  Andy Wingo  <wingo@pobox.com>
32624
32625         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32626         float, "any" caps -> buffer_frames=[0,MAX].
32627
32628         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32629         doesn't intersect our caps with the template any more. Do it
32630         ourselves.
32631         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32632
32633 2004-07-09  Wim Taymans  <wim@fluendo.com>
32634
32635         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32636         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32637         (compare_ranks), (print_feature), (gst_decode_bin_init),
32638         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32639         (try_to_link_1), (new_pad), (close_link), (type_found),
32640         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32641         (gst_decode_bin_change_state), (plugin_init):
32642         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32643         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32644         (gst_play_base_bin_dispose), (queue_overrun),
32645         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32646         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32647         (gst_play_base_bin_get_property), (play_base_eos),
32648         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32649         (gst_play_base_bin_remove_element),
32650         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32651         (gst_play_base_bin_unlink_stream),
32652         (gst_play_base_bin_get_streaminfo):
32653         * gst/playback/gstplaybasebin.h:
32654         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32655         (gst_play_bin_class_init), (gst_play_bin_init),
32656         (gst_play_bin_dispose), (gst_play_bin_set_property),
32657         (gst_play_bin_get_property), (gen_video_element),
32658         (gen_audio_element), (remove_sinks), (setup_sinks),
32659         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32660         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32661         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32662         (gst_play_bin_query), (plugin_init):
32663         * gst/playback/test4.c: (main):
32664         Work on object reuse and seeking.
32665
32666 2004-07-09  Wim Taymans  <wim@fluendo.com>
32667
32668         * examples/seeking/seek.c: (iterate):
32669         Don't consume all CPU in the idle loop.
32670
32671 2004-07-09  Wim Taymans  <wim@fluendo.com>
32672
32673         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32674         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32675         Add pad to element *after* setting the pad functions so that
32676         the scheduler can use the correct ones.
32677
32678 2004-07-09  Wim Taymans  <wim@fluendo.com>
32679
32680         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32681         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32682         Sync to keyframe after seek
32683
32684 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32685
32686         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32687         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32688         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32689         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32690         * ext/libvisual/visual.c: (gst_visual_change_state):
32691         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32692         * ext/theora/theoradec.c: (theora_dec_change_state):
32693         * ext/theora/theoraenc.c: (theora_enc_change_state):
32694         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32695         * gst-libs/gst/navigation/navigation.c:
32696         * gst/adder/gstadder.c: (gst_adder_change_state):
32697         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32698         (gst_audio_convert_get_buffer):
32699         * gst/multipart/multipartdemux.c:
32700         (gst_multipart_demux_change_state):
32701         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32702         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32703         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32704         * gst/videoscale/gstvideoscale.c:
32705         (gst_videoscale_handle_src_event):
32706         * gst/volume/gstvolume.c: (volume_chain_int16):
32707           don't assert in state change, this should be done by the base
32708           GstElement class.
32709           various debugging fixes.
32710
32711 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32712
32713         * configure.ac:
32714         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32715         (gst_play_dispose), (gst_play_set_location),
32716         (gst_play_set_data_src), (gst_play_set_video_sink),
32717         (gst_play_set_audio_sink), (gst_play_set_visualization),
32718         (gst_play_connect_visualization), (gst_play_get_sink_element),
32719         (gst_play_get_all_by_interface):
32720         * gst-libs/gst/play/play.h:
32721           add new method to get elements implementing an interface.
32722           add various error logging
32723
32724 2004-07-08  Wim Taymans  <wim@fluendo.com>
32725
32726         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32727         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32728         (make_playerbin_pipeline), (query_durations_elems),
32729         (query_durations_pads), (query_positions_elems),
32730         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32731         (main):
32732         Added playbin seeking example.
32733
32734 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32735
32736         * gst-libs/gst/play/play.c: (gst_play_set_location),
32737         (gst_play_set_data_src), (gst_play_set_video_sink),
32738         (gst_play_set_audio_sink), (gst_play_set_visualization),
32739         (gst_play_connect_visualization), (gst_play_get_framerate):
32740           use a macro to look up elements from hash table
32741
32742 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32743
32744         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32745         (gst_play_get_length_callback), (gst_play_set_location),
32746         (gst_play_seek_to_time), (gst_play_set_data_src),
32747         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32748         (gst_play_set_visualization), (gst_play_connect_visualization),
32749         (gst_play_get_sink_element):
32750         - add debugging info
32751         - fix looking up sink elements by iterating over complete caps
32752         - put everything except for source and autoplugger in a complete bin
32753
32754 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32755
32756         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32757         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32758         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32759         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32760         * ext/alsa/gstalsasink.h:
32761         - add debugging info
32762         - clean up schizophrenia of data/buffer/event
32763         - fix double event unref error
32764
32765 2004-07-08  Wim Taymans  <wim@fluendo.com>
32766
32767         * gst/playback/Makefile.am:
32768         Add headers to noinst
32769
32770 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32771
32772         * tools/gst-launch-ext-m.m:
32773         * tools/gst-launch-ext.1.in:
32774           convert to the third millenium
32775
32776 2004-07-07  David Schleef  <ds@schleef.org>
32777
32778         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32779
32780 2004-07-07  Wim Taymans  <wim@fluendo.com>
32781
32782         * gst/playback/Makefile.am:
32783         * gst/playback/README:
32784         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32785         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32786         (compare_ranks), (print_feature), (gst_decode_bin_init),
32787         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32788         (try_to_link_1), (new_pad), (close_link), (type_found),
32789         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32790         (plugin_init):
32791         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32792         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32793         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32794         (gen_preroll_element), (no_more_pads), (new_stream),
32795         (setup_source), (gst_play_base_bin_set_property),
32796         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32797         (gst_play_base_bin_add_element),
32798         (gst_play_base_bin_remove_element),
32799         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32800         (gst_play_base_bin_unlink_stream),
32801         (gst_play_base_bin_get_streaminfo):
32802         * gst/playback/gstplaybasebin.h:
32803         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32804         (gst_play_bin_class_init), (gst_play_bin_init),
32805         (gst_play_bin_dispose), (gst_play_bin_set_property),
32806         (gst_play_bin_get_property), (gen_video_element),
32807         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32808         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32809         (gst_play_bin_get_formats), (gst_play_bin_convert),
32810         (gst_play_bin_get_query_types), (gst_play_bin_query),
32811         (plugin_init):
32812         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32813         (gst_stream_info_get_type), (gst_stream_info_class_init),
32814         (gst_stream_info_init), (gst_stream_info_new),
32815         (gst_stream_info_dispose), (gst_stream_info_set_property),
32816         (gst_stream_info_get_property):
32817         * gst/playback/gststreaminfo.h:
32818         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32819         (main):
32820         * gst/playback/test2.c: (main):
32821         * gst/playback/test3.c: (update_scale), (main):
32822         More playbin fixes. Added README. Do better element filtering.
32823         Added base class to preroll media. Added test apps.
32824
32825 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32826
32827         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32828         * ext/mpeg2dec/gstmpeg2dec.h:
32829           various debugging improvements.  Reset stream to next picture
32830           instead of sequence header, otherwise seeks cannot work.
32831
32832 2004-07-07  Wim Taymans  <wim@fluendo.com>
32833
32834         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32835         (gst_video_box_class_init), (gst_video_box_set_property),
32836         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32837         Use pad_alloc where possible.
32838
32839 2004-07-07  Wim Taymans  <wim@fluendo.com>
32840
32841         * sys/oss/gstosselement.c: (gst_osselement_reset),
32842         (gst_osselement_parse_caps):
32843         * sys/oss/gstosselement.h:
32844         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32845         Fix offset on osssrc.
32846
32847 2004-07-07  Wim Taymans  <wim@fluendo.com>
32848
32849         * ext/theora/theora.c: (plugin_init):
32850         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32851         (theora_dec_src_query), (theora_dec_chain):
32852         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32853         (theora_enc_sink_link), (theora_buffer_from_packet),
32854         (theora_push_packet), (theora_enc_chain):
32855         Fix theora granulepos calculation.
32856         Fix overflow in duration/position calculation.
32857         Bump rank to PRIMARY for theoradec.
32858         Use granulepos of last packet to calculate position.
32859         Set keyframe flag on buffers when needed.
32860
32861 2004-07-06  David Schleef  <ds@schleef.org>
32862
32863         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32864         serious?  (Fixed, obviously.)
32865
32866 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32867
32868         * po/LINGUAS:
32869         * po/cs.po:
32870           added Czech translation (Miloslav Trmac)
32871
32872 2004-07-05  Wim Taymans  <wim@fluendo.com>
32873
32874         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32875         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32876         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32877         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32878         (close_link), (type_found), (gst_decode_bin_set_property),
32879         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32880         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32881         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32882         (gst_decode_bin_query), (plugin_init):
32883         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32884         (gst_play_bin_class_init), (gst_play_bin_init),
32885         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32886         (get_video_element), (new_pad), (setup_source),
32887         (gst_play_bin_set_property), (gst_play_bin_get_property),
32888         (gst_play_bin_change_state), (gst_play_bin_add_element),
32889         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32890         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32891         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32892         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32893         * gst/playback/test.c: (main):
32894         More fixes, cleaned up playbin, make it use decodebin. Added
32895         threaded property to playbin.
32896
32897 2004-07-05  Wim Taymans  <wim@fluendo.com>
32898
32899         * configure.ac:
32900         * gst/playback/Makefile.am:
32901         * gst/playback/decodetest.c: (main):
32902         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32903         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32904         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32905         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32906         (close_link), (type_found), (gst_decode_bin_set_property),
32907         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32908         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32909         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32910         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32911         (plugin_init):
32912         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32913         (gst_play_bin_class_init), (gst_play_bin_init),
32914         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32915         (collect_sink_pads), (find_compatibles), (close_pad_link),
32916         (try_to_link_1), (new_pad), (close_link), (type_found),
32917         (setup_source), (gst_play_bin_set_property),
32918         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32919         (compare_ranks), (gst_play_bin_collect_factories),
32920         (gst_play_bin_change_state), (gst_play_bin_add_element),
32921         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32922         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32923         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32924         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32925         * gst/playback/test.c: (main):
32926         Added some playback helper elements and some test apps, very alpha
32927         still.
32928
32929 2004-07-04  Benjamin Otte  <otte@gnome.org>
32930
32931         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32932           only restart audio when we indeed have an xrun to fix repeated
32933           xruns. Fix suggested by Giuliano Pochini.
32934
32935 2004-07-03  David Schleef  <ds@schleef.org>
32936
32937         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32938         call to gst_debug_log() if debugging is disabled (bug #145118)
32939
32940 2004-07-03  Benjamin Otte  <otte@gnome.org>
32941
32942         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32943           use our own functions for restarting the alsa device.
32944         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32945           I should apply patches myself - use MIN for the third argument, not
32946           the second, this fixes seeking
32947
32948 2004-07-02  David Schleef  <ds@schleef.org>
32949
32950         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32951         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32952         do with the logic.
32953
32954 2004-07-02  David Schleef  <ds@schleef.org>
32955
32956         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32957         output buffers.  Fix logic mistake.  (bug #144866)
32958
32959 2004-07-02  David Schleef  <ds@schleef.org>
32960
32961         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32962         on X.  (bug #144753)
32963
32964 2004-07-02  David Schleef  <ds@schleef.org>
32965
32966         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
32967         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
32968         (bug #144624)
32969         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32970         (gst_osselement_rate_probe_check): Add another workaround for
32971         buggy drivers (bug #145336)
32972
32973 2004-07-02  David Schleef  <ds@schleef.org>
32974
32975         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
32976         Most systems don't have MSG_NOSIGNAL.
32977
32978 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32979
32980         * Makefile.am:
32981         * gst-libs/gst/colorbalance/Makefile.am:
32982         * gst-libs/gst/mixer/Makefile.am:
32983         * gst-libs/gst/play/Makefile.am:
32984         * gst-libs/gst/tuner/Makefile.am:
32985           (hopefully) fix both install and dist and make error message useful.
32986           needs testing across automakes.
32987
32988 2004-07-02  Benjamin Otte  <otte@gnome.org>
32989
32990         * ext/ogg/gstogg.c: (plugin_init):
32991           we require bytestream now
32992         * ext/ogg/gstoggdemux.c:
32993           huge diff to implement chain setup in a fast and generic way. This
32994           improves tag reading and startup of huge files (read: Theora videos)
32995           quite a bit. It probably contains bugs, too, so please test.
32996           Seeking is not improved to the fast method.
32997
32998 2004-06-29  Wim Taymans  <wim@fluendo.com>
32999
33000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33001         * ext/ogg/gstoggmux.c:
33002         Fix memleak in oggdemux when running unconnected pads.
33003         doc update in mux, start working on keyframe mode.
33004
33005 2004-06-29  Benjamin Otte  <otte@gnome.org>
33006
33007         * sys/oss/gstosssink.c:
33008         * sys/oss/gstosssrc.c:
33009           advertise correct template caps - we indeed do non-native endianness
33010           and 8bit audio has no endianness
33011         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33013           avoid (wrong) duplications in getcaps function and return
33014           template caps
33015
33016 2004-06-29  Wim Taymans  <wim@fluendo.com>
33017
33018         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33019         (gst_multifdsink_class_init), (gst_multifdsink_add),
33020         (gst_multifdsink_remove), (gst_multifdsink_clear),
33021         (gst_multifdsink_client_remove),
33022         (gst_multifdsink_handle_client_read),
33023         (gst_multifdsink_client_queue_data),
33024         (gst_multifdsink_client_queue_caps),
33025         (gst_multifdsink_client_queue_buffer),
33026         (gst_multifdsink_handle_client_write),
33027         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33028         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33029         (gst_multifdsink_init_send), (gst_multifdsink_close):
33030         Fix wrong GList iteration that could crash the server when
33031         more then 2 clients disconnect at the same time. Read all the
33032         pending commands in one batch to recover from command storms under
33033         very heavy load.
33034
33035 2004-06-28  Wim Taymans  <wim@fluendo.com>
33036
33037         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33038         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33039         (gst_videomixer_pad_set_property),
33040         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33041         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33042         (gst_videomixer_class_init), (gst_videomixer_init),
33043         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33044         (pad_zorder_compare), (gst_videomixer_sort_pads),
33045         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33046         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33047         (gst_videomixer_update_queues), (gst_videomixer_loop),
33048         (plugin_init):
33049         Avoid divide by zero, choose masterpad as the pad with the highest
33050         framerate.
33051
33052 2004-06-27  Julien Moutte  <julien@moutte.net>
33053
33054         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33055         (gst_ximagesink_xwindow_new):
33056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33057         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33058         function directly. We might want to call it from somewhere else one day.
33059
33060 2004-06-27  Julien Moutte  <julien@moutte.net>
33061
33062         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33063         (gst_ximagesink_xwindow_new):
33064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33065         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33066         window decorations.
33067
33068 2004-06-27  Wim Taymans  <wim@fluendo.com>
33069
33070         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33071         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33072         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33073         (gst_dvdec_set_property), (gst_dvdec_get_property):
33074         * ext/dv/gstdvdec.h:
33075         Implement drop_factor property to lower the framerate with
33076         a factor.
33077
33078 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33079
33080         * gst-libs/gst/colorbalance/Makefile.am:
33081         * gst-libs/gst/mixer/Makefile.am:
33082         * gst-libs/gst/play/Makefile.am:
33083         * gst-libs/gst/tuner/Makefile.am:
33084           unbreak Company's fix that didn't install the -enum.h files
33085
33086 2004-06-27  Wim Taymans  <wim@fluendo.com>
33087
33088         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33089         (gst_dvdec_change_state):
33090         * ext/dv/gstdvdec.h:
33091         Fix timestamp, duration and offset of the buffers.
33092
33093 2004-06-27  Wim Taymans  <wim@fluendo.com>
33094
33095         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33096         (gst_multifdsink_class_init), (gst_multifdsink_add),
33097         (gst_multifdsink_remove), (gst_multifdsink_clear),
33098         (gst_multifdsink_client_remove),
33099         (gst_multifdsink_handle_client_read),
33100         (gst_multifdsink_client_queue_data),
33101         (gst_multifdsink_client_queue_caps),
33102         (gst_multifdsink_client_queue_buffer),
33103         (gst_multifdsink_handle_client_write),
33104         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33105         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33106         (gst_multifdsink_init_send), (gst_multifdsink_close):
33107         * gst/tcp/gstmultifdsink.h:
33108         * gst/tcp/gsttcpserversink.c:
33109         (gst_tcpserversink_handle_server_read),
33110         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33111         More multifdsink fixes, more recovery policy fixes.
33112         Removed stupid g_print
33113
33114 2004-06-26  Wim Taymans  <wim@fluendo.com>
33115
33116         * gst/tcp/Makefile.am:
33117         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33118         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33119         (gst_multifdsink_class_init), (gst_multifdsink_init),
33120         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33121         (gst_multifdsink_handle_client_read),
33122         (gst_multifdsink_client_queue_data),
33123         (gst_multifdsink_client_queue_caps),
33124         (gst_multifdsink_client_queue_buffer),
33125         (gst_multifdsink_handle_client_write),
33126         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33127         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33128         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33129         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33130         (gst_multifdsink_close), (gst_multifdsink_change_state):
33131         * gst/tcp/gstmultifdsink.h:
33132         * gst/tcp/gsttcpplugin.c: (plugin_init):
33133         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33134         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33135         (gst_tcpserversink_handle_server_read),
33136         (gst_tcpserversink_handle_select),
33137         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33138         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33139         * gst/tcp/gsttcpserversink.h:
33140         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33141         one of the locks, added recovery policy to multifdsink.
33142
33143 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33144
33145         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33146           fix decision for when getting frames with same timestamp
33147         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33148         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33149         (gst_v4lsrc_get_property):
33150         * sys/v4l/gstv4lsrc.h:
33151           add latency offset property
33152
33153 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33154
33155         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33156         (plugin_init):
33157           fix debugging. add category.
33158
33159 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33160
33161         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33162           fix wrong offsets
33163
33164 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33165
33166         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33167         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33168         (gst_alsa_src_change_state):
33169           return a time that is in sync with the element's processing
33170
33171 2004-06-25  Wim Taymans  <wim@fluendo.com>
33172
33173         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33174         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33175         (gst_tcpserversink_client_remove),
33176         (gst_tcpserversink_handle_client_read),
33177         (gst_tcpserversink_client_queue_data),
33178         (gst_tcpserversink_client_queue_caps),
33179         (gst_tcpserversink_client_queue_buffer),
33180         (gst_tcpserversink_handle_client_write),
33181         (gst_tcpserversink_queue_buffer),
33182         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33183         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33184         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33185         (gst_tcpserversink_close):
33186         * gst/tcp/gsttcpserversink.h:
33187         Serversink rewrite. Really do non blocking writes to clients and
33188         maintain an internal queue to handle slower clients while not
33189         disturbing fast clients.
33190
33191 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33192
33193         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33194           better debug, don't override OFFSET and OFFSET_END
33195
33196 2004-06-25  Iain <iain@prettypeople.org>
33197
33198         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33199         name=source for the wavparse pipeline.
33200
33201 2004-06-24  Johan Dahlin  <johan@gnome.org>
33202
33203         * ext/theora/theoraenc.c (theora_enc_chain): Call
33204         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33205         streamheader caps are set correctly.
33206
33207 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33208
33209         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33210         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33211           respect minimum bitrate; same could be done for max bitrate
33212
33213 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33214
33215         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33216         (gst_vorbisenc_setup):
33217           fix sample rate range
33218
33219 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33220
33221         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33222         (gst_oggvorbisenc_setup):
33223         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33224         (gst_vorbisenc_setup):
33225           resolve ambiguities in code and description
33226
33227 2004-06-24  Wim Taymans  <wim@fluendo.com>
33228
33229         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33230         * ext/alsa/gstalsa.h:
33231         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33232         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33233         Use alsa trigger_tstamp to get the timestamp of the first
33234         sample in the buffer for more precise sync. Some cleanups.
33235
33236 2004-06-24  Wim Taymans  <wim@fluendo.com>
33237
33238         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33239         (gst_audiorate_init), (gst_audiorate_chain),
33240         (gst_audiorate_set_property), (gst_audiorate_get_property):
33241         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33242         (gst_videorate_chain):
33243         Added some logging, fixed an overflow bug in videorate.
33244
33245 2004-06-24  Benjamin Otte  <otte@gnome.org>
33246
33247         * ext/kio/Makefile.am:
33248           fix for builddir != srcdir and distcheck
33249
33250 2004-06-24  Benjamin Otte  <otte@gnome.org>
33251
33252         * gst-libs/gst/colorbalance/Makefile.am:
33253         * gst-libs/gst/mixer/Makefile.am:
33254         * gst-libs/gst/play/Makefile.am:
33255         * gst-libs/gst/tuner/Makefile.am:
33256         * gst/tcp/Makefile.am:
33257         * sys/dxr3/Makefile.am:
33258           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33259           tarball.
33260           Also add all *.list files that were missing.
33261         * Makefile.am:
33262           add a distcheck hook to ensure the above doesn't happen again.
33263
33264 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33265
33266         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33267
33268 2004-06-23  Colin Walters  <walters@redhat.com>
33269
33270         * m4/Makefile.am: Distribute gst-fionread.m4.
33271
33272 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33273
33274         * configure.ac: back to dev
33275
33276 2004-06-23  Wim Taymans  <wim@fluendo.com>
33277
33278         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33279         (gst_alsa_xrun_recovery):
33280         * ext/alsa/gstalsa.h:
33281         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33282         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33283         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33284         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33285         (gst_alsa_src_loop):
33286         Add clock to alsasrc. Take new capture timestamp when
33287         restarting after an overrun. Split up some functions between
33288         alsasrc and alsasink.
33289
33290 === release 0.8.2 ===
33291
33292 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33293
33294         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33295         (gst_alsa_change_state), (gst_alsa_update_avail),
33296         (gst_alsa_xrun_recovery):
33297         * ext/alsa/gstalsa.h:
33298         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33299           merge back changes from release
33300
33301 2004-06-23  Wim Taymans  <wim@fluendo.com>
33302
33303         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33304         (gst_audiorate_init), (gst_audiorate_chain),
33305         (gst_audiorate_set_property), (gst_audiorate_get_property):
33306         Implement sample dropping and notify
33307
33308 2004-06-22  Wim Taymans  <wim@fluendo.com>
33309
33310         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33311         (theora_enc_sink_link), (theora_buffer_from_packet),
33312         (theora_push_packet), (theora_enc_chain):
33313         Some cleanups, make sure the timestamps are correct.
33314
33315 2004-06-22  Wim Taymans  <wim@fluendo.com>
33316
33317         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33318         (gst_alsa_change_state), (gst_alsa_update_avail),
33319         (gst_alsa_xrun_recovery):
33320         * ext/alsa/gstalsa.h:
33321         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33322         Cleanups, take queued samples into account when reporting
33323         the time.
33324
33325 2004-06-22  Wim Taymans  <wim@fluendo.com>
33326
33327         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33328         (gst_videorate_init):
33329         Initialize the property as well.
33330
33331 2004-06-22  Wim Taymans  <wim@fluendo.com>
33332
33333         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33334         (gst_videorate_init), (gst_videorate_chain),
33335         (gst_videorate_set_property), (gst_videorate_get_property):
33336         Add property to make videorate silent.
33337         Add property to prefer new frames over old ones.
33338
33339 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33340
33341         * sys/osxvideo/Makefile.am:
33342         Workaround so that the osxvideo .so file gets linked with the
33343         Cocoa, OpenGL and QuickTime frameworks
33344
33345 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33346
33347         * sys/osxaudio/Makefile.am:
33348         Workaround so that the osxaudio .so file gets linked with the
33349         CoreAudio framework
33350
33351 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33352
33353         * configure.ac:
33354         Whoops, my fault...fixed build issues
33355
33356 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33357
33358         * configure.ac:
33359         Add objective-c support if running in Darwin/Mac OS X
33360         * sys/Makefile.am:
33361         * sys/osxvideo:
33362         * sys/osxvideo/Makefile.am:
33363         * sys/osxvideo/osxvideosink.h:
33364         * sys/osxvideo/osxvideosink.m:
33365         * sys/osxvideo/cocoawindow.h:
33366         * sys/osxvideo/cocoawindow.m:
33367         Add osxvideosink, a cocoa-based osx video sink
33368
33369
33370 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33371         * ext/dvdnav/gst-dvd:
33372         Grab the gconf key from the right spot
33373         * gst/debug/gstnavseek.c: (gst_navseek_init),
33374         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33375         (gst_navseek_chain):
33376         * gst/debug/gstnavseek.h:
33377           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33378           and loop parameters of a segment seek.
33379         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33380         (gst_videotestsrc_get_event_masks),
33381         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33382         * gst/videotestsrc/gstvideotestsrc.h:
33383           Add seeking support to videotestsrc
33384           Initialise the timestamp_offset variable.
33385
33386 2004-06-18  Wim Taymans  <wim@fluendo.com>
33387
33388         * ext/sidplay/gstsiddec.cc:
33389         Fix negotiation and set correct end offset.
33390
33391 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33392
33393         * configure.ac: branch and prerelease
33394
33395 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33396
33397         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33398         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33399         (gst_tcpclientsrc_init_receive):
33400         * gst/tcp/gsttcpclientsrc.h:
33401           read caps when connecting to server for GDP so we set them correctly
33402
33403 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33404
33405         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33406           notify drops and duplicates
33407         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33408           no good reason to limit ourselves to 100x100
33409
33410 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33411
33412         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33413         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33414         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33415         (gst_v4lsrc_get_property):
33416         * sys/v4l/gstv4lsrc.h:
33417         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33418         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33419         (gst_v4l_set_audio):
33420         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33421         (gst_v4lsrc_try_capture):
33422         * sys/v4l/v4lsrc_calls.h:
33423           change try_palette to more general try_capture
33424           add autoprobe option so we can turn off autoprobing
33425           various fixes
33426
33427 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33428
33429         * configure.ac:
33430           add videorate
33431         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33432         (gst_ximagesink_class_init):
33433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33434         (gst_xvimagesink_class_init):
33435           run them as finalize, not dispose, since dispose can be invoked
33436           multiple times
33437
33438 2004-06-17  Wim Taymans  <wim@fluendo.com>
33439
33440         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33441         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33442         * ext/alsa/gstalsa.h:
33443         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33444         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33445         (gst_alsa_src_change_state):
33446         * ext/alsa/gstalsasrc.h:
33447         Make the xrun code timestamp and offset the buffers correctly.
33448         moved the clock to the base class, use alsa methods to get time.
33449         Do correct timestamping on outgoing buffers.
33450
33451 2004-06-17  Wim Taymans  <wim@fluendo.com>
33452
33453         * gst/audiorate/Makefile.am:
33454         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33455         (gst_audiorate_base_init), (gst_audiorate_class_init),
33456         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33457         (gst_audiorate_set_property), (gst_audiorate_get_property),
33458         (gst_audiorate_change_state), (plugin_init):
33459         Added an audiorate converter that fills in gaps.
33460
33461 2004-06-17  Johan Dahlin  <johan@gnome.org>
33462
33463         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33464
33465 2004-06-16  Wim Taymans  <wim@fluendo.com>
33466
33467         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33468         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33469         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33470         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33471         (gst_v4lsrc_get_property):
33472         * sys/v4l/gstv4lsrc.h:
33473         Added a copy mode to v4lsrc where it will output a copied version
33474         of its internal hardware buffer.
33475         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33476         can't | them.
33477
33478 2004-06-16  Wim Taymans  <wim@fluendo.com>
33479
33480         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33481         Timestamp fixes.
33482
33483 2004-06-16  Wim Taymans  <wim@fluendo.com>
33484
33485         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33486         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33487         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33488         (gst_v4lsrc_get_property):
33489         * sys/v4l/gstv4lsrc.h:
33490         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33491         Added a sync mode enum property to control v4lsrc timestamp method
33492         Removed the use-fixed-fps property and moved functionality in
33493         the enum.
33494         Don't error on an error value from v4l-conf, it might not always
33495         be a real error.
33496
33497 2004-06-16  Wim Taymans  <wim@fluendo.com>
33498
33499         * gst/videorate/Makefile.am:
33500         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33501         (gst_videorate_base_init), (gst_videorate_class_init),
33502         (gst_videorate_getcaps), (gst_videorate_link),
33503         (gst_videorate_init), (gst_videorate_chain),
33504         (gst_videorate_set_property), (gst_videorate_get_property),
33505         (gst_videorate_change_state), (plugin_init):
33506         Added a video timestamp corrector.
33507
33508 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33509
33510         fixed a potential leak with previous commit
33511
33512         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33513
33514 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33515
33516         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33517         Added missing refcount, fixes bug #144425
33518         Cheers Tim for finding the bug
33519
33520 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33521
33522         * sys/v4l/gstv4l.c: (plugin_init):
33523         * sys/v4l/gstv4lcolorbalance.c:
33524         * sys/v4l/gstv4lcolorbalance.h:
33525         * sys/v4l/gstv4lelement.c:
33526         * sys/v4l/gstv4lelement.h:
33527         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33528         * sys/v4l/gstv4lmjpegsink.h:
33529         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33530         * sys/v4l/gstv4lmjpegsrc.h:
33531         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33532         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33533         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33534         * sys/v4l/gstv4lsrc.h:
33535         * sys/v4l/gstv4ltuner.c:
33536         * sys/v4l/gstv4ltuner.h:
33537         * sys/v4l/gstv4lxoverlay.c:
33538         * sys/v4l/gstv4lxoverlay.h:
33539         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33540         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33541         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33542         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33543         (gst_v4l_set_audio):
33544         * sys/v4l/v4l_calls.h:
33545         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33546         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33547         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33548         (gst_v4lmjpegsink_playback_init),
33549         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33550         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33551         (gst_v4lmjpegsink_playback_stop),
33552         (gst_v4lmjpegsink_playback_deinit):
33553         * sys/v4l/v4lmjpegsink_calls.h:
33554         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33555         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33556         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33557         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33558         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33559         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33560         * sys/v4l/v4lmjpegsrc_calls.h:
33561         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33562         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33563         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33564         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33565         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33566         (gst_v4lsrc_try_palette):
33567         * sys/v4l/v4lsrc_calls.h:
33568           bunch of paranoia cleanups
33569
33570 2004-06-14  David Schleef  <ds@schleef.org>
33571
33572         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33573         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33574         Send discont events and change timestamps appropriately when
33575         we get a seek event.  (bug #144240)
33576         * ext/cdparanoia/gstcdparanoia.h:
33577
33578 2004-06-14  Benjamin Otte  <otte@gnome.org>
33579
33580         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33581           snd_pcm_hw_params_set_rate  since the latter fails for no good
33582           reason on some setups.
33583
33584 2004-06-14  David Schleef  <ds@schleef.org>
33585
33586         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33587         standard.  Thank you for playing.
33588
33589 2004-06-14  Wim Taymans  <wim@fluendo.com>
33590
33591         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33592         Patch 1.3 broke the ordering of the colorspace info and
33593         made the plugin basically work by coincidence, reordered
33594         the info.
33595
33596 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33597
33598         * ext/lame/gstlame.c:
33599         * ext/mad/gstmad.c:
33600           sync caps.  Make sure mad can only output a list of rates, not
33601           a full range.  In the future, have three caps lists for each of the
33602           mpeg versions.  Change mpegversion to a double as well.
33603
33604 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33605
33606         * gst/volume/.cvsignore:
33607         * gst/volume/Makefile.am:
33608         * gst/volume/demo.c: (value_changed_callback), (idler),
33609         (setup_gui), (main):
33610           added small demo app
33611
33612 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33613         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33614         * ext/esd/esdsink.h:
33615         Close the esd connection on pause, because esd will just wait -
33616         blocking all other esd clients indefinitely.
33617
33618 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33619
33620         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33621           previous commit with GST_DEBUG
33622
33623 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33624
33625         * configure.ac:
33626           add a header check for a dvdread header in dvdnav.  Fixes #133002
33627
33628 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33629
33630         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33631         * gst/tcp/gsttcpclientsink.h:
33632         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33633         * gst/tcp/gsttcpclientsrc.h:
33634         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33635         (gst_tcpserversink_handle_server_read),
33636         (gst_tcpserversink_init_send):
33637         * gst/tcp/gsttcpserversink.h:
33638         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33639         * gst/tcp/gsttcpserversrc.h:
33640         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33641         version of IP)
33642
33643 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33644
33645         * configure.ac:
33646         Added ogg library so that OSX detects libtheora properly
33647
33648 2004-06-11  Wim Taymans  <wim@fluendo.com>
33649
33650         * ext/theora/theoradec.c: (theora_dec_chain),
33651         (theora_dec_change_state):
33652         Don't try to decode frames before we received a keyframe.
33653
33654 2004-06-11  Wim Taymans  <wim@fluendo.com>
33655
33656         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33657         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33658         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33659         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33660         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33661         Added property to set the maximum delay of a page.
33662
33663 2004-06-10  Wim Taymans  <wim@fluendo.com>
33664
33665         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33666         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33667         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33668         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33669         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33670         Added max-delay property to control the maximum amount
33671         of data to put in one page.
33672
33673 2004-06-10  Wim Taymans  <wim@fluendo.com>
33674
33675         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33676         (gst_theora_enc_init), (theora_enc_sink_link),
33677         (theora_buffer_from_packet), (theora_enc_set_property),
33678         (theora_enc_get_property):
33679         Set duration on encoded buffer, added some more properties
33680
33681 2004-06-10  Wim Taymans  <wim@fluendo.com>
33682
33683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33684         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33685         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33686         * ext/theora/theoraenc.c: (theora_enc_chain):
33687         Fix refcounting bugs
33688
33689 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33690
33691         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33692         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33693         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33694         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33695         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33696         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33697         (gst_asf_demux_change_state):
33698         * gst/asfdemux/gstasfdemux.h:
33699           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33700           feels like. I think we should set a new requirement for demuxers
33701           from now on to implement sane loop functions, data loops, query
33702           and seek functions before first commit into CVS. And this commit
33703           fixes all of the above.
33704
33705 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33706
33707         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33708           vorbis comments are properly encoded in UTF-8 before adding them
33709           to a GstTagList
33710
33711 2004-06-09  Benjamin Otte  <otte@gnome.org>
33712
33713         * ext/alsa/gstalsa.c: (add_channels):
33714           handle min <= max correctly
33715         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33716         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33717           add fixation functions so we fixate correctly. No preferring of alaw
33718           anymore because it's the first structure.
33719         * ext/alsa/gstalsa.h:
33720         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33721         (gst_alsa_hw_params_dump):
33722           add functions to ease debugging in alsalib
33723         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33724         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33725         (gst_alsa_start_audio):
33726           only specify hw params if we really setup a format (fixes #134007 -
33727           or at least works around it)
33728
33729 2004-06-09  Wim Taymans  <wim@fluendo.com>
33730
33731         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33732         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33733         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33734         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33735         (gst_ogg_mux_loop):
33736         Use stream caps to setup the initial pages in the ogg stream.
33737         Correctly set the streamheader caps on the srcpad.
33738
33739 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33740
33741         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33742         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33743         (gst_v4lsrc_getcaps):
33744         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33745         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33746           add querying of fps lists for webcams.  Negotiating to a framerate
33747           now works.
33748
33749 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33750
33751         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33752         (theora_push_buffer), (theora_push_packet),
33753         (theora_set_header_on_caps), (theora_enc_chain):
33754           mark buffers and put on streamheader, raw theora streaming
33755           now works too, whee
33756
33757 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33758
33759         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33760         (gst_tcp_gdp_read_caps):
33761           do a looping read for caps and GDP headers too
33762
33763 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33764
33765         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33766         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33767           return EOS instead of NULL in _get
33768
33769 2004-06-08  Wim Taymans  <wim@fluendo.com>
33770
33771         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33772         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33773         (gst_tcp_gdp_write_caps):
33774         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33775         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33776         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33777         Memory leak fixes
33778
33779 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33780
33781         * ext/vorbis/Makefile.am:
33782         * ext/vorbis/vorbis.c: (plugin_init):
33783         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33784         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33785         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33786         (vorbis_parse_change_state):
33787         * ext/vorbis/vorbisparse.h:
33788           adding a vorbisparse element that marks the buffers, streaming
33789           raw vorbis using GDP now works, whee
33790
33791 2004-06-08  Wim Taymans  <wim@fluendo.com>
33792
33793         * ext/jpeg/Makefile.am:
33794         * ext/jpeg/README:
33795         * ext/jpeg/gstjpeg.c: (plugin_init):
33796         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33797         (gst_smokedec_base_init), (gst_smokedec_class_init),
33798         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33799         * ext/jpeg/gstsmokedec.h:
33800         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33801         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33802         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33803         (gst_smokeenc_resync), (gst_smokeenc_chain),
33804         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33805         * ext/jpeg/gstsmokeenc.h:
33806         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33807         (smokecodec_flush_destination), (smokecodec_term_destination),
33808         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33809         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33810         (smokecodec_term_source), (smokecodec_encode_new),
33811         (smokecodec_decode_new), (smokecodec_info_free),
33812         (smokecodec_set_quality), (smokecodec_get_quality),
33813         (smokecodec_set_threshold), (smokecodec_get_threshold),
33814         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33815         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33816         (smokecodec_parse_header), (smokecodec_decode):
33817         * ext/jpeg/smokecodec.h:
33818         Added a new simple jpeg based codec
33819
33820 2004-06-08  Wim Taymans  <wim@fluendo.com>
33821
33822         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33823         (gst_multipart_mux_loop):
33824         Fix memory leak
33825
33826 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33827
33828         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33829         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33830         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33831         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33832         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33833         * gst/tcp/gsttcpserversink.h:
33834           take streamheader into account
33835
33836 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33837
33838         * gst/level/Makefile.am:
33839         * gst/level/gstlevel.c: (gst_level_class_init):
33840           clean up marshal generation
33841
33842 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33843
33844         * gst/tcp/Makefile.am:
33845         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33846         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33847         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33848         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33849         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33850         (gst_tcpclientsrc_get_property):
33851         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33852         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33853         (gst_tcpserversink_handle_client_read),
33854         (gst_tcpserversink_handle_client_write),
33855         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33856         * gst/tcp/gsttcpserversink.h:
33857           add signals client-added and client-removed
33858         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33859         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33860         (gst_tcpserversrc_get_property):
33861         uniformized, change default protocol to NONE
33862         * gst/tcp/gsttcp-marshal.list: added
33863 2004-06-07  Benjamin Otte  <otte@gnome.org>
33864
33865         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33866           handle discont events if they happen before caps nego
33867
33868 2004-06-07  Wim Taymans  <wim@fluendo.com>
33869
33870         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33871         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33872         (gst_multipart_demux_plugin_init):
33873         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33874         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33875         (gst_multipart_mux_change_state):
33876         Small updates, fix a memleak
33877
33878 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33879
33880         * configure.ac: OSS portability
33881         * ext/arts/gst_arts.c: idem
33882         * sys/oss/gstosselement.c: idem
33883         * sys/oss/gstossmixer.c: idem
33884         * sys/oss/gstosssink.c: idem
33885         * sys/oss/gstosssrc.c: idem
33886         * sys/oss/oss_probe.c: idem
33887           - check for soundcard.h in different places for some BSD
33888
33889 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33890
33891         * AUTHORS:
33892         Add me to the authors file
33893         * configure.ac:
33894         Increase the libdv requirement to >= version 0.100
33895         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33896         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33897         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33898         * ext/dv/gstdvdec.h:
33899         Add support for the new_media flag when sending DISCONT events
33900         Make the querying work when video pad is not linked
33901
33902 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33903
33904         reviewed by Benjamin Otte  <otte@gnome.org>
33905
33906         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33907           create a NULL-initialized array of pads, so we don't think they
33908           exist already. (fixes #143130)
33909
33910 2004-06-07  Benjamin Otte  <otte@gnome.org>
33911
33912         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33913         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33914         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33915           don't use // coments
33916
33917 2004-06-07  Benjamin Otte  <otte@gnome.org>
33918
33919         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33920           cast to GstClockTime to get higher granularity
33921         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33922           use gst_element_set_time_delay to get the exact time
33923         * ext/mad/gstmad.c: (gst_mad_chain):
33924           use the negotiated rate instead of the current frame's rate which
33925           might be wrong because of bit errors. This avoids emitting totally
33926           bogus timestamps and screwing sync.
33927         (fixes #143454)
33928
33929 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33930
33931         reviewed by Benjamin Otte  <otte@gnome.org>
33932
33933         * gst/adder/gstadder.c: (gst_adder_loop):
33934           properly error out when no negotiation has happened yet. (fixes
33935           #143032)
33936
33937 2004-06-06  Benjamin Otte  <otte@gnome.org>
33938
33939         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33940           forward correctly transformed offset in discont events. Based on
33941           patch by Arwed v. Merkatz. (fixes #142851)
33942
33943 2004-06-06  David Schleef  <ds@schleef.org>
33944
33945         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33946         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33947         problems on several systems.
33948
33949 2004-06-06  Benjamin Otte  <otte@gnome.org>
33950
33951         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33952           use explicit caps on the srcpad
33953         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33954           properly error out if caps couldn't be set (fixes #142764)
33955
33956 2004-06-06  Benjamin Otte  <otte@gnome.org>
33957
33958         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33959         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33960         (gst_alsa_start_audio):
33961           - don't call set_periods_integer anymore, it breaks the
33962           configuration randomly
33963           - call snd_pcm_hw_params_set_access directly instead of using masks
33964           - don't fail if the sw_params can't be set, just use the default
33965           params and hope it works. Alsalib has weird issues when you touch
33966           sw_params and does no proper error reporting about what failed.
33967         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33968         (gst_alsa_close_audio):
33969           make our alsa debugging go via gst debugging and not conditionally
33970           defined
33971         * ext/alsa/gstalsa.h:
33972           add ALSA_DEBUG_FLUSH macro
33973         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
33974         (plugin_init):
33975           wrap alsa errors to be printed via the gst debugging system and not
33976           spammed to stderr
33977
33978 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33979
33980         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
33981         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
33982         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
33983         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
33984         (qtdemux_parse_trak):
33985         * gst/qtdemux/qtdemux.h:
33986           Bitch. Also known as seeking, querying & co.
33987         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33988         (gst_osssink_change_state):
33989         * sys/oss/gstosssink.h:
33990           Resyncing is for weenies, this hack is no longer needed and was
33991           broken anyway (since it - unintendedly - always leaves resync to
33992           TRUE).
33993
33994 2004-06-05  Andrew Turner <zxombie@hotpop.com>
33995
33996         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
33997         * gst/tcp/gsttcpclientsrc.h: idem
33998           - define MSG_NOSIGNAL if not done
33999           - include unistd.h for off_t
34000           (fixes #143749)
34001
34002 2004-06-05  Benjamin Otte  <otte@gnome.org>
34003
34004         * configure.ac:
34005         * ext/kio/Makefile.am:
34006           check for qt's moc preprocessor explicitly and use it
34007
34008 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34009
34010         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34011           don't get a signal for EPIPE on socket writes
34012           (somebody check if this works on other platforms)
34013
34014 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34015
34016         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34017         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34018           check error condition on available samples correctly
34019
34020 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34021
34022         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34023           avoid a segfault
34024         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34025         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34026         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34027         (gst_tcpserversrc_gdp_read_header):
34028          use ssize_t over size_t since the former is signed and thus the
34029          check for error codes can work
34030
34031 2004-06-02  Wim Taymans  <wim@fluendo.com>
34032
34033         reviewed by: Johan
34034
34035         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34036         (gst_multipart_mux_loop):
34037         Oops
34038
34039 2004-06-02  Wim Taymans  <wim@fluendo.com>
34040
34041         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34042         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34043         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34044         (gst_multipart_mux_change_state):
34045         Added configurable boundary specifier, added the value as a
34046         caps field as well.
34047
34048 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34049
34050         * gst/tcp/gsttcp.c:
34051         * gst/tcp/gsttcpclientsrc.c:
34052         * gst/tcp/gsttcpclientsrc.h:
34053         * gst/tcp/gsttcpserversrc.c:
34054           - portability fix, to compile on OSX
34055             (fixes #143146)
34056
34057         * sys/osxaudio/gstosxaudioelement.c:
34058         * sys/osxaudio/gstosxaudiosink.c:
34059         * sys/osxaudio/gstosxaudiosrc.c:
34060           - compilation warnings on OSX
34061             (fixes #143153)
34062
34063 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34064
34065         * ext/vorbis/vorbisdec.c : sign warning fixes
34066
34067         * gst-libs/gst/mixer/mixertrack.c :
34068           do no use defines which are glib 2.4 specific
34069
34070 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34071
34072         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34073           buffer since libflac doesn't expect it (reports a sync error when
34074           it encounters that)
34075
34076
34077 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34078
34079         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34080         * gst-libs/gst/mixer/mixertrack.c:
34081         (gst_mixer_track_get_property), (get_mixer_track_init),
34082         (get_mixer_track_get_property): Added property accessors
34083         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34084         * gst-libs/gst/mixer/mixeroptions.c:
34085         (gst_mixer_options_get_values): Added
34086         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34087         * gst-libs/gst/mixer/mixer.c: Fixed comment
34088
34089
34090 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34091
34092         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34093           improve error messages on open
34094
34095
34096 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34097
34098         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34099           check if v4l-conf is in path
34100
34101 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34102
34103         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34104           change assert to a more readable error message
34105
34106 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34107
34108         * gst-libs/gst/tuner/tunerchannel.h:
34109           - add a freq_multiplicator field to make the conversion
34110             between internal frequency unit and Hz
34111         * sys/v4l/gstv4lelement.c:
34112         * sys/v4l2/gstv4l2element.c:
34113           - change default video device to /dev/video0
34114         * sys/v4l/v4l_calls.c:
34115         * sys/v4l2/v4l2_calls.c:
34116           - we only expose frequency to the user in Hz instead of
34117             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34118
34119 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34120         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34121           Initialise b_o_s and e_o_s variables
34122         * gst-libs/gst/riff/riff-media.c:
34123         (gst_riff_create_video_caps_with_data):
34124           Add some unusual fourcc's from mplayer avi's
34125         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34126           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34127           autoplugging.
34128
34129 2004-05-28  Wim Taymans  <wim@fluendo.com>
34130
34131         * configure.ac:
34132         * gst/alpha/Makefile.am:
34133         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34134         (gst_alpha_get_type), (gst_alpha_base_init),
34135         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34136         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34137         (gst_alpha_chroma_key), (gst_alpha_chain),
34138         (gst_alpha_change_state), (plugin_init):
34139         A plugin to add an alpha channel to I420 video. Can optionally do
34140         chroma keying.
34141         * gst/multipart/Makefile.am:
34142         * gst/multipart/multipart.c: (plugin_init):
34143         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34144         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34145         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34146         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34147         (gst_multipart_demux_change_state),
34148         (gst_multipart_demux_plugin_init):
34149         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34150         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34151         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34152         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34153         (gst_multipart_mux_pad_unlink),
34154         (gst_multipart_mux_request_new_pad),
34155         (gst_multipart_mux_handle_src_event),
34156         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34157         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34158         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34159         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34160         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34161         send multipart jpeg images to a browser.
34162         * gst/videobox/Makefile.am:
34163         * gst/videobox/README:
34164         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34165         (gst_video_box_get_type), (gst_video_box_base_init),
34166         (gst_video_box_class_init), (gst_video_box_init),
34167         (gst_video_box_set_property), (gst_video_box_get_property),
34168         (gst_video_box_sink_link), (gst_video_box_i420),
34169         (gst_video_box_ayuv), (gst_video_box_chain),
34170         (gst_video_box_change_state), (plugin_init):
34171         Crops or adds borders around an image. can do alpha channel
34172         borders as well.
34173         * gst/videomixer/Makefile.am:
34174         * gst/videomixer/README:
34175         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34176         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34177         (gst_videomixer_pad_get_sink_event_masks),
34178         (gst_videomixer_pad_get_property),
34179         (gst_videomixer_pad_set_property),
34180         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34181         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34182         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34183         (gst_videomixer_base_init), (gst_videomixer_class_init),
34184         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34185         (gst_videomixer_handle_src_event),
34186         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34187         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34188         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34189         (gst_videomixer_loop), (gst_videomixer_get_property),
34190         (gst_videomixer_set_property), (gst_videomixer_change_state),
34191         (plugin_init):
34192         Generic video mixer plugin, can handle multiple inputs all with
34193         different framerates and video sizes. Is fully alpha channel
34194         aware.
34195
34196 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34197
34198         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34199           Select first track as master track. Not sure how else to handle
34200           that...
34201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34202           Discard discont events. Should fix #142962.
34203
34204 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34205
34206         * ext/alsa/Makefile.am:
34207         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34208         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34209         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34210         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34211         (gst_alsa_mixer_get_option):
34212         * ext/alsa/gstalsamixer.h:
34213         * ext/alsa/gstalsamixeroptions.c:
34214         (gst_alsa_mixer_options_get_type),
34215         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34216         (gst_alsa_mixer_options_new):
34217         * ext/alsa/gstalsamixeroptions.h:
34218         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34219         * ext/alsa/gstalsamixertrack.h:
34220           Add enumerations (as GstMixerOptions). Make correct distinction
34221           between input/output tracks. Add capture/playback private flag.
34222           Use flag to decide on whether to set capture or playback volumes
34223           or switches. Use playback and record switches.
34224         * gst-libs/gst/mixer/Makefile.am:
34225         * gst-libs/gst/mixer/mixer-marshal.list:
34226         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34227         (gst_mixer_set_option), (gst_mixer_get_option),
34228         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34229         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34230         * gst-libs/gst/mixer/mixer.h:
34231         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34232         (gst_mixer_options_class_init), (gst_mixer_options_init),
34233         (gst_mixer_options_dispose):
34234         * gst-libs/gst/mixer/mixeroptions.h:
34235           Add GstMixerOptions.
34236         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34237           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34238           broken device detection on computers with multiple OSS sound
34239           cards.
34240
34241 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34242
34243         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34244           fixate nicely even when the peer is not negotiating
34245
34246 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34247
34248         * gst/audioconvert/gstaudioconvert.c:
34249         (gst_audio_convert_parse_caps):
34250           make sure we don't allow depth > width
34251         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34252           fixate endianness to G_BYTE_ORDER as default
34253         * gst/audioscale/gstaudioscale.c:
34254           we don't handle another endianness as host-endianness
34255
34256 2004-05-25  David Schleef  <ds@schleef.org>
34257
34258         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34259
34260 2004-05-24  Benjamin Otte  <otte@gnome.org>
34261
34262         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34263         (gst_oggvorbisenc_setup):
34264           properly fail when we can't setup the vorbis encoder due to
34265           unsupported settings
34266         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34267         (gst_vorbisenc_setup):
34268           same
34269         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34270           fix case where warnings occured when one pad was unlinked while the
34271           other's link function was called
34272
34273 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34274
34275         * gst/tcp/Makefile.am:
34276           use GST_ENABLE_NEW
34277
34278 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34279
34280         * gst-libs/gst/resample/private.h:
34281           don't use optimizations that are #if 0'ed
34282
34283 2004-05-24  Wim Taymans  <wim@fluendo.com>
34284
34285         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34286         Fix potential division by zero error and hopefully get
34287         the position query right to get correct timestamps on avi
34288         audio.
34289
34290 2004-05-24  Wim Taymans  <wim@fluendo.com>
34291
34292         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34293         (gst_videoscale_scale_nearest_str2),
34294         (gst_videoscale_scale_nearest_str4),
34295         (gst_videoscale_scale_nearest_32bit),
34296         (gst_videoscale_scale_nearest_24bit),
34297         (gst_videoscale_scale_nearest_16bit):
34298         Fix the scaling algorithm and avoid a buffer overflow.
34299         removed the while loop in the scaling function as it
34300         was used for point sampling only.
34301
34302 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34303
34304         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34305         (gst_id3_tag_class_init), (gst_id3_tag_init),
34306         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34307         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34308         (gst_id3_tag_send_tag_event):
34309           lots of fixes to make id3mux work and id3demux work correctly
34310
34311 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34312
34313         * ext/Makefile.am:
34314           add rules to build shout2send (was removed by accident
34315           when this module was no more marked experimental/broken)
34316
34317 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34318
34319         * ext/shout2/gstshout2.c:
34320         * ext/shout2/gstshout2.h:
34321           adding a "connection problem" signal to shout2send
34322           (fixes #142954)
34323
34324 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34325
34326         * ext/kio/kioreceiver.cpp:
34327         * ext/kio/kioreceiver.h:
34328           fix sign comparison issues
34329
34330 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34331
34332         * gst/cdxaparse/gstcdxaparse.c:
34333         * gst/cdxaparse/gstcdxaparse.h:
34334           some renaming
34335           add some checks/sanity
34336           prepare for seek addition
34337
34338         * sys/sunaudio/gstsunaudio.c:
34339           remove exported dupe init function
34340
34341 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34342
34343         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34344         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34345           Fix format conversion and position querying.
34346         * gst/debug/progressreport.c: (gst_progressreport_report):
34347           Don't output a bogus total value that we didn't query.
34348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34349           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34350           only a blank window after xine has been used.
34351
34352 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34353
34354         * m4/as-arts.m4:
34355           sync with upstream version to fix test on FC2
34356           readd with -ko to preserve Id header
34357
34358 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34359
34360         * configure.ac:
34361           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34362         * gst/tcp/gsttcpclientsrc.c: idem
34363         * gst/tcp/gsttcpserversink.c: idem
34364         * gst/tcp/gsttcpserversrc.c: idem
34365         * m4/gst-fionread.m4: idem
34366
34367         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34368
34369         * configure.ac: enable speex plugin for speex 1.1.5+
34370         * ext/speex/gstspeexenc.c: fix cast warning
34371
34372         * ext/esd/README: fix typo
34373
34374 2004-05-20  David Schleef  <ds@schleef.org>
34375
34376         * configure.ac: Minor cosmetic change to convince the buildbot to
34377         reautogen.
34378         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34379         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34380         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34381         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34382         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34383         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34384         More hacking.  Plays audio now.
34385
34386 2004-05-20  David Schleef  <ds@schleef.org>
34387
34388         * configure.ac:
34389         * sys/Makefile.am:
34390
34391 2004-05-20  David Schleef  <ds@schleef.org>
34392
34393         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34394         * sys/osxaudio/gstosxaudio.c:
34395         * sys/osxaudio/gstosxaudioelement.c:
34396         * sys/osxaudio/gstosxaudioelement.h:
34397         * sys/osxaudio/gstosxaudiosink.c:
34398         * sys/osxaudio/gstosxaudiosink.h:
34399         * sys/osxaudio/gstosxaudiosrc.c:
34400         * sys/osxaudio/gstosxaudiosrc.h:
34401
34402 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34403
34404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34405         (gst_vorbisenc_chain):
34406           put the codec headers on the caps as streamheader as well as
34407           pushing them out
34408
34409 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34410
34411         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34412         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34413         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34414         split up push_packet into two functions
34415
34416 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34417
34418         * gst/tcp/.cvsignore:
34419           ignore enums
34420         * gst/tcp/Makefile.am:
34421         * gst/tcp/README:
34422         * gst/tcp/gsttcp.c:
34423         * gst/tcp/gsttcp.h:
34424         * gst/tcp/gsttcpclientsink.c:
34425         * gst/tcp/gsttcpclientsink.h:
34426         * gst/tcp/gsttcpclientsrc.c:
34427         * gst/tcp/gsttcpclientsrc.h:
34428         * gst/tcp/gsttcpplugin.c:
34429         * gst/tcp/gsttcpserversink.c:
34430         * gst/tcp/gsttcpserversink.h:
34431         * gst/tcp/gsttcpserversrc.c:
34432         * gst/tcp/gsttcpserversrc.h:
34433           add new tcp elements
34434
34435 2004-05-19  Wim Taymans  <wim@fluendo.com>
34436
34437         * gst/law/mulaw-conversion.c: (mulaw_encode):
34438         Fix overflow bug in ulaw encoding.
34439
34440 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34441
34442         * ext/mad/gstmad.c: (gst_mad_handle_event):
34443           don't unref the event twice
34444
34445 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34446
34447         * configure.ac:
34448           remove -Wno-sign-compare
34449
34450 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34451
34452         * configure.ac:
34453           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34454           if you want to work against glib 2.2 and 2.4
34455
34456 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34457
34458         * gst/tcp/Makefile.am:
34459         * gst/tcp/gsttcp.c:
34460         * gst/tcp/gsttcp.h:
34461         * gst/tcp/gsttcpsink.h:
34462         * gst/tcp/gsttcpsrc.h:
34463           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34464
34465 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34466
34467         * gst/debug/tests.c: (md5_get_value):
34468           fix segfault on gst-inspect
34469
34470 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34471
34472         * gst/debug/testplugin.c:
34473         * gst/debug/tests.c:
34474         * gst/debug/tests.h:
34475           add new extensible and configurable testing element. Current tests
34476           include buffer count, stream length, timestamp/duration matching and
34477           md5.
34478         * gst/debug/Makefile.am:
34479         * gst/debug/gstdebug.c: (plugin_init):
34480           add infrastructure for new element
34481
34482 2004-05-19  Johan Dahlin  <johan@gnome.org>
34483
34484         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34485         ending of the array. Fixes gst-inspect segfault on ppc.
34486
34487 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34488
34489         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34490
34491         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34492
34493 2004-05-18  David Schleef  <ds@schleef.org>
34494
34495         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34496         warnings (bugs, actually) noticed by gcc but not forte.
34497
34498 2004-05-18  David Schleef  <ds@schleef.org>
34499
34500         * sys/sunaudio/Makefile.am:
34501         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34502
34503 2004-05-18  David Schleef  <ds@schleef.org>
34504
34505         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34506         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34507         to allow qtdemux to use non-seekable streams. (bug #142272)
34508
34509 2004-05-18  David Schleef  <ds@schleef.org>
34510
34511         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34512         (gst_resample_sinc_ft_float): Remove use of static temporary
34513         buffer.  This code was obviously not supposed to last long, but
34514         it's stuck in our ABI, so it required a little hack to make it
34515         ABI-compatible.  Fixes #142585.
34516         * gst-libs/gst/resample/resample.h: same.
34517
34518 2004-05-18  David Schleef  <ds@schleef.org>
34519
34520         * configure.ac: Add sunaudio
34521         * examples/Makefile.am: make gstplay depend on gconf
34522         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34523         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34524         (convert_table_lookup), (img_convert): remove c99-isms
34525         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34526           unsigned, to fix a warning on Solaris
34527         * gst/mpeg1sys/systems.c: bcopy->memcpy
34528         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34529         * sys/Makefile.am: Add sunaudio
34530
34531 2004-05-18  Wim Taymans  <wim@fluendo.com>
34532
34533         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34534         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34535         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34536         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34537         (gst_ogg_mux_loop):
34538         Fix an ugly memleak where the muxer didn't flush enough ogg
34539         pages. This also resulted in badly muxed ogg files.
34540
34541 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34542
34543         * gst/asfdemux/asfheaders.c :
34544         * gst/asfdemux/asfheaders.h :
34545         * gst/asfdemux/gstasfdemux.c :
34546           - fix ASF_OBJ_PADDING guid
34547           - add 3 new object guids (language list, metadata,
34548             extended stream properties)
34549           - add a function to parse extended header objects
34550
34551 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34552
34553         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34554           remove leftover debugging g_print
34555
34556 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34557
34558         * ext/mad/gstmad.c: (gst_mad_handle_event):
34559           Fix for when the first format in a discont event is not a
34560           byte-based one. Should fix #137710.
34561
34562 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34563
34564         * m4/a52.m4 : fix compilation with -Wall -Werror
34565         * m4/libfame.m4 : idem
34566         * m4/libmikmod.m4 : idem
34567
34568 2004-05-17  Benjamin Otte  <otte@gnome.org>
34569
34570         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34571           signal the new tags before giving up the reference
34572
34573 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34574
34575         * ext/shout2/gstshout2.c:
34576           use application/ogg instead of application/x-ogg (patch by Patrick
34577           Guimond, fixes #142432)
34578         * sys/oss/gstosselement.c: (gst_osselement_reset),
34579         (gst_osselement_sync_parms):
34580           don't set fragment size unless specified (fixes #142493)
34581
34582 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34583
34584         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34585           fixes #142664
34586
34587 2004-05-17  Benjamin Otte  <otte@gnome.org>
34588
34589         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34590           compute offsets correctly for internal buffers so timestamps are set
34591           correctly when we can't seek. Also handle cases where there are no
34592           offsets. (based on a patch by David Moore, fixes #142507)
34593
34594 2004-05-17  Benjamin Otte  <otte@gnome.org>
34595
34596         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34597           use correct variable when determining amount of data to skip so we
34598           don't skip into the void and segfault
34599
34600 2004-05-16  Benjamin Otte  <otte@gnome.org>
34601
34602         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34603           Hi, I'm a memleak
34604
34605 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34606
34607         * gst/asfdemux/gstasfdemux.c:
34608           - fix a mem leak and always propagate tags
34609           - add WMV3 to known video codecs (but no decoder yet)
34610           - replace "surplus data" at end of audio header for what
34611             it is : codec specific data
34612           - fix a typo
34613
34614 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34615
34616         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34617
34618         * gst-libs/gst/audio/audioclock.c:
34619           Fix wrong return type (#142205).
34620
34621 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34622
34623         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34624           Ignore CRCs by default (fixes #142566).
34625
34626 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34627
34628         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34629         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34630         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34631         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34632         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34633         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34634           Fix for cases where we fail to attach to a mixer.
34635
34636 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34637
34638         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34639           Don't touch events after not owning them anymore.
34640         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34641         (gst_wavparse_fmt), (gst_wavparse_other),
34642         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34643         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34644         (gst_wavparse_srcpad_event):
34645         * gst/wavparse/gstwavparse.h:
34646           Add seeking, fix querying.
34647
34648 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34649
34650         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34651           - process comments even if they don't end with \0\0
34652             g_convert would ignore them if present and works well without them
34653
34654 2004-05-16  Benjamin Otte  <otte@gnome.org>
34655
34656         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34657           simplify caps
34658
34659 2004-05-16  Benjamin Otte  <otte@gnome.org>
34660
34661         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34662           don't write to memory we might not write to - g_convert does that
34663           for us anyway (fixes #142613)
34664         (gst_asf_demux_audio_caps):
34665           comment out gst_util_dump_mem
34666
34667 2004-05-16  Benjamin Otte  <otte@gnome.org>
34668
34669         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34670           compute correct expected timestamps after seek (broken since
34671           last commit)
34672         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34673           rename element and debugging category to gdkpixbufscale
34674
34675 2004-05-16  Benjamin Otte  <otte@gnome.org>
34676
34677         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34678           add error checking to snd_pcm_delay and remove duplicate call to
34679           snd_pcm_delay that caused issues (see inline code comments)
34680         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34681           make more readable and fix return value when snd_pcm_delay fails
34682         (fixes #142586)
34683
34684 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34685         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34686         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34687         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34688         (gst_pixbufscale_link), (gst_pixbufscale_init),
34689         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34690         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34691         (gst_pixbufscale_get_property), (pixbufscale_init):
34692         * ext/gdk_pixbuf/pixbufscale.h:
34693         Add these files I forgot earlier
34694
34695 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34696         * ext/gdk_pixbuf/Makefile.am:
34697         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34698         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34699         Add new pixbufscale element to scale RGB video
34700         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34701         and HYPER interpolation correctly.
34702         * ext/theora/theoraenc.c: (theora_enc_chain),
34703         Discard buffer and return if explicit caps could not be set
34704         (theora_enc_get_property):
34705         Make _get return kbps for the bitrate consistent with
34706         the _set function.
34707
34708
34709 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34710
34711         * ext/libvisual/visual.c: (gst_visual_chain):
34712           add missing visual_audio_analyze
34713
34714 2004-05-14  David Schleef  <ds@schleef.org>
34715
34716         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34717         is killed while we're playing.
34718         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34719         gst_element_no_more_pads().
34720
34721 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34722
34723         * gst-libs/gst/riff/riff-read.c :
34724           - fix INFO tag extraction in RIFF/AVI files
34725             because gst_event_unref (event) also freed taglist
34726           - avoid a mem leak
34727
34728 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34729
34730         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34731         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34732
34733         * gst/auparse/gstauparse.c :
34734           - add code (commented for now) to support audio/x-adpcm on src pad
34735             (we have no decoder for those layout yet)
34736
34737         * gst/cdxaparse/gstcdxaparse.c :
34738         * gst/cdxaparse/gstcdxaparse.h :
34739           - partial rewrite using RiffRead (ripped iain's wavparse code)
34740
34741         * gst/rtp/gstrtpL16enc.c : typo
34742         * gst/rtp/gstrtpgsmenc.c : typo
34743
34744 2004-05-13  Benjamin Otte  <otte@gnome.org>
34745
34746         * configure.ac:
34747           check for exact version of libvisual, it's not supposed to be
34748           API/ABI stable yet
34749
34750 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34751
34752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34753           signal no-more-pads
34754
34755 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34756
34757         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34758         Report which format was used for GST_FORMAT_DEFAULT
34759         * gst/debug/Makefile.am:
34760         * gst/debug/gstdebug.c: (plugin_init):
34761         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34762         (gst_progressreport_class_init), (gst_progressreport_init),
34763         (gst_progressreport_report), (gst_progressreport_set_property),
34764         (gst_progressreport_get_property), (gst_progressreport_chain),
34765         (gst_progressreport_plugin_init):
34766         Add progressreport element for testing.
34767
34768 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34769
34770         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34771         * sys/v4l/gstv4lsrc.h:
34772         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34773         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34774         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34775         (gst_v4lsrc_grab_frame):
34776           add more debugging
34777           send a discont at start
34778
34779 2004-05-12  Colin Walters  <walters@redhat.com>
34780
34781         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34782         inflooping if we can't find a chunk.  Or in other words, don't blow
34783         chunks if we don't have a chunk to blow.
34784
34785 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34786         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34787         Remove old debug output
34788         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34789         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34790         (gst_dvdec_set_property), (gst_dvdec_get_property):
34791         Change the quality setting to an enum, so it works from gst-launch
34792         Don't renegotiate a non-linked pad. Allows audio only decoding.
34793         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34794         (gst_deinterlace_link), (gst_deinterlace_init):
34795         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34796         (gst_videodrop_link):
34797         Some caps negotiation fixes
34798
34799 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34800
34801         * ext/tarkin/gsttarkin.c :
34802           - Change RANK from NONE to PRIMARY
34803         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34804           - Change RANK from NONE to MARGINAL
34805         * ext/divx/gstdivxenc.c :
34806           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34807
34808 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34809
34810         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34811         (gst_vorbisenc_push_packet):
34812           copy a function that was added between 1.0 and 1.0.1 until we
34813           depend on worthwhile features of post-1.0
34814
34815 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34816
34817         * configure.ac:
34818           enable shout2 by default
34819         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34820         (gst_shout2send_base_init), (gst_shout2send_init),
34821         (gst_shout2send_connect), (gst_shout2send_change_state):
34822         * ext/shout2/gstshout2.h:
34823           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34824           #142262)
34825         * ext/theora/theora.c: (plugin_init):
34826           don't set rank on encoders
34827
34828 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34829
34830         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34831           Use codec_data property instead of flag1 and flag2 for wma
34832
34833 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34834
34835         * gst/cdxaparse/gstcdxaparse.c :
34836           - Add mpegversion to CAPS to make it link
34837           - Rank is as GST_RANK_SECONDARY instead of NONE
34838         * gst/auparse/gstauparse.c :
34839           - Document all audio encoding we can encounter from Solaris 9
34840             headers and libsndfile information.
34841           - Increase max. rate from 48000 to 192000 (to match other elements)
34842           - Don't try to play junk data between header and samples
34843
34844 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34845
34846         * ext/libvisual/visual.c: (gst_visual_getcaps):
34847           use the right caps depending on endianness (I hope)
34848         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34849           use GST_RANK_NONE for all non-decoding elements or spider gets
34850           mighty confused
34851
34852 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34853
34854         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34855           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34856
34857 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34858
34859         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34860         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34861         (gst_switch_loop), (gst_switch_get_type):
34862           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34863           HEADERS. Had to be said.
34864
34865 2004-05-10  David Schleef  <ds@schleef.org>
34866
34867         * configure.ac: Add prototype Dirac support.
34868         * ext/Makefile.am:
34869         * ext/dirac/Makefile.am:
34870         * ext/dirac/gstdirac.cc:
34871         * ext/dirac/gstdiracdec.cc:
34872
34873 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34874
34875         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34876         (gst_auparse_init), (gst_auparse_chain),
34877         (gst_auparse_change_state):
34878           Hack around spider. Remove me some day please.
34879
34880 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34881
34882         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34883           Fix for some uninitialized variables in previous patch, also
34884           makes it work. Fixes #142286 while we're at it.
34885
34886 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34887
34888         * gst/auparse/gstauparse.c:
34889                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34890                 only unsupported formats are ADPCM/CCITT G.72x
34891                 reviewed by Ronald
34892         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34893
34894 2004-05-10  Wim Taymans  <wim@fluendo.com>
34895
34896         * ext/vorbis/Makefile.am:
34897         * ext/vorbis/README:
34898         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34899         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34900         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34901         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34902         (gst_oggvorbisenc_convert_sink),
34903         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34904         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34905         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34906         (get_constraints_string), (update_start_message),
34907         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34908         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34909         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34910         * ext/vorbis/oggvorbisenc.h:
34911         * ext/vorbis/vorbis.c: (plugin_init):
34912         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34913         (raw_caps_factory), (gst_vorbisenc_class_init),
34914         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34915         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34916         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34917         * ext/vorbis/vorbisenc.h:
34918         Added a raw vorbis encoder to be used with the oggmuxer.
34919         We still need the old encoder for some gnome applications,
34920         read the README to find out how that works.
34921         The raw encoder is called "rawvorbisenc" until 0.9.
34922
34923 2004-05-10  Wim Taymans  <wim@fluendo.com>
34924
34925         * ext/ogg/gstogg.c: (plugin_init):
34926         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34927         (gst_ogg_print):
34928         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34929         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34930         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34931         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34932         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34933         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34934         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34935         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34936         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34937         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34938         Added an ogg muxer.
34939         Small typo fixes in the demuxer.
34940
34941 2004-05-10  Wim Taymans  <wim@fluendo.com>
34942
34943         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34944         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34945         (theora_enc_change_state), (theora_enc_set_property),
34946         (theora_enc_get_property):
34947         Mark the last packet with an EOS flag which is not really needed
34948         in gstreamer.
34949         Do some better video framerate initialisation.
34950         Update the buffer timestamp.
34951
34952 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34953
34954         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34955         Return the result of the parent state change call
34956
34957 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34958
34959         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34960         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34961         * gst/law/alaw-encode.c : (idem)
34962         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34963         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34964         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
34965
34966 2004-05-09  Benjamin Otte  <otte@gnome.org>
34967
34968         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34969           don't use a fixed buffer size when writing variable length data to
34970           it. Fixes memory corruption and makes alsasrc work
34971
34972 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34973
34974         * ext/gnomevfs/gstgnomevfssink.c:
34975         (_gst_boolean_allow_overwrite_accumulator),
34976         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
34977           Run glib's default signal handler (??) in RUN_CLEANUP rather than
34978           RUN_LAST, and don't use that to set the accumulator value because
34979           then it's always FALSE.
34980
34981 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34982
34983         * gst-libs/gst/riff/riff-media.c:
34984         (gst_riff_create_video_caps_with_data),
34985         (gst_riff_create_audio_caps),
34986         (gst_riff_create_audio_template_caps):
34987         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34988           Fix for unaligned RIFF files (i.e. where all the chunks together
34989           in a LIST chunk are not of the same size as the size given in
34990           the LIST chunk header). Fixes several odd WAVE files. Also fix
34991           ADPCM (block_align property) in audio, so that wavparse based
34992           on this works now as it used to stand-alone.
34993
34994 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
34995
34996         reviewed by Benjamin Otte  <otte@gnome.org>
34997
34998         * ext/a52dec/gsta52dec.c:
34999         * ext/divx/gstdivxdec.c:
35000         * ext/divx/gstdivxenc.c:
35001         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35002         * ext/faac/gstfaac.c: (gst_faac_base_init):
35003         * ext/faad/gstfaad.c: (gst_faad_base_init):
35004         * ext/ivorbis/vorbisfile.c:
35005         * ext/lame/gstlame.c:
35006         * ext/libfame/gstlibfame.c:
35007         * ext/mpeg2enc/gstmpeg2enc.cc:
35008         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35009         * ext/sidplay/gstsiddec.cc:
35010         * ext/speex/gstspeexdec.c:
35011         * ext/speex/gstspeexenc.c:
35012         * ext/xvid/gstxviddec.c:
35013         * ext/xvid/gstxvidenc.c:
35014           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35015           (fixes #142193)
35016
35017 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35018
35019         * ext/alsa/gstalsa.c: (device_list),
35020         (gst_alsa_class_probe_devices):
35021         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35022           Fix alsa oddness in mixer after the combination of using mixer
35023           in source/sink elements and using hw:x,y instead of just hw:x.
35024
35025 2004-05-09  Benjamin Otte  <otte@gnome.org>
35026
35027         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35028         (gst_wavparse_create_sourcepad):
35029           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35030           sourcepads
35031
35032 2004-05-09  Benjamin Otte  <otte@gnome.org>
35033
35034         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35035           allow discont events before caps nego
35036
35037 2004-05-08  Benjamin Otte  <otte@gnome.org>
35038
35039         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35040           don't leak events
35041
35042 2004-05-08  Benjamin Otte  <otte@gnome.org>
35043
35044         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35045         (gst_level_change_state), (gst_level_init):
35046         * gst/level/gstlevel.h:
35047           figure out if we're initialized directly instead of keeping a
35048           variable that's wrong in 90% of cases
35049           don't initialize pads and then leak them and use a new unitialized
35050           pad. (fixes #142084)
35051           these were bugs so n00bish I didn't find them for an hour :/
35052
35053 2004-05-08 Iain <iain@prettypeople.org>
35054
35055         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35056         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35057         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35058         return the length that was read.
35059         (gst_riff_read_strf_auds): Allow fmt tags as well.
35060
35061 2004-05-07  David Schleef  <ds@schleef.org>
35062
35063         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35064         signed char assumption in faad.h.
35065
35066 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35067
35068         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35069           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35070
35071 2004-05-07  Colin Walters  <walters@redhat.com>
35072
35073         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35074         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35075         function.
35076         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35077         Add dispose function.
35078
35079 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35080         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35081           Fix caps nego and pad templates. RGB mode caps should
35082           work now.
35083         * ext/dvdnav/gst-dvd:
35084           Move mpeg2dec inside the thread because otherwise the
35085           queue rejects cap changes mid-stream
35086         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35087         (gst_mpeg2dec_flush_decoder):
35088           For mpeg2dec > 0.4.0, call the flush function instead of
35089           manually extracting all in-flight frames.
35090         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35091         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35092           Change mime type video/dv go video/x-dv to match the
35093           rest of gst-plugins
35094
35095 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35096
35097         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35098         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35099         (gst_alsa_sink_class_init):
35100         * ext/alsa/gstalsasink.h:
35101         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35102         (gst_alsa_src_class_init):
35103         * ext/alsa/gstalsasrc.h:
35104           Make alsasink/src a subclass of alsamixer so that mixer stuff
35105           shows up in gst-rec. Needs some finetuning.
35106
35107 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35108
35109         * ext/lame/gstlame.c: (gst_lame_chain):
35110           simplify
35111         * ext/mad/gstmad.c: (gst_mad_handle_event):
35112           fix event leak
35113         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35114           be able to detect mp3 files < 4096 bytes
35115
35116 2004-05-06  Wim Taymans  <wim@fluendo.com>
35117
35118         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35119         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35120         (theora_enc_set_property), (theora_enc_get_property):
35121         Also encode the first frame, cleanup some code.
35122
35123 2004-05-06  Wim Taymans  <wim@fluendo.com>
35124
35125         * ext/mpeg2enc/gstmpeg2enc.cc:
35126         Forward events first before deciding that negotiation was
35127         not performed.
35128
35129 2004-05-06  Wim Taymans  <wim@fluendo.com>
35130
35131         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35132         First process the events before deciding that negotiation
35133         was not performed.
35134
35135 2004-05-06  Wim Taymans  <wim@fluendo.com>
35136
35137         * ext/theora/Makefile.am:
35138         * ext/theora/theora.c: (plugin_init):
35139         * ext/theora/theoradec.c: (theora_dec_change_state):
35140         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35141         (gst_theora_enc_class_init), (gst_theora_enc_init),
35142         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35143         (theora_enc_chain), (theora_enc_change_state),
35144         (theora_enc_set_property), (theora_enc_get_property):
35145         Added a theora encoder, grouped the encoder and decoder into the
35146         same plugin.
35147
35148 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35149
35150         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35151         (gst_jpegenc_chain):
35152         fix DURATION on outgoing buffers
35153         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35154         debug using time formats
35155         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35157         (gst_xvimagesink_sink_link):
35158         windows with width/height 0 generate X errors, so don't allow them
35159
35160 2004-05-05  Wim Taymans  <wim@fluendo.com>
35161
35162         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35163         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35164         (gst_mpeg2dec_negotiate_format):
35165         * ext/mpeg2dec/gstmpeg2dec.h:
35166           removed the static pad template so that we can add the
35167           more accurate framerate value to the caps.
35168
35169
35170 2004-05-04  Benjamin Otte  <otte@gnome.org>
35171
35172         * configure.ac:
35173           check for kdemacros.h, too (should fix #141821)
35174         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35175           don't crash if no header was sent, but nicely error out (fixes part
35176           of #141554)
35177
35178 2004-05-04  Wim Taymans  <wim@fluendo.com>
35179
35180         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35181         parent dispose function to avoid segfault on destroy.
35182
35183 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35184
35185         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35186         (plugin_init):
35187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35188         (gst_xvimagesink_sink_link):
35189         clean up debugging caps
35190         also recreate xvimage when format has changed
35191
35192 2004-05-04  Benjamin Otte  <otte@gnome.org>
35193
35194         * ext/libvisual/Makefile.am:
35195         * ext/libvisual/visual.c: (gst_visual_class_init),
35196         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35197         (gst_visual_srclink), (gst_visual_chain),
35198         (gst_visual_change_state), (plugin_init):
35199           use a GstAdapter to correctly adapt buffer sizes - allows using a
35200           framerate
35201
35202 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35203
35204         * sys/v4l/gstv4lelement.h:
35205         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35206         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35207         (gst_v4lsrc_buffer_free):
35208         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35209         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35210         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35211         (gst_v4lsrc_requeue_frame):
35212         move some debugging categories around
35213         query for fps index and set accordingly if found
35214
35215 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35216
35217         * ext/lame/gstlame.c:
35218         correct defaults that lame_init puts out of range
35219
35220 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35221
35222         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35223         (gst_divxenc_class_init):
35224         fix range since -1 is the default
35225         * gst/mpeg1sys/gstmpeg1systemencode.c:
35226         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35227         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35228         (gst_rtjpegdec_chain):
35229         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35230         (gst_rtjpegenc_chain):
35231         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35232         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35233         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35234         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35235         * sys/v4l/gstv4lsrc.c:
35236         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35237         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35238         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35239         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35240         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35241           remove gst_info calls
35242
35243 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35244
35245         * Makefile.am:
35246         * po/af.po:
35247         * po/az.po:
35248         * po/en_GB.po:
35249         * po/nl.po:
35250         * po/sr.po:
35251         * po/sv.po:
35252           Updated translations
35253
35254 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35255
35256         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35257           refactor/comment code
35258
35259 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35260
35261         * gst/asfdemux/Makefile.am:
35262         * gst/asfdemux/asfheaders.c:
35263         * gst/asfdemux/asfheaders.h:
35264         * gst/asfdemux/gstasf.c: (plugin_init):
35265         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35266         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35267         (gst_asf_demux_setup_pad):
35268         * gst/asfdemux/gstasfdemux.h:
35269         * gst/asfdemux/gstasfmux.c:
35270         * gst/asfdemux/gstasfmux.h:
35271           Add tagging support to demuxer, split out registration in its own
35272           file instead of in demux (hacky), and prevent having some tables
35273           in our memory multiple times (in asfheaders.h).
35274
35275 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35276
35277         * gst/matroska/matroska-demux.c:
35278         (gst_matroska_demux_parse_metadata):
35279         * gst/matroska/matroska-ids.h:
35280           Basic tag reading support.
35281
35282 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35283
35284         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35285           Really detect ac-3 audio.
35286         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35287           really detect matroska files (off-by-1).
35288
35289 2004-04-30  David Schleef  <ds@schleef.org>
35290
35291         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35292         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35293         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35294         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35295         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35296         hackage -- parse a lot more atoms, extract a few tags.  One might even
35297         mistake this for tag support.  Maybe it is.
35298         * gst/qtdemux/qtdemux.h:
35299
35300 2004-04-30  Colin Walters  <walters@verbum.org>
35301
35302         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35303
35304 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35305
35306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35307         (gst_ffmpegcolorspace_getcaps):
35308           remove broken nego fix
35309
35310 2004-04-30  Benjamin Otte  <otte@gnome.org>
35311
35312         * configure.ac:
35313         * ext/Makefile.am:
35314         * ext/libvisual/Makefile.am:
35315         * ext/libvisual/visual.c:
35316           add initial support for libvisual (http://libvisual.sourceforge.net)
35317           libvisual is still quite alpha, so expect crashes in there :)
35318
35319 2004-04-29  David Schleef  <ds@schleef.org>
35320
35321         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35322         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35323         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35324         code; you will no longer respect me.
35325
35326 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35327
35328         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35329         * ext/alsa/gstalsa.h :
35330         change alsa pcm device discovery to find more than 1 device
35331         per card. code review by Ronald.
35332
35333 2004-04-29  David Schleef  <ds@schleef.org>
35334
35335         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35336         Add a check for a driver bug on FreeBSD.  (bug #140565)
35337
35338 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35339
35340         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35341         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35342         (gst_jpegenc_getcaps):
35343           move format setting to inner loop
35344         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35345         (gst_ffmpegcolorspace_getcaps):
35346           use GST_PAD_CAPS if available so that we use already negotiated
35347           caps
35348         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35349         (qtdemux_parse_moov), (qtdemux_parse):
35350           extra debugging
35351         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35352         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35353           move hardcoded path to DEFINE
35354
35355 2004-04-28  David Schleef  <ds@schleef.org>
35356
35357         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35358         (bug #140064)
35359
35360 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35361
35362         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35363           Don't probe for playback device if we're a source element. Fixes
35364           #139658.
35365
35366 2004-04-29  Benjamin Otte  <otte@gnome.org>
35367
35368         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35369         (gst_id3_tag_chain):
35370           rewrite buffer offset
35371
35372 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35373
35374         * configure.ac:
35375         * ext/Makefile.am:
35376         * ext/dts/Makefile.am:
35377         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35378         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35379         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35380         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35381         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35382         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35383         (plugin_init):
35384         * ext/dts/gstdtsdec.h:
35385           New DTS decoder.
35386         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35387         (gst_faad_srcconnect):
35388           Add ESDS atom handling (.m4a).
35389
35390 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35391
35392         * ext/divx/gstdivxdec.c: (plugin_init):
35393           Remove comment that makes no sense.
35394         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35395           Fix for obvious typo that resulted in warnings during gst-register.
35396         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35397         (gst_xviddec_sink_link):
35398           Fix caps negotiation a bit better.
35399         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35400           We call this 'codec_data', not 'esds'.
35401
35402 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35403
35404         * gst/monoscope/gstmonoscope.c:
35405           make sure we only provide 256x128
35406         * gst/monoscope/monoscope.c: (monoscope_init):
35407           assert size of 256x128
35408
35409 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35410
35411         * Makefile.am:
35412         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35413         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35414           fixate to max width and height of device
35415
35416 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35417
35418         * Makefile.am:
35419         * sys/v4l/gstv4l.c:
35420         * sys/v4l/gstv4lsrc.c:
35421         * sys/v4l/v4l_calls.c:
35422         * sys/v4l/v4lsrc_calls.c:
35423           fix for qc-usb driver which fakes having more than one buffer
35424           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35425           buffer_free override
35426           add debugging
35427
35428 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35429
35430         * Makefile.am:
35431         * gst/videotestsrc/gstvideotestsrc.c:
35432         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35433         (gst_videotestsrc_init), (gst_videotestsrc_get),
35434         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35435         * gst/videotestsrc/gstvideotestsrc.h:
35436           add num-buffers property
35437
35438         2004-04-26  Benjamin Otte  <otte@gnome.org>
35439
35440         * ext/mad/gstid3tag.c: (plugin_init):
35441           set id3mux rank to NONE so it doesn't confuse spider
35442           require audio/mpeg,mpegversion=1 in id3mux
35443
35444 2004-04-26  Benjamin Otte  <otte@gnome.org>
35445
35446         * configure.ac:
35447           detect faad correctly as non-working if it's indeed non-working
35448
35449 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35450
35451         * Makefile.am:
35452         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35453         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35454         fix _getcaps so it only negotiates to its supported format
35455
35456 2004-04-25  Benjamin Otte  <otte@gnome.org>
35457
35458         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35459           fix memleak
35460
35461 2004-04-23  Benjamin Otte  <otte@gnome.org>
35462
35463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35464           audio/x-raw-int with height rules! not. Now it's depth.
35465
35466 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35467
35468         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35469         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35470         (gst_wavparse_loop):
35471           Missing variable initialization. Add handling of DVI ADPCM. Fix
35472           mis-parsing of LIST chunks. This works around a bug where we mis-
35473           parse non-aligning LIST chunks (so LIST chunks where the contents
35474           don't align with the actual LIST size). The correct fix is to use
35475           rifflib, I'm not going to fix wavparse - too much work. All this
35476           fixes #104878.
35477
35478 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35479
35480         reviewed by Benjamin Otte  <otte@gnome.org>
35481
35482         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35483           fix shoutcast not working (fixes #140844)
35484
35485 2004-04-22  Benjamin Otte  <otte@gnome.org>
35486
35487         * ext/hermes/gsthermescolorspace.c:
35488         (gst_hermes_colorspace_caps_remove_format_info):
35489         * gst/colorspace/gstcolorspace.c:
35490         (gst_colorspace_caps_remove_format_info):
35491         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35492         (gst_ffmpegcolorspace_caps_remove_format_info):
35493           s/gst_caps_simplify/gst_caps_do_simplify/
35494
35495 2004-04-22  Benjamin Otte  <otte@gnome.org>
35496
35497         * gst-libs/gst/riff/riff-media.c:
35498         (gst_riff_create_video_caps_with_data):
35499           mpegversion is an int
35500         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35501           don't try to create pad templates with NULL caps, use any caps
35502           instead.
35503
35504 2004-04-20  David Schleef  <ds@schleef.org>
35505
35506         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35507         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35508         (bug #140384)
35509
35510 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35511
35512         reviewed by David Schleef
35513
35514         * ext/mad/gstid3tag.c: Add stdlib.h
35515         * gst/rtp/gstrtpgsmenc.c: same
35516         * gst/tags/gstid3tag.c: same
35517         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35518         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35519         GST_DISABLE_LOADSAVE use.
35520         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35521         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35522         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35523         atol(3)).
35524         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35525         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35526         strtoul(3)).
35527         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35528         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35529         $(ID3_CFLAGS).
35530         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35531         $(LIBFAME_CFLAGS).
35532
35533 2004-04-20  David Schleef  <ds@schleef.org>
35534
35535         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35536         last checkin.  Same idea.
35537
35538 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35539
35540         reviewed by David Schleef
35541
35542         * configure.ac: bump required gstreamer version to 0.8.1.1
35543         because of following changes [--ds]
35544
35545         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35546         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35547         (gst_riff_read_header):  Use GST_READ_UINT*
35548         macros to access possibly unaligned memory.
35549
35550         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35551         (mp3_type_find):  Use GST_READ_UINT*
35552         macros to access possibly unaligned memory.
35553         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35554         (speex_type_find): Likewise
35555
35556         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35557
35558         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35559         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35560         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35561         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35562         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35563         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35564         macros to access possibly unaligned memory.
35565
35566         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35567         Likewise.
35568
35569         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35570         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35571
35572         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35573         Likewise.
35574
35575         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35576         (gst_mpeg2subt_chain_subtitle): Likewise.
35577
35578         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35579         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35580         Likewise.
35581
35582         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35583         Likewise.
35584
35585         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35586         Likewise.
35587
35588         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35589         Likewise.
35590
35591 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35592
35593         * configure.ac:
35594           update required version of GStreamer because of GST_TIME_FORMAT
35595
35596 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35597
35598         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35599           remove leftover g_print
35600         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35601           don't try setting only a subset of the caps. We don't want to kill
35602           autoplugging on purpose
35603
35604 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35605
35606         * sys/ximage/ximagesink.c: (plugin_init):
35607         * sys/xvimage/xvimagesink.c: (plugin_init):
35608           add debugging categories
35609
35610 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35611
35612         * po/en_GB.po:
35613         * po/LINGUAS:
35614           Adding en_GB translation (Gareth Owen)
35615
35616 2004-04-20  David Schleef  <ds@schleef.org>
35617
35618         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35619         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35620         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35621         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35622         A number of new features and hacks to extract the esds atom and
35623         put it into the caps.  (bug #137724)
35624
35625 2004-04-19  David Schleef  <ds@schleef.org>
35626
35627         * gconf/Makefile.am: Fix for non-GNU make
35628         * gst-libs/gst/Makefile.am: Change directory order to handle
35629         GstPlay linking with gstinterfaces
35630         * gst-libs/gst/audio/make_filter: make use of tr portable
35631         * gst-libs/gst/play/Makefile.am: Add intended \
35632         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35633         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35634         function prototype instead of void *.
35635         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35636         macro.
35637         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35638         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35639         * gst/videofilter/make_filter: make use of tr portable
35640         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35641
35642 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35643
35644         * po/LINGUAS:
35645         * po/uk.po:
35646           Added Ukrainian translation (Maxim V. Dziumanenko)
35647
35648 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35649
35650         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35651         (gst_gsmdec_link), (gst_gsmdec_chain):
35652           Fix capsnego, simplify chain function slightly.
35653         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35654           Add GSM.
35655
35656 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35657
35658         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35659         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35660         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35661           Hack to make wavparse work with spider (always -> sometimes pad).
35662           Fixes #135862 && #140411.
35663
35664 2004-04-18  Benjamin Otte  <otte@gnome.org>
35665
35666         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35667         (gst_osselement_rate_probe_check),
35668         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35669           get rid of \n in debug output
35670
35671 2004-04-17  Iain <iain@prettypeople.org>
35672
35673         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35674         not just EOS.
35675
35676 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35677
35678         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35679         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35680         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35681         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35682         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35683         (gst_id3_tag_change_state), (plugin_init):
35684           deprecate id3tag element and replace with id3demux/id3mux.
35685           great side effect: this ugly file is now even uglier, yay!
35686         * ext/mad/gstmad.h:
35687           remove non-available function
35688           update for new get_type
35689
35690 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35691
35692         * configure.ac:
35693           require mpeg2dec >= 0.4.0
35694
35695 2004-04-17  Benjamin Otte  <otte@gnome.org>
35696
35697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35698         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35699         (gst_xvimagesink_set_xwindow_id):
35700           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35701           assorted cleanup fixes.
35702
35703 2004-04-16  David Schleef  <ds@schleef.org>
35704
35705         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35706         * sys/xvimage/xvimagesink.h: same
35707
35708 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35709
35710         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35711           Fix GST_ELEMENT_ERROR with (NULL)
35712
35713 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35714
35715         * gst-libs/gst/riff/riff-media.c:
35716         (gst_riff_create_video_caps_with_data):
35717           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35718
35719 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35720
35721         * gst-libs/gst/riff/riff-media.c:
35722         (gst_riff_create_video_caps_with_data),
35723         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35724         (gst_riff_create_video_template_caps),
35725         (gst_riff_create_audio_template_caps):
35726         * gst-libs/gst/riff/riff-media.h:
35727         * gst-libs/gst/riff/riff-read.c:
35728         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35729         * gst-libs/gst/riff/riff-read.h:
35730         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35731           Add MS RLE support. I added some functions to read out strf chunks
35732           into strf chunks and the data behind it. This is usually color
35733           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35734           caps creation. Lastly, add ADPCM (similar to wavparse - which
35735           should eventually be rifflib based).
35736         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35737         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35738         * gst/matroska/matroska-demux.h:
35739           Remove placeholders for some prehistoric tagging system. Didn't add
35740           support for any tag system really anyway.
35741         * gst/qtdemux/qtdemux.c:
35742           Add support for audio/x-m4a (MPEG-4) through spider.
35743         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35744         (gst_wavparse_loop):
35745           ADPCM support (#135862). Increase max. buffer size because we
35746           cannot split buffers for ADPCM (screws references) and I've seen
35747           files with 2048 byte chunks. 4096 seems safe for now.
35748
35749 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35750
35751         * configure.ac: bump nano to 1
35752
35753 === release 0.8.1 ===
35754
35755 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35756
35757         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35758
35759 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35760
35761         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35762           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35763           Fixes #140058
35764
35765 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35766
35767         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35768           lower rank of dvddemux so that it's not used for mpeg playback.
35769
35770 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35771
35772         * configure.ac:
35773           save libs correctly when checking mad
35774
35775 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35776
35777         * ext/mad/gstid3tag.c: (plugin_init):
35778           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35779
35780 2004-04-13  David Schleef  <ds@schleef.org>
35781
35782         * common/m4/gst-feature.m4: Call -config scripts with
35783         --plugin-libs if it is supported.
35784         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35785         JPEG images are image/jpeg.
35786         * gst/debug/Makefile.am:
35787         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35788         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35789         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35790         (gst_negotiation_plugin_init): Add a property that acts like
35791         filter caps.
35792         * testsuite/gst-lint:  Move license checking to be a standard
35793         test.
35794
35795 2004-04-13  David Schleef  <ds@schleef.org>
35796
35797         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35798         patch from Sebastien Cote (bug #139958)
35799
35800 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35801
35802         * examples/gstplay/Makefile.am:
35803         * examples/gstplay/player.c: (main):
35804           make the commandline player example use gconf settings
35805
35806 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35807
35808         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35809         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35810         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35811           init/end library during state transition, not object
35812           creation/disposal.  get rid of custom dispose handler.
35813
35814
35815 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35816
35817         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35818         be a symlink
35819
35820 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35821
35822         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35823           Handle JUNK chunks inside data section. Prevents warnings.
35824
35825 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35826
35827         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35828         (gst_riff_create_video_template_caps):
35829           Add MS video v1.
35830         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35831         (gst_avi_demux_stream_data):
35832           Add support for "rec-list" chunks.
35833
35834 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35835
35836         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35837           Fix another codecname mismatch.
35838
35839 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35840
35841         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35842           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35843           so that MJPEG plays back.
35844
35845 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35846
35847         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35848         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35849         * gst/mpeg1videoparse/gstmp1videoparse.h:
35850           Fix for some slight mis-cuts in buffer parsing, and for some
35851           potential overflows or faults-causers. Adds disconts. Also fixes
35852           #139105 while we're at it.
35853
35854 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35855
35856         * configure.ac:
35857         * sys/v4l2/gstv4l2element.h:
35858           Workaround for missing struct v4l2_buffer declaration in Suse 9
35859           and Mandrake 10 linux/videodev2.h header file (#135919).
35860
35861 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35862
35863         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35864           Bail out if no filename was given.
35865
35866 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35867
35868         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35869         (gst_v4l2_fourcc_from_structure):
35870           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35871           Y41B somewhere).
35872
35873 2004-04-09  Benjamin Otte  <otte@gnome.org>
35874
35875         * ext/gnomevfs/gstgnomevfssink.c:
35876         (_gst_boolean_allow_overwrite_accumulator),
35877         (gst_gnomevfssink_class_init):
35878           fix erase signal - if any handler returns false the file will not be
35879           overwritten. If no handler is connected, the file will not be
35880           overwritten either.
35881           renamed signal to "allow-overwrite"
35882         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35883           free string when adding it to ID3 failed
35884         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35885           unref event when done
35886         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35887           free caps
35888         * gst/typefind/gsttypefindfunctions.c:
35889         (mpeg_video_stream_type_find):
35890           fix invalid read
35891
35892 2004-04-08  David Schleef  <ds@schleef.org>
35893
35894         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35895         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35896
35897 2004-04-08  David Schleef  <ds@schleef.org>
35898
35899         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35900         we don't support (bug #139532)
35901
35902 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35903
35904         * ext/mad/gstmad.c: (gst_mad_handle_event),
35905         (gst_mad_check_caps_reset), (gst_mad_chain),
35906         (gst_mad_change_state):
35907           only set explicit caps if they haven't been set before for
35908           this stream.  MPEG-audio sample rate/channels aren't allowed
35909           to change in-stream.
35910           Fixes #139382
35911
35912 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35913
35914         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35915         (_gst_boolean_did_something_accumulator),
35916         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35917         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35918         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35919         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35920         (gst_gnomevfssink_change_state):
35921           Fix erase signal. Don't erase by default. Remove handoff signal.
35922           Remove erase property. Don't segfault. General cleanup.
35923
35924 2004-04-07  Benjamin Otte  <otte@gnome.org>
35925
35926         * gst-libs/gst/gconf/test-gconf.c: (main):
35927           add missing gst_init
35928
35929 2004-04-07  Benjamin Otte  <otte@gnome.org>
35930
35931         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35932           free the mutexes, too
35933
35934 2004-04-07  Benjamin Otte  <otte@gnome.org>
35935
35936         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35937           actually free the URI string
35938         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35939           compute offset correctly when passing discont events
35940         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35941           don't leak discont events
35942         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35943           add some missing breaks so caps aren't copied randomly
35944         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35945           if we realloc memory, we better use it
35946
35947 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35948
35949         * ext/mad/gstmad.c: (normal_seek):
35950           fix GST_FORMAT_TIME usage
35951
35952 2004-04-05  David Schleef  <ds@schleef.org>
35953
35954         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35955         a deprecated function (hack!)
35956
35957 2004-04-05  Benjamin Otte  <otte@gnome.org>
35958
35959         * ext/esd/esdmon.c: (gst_esdmon_get):
35960           fix nonterminated vararg and memleak
35961
35962 2004-04-05  Benjamin Otte  <otte@gnome.org>
35963
35964         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
35965         (gst_ladspa_init), (gst_ladspa_force_src_caps),
35966         (gst_ladspa_set_property), (gst_ladspa_get_property),
35967         (gst_ladspa_instantiate), (gst_ladspa_activate),
35968         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
35969           clean up debugging
35970
35971 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
35972
35973         reviewed by Benjamin Otte  <otte@gnome.org>
35974
35975         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
35976           check for broken LADSPA parameters (fixes #138635)
35977
35978 2004-04-05  Benjamin Otte  <otte@gnome.org>
35979
35980         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
35981           advertise buffer-frames correctly on sinkpads
35982
35983 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35984
35985         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
35986         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
35987         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
35988         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
35989         (gst_mad_check_caps_reset), (gst_mad_chain):
35990         add more debugging, only reset caps when we're not in error state
35991
35992 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35993
35994         * ext/mad/gstmad.c: add debugging category, comment + cleanups
35995
35996 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35997
35998         reviewed by Benjamin Otte  <otte@gnome.org>
35999
36000         * configure.ac:
36001           fix == in test(1) operator
36002
36003 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36004
36005         reviewed by Benjamin Otte  <otte@gnome.org>
36006
36007         * configure.ac:
36008           fix --export-symblos-regex to a working regex.
36009
36010 2004-04-04  Benjamin Otte  <otte@gnome.org>
36011
36012         * sys/oss/.cvsignore:
36013           add for oss_probe
36014
36015 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36016
36017         reviewed by Benjamin Otte  <otte@gnome.org>
36018
36019         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36020           add missing 'new_media' argument (fixes #138168)
36021         * gst/matroska/matroska-demux.c:
36022         (gst_matroska_demux_handle_seek_event):
36023           add vararg terminator (fixes #138169)
36024
36025 2004-04-02  David Schleef  <ds@schleef.org>
36026
36027         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36028         disted (bug #138914)
36029
36030 2004-04-01  Benjamin Otte  <otte@gnome.org>
36031
36032         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36033         (gst_alsa_close_audio):
36034           handle case better where a soundcard can't pause
36035         * ext/ogg/gstoggdemux.c:
36036           don't crash when we get events but don't have pads yet
36037
36038 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36039
36040         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36041           throw an error if we couldn't probe any caps.
36042
36043 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36044
36045         * ext/dvdnav/gst-dvd:
36046         Add a really simple sample DVD player
36047
36048 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36049
36050         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36051         (gst_a52dec_push), (gst_a52dec_handle_event),
36052         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36053         (gst_a52dec_change_state):
36054         * ext/a52dec/gsta52dec.h:
36055           Use a debug category, Output timestamps correctly
36056           Emit tag info, Handle events, tell liba52dec about cpu
36057           capabilities so it can use MMX etc.
36058         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36059           Fix a crasher accessing invalid memory
36060         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36061         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36062         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36063         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36064         (dvdnavsrc_query):
36065           Some support for byte-format seeking.
36066           Small fixes for still frames and menu button overlays
36067         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36068         (gst_mpeg2dec_alloc_buffer):
36069           Use a debug category. Adjust the report level of several items to
36070           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36071           so it doesn't lose the GstBuffer pointer
36072         * gst/debug/Makefile.am:
36073         * gst/debug/gstdebug.c: (plugin_init):
36074         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36075         (gst_navseek_base_init), (gst_navseek_class_init),
36076         (gst_navseek_init), (gst_navseek_seek),
36077         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36078         (gst_navseek_get_property), (gst_navseek_chain),
36079         (gst_navseek_plugin_init):
36080         * gst/debug/gstnavseek.h:
36081           Add the navseek debug element for seeking back and forth in a
36082           video stream using arrow keys.
36083         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36084         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36085         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36086         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36087         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36088         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36089         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36090         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36091         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36092         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36093         * gst/mpeg2sub/gstmpeg2subt.h:
36094           Pretty much a complete rewrite. Now a loopbased element. May still
36095           require work to properly synchronise subtitle buffers.
36096         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36097         (gst_dvd_demux_send_subbuffer):
36098         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36099           Don't attempt to create subbuffers of size 0
36100           Reduce a couple of error outputs to warnings.
36101         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36102         (gst_y4mencode_chain):
36103         Output the y4m frame header correctly.
36104
36105 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36106
36107         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36108           throw errors instead of allowing SIGFPE
36109
36110 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36111
36112         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36113         (gst_gconf_render_bin_from_key):
36114           leak plugging and style fixing
36115
36116 2004-03-31  David Schleef  <ds@schleef.org>
36117
36118         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36119         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36120         (bug #138225)
36121         * gst/debug/Makefile.am:
36122         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36123         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36124         plugin.
36125         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36126         (gst_negotiation_base_init), (gst_negotiation_class_init),
36127         (gst_negotiation_init), (gst_negotiation_getcaps),
36128         (gst_negotiation_pad_link), (gst_negotiation_chain),
36129         (gst_negotiation_set_property), (gst_negotiation_get_property),
36130         (gst_negotiation_plugin_init):  New element to talk about random
36131         negotiation things happening in a pipeline.
36132
36133 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36134
36135         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36136           fix integer addition with help of Stefan Kost
36137
36138 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36139
36140         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36141
36142 2004-03-30  David Schleef  <ds@schleef.org>
36143
36144         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36145         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36146         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36147         (bug #137504)
36148         * ext/mpeg2dec/gstmpeg2dec.h:
36149
36150 2004-03-30  David Schleef  <ds@schleef.org>
36151
36152         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36153
36154 2004-03-30  David Schleef  <ds@schleef.org>
36155
36156         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36157         Michael Petullo) to handle .mov
36158
36159 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36160
36161         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36162         (gst_osselement_rate_check_rate):
36163           probe caps correctly for sound cards that only support one format
36164
36165 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36166
36167         * ext/kio/kiosrc.cpp: (process_events):
36168           update handling event processing if inside KDE - untested
36169
36170 2004-03-29  David Schleef  <ds@schleef.org>
36171
36172         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36173         by 2 to not interfere with other colorspaces.
36174         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36175         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36176         one to not interfere with ffmpeg_colorspace.
36177
36178 2004-03-29  David Schleef  <ds@schleef.org>
36179
36180         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36181         aren't in the caps.
36182         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36183         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36184
36185 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36186
36187         * gst-libs/gst/riff/riff-media.c:
36188           fail on error, don't try to set stuff on NULL caps
36189
36190 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36191
36192         * configure.ac:
36193         * ext/Makefile.am:
36194         * ext/kio/Makefile.am:
36195         * ext/kio/kioreceiver.cpp:
36196         * ext/kio/kioreceiver.h:
36197         * ext/kio/kiosrc.cpp:
36198         * ext/kio/kiosrc.h:
36199           add experimental kiosrc plugin
36200         * ext/alsa/gstalsaplugin.c: (plugin_init):
36201           initialize debugging category only when we're sure registering the
36202           plugins worked.
36203
36204 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36205
36206         * examples/gstplay/player.c: (main):
36207         * gst-libs/gst/play/play.c: (gst_play_class_init),
36208         (gst_play_set_location), (gst_play_set_data_src),
36209         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36210         (gst_play_set_visualization), (gst_play_connect_visualization):
36211           check return values of element_set_state and return FALSE where
36212           failed
36213
36214 2004-03-29  Benjamin Otte  <otte@gnome.org>
36215
36216         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36217           try harder to check if an event is really a discont
36218
36219 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36220
36221         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36222         * po/az.po:
36223
36224 2004-03-28  Benjamin Otte  <otte@gnome.org>
36225
36226         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36227         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36228         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36229           get rid of non-standard "..." ranges in case statements.
36230
36231 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36232
36233         * gst/mpegstream/gstmpegdemux.c:
36234         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36235         specific functionality split to the new dvddemux element.
36236         * gst/mpegstream/gstdvddemux.c:
36237         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36238         streams, derived from mpegdemux.
36239         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36240         up. SCR based timestamp rewriting can be turned off (will probably
36241         completely disappear soon).
36242         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36243         hacking. General cleanup. All printf statements replaced by
36244         debugging messages. Almost complete libdvdnav support.
36245         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36246         by events. New properties for audio and subpicture languages.
36247         (dvdnavsrc_update_highlight): Now uses events.
36248         (dvdnavsrc_user_op): Cleaned up.
36249         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36250         based). Lots of cleanup, and propper support for most libdvdnav
36251         events.
36252         (dvdnavsrc_make_dvd_event): New function.
36253         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36254         (dvdnavsrc_make_clut_change_event): New function.
36255
36256 2004-03-26  Benjamin Otte  <otte@gnome.org>
36257
36258         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36259           fix bug where typefinding would claim it's theora whenever less then
36260           7 bytes of data were available
36261
36262 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36263
36264         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36265         (gst_alawdec_base_init), (gst_alawdec_class_init),
36266         (gst_alawdec_init), (gst_alawdec_chain):
36267         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36268         (gst_alawenc_base_init), (gst_alawenc_class_init),
36269         (gst_alawenc_init), (gst_alawenc_chain):
36270         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36271         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36272         (gst_mulawdec_init), (gst_mulawdec_chain):
36273         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36274         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36275         (gst_mulawenc_init), (gst_mulawenc_chain):
36276           Fix capsnego in all four, remove the unused property functions and
36277           simplify the chain functions slightly. I guess we could use macros
36278           or something similar for those, since the code is so similar, but
36279           I'm currently too lazy...
36280
36281 2004-03-24  David Schleef  <ds@schleef.org>
36282
36283         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36284         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36285         (gst_osselement_get_format_structure),
36286         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36287         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36288         (gst_osselement_rate_int_compare): Add code to handle rate probing
36289         (bug #120883)
36290         * sys/oss/gstosselement.h: same
36291         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36292         Use rate probing provided by osselement.
36293         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36294
36295 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36296
36297         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36298         (gst_xvidenc_get_property):
36299           ulong/int mess-up.
36300
36301 2004-03-24  David Schleef  <ds@schleef.org>
36302
36303         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36304         (gst_speexdec_init):
36305         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36306         (gst_speexenc_init):  Create the pad template correctly (from
36307         the static pad template, not a NULL pointer.)
36308
36309 2004-03-25  Benjamin Otte  <otte@gnome.org>
36310
36311         * gst/debug/Makefile.am:
36312         * gst/debug/breakmydata.c:
36313           add element that quasi-randomly changes bytes in the stream.
36314           Intended use is robustness checking of demuxers and decoders in
36315           media tests.
36316
36317 2004-03-24  Benjamin Otte  <otte@gnome.org>
36318
36319         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36320         (gst_alsa_probe_hw_params):
36321         * ext/alsa/gstalsa.h:
36322           debugging output fixes
36323
36324 2004-03-24  Benjamin Otte  <otte@gnome.org>
36325
36326         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36327           don't g_return_if_fail if element is PLAYING, fail silently as every
36328           other element.
36329         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36330           only fix needed for cast lvalue issues in gst-plugins
36331         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36332           add proxy_getcaps
36333
36334 2004-03-24  Benjamin Otte  <otte@gnome.org>
36335
36336         * gst/level/gstlevel.c: (gst_level_init):
36337           add proxying getcaps function, so level doesn't advertise impossible
36338           caps
36339
36340 2004-03-24  David Schleef  <ds@schleef.org>
36341
36342         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36343         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36344         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36345         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36346         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36347         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36348         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36349         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36350         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36351         messages.  Divide the chunk size by the compression ratio
36352         (needed for MACE audio)
36353
36354 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36355
36356         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36357           Fix buffer overflow read error.
36358
36359 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36360
36361         * ext/alsa/gstalsa.h:
36362           Remove unused entry.
36363         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36364           Add cinepak.
36365         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36366         (gst_videodrop_link), (gst_videodrop_chain):
36367           Fix, sort of. Was horribly broken with new capsnego. Bah...
36368
36369 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36370
36371         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36372         (plugin_init):
36373         Add a monkeysaudio typefind function
36374
36375 2004-03-23  Johan Dahlin  <johan@gnome.org>
36376
36377         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36378         (gst_play_video_fixate): Check so the structure has the field
36379         before trying to fixate them, this makes it possible to have
36380         fakesinks for video and audio output without printing errors on
36381         the output console.
36382
36383 2004-03-22  David Schleef  <ds@schleef.org>
36384
36385         * sys/oss/Makefile.am:
36386         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36387         (check_rate), (add_rate):  Rate probing test app.
36388
36389 2004-03-21  Benjamin Otte  <otte@gnome.org>
36390
36391         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36392         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36393           add a fixation function that pretty much does the right thing (fixes
36394           #137556)
36395
36396 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36397
36398         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36399
36400 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36401
36402         reviewed by: Benjamin Otte  <otte@gnome.org>
36403
36404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36405           terminate gst_event_new_discontinuous correctly (fixes parts of
36406           #137711)
36407
36408 2004-03-19  David Schleef  <ds@schleef.org>
36409
36410         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36411         since it doesn't depend on X, and it's part of our ABI.
36412
36413 2004-03-19  Iain <iain@prettypeople.org>
36414
36415         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36416         is_int in the structure, not the local variable.
36417
36418 2004-03-19  David Schleef  <ds@schleef.org>
36419
36420         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36421         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36422         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36423         Improvements in caps negotiation.
36424
36425 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36426
36427         * po/LINGUAS:
36428         * po/af.po:
36429           adding Afrikaans (Petri Jooste)
36430
36431 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36432
36433         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36434         (gst_ffmpegcolorspace_chain):
36435         throw error instead of g_critical (#137588)
36436
36437 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36438
36439         * Makefile.am:
36440         * configure.ac:
36441           dist common and m4 correctly
36442         * po/sv.po:
36443
36444 2004-03-17  David Schleef  <ds@schleef.org>
36445
36446         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36447         (bug #137348)
36448
36449 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36450
36451         * po/LINGUAS:
36452         * po/sv.po:
36453           adding Swedish translation (Christian Rose)
36454
36455 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36456
36457         * Makefile.am: use release.mak
36458
36459 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36460
36461         * common/ChangeLog:
36462         * common/gst-autogen.sh:
36463           add some explanation about the version detection
36464         * configure.ac:
36465           fix X check
36466
36467 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36468
36469         * configure.ac: bump nano to 1
36470
36471 === release 0.8.0 ===
36472
36473 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36474
36475         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36476
36477 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36478
36479         * configure.ac:
36480           update libtool version
36481         * gst-libs/gst/media-info/Makefile.am:
36482           actually use libtool version
36483
36484 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36485
36486         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36487
36488 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36489
36490         * configure.ac:
36491         * gst-plugins.spec.in:
36492         * pkgconfig/Makefile.am:
36493         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36494         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36495         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36496         * pkgconfig/gstreamer-libs.pc.in:
36497         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36498         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36499         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36500         * pkgconfig/gstreamer-plugins.pc.in:
36501           remove @VERSION@ from some of the pc files since core and plugins
36502           are decoupled.
36503           created gstreamer-plugins.pc as it's a better name, but keeping
36504           -libs around for now to get fixes upstream done first.
36505
36506 2004-03-15  Julien MOUTTE <julien@moutte.net>
36507
36508         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36509         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36510         * gst-libs/gst/play/play.h:
36511
36512 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36513
36514         * *.c, *.cc: don't mix tabs and spaces
36515
36516 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36517
36518         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36519           use the new ffmpegcolorspace
36520         * gst-plugins.spec.in:
36521           package new colorspace and media-info
36522         * configure.ac:
36523         * pkgconfig/Makefile.am:
36524           fix some more disting issues
36525         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36526         * pkgconfig/gstreamer-media-info.pc.in:
36527           generate media-info pc files
36528
36529 2004-03-15  Johan Dahlin  <johan@gnome.org>
36530
36531         * *.h: Revert indenting
36532
36533 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36534
36535         * configure.ac:
36536           adding ffmpegcolorspace element
36537         * gst/ffmpegcolorspace/Makefile.am:
36538         * gst/ffmpegcolorspace/avcodec.h:
36539         * gst/ffmpegcolorspace/common.h:
36540         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36541         * gst/ffmpegcolorspace/dsputil.h:
36542         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36543         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36544         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36545         (gst_ffmpeg_caps_to_pix_fmt):
36546         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36547         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36548         (gst_ffmpegcolorspace_caps_remove_format_info),
36549         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36550         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36551         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36552         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36553         (gst_ffmpegcolorspace_set_property),
36554         (gst_ffmpegcolorspace_get_property),
36555         (gst_ffmpegcolorspace_register):
36556         * gst/ffmpegcolorspace/imgconvert.c:
36557         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36558         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36559         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36560         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36561         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36562         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36563         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36564         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36565         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36566         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36567         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36568         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36569         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36570         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36571         (img_get_alpha_info), (deinterlace_line),
36572         (deinterlace_line_inplace), (deinterlace_bottom_field),
36573         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36574         * gst/ffmpegcolorspace/imgconvert_template.h:
36575         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36576         * gst/ffmpegcolorspace/mmx.h:
36577         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36578           adding ffmpegcolorspace element supplied by Ronald after cleaning
36579           up and pulling in the right bits of upstream source.
36580           I'm sure a better C/compiler wizard could do some cleaning up (for
36581           example use GLIB's malloc stuff), but as a first pass this
36582           works very well
36583
36584 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36585
36586         * ext/alsa/gstalsa.h:
36587           I assume Ronald forgot to commit the change to have cardname
36588           as a struct member.  Expect some public spanking at the next
36589           opportunity.
36590
36591 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36592
36593         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36594         (gst_alsa_open_audio), (gst_alsa_close_audio):
36595         * ext/alsa/gstalsa.c:
36596           Don't open the device if we're a mixer (= padless).
36597         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36598         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36599         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36600           Open mixer during state change rather than during object
36601           initialization. Also, get a device name. Currently in a somewhat
36602           hackish fashion, but I didn't really find something better.
36603
36604 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36605
36606         * *.c, *.h: run gst-indent
36607
36608 2004-03-14  Benjamin Otte  <otte@gnome.org>
36609
36610         * gst/modplug/gstmodplug.cc:
36611         * gst/modplug/gstmodplug.h:
36612           set correct timestamps on outgoing buffers
36613
36614 2004-03-14  Benjamin Otte  <otte@gnome.org>
36615
36616         * gst/modplug/gstmodplug.cc:
36617           handle events - don't do crap when a discont arrives that's not
36618           necessary
36619           This allows correct loading and playback of mods in Rhythmbox
36620
36621 2004-03-14  Benjamin Otte  <otte@gnome.org>
36622
36623         * configure.ac:
36624         * gst-libs/gst/gconf/Makefile.am:
36625         * pkgconfig/Makefile.am:
36626           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36627           they get rebuilt properly
36628         * configure.ac:
36629           when checking for vorbis, try pkgconfig first.
36630         * gst/modplug/gstmodplug.cc:
36631           add fixate function
36632
36633 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36634
36635         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36636           Fix for obvious mistake, where we first shift the offset and then
36637           read a samplesize element assuming the old offset. Note that this
36638           part still has something weird, i.e. my movies containing those
36639           don't actually play well, but at least there's something that looks
36640           like sound now.
36641
36642 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36643         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36644         (plugin_init):
36645         Add a typefind function for speex format
36646
36647 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36648
36649         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36650         (gst_asf_demux_setup_pad):
36651           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36652           instead of 0. Reason is simple: some elements have a fps range
36653           of 1-max instead of 0-max. So now ASF video actually works.
36654
36655 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36656
36657         * po/LINGUAS:
36658         * po/sr.po:
36659           adding serbian as a language
36660
36661 2004-03-13  Benjamin Otte  <otte@gnome.org>
36662
36663         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36664           return taglist correctly from _get function, don't gst_pad_push it.
36665           (fixes #137042)
36666
36667 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36668         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36669
36670 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36671
36672         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36673         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36674         (gst_alsa_mixer_track_new):
36675         * ext/alsa/gstalsamixertrack.h:
36676           Fix ancient leftovers... MixerTrack is a GObject.
36677
36678 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36679
36680         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36681         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36682           Don't block during probing...
36683
36684 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36685
36686         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36687         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36688         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36689         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36690         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36691         (gst_alsa_open_audio), (gst_alsa_close_audio):
36692         * ext/alsa/gstalsa.h:
36693           Add propertyprobe interface implementation, add some device-name
36694           property, all this so that it looks good in gnome-volume-control.
36695
36696 2004-03-12  David Schleef  <ds@schleef.org>
36697
36698         * configure.ac: the Hermes library controls hermescolorspace, not
36699         colorspace.
36700         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36701         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36702         not /* */
36703         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36704         * ext/sdl/sdlvideosink.h: ditto.
36705         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36706
36707 2004-03-12  Benjamin Otte  <otte@gnome.org>
36708
36709         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36710         (gst_x_overlay_got_xwindow_id):
36711         * gst-libs/gst/xoverlay/xoverlay.h:
36712           replace XID with unsigned long to get rid of the xlibs dependency in
36713           XOverlay (fixes #137004)
36714
36715 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36716         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36717         (gst_agingtv_setup):
36718         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36719         (gst_dicetv_base_init), (gst_dicetv_class_init),
36720         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36721         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36722         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36723         (gst_edgetv_setup), (gst_edgetv_rgb32):
36724         * gst/effectv/gsteffectv.c:
36725         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36726         (gst_quarktv_set_property):
36727         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36728         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36729         (gst_revtv_setup), (gst_revtv_rgb32):
36730         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36731         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36732         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36733         (gst_shagadelictv_rgb32):
36734         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36735         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36736         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36737         * gst/effectv/gstwarp.c:
36738         Port everything that can be ported to videofilter and fix up the caps.
36739         Can someone with a big-endian machine please check these?
36740
36741 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36742
36743         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36744         (gst_osssink_chain), (gst_osssink_change_state):
36745           Latest fixes for A/V sync, audio playback and such. This is about
36746           all... MPEG playback issues are mostly related to the async build-
36747           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36748
36749 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36750
36751         patch from: Stephane Loeuillet
36752
36753         * configure.ac:
36754           use pkg-config for some libraries, falling back to the old .m4 way
36755           (fixes #131270)
36756         * m4/libdv.m4:
36757           removed
36758
36759 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36760
36761         * configure.ac:
36762         * tools/Makefile.am:
36763         * tools/Makefile.in:
36764         * tools/gst-launch-ext-m.m:
36765         * tools/gst-launch-ext.1.in:
36766         * tools/gst-visualise-m.m:
36767         * tools/gst-visualise.1:
36768         * tools/gst-visualise.1.in:
36769           reorganizing generation of script tools
36770
36771 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36772
36773         * ext/divx/gstdivxdec.c:
36774           Downgrade priority. We prefer ffdec_mpeg4.
36775         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36776         (gst_faad_chain), (gst_faad_change_state):
36777           Fix capsnego. Doesn't work for some sounds because we don't have
36778           a 5:1 to stereo element.
36779         * ext/xvid/gstxvid.c: (plugin_init):
36780           Add priority.
36781         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36782         (gst_osssink_change_state):
36783           Add discont handling.
36784
36785 2004-03-09  Colin Walters  <walters@verbum.org>
36786
36787         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36788         conversion.
36789
36790 2004-03-09  Benjamin Otte  <otte@gnome.org>
36791
36792         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36793           the signals take 2 arguments
36794
36795 2004-03-09  David Schleef  <ds@schleef.org>
36796
36797         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36798         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36799         * ext/alsa/gstalsa.h:
36800         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36801
36802 2004-03-09  Benjamin Otte  <otte@gnome.org>
36803
36804         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36805         (gst_mikmod_change_state):
36806         * ext/mikmod/gstmikmod.h:
36807           make mikmod's loop function not loop infinitely and call
36808           gst_element_yield anymore
36809         * gst/modplug/gstmodplug.cc:
36810           fix pad negotiation (fixes #136590)
36811
36812 2004-03-09  David Schleef  <ds@schleef.org>
36813
36814         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36815         doesn't conflict with the internal colorspace plugin.
36816         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36817         satisfy the crappy-ass shell shipped by a certain vendor.
36818         * gst/videofilter/make_filter: same (bug #135299)
36819
36820 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36821
36822         * configure.ac: bump nano to 1
36823
36824 === release 0.7.6 ===
36825
36826 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36827
36828         * configure.in: releasing 0.7.6, "There"
36829
36830 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36831
36832         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36833         * pkgconfig/gstreamer-play.pc.in:
36834           synchronize the two
36835
36836 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36837
36838         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36839         (cdparanoia_open), (cdparanoia_event):
36840           fix/add error handling
36841         * po/POTFILES.in:
36842           add cdparanoia source
36843         * tools/Makefile.am:
36844           make scripts executable
36845
36846 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36847
36848         * configure.ac:
36849         * ext/vorbis/Makefile.am:
36850         * sys/Makefile.am:
36851           remove id3types, vorbisfile and xvideosink from the build (#133783)
36852
36853 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36854
36855         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36856           Fix metadata read crash (#136537).
36857
36858 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36859
36860         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36861         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36862           adding mime types, fixing the one-stop function
36863
36864 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36865
36866         * ext/nas/nassink.c and /ext/nas/nassink.h:
36867         More NAS love from Arwed von Merkatz
36868         So lets all sing 'Can you feel the NAS tonight'
36869
36870 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36871
36872         * tools/gst-launch-ext.in:
36873         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36874
36875 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36876
36877         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36878         (gst_mpeg2dec_init):
36879         remove the user_data pad for now, because it is being used in
36880         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36881         If someone knows how to fix this properly, please do.
36882
36883 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36884
36885         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36886         (gst_osssink_get_time):
36887         add a warning, IMO this won't get triggered anymore, remove later
36888
36889 2004-03-07  David Schleef  <ds@schleef.org>
36890
36891         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36892         format (bug #136470)
36893
36894 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36895
36896         * gst-libs/Makefile.am:
36897         * gst-libs/gst/media-info/Makefile.am:
36898         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36899         (error_callback), (gst_media_info_error_create),
36900         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36901         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36902         * gst-libs/gst/media-info/media-info-priv.h:
36903         * gst-libs/gst/media-info/media-info-test.c: (main):
36904         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36905         (gst_media_info_class_init), (gst_media_info_instance_init),
36906         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36907         (gst_media_info_read_idler), (gst_media_info_read):
36908         * gst-libs/gst/media-info/media-info.h:
36909         fixed, should work now
36910
36911 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36912
36913         * ext/nas/nassink.c:
36914         A bunch of NAS fixes from Arwed von Merkatz
36915
36916 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36917
36918         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36919         (qtdemux_parse_trak):
36920           Fix crash (j might be greater than n_samples, in which case we're
36921           writing outside the allocated space for the array) and memleak.
36922
36923 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36924
36925         * sys/oss/gstosssink.c: (gst_osssink_chain):
36926           And another caller that couldn't handle delay < 0 (unsigned
36927           integer overflow). Video now continues playing on an audio
36928           buffer underrun, and the clock continues working. Audio still
36929           stalls.
36930
36931 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36932
36933         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36934         (gst_osssink_get_time):
36935           get_delay() may return values lower than 0. In those cases, we
36936           should not actually cast to *unsigned* int64, that will break
36937           stuff horribly. In my case, it screwed up A/V sync in movies
36938           in totem rather badly.
36939
36940 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36941
36942         * ext/faac/gstfaac.c: (gst_faac_chain):
36943         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36944         * ext/libpng/gstpngenc.c: (user_write_data):
36945         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36946         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36947         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36948         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36949         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36950         of any buffer), should fix some leaks. I hope I didn't unref buffers
36951         that shouldn't be...
36952
36953 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36954
36955         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36956         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36957         (error_callback), (gmi_reset), (gmi_seek_to_track),
36958         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36959         (gmip_find_type_post), (gmip_find_stream_post),
36960         (gmip_find_track_streaminfo_post):
36961         * gst-libs/gst/media-info/media-info-priv.h:
36962         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36963         (info_print), (main):
36964         * gst-libs/gst/media-info/media-info.c:
36965         (gst_media_info_error_create), (gst_media_info_error_element),
36966         (gst_media_info_instance_init), (gst_media_info_get_property),
36967         (gst_media_info_new), (gst_media_info_set_source),
36968         (gst_media_info_read_idler), (gst_media_info_read):
36969         * gst-libs/gst/media-info/media-info.h:
36970           first pass at making this work again.  This seems to work on
36971           tagged ogg/vorbis and mp3 files.
36972
36973 2004-03-06  Benjamin Otte  <otte@gnome.org>
36974
36975         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36976           fix huge leak: gst_buffer_merge doesn't unref the first argument
36977           itself.
36978
36979 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36980
36981         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
36982           report layer/mode/emphasis
36983
36984 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36985
36986         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
36987
36988 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36989
36990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
36991           signal serial
36992
36993 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36994
36995         * ext/vorbis/vorbis.c: (plugin_init):
36996         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
36997         (gst_vorbis_dec_init), (vorbis_dec_event):
36998         add debug category
36999         make vorbisdec handle _BYTE and _TIME queries
37000
37001 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37002
37003         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37004           from the xing header
37005
37006 2004-03-06  Benjamin Otte  <otte@gnome.org>
37007
37008         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37009         (gst_audio_convert_link), (gst_audio_convert_change_state),
37010         (gst_audio_convert_buffer_from_default_format):
37011           do conversions from/to float correctly, fix some caps nego errors,
37012           export correct supported caps in template and getcaps, use correct
37013           caps in try_set_caps functions
37014
37015 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37016
37017         For some reason, I only committed a ChangeLog entry yesterday and
37018         not the corresponding code...
37019         * ext/mad/gstmad.c: Fix detection of Xing headers
37020         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37021
37022 2004-03-06  Benjamin Otte  <otte@gnome.org>
37023
37024         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37025         (gst_ogg_demux_src_query):
37026           make sure to handle the case where there's no current chain
37027           gracefully.
37028
37029 2004-03-05  David Schleef  <ds@schleef.org>
37030
37031         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37032         Add fixate function. (bug #131128)
37033         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37034         (gst_sdlvideosink_fixate):  Add fixate function.
37035         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37036         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37037         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37038         Fix missing break that was causing ulaw to be interpreted as
37039         raw int.
37040
37041 2004-03-05  David Schleef  <ds@schleef.org>
37042
37043         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37044         Fix code that ignores return value of gst_buffer_merge().
37045         (bug #114560)
37046         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37047         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37048         * testsuite/gst-lint:  Check for above.
37049
37050 2004-03-05  David Schleef  <ds@schleef.org>
37051
37052         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37053         caps and throw an element error.  (bug #136334)
37054
37055 2004-03-05  David Schleef  <ds@schleef.org>
37056
37057         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37058         (gst_faad_chain): Fix negotiation.
37059         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37060         key and button events.
37061         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37062         dung heap of code.
37063         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37064         depends on gconf
37065         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37066         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37067         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37068         function to encourage better negotiation, particularly between
37069         audioconvert and osssink.
37070         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37071         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37072         more important.
37073         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37074         typefinding.
37075         * gst/vbidec/vbiscreen.c:  Add glib header
37076         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37077
37078 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37079
37080         * ext/mad/gstmad.c: Fix detection of Xing headers
37081         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37082
37083 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37084
37085         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37086         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37087           debug updates
37088
37089 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37090
37091         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37092         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37093         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37094         files, and report the parsed length as a GST_TAG_DURATION tag.
37095         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37096
37097 2004-03-05  Benjamin Otte  <otte@gnome.org>
37098
37099         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37100           convert channels correctly. convert correctly to unsigned.
37101
37102 2004-03-05  Julien MOUTTE <julien@moutte.net>
37103
37104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37105         we have a window before clearing it.
37106
37107 2004-03-05  Julien MOUTTE <julien@moutte.net>
37108
37109         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37110         have a window before clearing it.
37111
37112 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37113
37114         * gconf/gstreamer.schemas.in:
37115         * gst-libs/gst/gconf/Makefile.am:
37116           version installation path the same way as for 0.6
37117         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37118         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37119         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37120           remove comment that was fixed
37121
37122 2004-03-05  David Schleef  <ds@schleef.org>
37123
37124         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37125         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37126         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37127         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37128         Add prototype code for handling seeking and querying.
37129
37130 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37131
37132         * examples/gstplay/player.c: (main):
37133           Initialize variables to NULL. Prevents a segfault because the
37134           (uninitialized) variable is not NULL, resulting in a crash on
37135           trying to reach error->message.
37136
37137 2004-03-05  Benjamin Otte  <otte@gnome.org>
37138
37139         * gst/audioconvert/gstaudioconvert.c:
37140         (gst_audio_convert_buffer_to_default_format):
37141         make float=>int conversion work correctly even in cornercases.
37142
37143 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37144
37145         * debian/README.Debian:
37146         * debian/build-deps:
37147         * debian/changelog:
37148         * debian/control:
37149         * debian/control.in:
37150         * debian/copyright:
37151         * debian/gstreamer-a52dec.files:
37152         * debian/gstreamer-aa.files:
37153         * debian/gstreamer-alsa.files:
37154         * debian/gstreamer-alsa.manpages:
37155         * debian/gstreamer-arts.files:
37156         * debian/gstreamer-artsd.files:
37157         * debian/gstreamer-audiofile.files:
37158         * debian/gstreamer-avifile.files:
37159         * debian/gstreamer-cdparanoia.files:
37160         * debian/gstreamer-colorspace.files:
37161         * debian/gstreamer-doc.files:
37162         * debian/gstreamer-dv.files:
37163         * debian/gstreamer-dvd.files:
37164         * debian/gstreamer-esd.files:
37165         * debian/gstreamer-festival.files:
37166         * debian/gstreamer-flac.files:
37167         * debian/gstreamer-gconf.conffiles:
37168         * debian/gstreamer-gconf.files:
37169         * debian/gstreamer-gconf.postinst:
37170         * debian/gstreamer-gnomevfs.files:
37171         * debian/gstreamer-gsm.files:
37172         * debian/gstreamer-http.files:
37173         * debian/gstreamer-jack.files:
37174         * debian/gstreamer-jpeg.files:
37175         * debian/gstreamer-mad.files:
37176         * debian/gstreamer-mikmod.files:
37177         * debian/gstreamer-misc.files:
37178         * debian/gstreamer-mpeg2dec.files:
37179         * debian/gstreamer-oss.files:
37180         * debian/gstreamer-plugin-apps.files:
37181         * debian/gstreamer-plugin-apps.manpages:
37182         * debian/gstreamer-plugin-libs-dev.files:
37183         * debian/gstreamer-plugin-libs.files:
37184         * debian/gstreamer-plugin-template.postinst:
37185         * debian/gstreamer-plugin-template.postrm:
37186         * debian/gstreamer-sdl.files:
37187         * debian/gstreamer-sid.files:
37188         * debian/gstreamer-vorbis.files:
37189         * debian/gstreamer-x.files:
37190         * debian/mk.control:
37191         * debian/rules:
37192         Debian package info not maintained here.
37193
37194 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37195
37196         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37197         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37198         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37199         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37200         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37201         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37202         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37203         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37204         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37205         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37206         * gst-libs/gst/colorbalance/colorbalance.c:
37207         (gst_color_balance_class_init):
37208         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37209         (gst_color_balance_channel_class_init):
37210         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37211         * gst-libs/gst/play/play.c: (gst_play_class_init):
37212         * gst-libs/gst/propertyprobe/propertyprobe.c:
37213         (gst_property_probe_iface_init):
37214         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37215         * gst-libs/gst/tuner/tunerchannel.c:
37216         (gst_tuner_channel_class_init):
37217         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37218         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37219         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37220         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37221         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37222         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37223         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37224         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37225         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37226           fix signals to use - instead of _
37227         * ext/libcaca/gstcacasink.h:
37228         * ext/sdl/sdlvideosink.h:
37229           fix header rename
37230
37231 2004-03-04  David Schleef  <ds@schleef.org>
37232
37233         * testsuite/gst-lint:  Add a check for bad signal names.
37234
37235 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37236
37237         reviewed by David Schleef
37238
37239         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37240         modified the alpha channel and caused a warning. (bug #136192)
37241
37242 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37243
37244         * gst-plugins.spec.in:
37245         Change names of plugins to actually be correct. Try to keep things
37246         alphabetical to avoid getting beat up by Thomas
37247
37248 2004-03-03  Julien MOUTTE <julien@moutte.net>
37249
37250         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37251         Using ximagesink as a default if no gconf key found. We should
37252         probably consider using alsasink instead of osssink for the audio
37253         part.
37254
37255 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37256
37257         * configure.ac:
37258           fix --with-plugins, don't think it ever worked before
37259         * gst-plugins.spec.in:
37260           even more updates
37261
37262 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37263
37264         * ext/sdl/sdlvideosink.h:
37265         * sys/ximage/ximagesink.h:
37266         * sys/xvideo/xvideosink.h:
37267         * sys/xvimage/xvimagesink.h:
37268           Fix for move of gstvideosink.h -> videosink.h.
37269
37270 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37271
37272         * gst-libs/gst/xwindowlistener/Makefile.am:
37273           this is a plugin library, not a library
37274
37275 2004-03-01  David Schleef  <ds@schleef.org>
37276
37277         * AUTHORS:  Added some names.  Add yourself if you're still
37278         missing.
37279
37280 2004-03-01  David Schleef  <ds@schleef.org>
37281
37282         * MAINTAINERS: Add
37283
37284 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37285
37286         * gst-plugins.spec.in: clean up spec file
37287
37288 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37289
37290         * gst-libs/gst/video/Makefile.am:
37291         * gst-libs/gst/video/gstvideosink.c:
37292         * gst-libs/gst/video/gstvideosink.h:
37293           rename gstvideosink.h to videosink.h to match other headers
37294         * gst/mixmatrix/Makefile.am:
37295           fix plugin filename
37296         * gst/tags/Makefile.am: fix plugin filename
37297
37298 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37299
37300         * gst/tags/Makefile.am: fix plugin filename
37301
37302 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37303
37304         * examples/gstplay/player.c: (got_time_tick), (main):
37305           add error handler
37306           display time_tick more readably
37307         * gst/mixmatrix/Makefile.am:
37308           fix plugin file name
37309
37310 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37311
37312         * sys/oss/gstosselement.c: (gst_osselement_probe),
37313         (device_combination_append), (gst_osselement_class_probe_devices):
37314         * sys/oss/gstosselement.h:
37315           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37316           on my system using alsa oss emulation, fixes bug #135597
37317
37318 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37319
37320         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37321         (gst_videodrop_chain), (gst_videodrop_change_state):
37322         * gst/videodrop/gstvideodrop.h:
37323           Work based on timestamp of input data, not based on the expected
37324           framerate from the input. The consequence is that this element now
37325           not only scales framerates, but also functions as a framerate
37326           corrector or framerate stabilizer/constantizer.
37327
37328 2004-02-27  David Schleef  <ds@schleef.org>
37329
37330         patches from jmmv@menta.net (Julio M. Merino Vidal)
37331
37332         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37333         GST_ELEMENT_ERROR call (bug #135634)
37334         * gst/interleave/interleave.c: (interleave_buffered_loop),
37335         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37336         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37337         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37338         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37339         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37340         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37341         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37342         Fix GST_ELEMENT_ERROR call.
37343         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37344         GST_ELEMENT_ERROR call.
37345
37346 2004-02-27  Benjamin Otte  <otte@gnome.org>
37347
37348         * gst-libs/gst/audio/audio.h:
37349           add macro to make sure header isn't included twice
37350         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37351           don't use gst_buffer_free
37352         * gst/playondemand/filter.func:
37353           don't use gst_data_free. Free data only once.
37354
37355 2004-02-26  David Schleef  <ds@schleef.org>
37356
37357         * gst-libs/gst/colorbalance/Makefile.am:
37358         * gst-libs/gst/mixer/Makefile.am:
37359         * gst-libs/gst/tuner/Makefile.am:
37360         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37361         should not be disted, -marshal.h files should not be installed,
37362         and -enum.h files _should_ be installed.  Fix to make this the
37363         case.
37364
37365 === release 0.7.5 ===
37366
37367 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37368
37369         * configure.ac: release 0.7.5, "Under The Sea"
37370
37371 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37372
37373         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37374         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37375         * gst/videoscale/gstvideoscale.c:
37376         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37377           assorted debug/warning fixes
37378
37379 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37380
37381         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37382         (gst_videoscale_init), (gst_videoscale_chain),
37383         (gst_videoscale_set_property), (plugin_init):
37384         * gst/videoscale/gstvideoscale.h:
37385         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37386         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37387         (gst_videoscale_planar400), (gst_videoscale_packed422),
37388         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37389         (gst_videoscale_24bit), (gst_videoscale_16bit),
37390         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37391         (gst_videoscale_scale_plane_slow),
37392         (gst_videoscale_scale_point_sample),
37393         (gst_videoscale_scale_nearest),
37394         (gst_videoscale_scale_nearest_str2),
37395         (gst_videoscale_scale_nearest_str4),
37396         (gst_videoscale_scale_nearest_32bit),
37397         (gst_videoscale_scale_nearest_24bit),
37398         (gst_videoscale_scale_nearest_16bit):
37399         add debugging category and use it properly
37400         fix use of GST_PTR_FORMAT
37401
37402 2004-02-25  Andy Wingo  <wingo@pobox.com>
37403
37404         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37405         push only when channel->buffer is NULL. Prevents segfaults doing
37406         the state change after a nonlocal exit, like a scheme exception.
37407
37408         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37409         Handle the case where the intersected caps is empty.
37410
37411 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37412
37413         * gst/law/mulaw-decode.c: (mulawdec_link):
37414         * gst/law/mulaw.c: (plugin_init):
37415           fix mulawdec so it actually works again
37416
37417 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37418
37419         reviewed by: David Schleef  <ds@schleef.org>
37420
37421         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37422         (gst_gamma_init), (gst_gamma_set_property),
37423         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37424         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37425         for RGB, with separate r g and b correction factors. (#131167)
37426
37427 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37428
37429         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37430           only signal tags for bitrate if they're > 0 (#134894)
37431
37432 2004-02-24  David Schleef  <ds@schleef.org>
37433
37434         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37435         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37436         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37437         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37438         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37439         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37440         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37441         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37442         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37443         category.  Attempt to fix timestamp calculation.
37444
37445 2004-02-24  Johan Dahlin  <johan@gnome.org>
37446
37447         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37448
37449 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37450
37451         * configure.ac:
37452         * gconf/Makefile.am:
37453         * gconf/gstreamer.schemas:
37454         * gst-libs/gst/gconf/Makefile.am:
37455         * gst-libs/gst/gconf/gconf.c:
37456           version gconf schemas and install locations
37457
37458 2004-02-23  Benjamin Otte  <otte@gnome.org>
37459
37460         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37461         (gst_xine_input_subclass_init):
37462           call parent dispose.
37463           change pad template for CD reader correctly
37464         * ext/xine/Makefile.am:
37465         * ext/xine/gstxine.h:
37466         * ext/xine/xine.c: (plugin_init):
37467         * ext/xine/xineaudiosink.c:
37468           wrap audio sinks, too
37469         * gst-libs/gst/resample/private.h:
37470         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37471         (gst_resample_reinit), (gst_resample_scale),
37472         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37473         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37474         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37475         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37476         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37477         * gst-libs/gst/resample/resample.h:
37478         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37479         (gst_audioscale_class_init), (gst_audioscale_link),
37480         (gst_audioscale_get_buffer), (gst_audioscale_init),
37481         (gst_audioscale_chain), (gst_audioscale_set_property),
37482         (gst_audioscale_get_property):
37483         * gst/audioscale/gstaudioscale.h:
37484           s/resample_*/gst_resample_*/i to not clobber namespaces
37485
37486 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37487
37488         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37489         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37490         (gst_riff_create_video_template_caps),
37491         (gst_riff_create_audio_template_caps),
37492         (gst_riff_create_iavs_template_caps):
37493         * gst-libs/gst/riff/riff-media.h:
37494         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37495         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37496         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37497         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37499         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37500         (gst_matroska_demux_plugin_init): First batch implementing audio and
37501         video codec tags in demuxers.
37502
37503 2004-02-22  Benjamin Otte  <otte@gnome.org>
37504
37505         * ext/xine/Makefile.am:
37506         * ext/xine/gstxine.h:
37507         * ext/xine/xine.c: (plugin_init):
37508         * ext/xine/xineinput.c:
37509           add input plugin wrapper. Playback from files, http, mms and cdda
37510           works.
37511         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37512           remove leftover G_GNUC_UNUSED
37513         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37514         (gst_asf_demux_identify_guid):
37515           improve debugging output
37516
37517 2004-02-22  Benjamin Otte  <otte@gnome.org>
37518
37519         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37520
37521         * autogen.sh:
37522           replace test -e with test -x for mkinstalldirs to be more portable.
37523           (fixes #134816)
37524
37525 2004-02-22  Benjamin Otte  <otte@gnome.org>
37526
37527         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37528
37529         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37530           set rank to PRIMARY
37531         * gst/volume/gstvolume.c: (plugin_init):
37532           set rank to NONE
37533         fixes #134960
37534
37535 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37536
37537         reviewed by Benjamin Otte  <otte@gnome.org>
37538
37539         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37540           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37541
37542 2004-02-22  Benjamin Otte  <otte@gnome.org>
37543
37544         * configure.ac:
37545           export [_]*{gst,Gst,GST}.* symbols from plugins
37546
37547 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37548
37549         reviewed by: Benjamin Otte  <otte@gnome.org>
37550
37551         * ext/lame/gstlame.c: (add_one_tag):
37552         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37553         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37554         (gst_vorbisenc_metadata_set1):
37555         * gst/tags/gstid3tag.c:
37556         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37557           apply fixes from bugs #135042 (lame can't write tags) and #133817
37558           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37559
37560 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37561
37562         * configure.ac: Export only gst_plugin_desc from plugins.
37563          Note that this change only makes any effect with Linux using libtool
37564          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37565          fine. And don't try to have several versions of libtool in different
37566          directories.
37567
37568 2004-02-20  Andy Wingo  <wingo@pobox.com>
37569
37570         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37571         interleave respectively.
37572
37573         * gst/interleave/deinterleave.c: New plugin: deinterleave
37574         (replaces on oneton).
37575         * gst/interleave/interleave.c: New plugin: interleave.
37576         * gst/interleave/plugin.h: Support file.
37577         * gst/interleave/plugin.c: Support file.
37578
37579         * configure.ac: Remove intfloat and oneton, add interleave.
37580
37581         * ext/sndfile/gstsf.c: Handle events better.
37582
37583         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37584         and float2int operation. int2float has scheduling problems as
37585         noted in in2float_chain.
37586
37587 2004-02-20  Benjamin Otte  <otte@gnome.org>
37588
37589         * ext/xine/Makefile.am:
37590         * ext/xine/gstxine.h:
37591         * ext/xine/xine.c:
37592         * ext/xine/xineaudiodec.c:
37593         * ext/xine/xinecaps.c:
37594           add first version of xine plugin wrapper. Currently only wraps the
37595           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37596         * configure.ac:
37597         * ext/Makefile.am:
37598           add xine plugin wrapper, disabled by default. Use --enable-xine to
37599           build. Note that it'll segfault on gst-register if you don't remove
37600           the goom and tvtime post plugins from xine.
37601         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37602         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37603           add extradata parsing for QDM2.
37604           change around debugging prints.
37605
37606 2004-02-19  Benjamin Otte  <otte@gnome.org>
37607
37608         * ext/lame/gstlame.c: (gst_lame_chain):
37609         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37610           use gst_tag_list_insert when you want to insert tags
37611
37612 2004-02-18  David Schleef  <ds@schleef.org>
37613
37614         * configure.ac:  Move massink to gst-rotten
37615         * ext/Makefile.am:
37616         * ext/mas/Makefile.am:
37617         * ext/mas/massink.c:
37618         * ext/mas/massink.h:
37619
37620 2004-02-18  David Schleef  <ds@schleef.org>
37621
37622         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37623         typefinding, since it seems to be worse than nothing.
37624         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37625         atom to recognize .mp4 and .m4a files as video/quicktime.
37626
37627 2004-02-18  David Schleef  <ds@schleef.org>
37628
37629         * gst/sine/demo-dparams.c: (quit_live),
37630         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37631         Use double dparams, not float.
37632         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37633         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37634         sync'd elements don't really work correctly.
37635         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37636         (volume_update_volume), (volume_get_property):  Change dparam
37637         to double.
37638
37639 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37640
37641         * sys/ximage/ximagesink.c:
37642         (gst_ximagesink_xwindow_update_geometry),
37643         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37644         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37645         (gst_ximagesink_init): Rework the way software video scaling works. So
37646         now we check on each chain call if the video frames are feeling the
37647         window. If not we try to renegotiate caps. On failure we memorize that
37648         and we won't try again for that PLAYING sessions.
37649         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37650         failure.
37651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37652         synchronous flag.
37653
37654 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37655
37656         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37657           break up _link so we can give a better debug message for errors
37658
37659 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37660
37661         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37662           set up debug category
37663
37664 2004-02-18  Julien MOUTTE <julien@moutte.net>
37665
37666         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37667         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37668         the way renegotiation work. The event handling function is not taking
37669         care of external windows and renegotiate method check for pad flags
37670         NEGOTIATING. Should fix : #133209
37671
37672 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37673
37674         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37675         pad is negotiating before trying renegotiation.
37676
37677 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37678
37679         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37680           pass on all possible mime types as typefind hints
37681
37682 2004-02-17  Julien MOUTTE <julien@moutte.net>
37683
37684         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37686         possible SHM leak if we crash. All other apps using XShm are doing
37687         that.
37688
37689 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37690
37691         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37692         (gst_ximagesink_expose): Renegotiate size on expose.
37693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37694         size on expose.
37695
37696 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37697
37698         * testsuite/alsa/sinesrc.c:
37699           cosmetic fix to fix compile issue with gcc 2.95.4
37700
37701 2004-02-16  Julien MOUTTE <julien@moutte.net>
37702
37703         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37704         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37705         failed opening the audio device.
37706         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37707         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37708         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37709         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37710         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37711         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37712         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37713         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37714         Removing some useless g_return_if_fail like wingo suggested.
37715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37716         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37717         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37718         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37719         (gst_xvimagesink_update_colorbalance),
37720         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37721         (gst_xvimagesink_xcontext_clear),
37722         (gst_xvimagesink_get_fourcc_from_caps),
37723         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37724         (gst_xvimagesink_set_xwindow_id),
37725         (gst_xvimagesink_colorbalance_list_channels),
37726         (gst_xvimagesink_colorbalance_set_value),
37727         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37728         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37729
37730 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37731
37732         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37733           throw error when not negotiated instead of asserting
37734
37735 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37736
37737         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37738         correct data refcounting.
37739
37740 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37741
37742         * gst/switch/gstswitch.c: (gst_switch_change_state),
37743         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37744         change, mostly the EOS flag.
37745
37746 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37747
37748         * examples/gstplay/player.c: (got_eos), (main): Adding some
37749         output for debugging.
37750         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37751         timeouts if we go to any state different from PLAYING.
37752         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37753         more EOS bugs in riff lib.
37754
37755 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37756
37757         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37758         visualization until i find a way to fix switch correctly.
37759         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37760         EOS arrives.
37761         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37762         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37763         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37764         Reworked switch to get a more correct behaviour with events and refing
37765         of data stored in sinkpads.
37766         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37767         we don't pull from a pad in EOS.
37768
37769 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37770
37771         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37772           remove v1 tag even if we can't read it (makes sure we don't detect
37773           it again)
37774
37775 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37776
37777         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37778         (gst_alsa_xrun_recovery):
37779         * ext/alsa/gstalsa.h:
37780           try xrun recovery when wait failed. Make xrun recovery function
37781           return TRUE/FALSE to indicate success. (might fix #134354)
37782
37783 2004-02-13  David Schleef  <ds@schleef.org>
37784
37785         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37786         (dynparm_value_changed), (main): Convert from float to double.
37787         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37788
37789 2004-02-13  David Schleef  <ds@schleef.org>
37790
37791         * gst/silence/gstsilence.c: (gst_silence_class_init),
37792         (gst_silence_set_clock), (gst_silence_get),
37793         (gst_silence_set_property), (gst_silence_get_property):
37794         * gst/silence/gstsilence.h: Add sync property.
37795         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37796         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37797         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37798         * gst/sine/gstsinesrc.h: Add sync property.
37799
37800 2004-02-13  David Schleef  <ds@schleef.org>
37801
37802         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37803         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37804
37805 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37806
37807         * configure.ac:
37808         * ext/Makefile.am:
37809         * gst-libs/ext/Makefile.am:
37810           move ffmpeg plugin to gst-ffmpeg module
37811
37812 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37813
37814         * configure.ac: use GST_ARCH to detect architecture
37815
37816 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37817
37818         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37819
37820 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37821
37822         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37823           classify LADSPA plugins based on number of src/sink pads
37824           (#133663, Stefan Kost)
37825         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37826           fix dparams registration
37827           (#133528, Stefan Kost)
37828         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37829           fix use of isprint and use g_ascii_isprint instead
37830           (#133316, Stefan Kost)
37831
37832 2004-02-11  David Schleef  <ds@schleef.org>
37833
37834         Convert a few inner loops to use liboil.  This is currently
37835         optional, and is only enabled if liboil is present (duh!).
37836         * configure.ac: Check for liboil-0.1
37837         * gst/intfloat/Makefile.am:
37838         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37839         (gst_int2float_chain_gint16):
37840         * gst/videofilter/Makefile.am:
37841         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37842         (tablelookup_u8), (gst_videobalance_planar411):
37843         * gst/videotestsrc/Makefile.am:
37844         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37845         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37846         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37847         (paint_hline_RGB565), (paint_hline_xRGB1555):
37848
37849 2004-02-11  David Schleef  <ds@schleef.org>
37850
37851         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37852         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37853         (gst_colorspace_getcaps), (gst_colorspace_link),
37854         (gst_colorspace_base_init), (gst_colorspace_init),
37855         (gst_colorspace_chain), (gst_colorspace_change_state),
37856         (plugin_init): Merge Ronald's patch (bug #117897) and update
37857         for new caps and negotiation.  Seems to work, although it
37858         shows off bugs in lcs.
37859
37860 2004-02-11  David Schleef  <ds@schleef.org>
37861
37862         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37863         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37864
37865 2004-02-11  David Schleef  <ds@schleef.org>
37866
37867         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37868         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37869         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37870         Add server and port properties
37871
37872 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37873
37874         * m4/a52.m4:
37875         * m4/aalib.m4:
37876         * m4/as-ffmpeg.m4:
37877         * m4/as-liblame.m4:
37878         * m4/as-slurp-ffmpeg.m4:
37879         * m4/check-libheader.m4:
37880         * m4/esd.m4:
37881         * m4/freetype2.m4:
37882         * m4/gconf-2.m4:
37883         * m4/glib.m4:
37884         * m4/gst-alsa.m4:
37885         * m4/gst-artsc.m4:
37886         * m4/gst-ivorbis.m4:
37887         * m4/gst-matroska.m4:
37888         * m4/gst-sdl.m4:
37889         * m4/gst-shout2.m4:
37890         * m4/gst-sid.m4:
37891         * m4/gtk.m4:
37892         * m4/libdv.m4:
37893         * m4/libfame.m4:
37894         * m4/libmikmod.m4:
37895         * m4/ogg.m4:
37896         * m4/vorbis.m4:
37897           fix underquotedness of macros (#133800)
37898         * m4/as-avifile.m4:
37899         * m4/xmms.m4:
37900           removed because no longer used
37901
37902 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37903
37904         * configure.ac:
37905           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37906           by autopoint (fixes #132996)
37907
37908 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37909
37910         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37911         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37912         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37913         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37914           fix memleaks
37915
37916 2004-02-11  David Schleef  <ds@schleef.org>
37917
37918         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37919         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37920         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37921         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37922         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37923         (gst_jpegenc_class_init), (gst_jpegenc_init),
37924         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37925         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37926         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37927         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37928
37929 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37930
37931         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37932         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37933         * ext/mikmod/gstmikmod.h:
37934           fix caps negotiation in mikmod
37935         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37936           output debug information
37937
37938 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37939
37940         * gst-libs/gst/colorbalance/Makefile.am:
37941         * gst-libs/gst/navigation/Makefile.am:
37942         * gst-libs/gst/xoverlay/Makefile.am:
37943           remove unused GST_OPT_CFLAGS from Makefiles
37944           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37945
37946 2004-02-07  David Schleef  <ds@schleef.org>
37947
37948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37949         push events to pads that haven't been created (#133508)
37950
37951 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37952
37953         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37954         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37955         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37956         (gst_dvdec_loop), (gst_dvdec_change_state):
37957         Second attempt at committing a working dvdec element.
37958
37959 2004-02-06  David Schleef  <ds@schleef.org>
37960
37961         Build fixes for OS X: (see #129600)
37962         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37963         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37964         (gst_riff_read_strf_iavs):
37965         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37966         (gst_avi_demux_stream_odml):
37967         * gst/playondemand/Makefile.am:
37968         * gst/rtp/rtp-packet.c:
37969
37970 2004-02-05  David Schleef  <ds@schleef.org>
37971
37972         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
37973         last change, because it Just Doesn't Compile.
37974
37975 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37976
37977         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37978           skip undecodable id3v2 tag instead of keeping it
37979
37980 2004-02-05  David Schleef  <ds@schleef.org>
37981
37982         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37983         Unref leaked buffer.  (Noticed by Ronald)
37984
37985 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
37986
37987         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37988         Sync requires with other checks.  >= vs =.
37989
37990 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
37991
37992         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
37993         (gst_dvdec_video_link), (gst_dvdec_loop):
37994         * ext/dv/gstdvdec.h:
37995           rework the caps negotiation so that dvdec works again instead
37996           of just segfaulting.
37997
37998 === release 0.7.4 ===
37999
38000 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38001
38002         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38003         * configure.ac: changed for release
38004
38005 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38006
38007         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38008         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38009         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38010         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38011           reworked patch by David Lehn to fix libdir and includedir for
38012           uninstalled libraries
38013           removed play and gconf from gstreamer-libs since they have their
38014           own pkgconfig files
38015
38016 2004-02-04  David Schleef  <ds@schleef.org>
38017
38018         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38019         memleak.
38020
38021 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38022
38023         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38024           use correct GST_TAG_ENCODER tag
38025
38026 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38027
38028         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38029           be sure to stop the clock when going to paused
38030         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38031           reset number of transmitted when going to ready.
38032         fixes #132935
38033
38034 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38035
38036         reviewed by Benjamin Otte
38037
38038         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38039           extract track count (fixes #133410)
38040
38041 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38042
38043         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38044           that should be !=, not == (fixes #132519)
38045
38046 2004-02-04  David Schleef  <ds@schleef.org>
38047
38048         Make sure set_explicit_caps() is called before adding pad.
38049         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38050         * gst/id3/gstid3types.c: (gst_id3types_loop):
38051         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38052         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38053
38054 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38055
38056         * configure.ac:
38057           bump nano to 2, first prerelease
38058           put back AM_PROG_LIBTOOL
38059
38060 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38061
38062         * testsuite/alsa/Makefile.am:
38063           these are user test apps, not automatic testsuite tests
38064
38065 2004-02-04  David Schleef  <ds@schleef.org>
38066
38067         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38068         * gst/mpeg1videoparse/gstmp1videoparse.c:
38069         (mp1videoparse_parse_seq):
38070         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38071         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38072         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38073         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38074         (gst_xvideosink_getcaps):
38075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38076         * testsuite/gst-lint: more tests
38077
38078 2004-02-04  David Schleef  <ds@schleef.org>
38079
38080         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38081         with the code that they would expand to.
38082         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38083         (gst_flacdec_get_src_query_types),
38084         (gst_flacdec_get_src_event_masks):
38085         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38086         (gst_gnomevfssrc_get_query_types),
38087         (gst_gnomevfssrc_get_event_mask):
38088
38089 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38090
38091         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38092         (gst_sinesrc_dispose):
38093           fix memleak by properly disposing sinesrc
38094
38095 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38096
38097         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38098         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38099         an overlay to redraw the image because it has been exposed.
38100         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38101         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38102         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38103         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38104         interface
38105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38106         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38107         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38108         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38109         interface
38110
38111 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38112
38113         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38114           more memleak fixage
38115
38116 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38117
38118         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38119         * gst/typefind/gsttypefindfunctions.c:
38120           fix memleaks shown by gst-typefind
38121
38122 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38123
38124         * common/glib-gen.mak:
38125           add hack rule to touch .Plo files
38126         * gst-libs/gst/colorbalance/Makefile.am:
38127         * gst-libs/gst/mixer/Makefile.am:
38128         * gst-libs/gst/play/Makefile.am:
38129         * gst-libs/gst/tuner/Makefile.am:
38130           remove glib_root variable
38131
38132 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38133
38134         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38135           set explicit caps before adding the element, so the autopluggers can
38136           plug correctly.
38137         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38138         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38139         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38140         (dv_type_find):
38141           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38142           argument.
38143
38144 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38145
38146         * gst-libs/gst/colorbalance/Makefile.am:
38147         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38148         * gst-libs/gst/colorbalance/colorbalance.c:
38149         * gst-libs/gst/colorbalance/colorbalance.h:
38150         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38151         * gst-libs/gst/mixer/Makefile.am:
38152         * gst-libs/gst/mixer/mixer-marshal.list:
38153         * gst-libs/gst/mixer/mixer.c:
38154         * gst-libs/gst/mixer/mixer.h:
38155         * gst-libs/gst/mixer/mixermarshal.list:
38156         * gst-libs/gst/play/Makefile.am:
38157         * gst-libs/gst/play/play.h:
38158         * gst-libs/gst/tuner/Makefile.am:
38159         * gst-libs/gst/tuner/tuner-marshal.list:
38160         * gst-libs/gst/tuner/tuner.c:
38161         * gst-libs/gst/tuner/tuner.h:
38162         * gst-libs/gst/tuner/tunermarshal.list:
38163           use new glib-gen.mak snippet to clean up Makefile.am
38164           fix various bugs in Makefile.am's
38165
38166 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38167
38168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38169           handle chain parsing correctly in the multichain case
38170         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38171         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38172         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38173         (theora_dec_chain):
38174           handle events and queries correctly
38175
38176 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38177
38178         * .cvsignore:
38179         Ignore generated file _stdint.h.
38180
38181 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38182
38183         * gst-libs/gst/colorbalance/Makefile.am:
38184         * gst-libs/gst/colorbalance/colorbalance.h:
38185         * gst-libs/gst/mixer/Makefile.am:
38186         * gst-libs/gst/mixer/mixer.h:
38187         * gst-libs/gst/play/Makefile.am:
38188         * gst-libs/gst/play/play.h:
38189         * gst-libs/gst/tuner/Makefile.am:
38190         * gst-libs/gst/tuner/tuner.h:
38191         Generate enum type code with glib-mkenums.
38192         * gst-libs/gst/colorbalance/.cvsignore:
38193         * gst-libs/gst/mixer/.cvsignore:
38194         * gst-libs/gst/play/.cvsignore:
38195         * gst-libs/gst/tuner/.cvsignore:
38196         Ignore generated files.
38197
38198 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38199
38200         * gst-libs/gst/audio/.cvsignore:
38201         Ignore generated file.
38202         * gst-libs/gst/audio/Makefile.am:
38203         Do not install example filter.
38204
38205 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38206
38207         * examples/switch/.cvsignore:
38208         Ignore generated file.
38209
38210 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38211
38212         * common/m4/ax_create_stdint_h.m4:
38213         * configure.ac:
38214           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38215           _stdint.h.
38216         * Makefile.am:
38217           remove generated _stdint.h in DISTCLEANFILES
38218         * ext/a52dec/gsta52dec.c:
38219           include _stdint.h for a52dec. (should fix #133064)
38220
38221 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38222
38223         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38224         (gst_tag_to_vorbis_comments):
38225         Add replaygain support to vorbistag
38226
38227 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38228         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38229         (gst_ffmpeg_caps_to_extradata):
38230           Fix SVQ3 caps flag properties
38231           Use glib macro for bytes swap
38232
38233 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38234
38235         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38236         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38237         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38238         * ext/sndfile/gstsf.c: (plugin_init):
38239         * gst/avi/gstavi.c: (plugin_init):
38240         * sys/dxr3/dxr3init.c: (plugin_init):
38241         * sys/oss/gstossaudio.c: (plugin_init):
38242         * sys/v4l/gstv4l.c: (plugin_init):
38243         * sys/v4l2/gstv4l2.c: (plugin_init):
38244           remove textdomain calls
38245         * po/nl.po:
38246           update Dutch translation
38247
38248 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38249
38250         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38251         (gst_play_set_audio_sink): Moving volume in the audio thread for
38252         instantaneous volume change. Maybe i will add another volume in front
38253         of visualization later, not sure yet though.
38254
38255 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38256
38257         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38258         (gst_ximagesink_handle_xevents): Better X events handling, only take
38259         the latest events for configure and motion.
38260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38261
38262 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38263
38264         reviewed by: David Schleef  <ds@schleef.org>
38265
38266         Fix memory leaks:
38267         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38268         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38269
38270 2004-02-02  David Schleef  <ds@schleef.org>
38271
38272         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38273         of lines.
38274         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38275         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38276         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38277         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38278         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38279         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38280         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38281         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38282         (gst_float2_2_int_link):
38283         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38284         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38285         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38286         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38287         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38288         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38289         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38290         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38291         * testsuite/gst-lint: Add tests for bzero and ;;
38292
38293 2004-02-02  David Schleef  <ds@schleef.org>
38294
38295         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38296
38297 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38298
38299         * ext/aalib/gstaasink.c: (gst_aasink_open):
38300         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38301         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38302         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38303         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38304         (gst_afsink_close_file):
38305         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38306         (gst_afsrc_close_file):
38307         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38308         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38309         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38310         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38311         * ext/esd/esdmon.c: (gst_esdmon_get):
38312         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38313         * ext/faac/gstfaac.c: (gst_faac_chain):
38314         * ext/faad/gstfaad.c: (gst_faad_chain):
38315         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38316         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38317         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38318         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38319         (gst_flacdec_loop):
38320         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38321         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38322         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38323         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38324         (gst_gnomevfssink_close_file):
38325         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38326         (gst_gnomevfssrc_open_file):
38327         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38328         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38329         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38330         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38331         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38332         * ext/mad/gstmad.c: (gst_mad_chain):
38333         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38334         * ext/mpeg2dec/gstmpeg2dec.c:
38335         * ext/mpeg2enc/gstmpeg2enc.cc:
38336         * ext/mplex/gstmplex.cc:
38337         * ext/mplex/gstmplexibitstream.cc:
38338         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38339         (gst_ogg_demux_push):
38340         * ext/raw1394/gstdv1394src.c:
38341         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38342         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38343         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38344         (gst_sf_loop):
38345         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38346         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38347         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38348         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38349         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38350         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38351         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38352         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38353         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38354         (gst_riff_read_element_data), (gst_riff_read_seek),
38355         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38356         * gst/adder/gstadder.c: (gst_adder_loop):
38357         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38358         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38359         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38360         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38361         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38362         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38363         * gst/goom/gstgoom.c: (gst_goom_chain):
38364         * gst/id3/gstid3types.c: (gst_id3types_loop):
38365         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38366         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38367         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38368         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38369         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38370         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38371         (gst_ebml_read_float), (gst_ebml_read_header):
38372         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38373         (gst_matroska_demux_parse_blockgroup):
38374         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38375         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38376         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38377         * gst/silence/gstsilence.c: (gst_silence_get):
38378         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38379         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38380         * gst/speed/gstspeed.c: (speed_loop):
38381         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38382         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38383         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38384         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38385         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38386         (gst_wavparse_loop):
38387         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38388         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38389         (dxr3audiosink_close):
38390         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38391         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38392         (dxr3videosink_close), (dxr3videosink_write_data):
38393         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38394         * sys/oss/gstosssink.c: (gst_osssink_chain):
38395         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38396         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38397         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38398         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38399         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38400         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38401         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38402         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38403         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38404         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38405         (gst_v4l_set_audio):
38406         * sys/v4l/v4l_calls.h:
38407         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38408         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38409         (gst_v4lmjpegsink_playback_init),
38410         (gst_v4lmjpegsink_playback_start):
38411         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38412         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38413         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38414         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38415         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38416         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38417         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38418         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38419         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38420         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38421         (gst_v4l2_get_output), (gst_v4l2_set_output),
38422         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38423         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38424         (gst_v4l2_set_attribute):
38425         * sys/v4l2/v4l2_calls.h:
38426         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38427         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38428         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38429         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38430         (gst_v4l2src_capture_stop):
38431         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38432         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38433         (gst_ximagesink_chain):
38434         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38435         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38436         (gst_xvideosink_xwindow_new):
38437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38438         (gst_xvimagesink_chain):
38439
38440 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38441
38442         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38443         (gst_volume_get_volume), (volume_class_init), (volume_init),
38444         (volume_chain_int16), (volume_update_volume):
38445         * gst/volume/gstvolume.h:
38446           make code more readable by removing magic numbers
38447           make mixer interface export 0-100 range
38448           make it internally map to 0.0-1.0 range so users don't distort
38449           output by putting the sliders at full volume
38450
38451 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38452
38453         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38454         (gst_play_state_change), (gst_play_seek_to_time):
38455         block the tick callback for 0.5 secs after doing a seek
38456
38457 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38458
38459         * gst-libs/gst/play/play.c: (gst_play_new):
38460           check for GError
38461
38462 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38463
38464         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38465         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38466         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38467         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38469         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38470
38471 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38472
38473         * configure.ac:
38474         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38475           check for a function added in vorbis 1.1
38476
38477 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38478
38479         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38480         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38481           really start/stop clock only on PLAYING <=> PAUSED
38482         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38483           remove \n from debugging lines
38484         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38485           make it work when seeking does not
38486         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38487           reset on DISCONT
38488
38489 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38490
38491         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38492           start clock on PAUSED=>PLAYING, not later
38493         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38494           extract correct time for different discont formats
38495         (gst_alsa_sink_get_time):
38496           don't segfault when no format is negotiated yet, just return 0
38497         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38498         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38499         (gst_ogg_pad_push):
38500           handle flush and discont events correctly
38501         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38502           handle discont events correctly
38503
38504 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38505
38506         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38507         (gst_play_error_create), (gst_play_error_plugin),
38508         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38509         * gst-libs/gst/play/play.h:
38510           add error handling during creation
38511         * examples/gstplay/player.c: (main):
38512           use new gst_play_new
38513
38514
38515 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38516
38517         * ext/theora/theoradec.c: (theora_dec_chain):
38518           make comments work
38519         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38520         (vorbis_dec_src_event), (vorbis_dec_chain):
38521           add encoder tag, fix tag reading to be more error tolerant, change
38522           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38523           gst_pad_event_default.
38524         * gst/tags/gstvorbistag.c:
38525         (gst_tag_list_from_vorbiscomment_buffer):
38526           undefine function specific define at end of function
38527
38528 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38529
38530         * ext/flac/gstflac.c: (plugin_init):
38531         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38532         * ext/flac/gstflacdec.h:
38533         * ext/flac/gstflacenc.h:
38534           Fix typos
38535
38536 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38537
38538         * examples/gstplay/player.c: s/gstplay.h/play.h/
38539
38540 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38541
38542         * gst-libs/gst/play/Makefile.am:
38543         * gst-libs/gst/play/gstplay.c:
38544         * gst-libs/gst/play/gstplay.h:
38545         * gst-libs/gst/play/play.c:
38546           more surgery, operation complete
38547
38548 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38549
38550         * gst-libs/gst/play/play.old.c:
38551         * gst-libs/gst/play/play.old.h:
38552           after CVS surgery by moving, remove
38553         * gst-libs/gst/play/playpipelines.c:
38554           remove
38555
38556         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38557           add negotiation error
38558
38559 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38560
38561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38562         (gst_ogg_demux_push):
38563           add some seeking debug info
38564           send a flush when seeking
38565
38566 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38567
38568         * configure.ac:
38569           use AC_C_INLINE
38570         * configure.ac:
38571         * ext/Makefile.am:
38572         * ext/theora/Makefile.am:
38573         * ext/theora/theoradec.c:
38574           add theora video decoder. Does just do simple decoding for now and
38575           has been tested against Theora cvs only. It only works when theora
38576           is compiled with --enable-static.
38577         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38578           always reset packetno on DISCONT
38579
38580 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38581
38582         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38583           Fix audio.
38584
38585 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38586
38587         * gst/mpegaudioparse/gstmpegaudioparse.c:
38588         (mp3_type_frame_length_from_header):
38589           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38590
38591 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38592
38593         * ext/esd/esdsink.c: (gst_esdsink_init):
38594           Since we have static pad template caps, we don't need to negotiate;
38595           either the core errors out or we know the format.
38596
38597 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38598
38599         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38600         (gst_riff_read_seek):
38601         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38602         (gst_ebml_read_seek):
38603           Fix event handling.
38604
38605 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38606
38607         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38608           removee video/x-theora from vp3 decoder, it doesn't handle raw
38609           theora streams
38610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38611           fix bug with finalizing element that never went to PAUSED
38612         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38613           length and position queries were swapped
38614         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38615         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38616         (vorbis_dec_src_event):
38617           implement querying time and bytes
38618
38619 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38620
38621         * just about every source file:
38622           gst_element_error -> GST_ELEMENT_ERROR
38623
38624 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38625
38626         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38627         emiting FLUSH and even before DISCONT.
38628         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38629         get the best instant seeking as possible yay!
38630
38631 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38632
38633         * gst/mpeg1videoparse/gstmp1videoparse.c:
38634         (gst_mp1videoparse_real_chain):
38635           Committed wrong version last week... Grr... Didn't notice until now.
38636
38637 2004-01-29  Julien MOUTTE <julien@moutte.net>
38638
38639         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38641         have_xwindow_id signal in xwindow_create.
38642
38643 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38644
38645         * ext/ogg/gstoggdemux.c:
38646           lots of changes - mainly support for chained bitstreams, seeking,
38647           querying and bugfixes of course
38648         * ext/vorbis/Makefile.am:
38649         * ext/vorbis/vorbisdec.c:
38650         * ext/vorbis/vorbisdec.h:
38651           add vorbisdec raw vorbis decoder
38652         * ext/vorbis/vorbis.c: (plugin_init):
38653           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38654         * gst/intfloat/Makefile.am:
38655         * gst/intfloat/float22int.c:
38656         * gst/intfloat/float22int.h:
38657         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38658           add float2intnew plugin. It converts multichannel interleaved float to
38659           multichannel interleaved int. The name should probably be changed.
38660         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38661         (plugin_init):
38662           add typefinding for raw theora video so oggdemux can detect it.
38663
38664 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38665
38666         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38667         sink element first.
38668         * gst/videoscale/gstvideoscale.c:
38669         (gst_videoscale_handle_src_event): Fixing src event handler.
38670
38671 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38672
38673         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38674         (gst_v4lsrc_open), (gst_v4lsrc_close),
38675         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38676         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38677         * sys/v4l/gstv4lsrc.h:
38678         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38679         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38680           Implement resizing... Hack. But that's why v4l is b0rked...
38681
38682 2004-01-28  Julien MOUTTE <julien@moutte.net>
38683
38684         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38685         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38686         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38687         (gst_ximagesink_xwindow_destroy):
38688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38689         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38690         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38691         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38692         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38693         correctly cleaning the image created to check xshm calls on succes,
38694         added a lot of XSync calls in X11 functions, and fixed a segfault when
38695         no image format was defined before negotiation happened.
38696
38697 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38698
38699         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38700           use gst_element_get_time to get correct time
38701
38702 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38703
38704         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38705         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38706         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38708         (gst_xvimagesink_check_xshm_calls),
38709         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38710         X plugins are now able to detect that XShm calls will fail even if the
38711         server claims that it has XShm support (remote displays most of the
38712         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38713         so that we use non XShm functions. This feature is almost useless for
38714         xvimagesink as Xv is not supported on remote displays anyway, but
38715         it might happen than even on the local display XShm calls fail.
38716
38717 2004-01-27  David Schleef  <ds@schleef.org>
38718
38719         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38720         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38721         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38722         changed esdsink to only use 44100,16,2, since esd sucks at rate
38723         conversion and esdsink has had difficulty negotiating.
38724
38725 2004-01-27  Julien MOUTTE <julien@moutte.net>
38726
38727         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38728         (gst_play_seek_to_time): Fixing the way to get current position.
38729
38730 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38731
38732         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38733           use gst_element_get_time to get correct time
38734
38735 2004-01-27  Julien MOUTTE <julien@moutte.net>
38736
38737         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38738         fix ever... Inverting 2 lines of code make spider autoplug correctly
38739         tagged mp3 !
38740
38741 2004-01-27  David Schleef  <ds@schleef.org>
38742
38743         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38744         Use gst_pad_try_set_caps_nonfixed().
38745
38746 2004-01-27  David Schleef  <ds@schleef.org>
38747
38748         * gst/ac3parse/gstac3parse.c: update to checklist 5
38749         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38750         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38751         * gst/audioscale/gstaudioscale.c: same
38752         * gst/auparse/gstauparse.c: same
38753         * gst/avi/gstavidemux.c: same
38754
38755 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38756
38757         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38758           stop processing after EOS
38759
38760 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38761
38762         * gst/asfdemux/asfheaders.h:
38763         * gst/asfdemux/gstasfdemux.c:
38764         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38765         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38766         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38767           lot's of fixes to make data extraction simpler and get the code
38768           architecture and compiler independant. Add debugging category
38769         * gst/goom/gstgoom.c: (gst_goom_change_state):
38770           reset channel count on PAUSED=>READY, not READY=>PAUSED
38771
38772 2004-01-26  Colin Walters  <walters@verbum.org>
38773
38774         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38775         code to pull a bigger buffer in iradio mode.  This as a side effect
38776         makes typefinding work.
38777
38778 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38779
38780         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38781         Fix SVQ3 decoding on PPC
38782
38783 2004-01-26  Julien MOUTTE <julien@moutte.net>
38784
38785         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38786         that one managed to stay there... Fixed.
38787
38788 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38789
38790         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38791         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38792         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38793         (qtdemux_video_caps):
38794         * gst/qtdemux/qtdemux.h:
38795         Add SVQ3 specific flags to qtdemux and ffmpeg
38796
38797 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38798
38799         * gst-libs/gst/audio/audio.h:
38800           remove buffer-frames from audio caps
38801         * gst/audioconvert/gstaudioconvert.c:
38802           fix plugin to really work.
38803
38804 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38805
38806         * gst-libs/gst/mixer/mixer.c:
38807         * gst-libs/gst/propertyprobe/propertyprobe.c:
38808         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38809         (gst_tuner_find_channel_by_name):
38810         * gst-libs/gst/tuner/tuner.h:
38811           Add gtk-doc style comments. Also fix a function name.
38812
38813 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38814
38815         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38816         (gst_divxdec_negotiate):
38817           Fix for new capsnego - also fixes gst-player with divxdec.
38818
38819 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38820
38821         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38822         (gst_play_identity_handoff), (gst_play_set_location),
38823         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38824         try in visualization implementation. Still have an issue with switch
38825         blocking when pulling from video_queue and only audio comes out of
38826         spider.
38827         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38828         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38829         release method. And check if the pad is usable before pulling.
38830
38831 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38832
38833         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38834         (gst_videobalance_init),
38835         (gst_videobalance_colorbalance_list_channels),
38836         (gst_videobalance_colorbalance_set_value),
38837         (gst_videobalance_colorbalance_get_value),
38838         (gst_videobalance_update_properties),
38839         (gst_videobalance_update_tables_planar411),
38840         (gst_videobalance_planar411):
38841         * gst/videofilter/gstvideobalance.h:
38842           Implement lookup-tables. +/- 10x faster.
38843
38844 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38845
38846         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38847         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38848           The index reading was broken. The rest worked fine, but the whole
38849           goal of my rewrite was to make avidemux readable, and this was
38850           not at all readable. Please use typed variables.
38851
38852 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38853
38854         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38855           Additional pad usability check.
38856         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38857         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38858         (gst_mp1videoparse_real_chain):
38859           Fix MPEG video stream parsing. The original plugin had several
38860           issues, including not timestamping streams where the source was
38861           not timestamped (this happens with PTS values in mpeg system
38862           streams, but MPEG video is also a valid stream on its own so
38863           that needs timestamps too). We use the display time code for that
38864           for now. Also, if one incoming buffer contains multiple valid
38865           frames, we push them all on correctly now, including proper EOS
38866           handling. Lastly, several potential segfaults were fixed, and we
38867           properly sync on new sequence/gop headers to include them in next,
38868           not previous frames (since they're header for the next frame, not
38869           the previous). Also see #119206.
38870         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38871         (bpf_from_header):
38872           Move caps setting so we only do it after finding several valid
38873           MPEG-1 fraes sequentially, not right after the first one (which
38874           might be coincidental).
38875         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38876         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38877         (plugin_init):
38878           Add unsynced MPEG video stream typefinding, and change some
38879           probability values so we detect streams rightly. The idea is as
38880           follows: I can have an unsynced system stream which contains
38881           video. In the current code, I would randomly get a type for either
38882           system or video stream type found, because the probabilities are
38883           being calculated rather randomly. I now use fixed values, so we
38884           always prefer system stream if that was found (and that is how it
38885           should be). If no system stream was found, we can still identity                the stream as video-only.
38886
38887 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38888
38889         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38890         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38891           don't write to buffer. Extract data without the need of
38892           __attribute__ ((packed))
38893
38894 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38895
38896         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38897         (mpeg1_sys_type_find):
38898           Fix MPEG-1 stream typefinding.
38899
38900 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38901
38902         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38903           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38904
38905 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38906
38907         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38908         * ext/esd/gstesd.c: (plugin_init):
38909           private debugging, better error reporting
38910
38911 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38912
38913         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38914         (gst_riff_read_init), (gst_riff_read_change_state):
38915         * gst-libs/gst/riff/riff-read.h:
38916           Remove stuff fromold metadata system.
38917
38918 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38919
38920         * ext/ogg/gstoggdemux.c:
38921           Fix wrong file comment.
38922         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38923         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38924           Add metadata reading properly.
38925
38926 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38927
38928         * ext/Makefile.am:
38929           Fix nas DIST_SUBDIRS
38930           Uraeus:
38931           Fix bug where make distcheck doesn't get run on adding stuff to
38932           the build.
38933
38934 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38935
38936         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38937         * ext/divx/gstdivxdec.h:
38938           Fix divx3 ("msmpeg4") playback using divxdec.
38939
38940 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38941
38942         * gst/typefind/gsttypefindfunctions.c:
38943         (mp3_type_frame_length_from_header): fix bug in length computation
38944         (mp3_type_find): improve debugging output
38945
38946 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38947
38948         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38949         (gst_play_set_location), (gst_play_seek_to_time),
38950         (gst_play_set_audio_sink), (gst_play_set_visualization),
38951         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38952         the pipeline from scratch. Visualization is back and switch went out as
38953         i realized it was not possible to use the way i wanted.
38954         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38955         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38956         clearing in state change from READY to NULL. So that one can clean the
38957         X ressources keeping the element.
38958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38959         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38960         (gst_xvimagesink_colorbalance_set_value),
38961         (gst_xvimagesink_colorbalance_get_value),
38962         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38963         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38964         change from READY to NULL and fixed some stupid bugs in colorbalance
38965         get/set values. Also added the following feature : when nobody tries to
38966         set some values to the colorbalance levels before the xcontext is
38967         grabbed, then when creating channels list from Xv attributes we set the
38968         internal values to the Xv defaults. This way we handle buggy Xv drivers
38969         that set default hue values far from the middle of the range (Thanks
38970         to Jon Trowbridge for pointing that issue).
38971         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
38972         colorbalance levels have been set before xcontext is grabbed.
38973
38974 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38975
38976         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
38977           Fix the ossmixer case where we shouldn't open /dev/dsp* because
38978           it might block operations (which is bad for a mixer).
38979
38980 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38981
38982         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
38983         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
38984         (gmip_find_type_pre):
38985         * gst-libs/gst/media-info/media-info-priv.h:
38986         * gst-libs/gst/media-info/media-info.c:
38987         (gst_media_info_instance_init), (gst_media_info_read_idler):
38988         add fakesink to get caps on decoder src pad again
38989         fix callback prototype to match new have_type signal signature
38990
38991 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38992
38993         * gst/adder/gstadder.c: (gst_adder_link):
38994           fix non-compile and cut-n-paste code
38995
38996 2004-01-21  David Schleef  <ds@schleef.org>
38997
38998         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
38999         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39000         (gst_swfdec_init), (gst_swfdec_change_state):
39001         * ext/swfdec/gstswfdec.h:
39002         Fix negotiation.
39003         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39004         (gst_adder_request_new_pad): Fix negotiation.
39005         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39006         Add a fixate function.
39007         * gst/intfloat/gstfloat2int.c:
39008         * gst/intfloat/gstfloat2int.h:
39009         * gst/intfloat/gstint2float.c:
39010         * gst/intfloat/gstint2float.h:
39011         Completely rewrite the negotiation.  Doesn't quite work yet,
39012         due to some buffer-frames problem.
39013
39014 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39015
39016         * ext/gnomevfs/gstgnomevfssrc.c:
39017         * sys/v4l2/v4l2_calls.h:
39018           fix includes for distcheck
39019
39020 2004-01-21  Christian Schaller <uraeus@gnome.org>
39021
39022         * ext/nas/
39023         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39024         based on earlier patch from Laurent Vivier
39025
39026 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39027
39028         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39029         Fix wma caps property
39030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39031         Fix typo (flags1 and flags2)
39032
39033 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39034
39035         * gst-libs/gst/media-info/media-info-priv.c:
39036         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39037         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39038         (gmip_find_stream), (gmip_find_track_metadata),
39039         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39040         (gmip_find_track_format):
39041         * gst-libs/gst/media-info/media-info-priv.h:
39042         * gst-libs/gst/media-info/media-info-test.c: (main):
39043         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39044         (gst_media_info_read_idler), (gst_media_info_read):
39045         * gst-libs/gst/media-info/media-info.h:
39046           register debugging category and use it for debugging
39047
39048 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39049
39050         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39051         (gst_vorbisfile_new_link):
39052           signal streaminfo through tags
39053
39054 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39055
39056         * ext/mplex/gstmplex.cc:
39057         * ext/mplex/gstmplexibitstream.cc:
39058           g++ doesn't like NULL in our i18n/error macros, should be
39059           either (NULL) or ("").
39060
39061 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39062
39063         * sys/dxr3/dxr3audiosink.c:
39064         * sys/dxr3/dxr3init.c:
39065         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39066         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39067           Fix more error error error errors (missing includes here).
39068
39069 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39070
39071         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39072           fix thomas' error errors.
39073
39074 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39075
39076         * ext/mpeg2enc/gstmpeg2enc.cc:
39077           fix error errors.
39078
39079 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39080
39081         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39082         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39083           Fix for new error system.
39084
39085 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39086
39087         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39088           fix for new error reporting
39089
39090 2004-01-20  David Schleef  <ds@schleef.org>
39091
39092         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39093         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39094         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39095         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39096         and neither is 100+, most likely.
39097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39098         (gst_xvimagesink_getcaps): same
39099
39100 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39101
39102         * configure.ac:
39103           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39104           clashes with ffmpeg.
39105
39106 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39107
39108         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39109         (gst_switch_init): Fixed switch element : proxying link and setting
39110         caps from src to sink on request.
39111
39112 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39113
39114         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39115         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39116         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39117         fix element_error
39118
39119 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39120
39121         * sys/v4l/v4l_calls.h:
39122         * sys/v4l2/v4l2_calls.h:
39123           element_error fixes
39124
39125 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39126
39127         * gst-libs/gst/gst-i18n-plugin.h:
39128           add locale.h
39129           remove config.h inclusion
39130
39131 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39132
39133         * autogen.sh:
39134           adding autopoint invocation
39135         * Makefile.am:
39136         * configure.ac:
39137         * gst-libs/gst/gettext.h:
39138           adding gettext bits
39139         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39140         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39141         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39142         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39143         (gst_gnomevfssink_close_file):
39144         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39145         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39146         * gst-libs/gst/gst-i18n-plugin.h:
39147         * gst/avi/gstavi.c: (plugin_init):
39148         * sys/dxr3/dxr3init.c: (plugin_init):
39149         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39150         * sys/oss/gstossaudio.c: (plugin_init):
39151         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39152         * sys/v4l/gstv4l.c: (plugin_init):
39153         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39154         * sys/v4l2/gstv4l2.c: (plugin_init):
39155         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39156         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39157         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39158         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39159         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39160         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39161           make sure locale and translation domain are set
39162           fix translated strings
39163         * po/.cvsignore:
39164         * po/LINGUAS:
39165         * po/Makevars:
39166         * po/POTFILES.in:
39167         * po/nl.po:
39168           put translation files into place
39169         * sys/xvideo/imagetest.c: (main):
39170         * ext/dv/demo-play.c: (main):
39171           fix unnecessary translations
39172
39173 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39174
39175         * ext/sndfile/gstsf.c:
39176         * gst/avi/gstavimux.c:
39177         * ext/audiofile/gstafsink.c:
39178         * ext/audiofile/gstafsrc.c:
39179         * ext/gnomevfs/gstgnomevfssink.c:
39180         * ext/gnomevfs/gstgnomevfssrc.c:
39181         * sys/oss/gstosselement.c:
39182         * sys/v4l/v4l_calls.h:
39183           fix i18n include
39184
39185 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39186
39187         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39188         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39189         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39190         (gst_v4l2_get_output), (gst_v4l2_set_output),
39191         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39192         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39193         (gst_v4l2_set_attribute):
39194         update to new error handling
39195
39196 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39197
39198         * ext/sidplay/gstsiddec.cc:
39199         * gst/modplug/gstmodplug.cc:
39200           parenthese NULL because C++ seems angry about it
39201
39202 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39203
39204         * gst-libs/gst/gst-i18n-plugin.h:
39205           add skeleton i18n stuff, but needs to be further implemented
39206
39207 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39208
39209         * examples/gstplay/player.c: (main):
39210         * ext/aalib/gstaasink.c: (gst_aasink_open):
39211         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39212         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39213         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39214         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39215         (gst_afsink_close_file):
39216         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39217         (gst_afsrc_close_file):
39218         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39219         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39220         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39221         * ext/esd/esdmon.c: (gst_esdmon_get):
39222         * ext/esd/esdsink.c: (gst_esdsink_chain):
39223         * ext/faac/gstfaac.c: (gst_faac_chain):
39224         * ext/faad/gstfaad.c: (gst_faad_chain):
39225         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39226         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39227         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39228         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39229         (gst_flacdec_loop):
39230         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39231         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39232         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39233         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39234         (gst_gnomevfssink_close_file):
39235         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39236         (gst_gnomevfssrc_open_file):
39237         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39238         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39239         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39240         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39241         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39242         * ext/mad/gstmad.c: (gst_mad_chain):
39243         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39244         * ext/mpeg2dec/gstmpeg2dec.c:
39245         * ext/mpeg2enc/gstmpeg2enc.cc:
39246         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39247         * ext/mplex/gstmplex.cc:
39248         * ext/mplex/gstmplexibitstream.cc:
39249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39250         (gst_ogg_demux_push), (gst_ogg_pad_push):
39251         * ext/raw1394/gstdv1394src.c:
39252         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39253         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39254         * ext/sidplay/gstsiddec.cc:
39255         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39256         (gst_sf_loop):
39257         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39258         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39259         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39260         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39261         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39262         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39263         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39264         * gst-libs/gst/Makefile.am:
39265         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39266         (gst_riff_read_element_data), (gst_riff_read_seek),
39267         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39268         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39269         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39270         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39271         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39272         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39273         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39274         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39275         * gst/goom/gstgoom.c: (gst_goom_chain):
39276         * gst/id3/gstid3types.c: (gst_id3types_loop):
39277         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39278         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39279         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39280         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39281         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39282         (gst_ebml_read_float), (gst_ebml_read_header):
39283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39284         (gst_matroska_demux_parse_blockgroup):
39285         * gst/modplug/gstmodplug.cc:
39286         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39287         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39288         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39289         * gst/silence/gstsilence.c: (gst_silence_get):
39290         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39291         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39292         * gst/speed/gstspeed.c: (speed_loop):
39293         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39294         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39295         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39296         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39297         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39298         (gst_wavparse_loop):
39299         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39300         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39301         (dxr3audiosink_close):
39302         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39303         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39304         (dxr3videosink_close), (dxr3videosink_write_data):
39305         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39306         * sys/oss/gstosselement.h:
39307         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39308         (gst_osssink_chain):
39309         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39310         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39311         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39312         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39313         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39314         (gst_v4l_enable_overlay):
39315         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39316         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39317         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39318         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39319         (gst_v4l_set_audio):
39320         * sys/v4l/v4l_calls.h:
39321         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39322         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39323         (gst_v4lmjpegsink_playback_init),
39324         (gst_v4lmjpegsink_playback_start):
39325         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39326         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39327         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39328         (gst_v4lmjpegsrc_requeue_frame):
39329         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39330         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39331         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39332         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39333         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39334         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39335         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39336         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39337         (gst_v4l2src_capture_stop):
39338         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39339         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39340         (gst_ximagesink_chain):
39341         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39342         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39343         (gst_xvideosink_xwindow_new):
39344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39345         (gst_xvimagesink_chain):
39346         use new error signal, function and categories
39347
39348 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39349
39350         * configure.ac:
39351         * ext/Makefile.am:
39352         * ext/musicbrainz/gsttrm.c:
39353         * ext/musicbrainz/gsttrm.h:
39354         * ext/musicbrainz/Makefile.am:
39355         Add a trm plugin
39356
39357 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39358
39359         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39360         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39361         synchronous property for debugging.
39362         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39364         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39365         smaller block, fixing indent.
39366
39367 2004-01-16  David Schleef  <ds@schleef.org>
39368
39369         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39370         property affects the video stream.
39371         * sys/xvimage/xvimagesink.c:
39372         * sys/xvimage/xvimagesink.h:
39373         Add synchronous property for debugging.  Should probably be
39374         disabled in non-CVS builds.  Make sure that the Xv attribute
39375         exists before we set it (crash!).  Fix a silly float bug that
39376         caused colorbalance to just not work.
39377
39378 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39379
39380         * tools/gst-launch-ext.in - update for new plugins
39381
39382 2004-01-16  David Schleef  <ds@schleef.org>
39383
39384         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39385         already-freed caps.
39386
39387 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39388
39389         * Update spec for new colorspace plugin and libcaca plugin
39390         * Fix compilation of libcaca plugin (clock -> id)
39391
39392 2004-01-16  Julien MOUTTE <julien@moutte.net>
39393
39394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39395         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39396         (gst_xvimagesink_set_xwindow_id),
39397         (gst_xvimagesink_colorbalance_set_value),
39398         (gst_xvimagesink_colorbalance_get_value),
39399         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39400         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39401         correct colorbalance properties. They can now be set when the element
39402         is still in NULL state. The values will be committed to the Xv Port
39403         when xcontext is initialized.
39404         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39405         brightness int values in the GstXvImagesink structure.
39406
39407 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39408
39409         * gst-libs/gst/Makefile.am:
39410           restructure so having local patches works easier.
39411
39412 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39413
39414         * ext/mpeg2enc/Makefile.am:
39415         * ext/mpeg2enc/gstmpeg2enc.cc:
39416         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39417           Bugfix with respect to EOS handling.
39418
39419 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39420
39421         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39422           Link with right caps (else, it segfaults).
39423         * ext/mplex/gstmplexjob.cc:
39424           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39425
39426 2004-01-15  David Schleef  <ds@schleef.org>
39427
39428         * gst-libs/gst/audio/Makefile.am:
39429         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39430         from the template.
39431         * gst-libs/gst/audio/gstaudiofilter.c:
39432         * gst-libs/gst/audio/gstaudiofilter.h:
39433         Add bytes_per_sample and size and n_samples calculation.
39434         * gst-libs/gst/audio/gstaudiofilterexample.c:
39435         Remove, now autogenerated.
39436         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39437         Moved from gstaudiofilterexample, object name changed, code added
39438         so that it actually works.
39439         * gst-libs/gst/audio/make_filter:
39440         Script to build an audiofilter subclass from the template.
39441         * gst/colorspace/Makefile.am:
39442         * gst/colorspace/yuv2yuv.c:
39443         Remove file, since it's GPL, and we don't use it.
39444
39445 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39446
39447         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39449         them use the buffer free function to test how the buffer was allocated.
39450
39451 2004-01-15  David Schleef  <ds@schleef.org>
39452
39453         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39454         that handles osssink fallback.
39455         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39456         (gst_audio_convert_getcaps):
39457         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39458         Add audio/x-qdm2 for QDM2 audio.
39459         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39460         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39461         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39462         Decrease minimum size to 16x16.
39463         * gst/wavparse/gstwavparse.c:
39464         Convert disabled pad template caps to new caps.
39465         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39467         (gst_xvimagesink_chain): Throw element error when display cannot
39468         be opened.  Increase minimum framerate to 1.0.  Check the data
39469         free function on a buffer to make sure it is the type we expect
39470         before manipulating it.
39471
39472 2004-01-15  Julien MOUTTE <julien@moutte.net>
39473
39474         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39475         (gst_videobalance_colorbalance_set_value): Implement passthru if
39476         settings are in the middle.
39477         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39478
39479 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39480
39481         * gst/videofilter/Makefile.am:
39482         * gst/volume/Makefile.am:
39483           Since we use videofilter symbols, link to it.
39484
39485 2004-01-15  Julien MOUTTE <julien@moutte.net>
39486
39487         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39488         mixer interface type to HARDWARE.
39489         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39490         type to SOFTWARE.
39491         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39492         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39493         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39494         (gst_volume_interface_init), (gst_volume_list_tracks),
39495         (gst_volume_set_volume), (gst_volume_get_volume),
39496         (gst_volume_set_mute), (gst_volume_mixer_init),
39497         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39498         (volume_init): Implementing mixer interface.
39499         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39500         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39501         (gst_osselement_change_state): Removing some trailing commas in
39502         structures.
39503         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39504         interface type to HARDWARE.
39505         * sys/v4l/gstv4lcolorbalance.c:
39506         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39507         type to HARDWARE.
39508         * sys/v4l2/gstv4l2colorbalance.c:
39509         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39510         interface type to HARDWARE.
39511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39512         same code than ximagesink for event handling.
39513
39514 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39515
39516         * ext/snapshot/Makefile.am:
39517         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39518         (gst_snapshot_chain):
39519         * ext/snapshot/gstsnapshot.h:
39520           This has to be a joke... Snapshot should be connected to a tee,
39521           colorspace element before it and EOS after that, where the other
39522           src of the tee receives normal data.
39523           The current way is *wrong*.
39524
39525 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39526
39527         * ext/hermes/gsthermescolorspace.c:
39528           Fix another compile error. Same as below.
39529
39530 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39531
39532         * gst/colorspace/gstcolorspace.c:
39533         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39534         (gst_colorspace_i420_to_yv12):
39535           Fix compiling... Didn't test if it actually works.
39536
39537 2004-01-15  David Schleef  <ds@schleef.org>
39538
39539         * configure.ac:
39540         * gst/colorspace/Makefile.am:
39541         * gst/colorspace/gstcolorspace.c:
39542         * gst/colorspace/gstcolorspace.h:
39543         * gst/colorspace/yuv2rgb.c:
39544         * gst/colorspace/yuv2rgb.h:
39545         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39546         code and GPL code.  Fix for new caps negotiation.  Rewrite
39547         much of the format handling code, and some of the conversion
39548         code.  Basically, rewrote almost everything.  This element
39549         handles I420, YV12 to RGB conversions.
39550         * ext/hermes/Makefile.am:
39551         * ext/hermes/gsthermescolorspace.c:
39552         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39553         Remove non-Hermes related code.  This element handles lots of
39554         RGB to RGB conversions, but no YUV.
39555         * ext/hermes/gstcolorspace.c:
39556         * ext/hermes/gstcolorspace.h:
39557         * ext/hermes/rgb2yuv.c:
39558         * ext/hermes/yuv2rgb.c:
39559         * ext/hermes/yuv2rgb.h:
39560         * ext/hermes/yuv2rgb_mmx16.s:
39561         * ext/hermes/yuv2yuv.c:
39562         * ext/hermes/yuv2yuv.h:
39563         Remove old code.
39564
39565 2004-01-14  Colin Walters  <walters@verbum.org>
39566
39567         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39568         they've already been.
39569
39570 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39571
39572         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39573           assume tag mode when pad is not connected
39574
39575 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39576
39577         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39578           Don't update the time of the clock
39579         (gst_alsa_sink_loop):
39580           sync to the clock given to alsasink, not the own clock
39581         * sys/oss/gstosssink.c: (gst_osssink_chain):
39582           sync to the clock
39583         (gst_osssink_change_state):
39584           activate the clock
39585         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39587           remove bogus code that made DISCONT events unhandled
39588         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39589           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39590           #131502)
39591         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39592         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39593         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39594           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39595           2nd warning in bug #131502)
39596
39597 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39598
39599         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39600         (gst_videobalance_colorbalance_set_value),
39601         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39602         for colorbalance interface implementation.
39603         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39604         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39605         (gst_ximagesink_dispose), (gst_ximagesink_init),
39606         (gst_ximagesink_class_init): Adding DISPLAY property.
39607         * sys/ximage/ximagesink.h: Adding display_name to store display.
39608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39609         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39610         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39611         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39612         properties (they still need polishing though for gst-launch use : no
39613         xcontext yet, i ll do that tomorrow).
39614         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39615
39616 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39617
39618         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39619         (gst_play_set_location), (gst_play_set_visualization): Preparing
39620         switch integration, adding videobalance in the pipeline.
39621
39622 2004-01-14  Julien MOUTTE <julien@moutte.net>
39623
39624         * gst-libs/gst/colorbalance/colorbalance.c:
39625         (gst_color_balance_class_init): Adding a default type.
39626         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39627         the type.
39628         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39629         (gst_videobalance_dispose), (gst_videobalance_class_init),
39630         (gst_videobalance_init), (gst_videobalance_interface_supported),
39631         (gst_videobalance_interface_init),
39632         (gst_videobalance_colorbalance_list_channels),
39633         (gst_videobalance_colorbalance_set_value),
39634         (gst_videobalance_colorbalance_get_value),
39635         (gst_videobalance_colorbalance_init): Implementing colorbalance
39636         interface.
39637         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39638         list.
39639         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39640         bug which was triggering a BadAccess X error when setting an overlay
39641         before pad was really negotiated.
39642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39643         Using the colorbalance type macro.
39644
39645 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39646
39647         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39648         (gst_flacenc_chain):
39649           handle tags correctly
39650         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39651           extract ID3v1 tags correctly
39652
39653 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39654
39655         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39656         (plugin_init):
39657           Improve matroska typefinding for odd-typed headers...
39658
39659 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39660
39661         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39662           Fix for using incremental number on padnames.
39663
39664 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39665
39666         * ext/divx/gstdivxdec.c:
39667         * ext/divx/gstdivxenc.c:
39668           Set category to divx4linux instead of divx (too generic).
39669         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39670         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39671         (gst_wavparse_loop), (gst_wavparse_change_state):
39672         * gst/wavparse/gstwavparse.h:
39673           fix parsing of WAV files with non-standard fmt-tag size and fix
39674           skipping of unrecognized chunks... Someone please fix this thing
39675           to use rifflib so all this is automated.
39676         * sys/v4l/Makefile.am:
39677         * sys/v4l2/Makefile.am:
39678           Add X_CFLAGS because we depend on X (for overlay).
39679
39680 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39681
39682         * ext/mpeg2dec/gstmpeg2dec.c:
39683           Don't issue a timestamp unless we tagged the frame
39684           with a PTS.
39685
39686 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39687
39688         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39689           Query the audio element to get the time, not the clock. We're
39690           interested in the element's time here.
39691
39692 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39693
39694         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39695         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39696         * ext/esd/esdsink.c: (gst_esdsink_chain):
39697         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39698         * ext/mas/massink.c: (gst_massink_chain):
39699         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39700         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39701         (gst_matroska_demux_parse_metadata):
39702         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39703         (gst_mpeg_parse_release_locks):
39704         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39705         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39706         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39707         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39708         (gst_osssink_change_state):
39709         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39710         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39711         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39712         (gst_xvideosink_release_locks):
39713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39714           use element time.
39715         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39716         (gst_alsa_clock_stop):
39717         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39718         (gst_audio_clock_get_internal_time):
39719           simplify for use with new clocking code.
39720         * testsuite/alsa/Makefile.am:
39721         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39722           fix testsuite for new caps system
39723
39724 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39725
39726         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39727         * ext/flac/gstflacenc.c: (add_one_tag):
39728           length is already host endian, no need to convert. Fixes playback of
39729           tagged files on PPC. (bug #128384)
39730
39731 2004-01-13  Julien MOUTTE <julien@moutte.net>
39732
39733         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39734         colorbalance interface stating if it is hardware based or software
39735         based.
39736         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39737         Removing a trailing comma.
39738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39739         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39740         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39741         the documentation seems to be wrong on the -1000 to 1000 interval.
39742
39743 2004-01-12  David Schleef  <ds@schleef.org>
39744
39745         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39746         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39747         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39748         Fix negotiation.  Add a bufferalloc function for the sink pad,
39749         and generally clean up some of the code.
39750
39751 2004-01-12  Julien MOUTTE <julien@moutte.net>
39752
39753         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39754         (gst_color_balance_channel_dispose): Adding safety check in dispose
39755         method.
39756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39757         (gst_xvimagesink_xcontext_clear),
39758         (gst_xvimagesink_interface_supported),
39759         (gst_xvimagesink_colorbalance_list_channels),
39760         (gst_xvimagesink_colorbalance_set_value),
39761         (gst_xvimagesink_colorbalance_get_value),
39762         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39763         Adding colorbalance interface support to set XV parameters such as
39764         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39765         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39766         interface.
39767
39768 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39769
39770         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39771         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39772         (gst_audio_convert_init), (gst_audio_convert_set_property),
39773         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39774         (gst_audio_convert_link),
39775         (gst_audio_convert_buffer_to_default_format),
39776         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39777           - implement _getcaps and use it
39778           - improve linking
39779           - remove float caps since no float conversion is actually done
39780           - remove properties and arguments that were to be used for rate
39781             conversion
39782
39783 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39784
39785         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39786         (gst_audio_structure_set_int):
39787         * gst-libs/gst/audio/audio.h:
39788           add helper functions for _getcaps matching the standard audio
39789           templates
39790
39791 2004-01-12  David Schleef  <ds@schleef.org>
39792
39793         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39794         Test that pad is negotiated before getting its caps.
39795
39796 2004-01-12  Julien MOUTTE <julien@moutte.net>
39797
39798         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39799         analyzing the pads of an element the bin is mostly in READY state so
39800         no caps were negotiated. This helper function needs to work with
39801         _get_caps directly then. I was not freeing them though, added that to
39802         fix the mem leak.
39803
39804 2004-01-12  Julien MOUTTE <julien@moutte.net>
39805
39806         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39808         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39809         than the free_func.
39810
39811 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39812
39813         * sys/oss/gstossaudio.c: (plugin_init):
39814         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39815         * sys/oss/gstosselement.h:
39816           make an oss debugging category
39817           make failure more descriptive
39818
39819 2004-01-11  David Schleef  <ds@schleef.org>
39820
39821         * ext/ffmpeg/gstffmpeg.c:
39822         * ext/ffmpeg/gstffmpegcodecmap.c:
39823         * ext/ffmpeg/gstffmpegdec.c:
39824         * ext/ffmpeg/gstffmpegenc.c:
39825         * ext/ffmpeg/gstffmpegprotocol.c:
39826         * ext/gdk_pixbuf/gstgdkanimation.c:
39827         * ext/jpeg/gstjpeg.c:
39828         * ext/libpng/gstpng.c:
39829         * ext/mpeg2dec/perftest.c:
39830         * ext/speex/gstspeex.c:
39831         * gst-libs/gst/resample/dtos.c:
39832         * gst/intfloat/gstintfloatconvert.c:
39833         * gst/oneton/gstoneton.c:
39834         * gst/rtjpeg/RTjpeg.c:
39835         * gst/rtp/gstrtp.c:
39836         * sys/dxr3/dxr3init.c:
39837         * sys/glsink/gstgl_nvimage.c:
39838         * sys/glsink/gstgl_pdrimage.c:
39839         * sys/glsink/gstglsink.c:
39840         * testsuite/gst-lint:
39841         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39842
39843 2004-01-11  David Schleef  <ds@schleef.org>
39844
39845         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39846         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39847         * ext/gdk_pixbuf/gstgdkanimation.c:
39848         (gst_gdk_animation_iter_create_pixbuf):
39849         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39850         (gst_gdk_pixbuf_chain):
39851         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39852         * ext/jack/gstjack.c: (gst_jack_change_state):
39853         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39854         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39855         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39856         * gst/videofilter/gstvideofilter.c:
39857         (gst_videofilter_set_output_size):
39858         Remove all usage of gst_pad_get_caps(), and replace it with
39859         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39860
39861 2004-01-11  David Schleef  <ds@schleef.org>
39862
39863         * configure.ac:
39864         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39865         * ext/divx/gstdivxdec.c:
39866         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39867         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39868         handle images that span multiple buffers.  Now work with both
39869         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39870         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39871         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39872         video/video.h changes
39873         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39874         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39875         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39876         of GstData free function.
39877         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39878         same.
39879
39880 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39881
39882         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39883         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39884         (gst_v4l2element_get_property):
39885         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39886           add norm, channel and frequency properties.
39887         * sys/v4l2/gstv4l2tuner.c:
39888           fixes for tuner interface changes
39889         * sys/v4l2/gstv4l2element.h:
39890         * sys/v4l2/gstv4l2src.c:
39891         * sys/v4l2/gstv4l2src.h:
39892         * sys/v4l2/v4l2src_calls.c:
39893         * sys/v4l2/v4l2src_calls.h:
39894           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39895
39896 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39897
39898         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39899         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39900         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39901         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39902         * gst-libs/gst/tuner/tuner.h:
39903           GObjects aren't const.
39904           Add find_by_name functions.
39905           Add checks to _changed functions.
39906         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39907         (gst_v4l_tuner_get_norm):
39908           Fixes for above.
39909
39910 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39911
39912         * gst-libs/gst/video/video.h:
39913           Fix caps template names to be understandable.
39914           Prefix everything with GST_VIDEO.
39915         * ext/aalib/gstaasink.c:
39916         * ext/divx/gstdivxdec.c:
39917         * ext/divx/gstdivxenc.c:
39918         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39919         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39920         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39921         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39922         * ext/libcaca/gstcacasink.c:
39923         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39924         * ext/snapshot/gstsnapshot.c:
39925         * ext/swfdec/gstswfdec.c:
39926         * ext/xvid/gstxviddec.c:
39927         * ext/xvid/gstxvidenc.c:
39928         * gst/chart/gstchart.c:
39929         * gst/deinterlace/gstdeinterlace.c:
39930         * gst/effectv/gsteffectv.c:
39931         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39932         * gst/goom/gstgoom.c:
39933         * gst/median/gstmedian.c:
39934         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39935         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39936         * gst/overlay/gstoverlay.c:
39937         * gst/smooth/gstsmooth.c:
39938         * gst/smpte/gstsmpte.c:
39939         * gst/synaesthesia/gstsynaesthesia.c:
39940         * gst/videocrop/gstvideocrop.c:
39941         * gst/videodrop/gstvideodrop.c:
39942         * gst/y4m/gsty4mencode.c:
39943         * sys/qcam/gstqcamsrc.c:
39944         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39945           Make them work with new video.h file.
39946         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39947         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39949         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39950           Make it work with new buffer allocation system.
39951
39952 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39953
39954         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39955         pad_alloc_buffer implementation to use ->srcpad
39956         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39957         pad_alloc_buffer implementation to use ->srcpad
39958         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
39959         pad_alloc_buffer implementation to use ->srcpad
39960         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39961         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39962         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39963         a reference to everything we need.
39964         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
39965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
39966         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
39967         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39968         a reference to everything we need.
39969         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
39970
39971 2004-01-11  David Schleef  <ds@schleef.org>
39972
39973         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
39974         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
39975         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
39976         structure members.
39977         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
39978         value during a resize/renegotiation.
39979         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
39980         gst_pad_alloc_buffer();
39981         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39982         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
39983         structure members.
39984         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39985         Fix for rename of buffer private structure members.
39986         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39987         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39988         Fix for rename of buffer private structure members.
39989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39990         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39991         Fix for rename of buffer private structure members.
39992
39993 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
39994
39995         reviewed by: David Schleef <ds@schleef.org>
39996
39997         * gst/videofilter/Makefile.am:
39998         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
39999         from the patch by ds to fit in with recent make_filter changes.
40000
40001 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40002
40003         * configure.ac: Adding examples/switch/Makefile
40004         * examples/Makefile.am: Adding examples/switch
40005         * examples/switch/Makefile.am: Adding switcher example.
40006         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40007         (switch_timer), (main): Adding an example demonstrating switch usage
40008         with 2 videotestsrc showing different patterns.
40009         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40010         (gst_switch_init): Fixing switch with the new caps system.
40011
40012 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40013
40014         * gst-libs/gst/video/video.h:
40015           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40016           They should probably be like
40017           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40018
40019 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40020
40021         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40022         (qtdemux_parse_trak):
40023           fix audio chunk size/timestamp calculation
40024
40025 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40026
40027         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40028           fix SVQ3 caps
40029
40030 2004-01-11  Steve Baker  <steve@stevebaker.org>
40031
40032         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40033         (gst_agingtv_base_init), (gst_agingtv_class_init),
40034         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40035         (gst_agingtv_set_property), (gst_agingtv_get_property):
40036         Port agingTV to videofilter
40037
40038 2004-01-09  Julien MOUTTE <julien@moutte.net>
40039
40040         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40041         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40042
40043 2004-01-09  Julien MOUTTE <julien@moutte.net>
40044
40045         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40046         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40047         * gst-libs/gst/xoverlay/xoverlay.c:
40048         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40049         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40050         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40051         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40052         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40053         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40054         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40055         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40056         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40057         interface implementation to handle xid being 0 and fix some bugs
40058         triggered by Benjamin's testcase.
40059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40060         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40061         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40062         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40063         interface implementation to handle xid being 0 and fix some bugs
40064         triggered by Benjamin's testcase.
40065
40066 2004-01-09  David Schleef  <ds@schleef.org>
40067
40068         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40069         mouse pointer events.  It works.
40070
40071 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40072
40073         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40074           Use explicit caps - fix capsnego.
40075         * ext/xvid/gstxviddec.c:
40076         * ext/xvid/gstxvidenc.c:
40077           Remove macro-inside-macro which caused compile errors.
40078         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40079           Error out if it's not a RIFF file. Else we error out without
40080           gst_element_error() which is not good...
40081
40082 2004-01-08  David Schleef  <ds@schleef.org>
40083
40084         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40085         Fix pad_link function to handle formats that ffmpeg returns
40086         as multiple caps structures.
40087         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40088         Only complain if source buffer is _smaller_ than expected.
40089         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40090         (gst_videoscale_handle_src_event): Resize navigation events
40091         when passing them upstream.
40092         * gst/videotestsrc/gstvideotestsrc.c:
40093         * gst/videotestsrc/gstvideotestsrc.h:
40094         * gst/videotestsrc/videotestsrc.c:
40095         * gst/videotestsrc/videotestsrc.h:
40096         Rewrite many of the buffer painting functions to handle odd
40097         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40098         been verified to work with my video card.
40099         * testsuite/gst-lint:  Add check for elements calling
40100         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40101
40102 2004-01-08  David Schleef  <ds@schleef.org>
40103
40104         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40105         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40106
40107 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40108
40109         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40110         configure event is not emiting the desired size signal. That fixes
40111         aspect ratio issues with gst-player.
40112
40113 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40114
40115         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40116           Fix capsnego.
40117
40118 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40119
40120         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40121         public method to fire size signal.
40122
40123 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40124
40125         * examples/gstplay/Makefile.am: Adding the interface library.
40126         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40127         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40128         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40129         GST_IS_X_OVERLAY before signal connect.
40130         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40131         Removing the have_video_size signal.
40132         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40133         and associated public method.
40134         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40135         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40136         signal.
40137         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40138         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40139         signal.
40140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40141         Using XOverlay public method to fire size signal.
40142
40143 2004-01-07  David Schleef  <ds@schleef.org>
40144
40145         * gst/videofilter/Makefile.am:
40146         * gst/videofilter/gstvideotemplate.c:
40147         * gst/videofilter/make_filter:
40148         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40149         Convert make_filter to /bin/sh script.
40150
40151 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40152
40153         * gst/modplug/gstmodplug.cc: fix element description
40154
40155 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40156
40157         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40158         (got_video_size): Adding some new lines in g_print calls.
40159         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40160         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40161         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40162         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40163         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40164         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40165         Complete code review, reverting some stuff i disagree with, adding
40166         some fixes : time synchronization on invalid timestamps, renegotiation
40167         of private window.
40168         * sys/ximage/ximagesink.h:
40169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40170         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40171         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40172         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40173         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40174         (gst_xvimagesink_buffer_new),
40175         (gst_xvimagesink_navigation_send_event),
40176         (gst_xvimagesink_set_xwindow_id),
40177         (gst_xvimagesink_get_desired_size),
40178         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40179         stuff i disagree with, adding some fixes : Renegotiation of private
40180         window, implementing get_desired_size.
40181
40182 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40183
40184         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40185         (gst_afsink_handle_event):
40186         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40187         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40188         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40189         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40190         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40191           Fix for instantiate-test (see core). Also remove dead code from
40192           jpegenc (which still needs fixing, but that's lower on my TODO
40193           list...).
40194         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40195           Never return NULL as caps.
40196
40197 2004-01-07  David Schleef  <ds@schleef.org>
40198
40199         * configure.ac:
40200         * ext/Makefile.am:
40201         * ext/librfb/Makefile.am:
40202         * ext/librfb/gstrfbsrc.c:
40203         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40204         is the protocol used by VNC.
40205
40206 2004-01-07  David Schleef  <ds@schleef.org>
40207
40208         * gst/videofilter/gstvideotemplate.c:
40209         * gst/videofilter/gstvideotemplate.h:
40210         * gst/videofilter/make_filter:
40211         Merge videotemplate header into source file.
40212         * gst/effectv/Makefile.am:
40213         * gst/effectv/gsteffectv.c: (plugin_init):
40214         * gst/effectv/gstwarp.c:
40215         Make warpTV a subclass of videofilter.
40216
40217 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40218
40219         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40220           Add guard against invalid utf-8 conversions in mad. Just in case.
40221
40222 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40223
40224         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40225           Fix for bug shown by poisoning
40226
40227 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40228
40229         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40230         (gst_v4lmjpegsrc_buffer_free):
40231         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40232         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40233         (gst_v4lsrc_buffer_free):
40234           Fix for removed bufferpools.
40235
40236 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40237
40238         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40239         Fix caps negotiation.
40240
40241         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40242         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40243         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40244         (dvdnavsrc_event):
40245         * ext/mpeg2dec/gstmpeg2dec.c:
40246         * gst-libs/gst/navigation/navigation.c:
40247         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40248         * gst-libs/gst/navigation/navigation.h:
40249         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40250         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40252         Super-simple first version of mouse and keyboard events. Clicking
40253         on a DVD menu now works, although it may not take you where you
40254         expected.
40255
40256         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40257         * gst/videotestsrc/gstvideotestsrc.c:
40258         (gst_videotestsrc_src_fixate):
40259         These fixate functions were broken - they never actually
40260         fixated :)
40261
40262 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40263
40264         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40265         (gst_icecastsend_init):
40266           fix for new caps system.
40267         * gst-libs/gst/mixer/mixertrack.h:
40268         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40269           Add 'master track' flag (for tools like ACME that only want to
40270           change the main volume).
40271
40272 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40273
40274         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40275         (gst_xvid_csp_to_caps):
40276         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40277         * ext/xvid/gstxvidenc.c:
40278         ifdef out ARGB type when it isn't available
40279         in xvidcore 1.0.0beta2
40280
40281 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40282
40283         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40284           When we have received a new SCR right in the first buffer after
40285           a seek (so in the same cycle that handles the discont), we should
40286           handle the buffer instead of unreffing it, else we lose data.
40287
40288 2004-01-06  Iain <iain@prettypeople.org>
40289
40290         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40291           buffer-frames caps too.
40292
40293         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40294           caps that we need, don't destroy them all and rebuild them. And when
40295           creating src pads, use the src pad template rather than the sink...
40296
40297 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40298
40299         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40300           Add pad to element *after* setting functions such as event handler.
40301           Without this, the scheduler (opt) will link pads, set the event
40302           handler from the default event function (dispatcher in gstpad.c)
40303           and *after* that, we will set our own event function, which will
40304           thus never be used (and thus mpegdemux doesn't handle events).
40305
40306 2004-01-04  David Schleef  <ds@schleef.org>
40307
40308         Fix the fixate functions to handle new prototype:
40309         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40310         * gst/videotestsrc/gstvideotestsrc.c:
40311         (gst_videotestsrc_src_fixate):
40312         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40313         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40315
40316 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40317
40318         * sys/ximage/ximagesink.h:
40319         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40320         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40321         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40322         (gst_ximagesink_xoverlay_init):
40323           assorted fixes to make (re)embedding work
40324         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40325         (gst_ximagesink_get_desired_size):
40326           implement desired size additions to XOverlay
40327
40328 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40329
40330         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40331         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40332         (gst_x_overlay_got_desired_size):
40333         * gst-libs/gst/xoverlay/xoverlay.h:
40334           Add optional "desired size" signal and querying.
40335
40336 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40337
40338         * gst/matroska/matroska-demux.c:
40339         (gst_matroska_demux_parse_blockgroup):
40340           Fix EBML-laced block parsing. Diffs are relative to previous
40341           lace, not the first lace. Thanks to Mosu from the Matroska
40342           team for detecting this.
40343         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40344         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40345         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40346         (gst_wavparse_change_state):
40347         * gst/wavparse/gstwavparse.h:
40348           Quickfix for capsnego.
40349
40350 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40351
40352         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40353           Fix indenting, fix pad creation.
40354
40355 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40356
40357         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40358         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40359         (gst_xviddec_sink_link):
40360           Implement src_getcaps() so proper size caps is negotiated.
40361
40362 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40363
40364         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40365           Finish flac decoder on EOS. See #116178.
40366
40367 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40368
40369         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40370         (gst_matroska_demux_add_stream):
40371         * gst/matroska/matroska-ids.h:
40372           Add getcaps() function to fix capsnego...
40373
40374 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40375
40376         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40377         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40378         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40379           Fix more integer overflows. Again, see #126967.
40380
40381 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40382
40383         * ext/mpeg2dec/gstmpeg2dec.c:
40384           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40385           #130416.
40386
40387 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40388
40389         * configure.ac:
40390         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40391         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40392         * ext/xvid/gstxvid.h:
40393         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40394         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40395         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40396         (gst_xviddec_change_state):
40397         * ext/xvid/gstxviddec.h:
40398         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40399         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40400         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40401         (gst_xvidenc_link), (gst_xvidenc_set_property),
40402         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40403         * ext/xvid/gstxvidenc.h:
40404           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40405
40406 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40407
40408         * gst/rtp/rtp-packet.c:
40409           Add sys/types.h include, since OS X doesn't define in_addr_t
40410           in netinet/in.h, like it does on Linux (see #129600).
40411
40412 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40413
40414         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40415
40416         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40417           Correct logic of dispose function (see #129306).
40418
40419 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40420
40421         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40422         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40423         (gst_mpeg_parse_init):
40424         * gst/mpegstream/gstmpegparse.h:
40425           Remove clock (which was never provided, i.e. dead code), and
40426           also fix integer overflows at high PTS values (see #126967).
40427
40428 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40429
40430         * ext/flac/gstflacdec.c:
40431         * ext/libpng/gstpngenc.h:
40432         * ext/mikmod/gstmikmod.h:
40433           OS X fixes (see #126628).
40434
40435 2004-01-02  David Schleef  <ds@schleef.org>
40436
40437         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40438         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40439         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40440         (gst_mpeg_parse_class_init): Move pad template registration
40441         to class_init, since the derived class (mpegdemux) doesn't
40442         want them.
40443
40444 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40445
40446         * sys/ximage/Makefile.am:
40447         * sys/xvideo/Makefile.am:
40448         * sys/xvimage/Makefile.am:
40449           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40450           after installation (see #127664).
40451
40452 2004-01-02  David Schleef  <ds@schleef.org>
40453
40454         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40455         (gst_ffmpegenc_connect):  Negotiation fixes.
40456         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40457         Remove inappropriate gst_caps_free().
40458         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40459         Reenable Ronald's internal resize code, since the core handles
40460         it correctly now.
40461
40462 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40463
40464         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40465         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40466         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40467           Fix pad template stuff.
40468
40469 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40470
40471         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40472         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40473           fix signed integer reading/writing.
40474
40475 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40476
40477         * ext/alsa/README:
40478           Remove outdated document
40479
40480 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40481
40482         * gst/cutter/gstcutter.c: (gst_cutter_init):
40483           src pad was being created twice - oops.
40484
40485 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40486
40487         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40488           Comment out internal resize. It doesn't handle the resulting
40489           XEvent internally, does another try_set_caps() which leads to
40490           a really nice loop.
40491           Real fix will come when Julien and Dave are awake. ;).
40492
40493 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40494
40495         * ext/mpeg2enc/gstmpeg2enc.cc:
40496           fix const/nonconst compile issue.
40497
40498 2004-01-02  David Schleef  <ds@schleef.org>
40499
40500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40501         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40502         Add fixate function and a check for bad formats.
40503
40504 2004-01-01  David Schleef  <ds@schleef.org>
40505
40506         Negotiation fixes:
40507         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40508         (gst_audiofilter_init):
40509         * gst/debug/efence.c: (gst_efence_init):
40510         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40511         (gst_deinterlace_init):
40512         * gst/volume/gstvolume.c: (volume_connect):
40513
40514 2004-01-01  David Schleef  <ds@schleef.org>
40515
40516         Convert elements to use gst_pad_use_explicit_caps() where
40517         appropriate:
40518         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40519         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40520         (gst_afparse_open_file):
40521         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40522         (gst_afsrc_open_file):
40523         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40524         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40525         (gst_ffmpegdec_chain):
40526         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40527         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40528         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40529         (gst_gdk_pixbuf_chain):
40530         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40531         (gst_jpegdec_chain):
40532         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40533         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40534         (gst_mikmod_negotiate):
40535         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40536         (gst_mpeg2dec_negotiate_format):
40537         * ext/mpeg2enc/gstmpeg2enc.cc:
40538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40539         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40540         (gst_speexdec_sinkconnect):
40541         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40542         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40543         (gst_vorbisfile_new_link):
40544         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40545         (gst_ac3parse_chain):
40546         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40547         (gst_asf_demux_setup_pad):
40548         * gst/auparse/gstauparse.c: (gst_auparse_init),
40549         (gst_auparse_chain):
40550         * gst/id3/gstid3types.c: (gst_id3types_loop):
40551         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40552         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40553         (mp1videoparse_parse_seq):
40554         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40555         (bpf_from_header):
40556         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40557         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40558         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40559         (gst_mpeg_parse_send_data):
40560         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40561         (gst_qtdemux_add_stream):
40562         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40563         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40564         (gst_wavparse_parse_fmt):
40565
40566 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40567
40568         * configure.ac:
40569           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40570           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40571           it therefore uses the wrong include paths. Too bad... Note
40572           that 1.6.1.93 is not release yet. ;).
40573           Also add a check for mplex, which is now using the lib'ified
40574           mplex from mjpegtools, too.
40575         * ext/ffmpeg/gstffmpegcodecmap.c:
40576           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40577           issues. I don't think ffmpeg handles 3ivx correctly, so this
40578           probably won't work. But it won't hurt either.
40579         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40580         (gst_ffmpegdec_chain):
40581         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40582         (gst_ffmpegenc_chain_audio):
40583           Fix memleak in audio encoding. Close codec if open fails, this
40584           calls the cleanup routines so we can re-use the context.
40585         * ext/mpeg2enc/gstmpeg2enc.cc:
40586           Fix pad template names/types, fix memory issue with getcaps().
40587         * ext/mpeg2enc/gstmpeg2encoder.cc:
40588         * ext/mpeg2enc/gstmpeg2encoder.hh:
40589           Fix compile issue with new caps system (const thingy).
40590         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40591         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40592           We read a first frame right on initing, so that we have a caps
40593           when we init the output. This caps is cached in padprivate and
40594           read as first frame.
40595         * ext/mplex/Makefile.am:
40596         * ext/mplex/gstmplex.cc:
40597         * ext/mplex/gstmplex.h:
40598         * ext/mplex/gstmplex.hh:
40599         * ext/mplex/gstmplexibitstream.cc:
40600         * ext/mplex/gstmplexibitstream.hh:
40601         * ext/mplex/gstmplexjob.cc:
40602         * ext/mplex/gstmplexjob.hh:
40603         * ext/mplex/gstmplexoutputstream.cc:
40604         * ext/mplex/gstmplexoutputstream.hh:
40605           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40606           had issues, didn't do capsnego, supported only a subset of the
40607           mplex features and required a mplex fork in our local CVS. Plus
40608           that it worked agaist a very old mplex version. Rewriting was
40609           faster than updating it.
40610         * gst-libs/ext/Makefile.am:
40611         * gst-libs/ext/mplex/INSTRUCT:
40612         * gst-libs/ext/mplex/Makefile.am:
40613         * gst-libs/ext/mplex/README:
40614         * gst-libs/ext/mplex/TODO:
40615         * gst-libs/ext/mplex/ac3strm_in.cc:
40616         * gst-libs/ext/mplex/audiostrm.hh:
40617         * gst-libs/ext/mplex/audiostrm_out.cc:
40618         * gst-libs/ext/mplex/aunit.hh:
40619         * gst-libs/ext/mplex/bits.cc:
40620         * gst-libs/ext/mplex/bits.hh:
40621         * gst-libs/ext/mplex/buffer.cc:
40622         * gst-libs/ext/mplex/buffer.hh:
40623         * gst-libs/ext/mplex/fastintfns.h:
40624         * gst-libs/ext/mplex/format_codes.h:
40625         * gst-libs/ext/mplex/inputstrm.cc:
40626         * gst-libs/ext/mplex/inputstrm.hh:
40627         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40628         * gst-libs/ext/mplex/mjpeg_logging.cc:
40629         * gst-libs/ext/mplex/mjpeg_logging.h:
40630         * gst-libs/ext/mplex/mjpeg_types.h:
40631         * gst-libs/ext/mplex/mpastrm_in.cc:
40632         * gst-libs/ext/mplex/mpegconsts.cc:
40633         * gst-libs/ext/mplex/mpegconsts.h:
40634         * gst-libs/ext/mplex/mplexconsts.hh:
40635         * gst-libs/ext/mplex/multplex.cc:
40636         * gst-libs/ext/mplex/outputstream.hh:
40637         * gst-libs/ext/mplex/padstrm.cc:
40638         * gst-libs/ext/mplex/padstrm.hh:
40639         * gst-libs/ext/mplex/stillsstream.cc:
40640         * gst-libs/ext/mplex/stillsstream.hh:
40641         * gst-libs/ext/mplex/systems.cc:
40642         * gst-libs/ext/mplex/systems.hh:
40643         * gst-libs/ext/mplex/vector.cc:
40644         * gst-libs/ext/mplex/vector.hh:
40645         * gst-libs/ext/mplex/videostrm.hh:
40646         * gst-libs/ext/mplex/videostrm_in.cc:
40647         * gst-libs/ext/mplex/videostrm_out.cc:
40648         * gst-libs/ext/mplex/yuv4mpeg.cc:
40649         * gst-libs/ext/mplex/yuv4mpeg.h:
40650         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40651         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40652           We don't fork mjpegtools' mplex in our CVS anymore.
40653         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40654         (gst_avi_demux_add_stream):
40655         * gst/avi/gstavidemux.h:
40656           Add getcaps() function for proper caps nego. This makes some
40657           parts of AVI playback/reading work.
40658         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40659           Resize window on new capsnego. This is probably wrong, but
40660           I'm still committing it because with current capsnego, the
40661           first successfull capsnego is auto-fixated, therefore rounded
40662           down to the lowest values in the caps. this results in a 16x16
40663           XWindow that is not reized when real capsnego finishes.
40664           Dave, I see more cases of this, do you know a proper solution?
40665         * tools/gst-launch-ext.in:
40666           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40667
40668 2003-12-31  David Schleef  <ds@schleef.org>
40669
40670         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40671         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40672           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40673
40674 2003-12-30  David Schleef  <ds@schleef.org>
40675
40676         * ext/ffmpeg/gstffmpegcolorspace.c:
40677         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40678         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40679         (gst_ffmpegcsp_chain): Negotiation fixes
40680         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40681         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40682         (gst_audio_convert_link), (gst_audio_convert_channels):
40683         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40684         (gst_audioscale_link), (gst_audioscale_get_buffer),
40685         (gst_audioscale_chain): Negotiation fixes
40686         * gst/audioscale/gstaudioscale.h:
40687         * gst/videofilter/gstvideofilter.c:
40688         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40689         (gst_videofilter_link), (gst_videofilter_init),
40690         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40691         (gst_videofilter_find_format_by_structure):
40692         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40693         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40694         (gst_videoscale_link):
40695         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40696         (videoscale_find_by_structure), (gst_videoscale_setup):
40697         * gst/videoscale/videoscale.h: Negotiation fixes
40698         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40699         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40700         function, restrict resizing to a multiple of 4 (hack until
40701         everyone supports odd sizes correctly).
40702
40703 2003-12-29  Colin Walters  <walters@verbum.org>
40704
40705         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40706         signed.
40707
40708 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40709
40710         * ext/sndfile/gstsf.c: (gst_sf_loop):
40711           Fix warning about discarding const qualifier
40712
40713 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40714
40715         * gst/cutter/gstcutter.c:
40716         * gst/videoscale/gstvideoscale.c:
40717         * gst/volenv/gstvolenv.c:
40718         * gst-libs/gst/audio/audio.c:
40719         * gst-libs/gst/video/video.c:
40720           Fix warnings
40721
40722 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40723
40724         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40725           Don't send ALSA debugging to stderr.
40726         * ext/alsa/gstalsa.h:
40727           Use GST_WARNING instead of g_warning when ALSA functions fail.
40728
40729 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40730
40731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40732           Free XVAdapterInfo correctly.
40733
40734 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40735
40736         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40737         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40738           Make id3tag use correct caps nego.
40739
40740 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40741
40742         * ext/ivorbis/vorbis.c:
40743         * ext/ivorbis/vorbisenc.h:
40744         * ext/ivorbis/vorbisfile.c:
40745           Modify so that it uses the new caps things
40746
40747 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40748
40749         * testsuite/spider/spider1.c: (main):
40750         * testsuite/spider/spider2.c: (main):
40751         * testsuite/spider/spider3.c: (main):
40752           Make tests compile again. They probably don't work.
40753
40754 2003-12-24  Colin Walters  <walters@verbum.org>
40755
40756         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40757         we can't fixate the caps anymore.
40758
40759 2003-12-23  David Schleef  <ds@schleef.org>
40760
40761         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40762         * sys/oss/gstosssink.c: (gst_osssink_init),
40763         (gst_osssink_sink_fixate): Add fixate function.
40764
40765 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40766
40767         * ext/ffmpeg/gstffmpegcodecmap.c:
40768         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40769         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40770         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40771         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40772         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40773         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40774         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40775           fix typo in RGB masks, and move back to "old" colorspace
40776           capsnego code until whoever wrote this new crap has actually
40777           tested it so that it works.
40778           And yes, this works, keep it that way please.
40779
40780 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40781
40782         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40783         (gst_divxdec_init), (gst_divxdec_negotiate):
40784         * ext/divx/gstdivxdec.h:
40785         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40786         (gst_divxenc_init):
40787         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40788         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40789         * ext/mpeg2enc/gstmpeg2enc.cc:
40790         * ext/mpeg2enc/gstmpeg2encoder.cc:
40791         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40792         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40793         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40794         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40795         (dxr3spusink_init):
40796         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40797         (dxr3videosink_init):
40798           Fix caps breakage after Dave's caps branch merge.
40799
40800 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40801
40802         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40803           Fix for 24bpp display.
40804
40805 2003-12-23  Colin Walters  <walters@verbum.org>
40806
40807         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40808         a GnomeVFSHandle directly.
40809
40810 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40811
40812         * gst/volume/Makefile.am:
40813         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40814         (volume_base_init), (volume_init):
40815           Reenable volume element and fix to work with new caps stuff.
40816           Rhythmbox needs this.
40817
40818 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40819
40820         * gst/qtdemux/qtdemux.c: (plugin_init):
40821           qtdemux requires bytestream
40822
40823 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40824
40825         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40826           Fix remaining caps handling errors due to CAPS merge.
40827
40828 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40829
40830         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40831         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40832         (gst_faad_srcconnect):
40833           Port to new caps system.
40834
40835 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40836
40837         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40838         (got_video_size), (main): using g_print instead of g_message.
40839         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40840         signal which was not emitted because of "switch" element added to the
40841         bin but not connected. (Removing from the bin temporarily)
40842
40843 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40844
40845         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40846         find X development files. I don't understand the previous tests and
40847         they fail on my debian/ppc unstable. This one works.
40848         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40849         exiting.
40850         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40851         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40852         (gst_play_set_visualization): Add some safety checks in set_ methods
40853         and state_change. This was throwing some ugly CRITICAL messages when
40854         pipeline was getting disposed and casts were failing.
40855
40856 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40857
40858         * configure.ac:
40859           Improve mpeg2enc detection. This is for distributions that do
40860           ship mjpegtools, but without mpeg2enc. Also does object check
40861           for might there ever be ABI incompatibility.
40862         * ext/mpeg2enc/gstmpeg2enc.cc:
40863           Add Andrew as second maintainer (he's helping me), and also add
40864           an error if no caps was set. This happens if I pull before capsnego
40865           and that's something I should solve sometime else.
40866         * gst/matroska/matroska-demux.c:
40867         (gst_matroska_demux_parse_blockgroup):
40868           Fix time parsing.
40869         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40870         (gst_matroska_mux_track_header):
40871           Add caps to templates.
40872         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40873           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40874         * gst/mpegstream/gstmpegdemux.c:
40875           Remove layer since it causes warnings about unfixed caps.
40876         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40877           Fix obvious typo (we error out if caps were set, we should of
40878           course error out if *no* caps were set).
40879         * sys/oss/gstosselement.c: (gst_osselement_convert):
40880           Fix format conversion, we confused bits/bytes.
40881         * sys/oss/gstosselement.h:
40882           Improve documentation for 'bps'.
40883         * sys/v4l/TODO:
40884           Remove stuff about plugins that need removing - this was done
40885           ages ago.
40886         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40887         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40888         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40889         (gst_v4lsrc_src_query):
40890         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40891         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40892           Add get_query_types(), get_formats() and query() functions.
40893
40894 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40895
40896         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40897           * moved CVS to freedesktop.org