gst-libs/gst/rtp/gstrtpbuffer.c: Avoid expensive type checks we already did as part...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
4         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
5         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
6         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
7         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
8         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
9         (gst_rtp_buffer_get_extension_data),
10         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
11         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
12         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
13         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
14         (gst_rtp_buffer_get_payload_type),
15         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
16         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
17         (gst_rtp_buffer_set_timestamp),
18         (gst_rtp_buffer_get_payload_subbuffer),
19         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
20         Avoid expensive type checks we already did as part of the 
21         _validate() function that should be called first.
22
23 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
24
25         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
26         (gst_base_rtp_depayload_push_full),
27         (gst_base_rtp_depayload_set_gst_timestamp):
28         Fix some cases where a newsegment event was not sent.
29
30 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
31
32         * gst/playback/gstplaybin2.c: (activate_group):
33         Catch state change errors and stop from the uridecodebin elements
34         instead of trying to continue in vain.
35
36 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
37
38         * gst-libs/gst/audio/gstbaseaudiosink.c:
39         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
40         (gst_base_audio_sink_callback):
41         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
42         for the latency to expire, fixes #559567.
43
44 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
45
46         * gst/adder/gstadder.c:
47           Change author string after seeing output of gst-inspector.
48
49 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
50
51         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
52         Don't try to do crazy things when we only have a text pad without a
53         video pad. Fixes #559478.
54
55 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
56
57         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
58         Fix case where we don't have a range for the rates or channels as is the
59         case with truespeech.
60
61 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
62
63         * gst/volume/gstvolume.c: (volume_update_real_volume),
64         (gst_volume_set_volume), (gst_volume_get_volume),
65         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
66         (volume_transform_ip), (volume_update_mute),
67         (volume_update_volume), (volume_get_property):
68         * gst/volume/gstvolume.h:
69         Keep negotiated state in a separate variable.
70         Protect the volume and mute properties with the object lock.
71         Protect modifying the transform with the transform lock.
72
73 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
74
75         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
76         (gst_ffmpeg_pixfmt_to_caps):
77         Only convert caps to string when debug is enabled.
78
79 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
80
81         * ext/theora/gsttheoradec.h:
82         * ext/theora/theoradec.c: (gst_theora_dec_init),
83         (gst_theora_dec_reset), (theora_dec_src_event),
84         (theora_dec_sink_event), (theora_handle_type_packet):
85         Copy seqnum.
86         Keep events in a pending list, like vorbisdec, instead of trying
87         to construct a segment event ourselves.
88
89         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
90         (vorbis_dec_src_event), (vorbis_dec_sink_event):
91         * ext/vorbis/vorbisdec.h:
92         Copy seqnum.
93
94 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
95
96         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
97         (gst_ogg_demux_deactivate_current_chain),
98         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
99         (gst_ogg_demux_loop):
100         * ext/ogg/gstoggdemux.h:
101         Copy seqnums around to track playback segments and messages.
102
103 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
104
105         Based on patch by: Matthias Kretz <kretz at kde dot org>
106
107         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
108         (gst_alsasink_prepare), (gst_alsasink_unprepare),
109         (gst_alsasink_write):
110         Make all access non-blocking so that we can better handle unplugging
111         of usb devices. Fixes #559111
112
113 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
114
115         Patch by: Damien Lespiau  <damien.lespiau gmail com>
116
117         * gst-libs/gst/rtsp/gstrtspconnection.c:
118         (gst_rtsp_connection_write):
119         Make the next call to poll not depend on previous calls to poll with or
120         without reading from the active descriptor. Fixes #544293.
121
122 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
123
124         Patch by: Nick Haddad <nick at haddads dot net>
125
126         * gst-libs/gst/riff/riff-ids.h:
127         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
128         Add support for other fourcc codes that are commonly used for
129         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
130         Fixes #558553.
131
132 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
133
134         * gst/audioresample/gstaudioresample.c:
135           Return the result of parent_class->event().
136
137 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
138
139         * gst/audioresample/gstaudioresample.c:
140         (gst_audioresample_class_init), (audioresample_fixate_caps):
141         Fixate the rate to the nearest supported rate instead of
142         the first one. Fixes bug #549510.
143
144 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
145
146         * win32/common/libgstaudio.def:
147         Add new symbols.
148
149 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
150
151         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
152         Attempt to make obfuscated code clearer.
153
154 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
155
156         * docs/libs/gst-plugins-base-libs-sections.txt:
157         * gst-libs/gst/floatcast/floatcast.h:
158         Move float endianness conversion macros to core. Second part of
159         bug ##555196.
160
161 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
162
163         * sys/ximage/ximagesink.h:
164         * sys/xvimage/xvimagesink.h:
165           Don't mark as gtk-doc docs as they aren't public.
166
167 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
168
169         * sys/xvimage/xvimagesink.c:
170         * sys/xvimage/xvimagesink.h:
171         * tests/icles/Makefile.am:
172         * tests/icles/test-colorkey.c:
173           Allow setting colorkey if possible. Implement property probe interface
174           for optional X features (autopaint-colorkey, double-buffer and
175           colorkey). Fixes #554533
176
177 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
178
179         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
180         Remove useless buffer size assignment. It already has this value.
181
182 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
183
184         * gst-libs/gst/audio/gstaudiosink.c:
185         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
186         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
187         (gst_audioringbuffer_stop):
188         Implement a separate activate functions to start monitoring the segments
189         or, in pull mode, pulling in data.
190
191         * gst-libs/gst/audio/gstbaseaudiosink.c:
192         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
193         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
194         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
195         (gst_base_audio_sink_activate_pull),
196         (gst_base_audio_sink_async_play),
197         (gst_base_audio_sink_change_state):
198         Implement pad and element convert query function.
199         Activate the ringbuffer.
200         Use the segment last_stop value as the offset to pull.
201         Use new basesink _do_preroll() method to preroll in the pulling thread.
202         Take appropriate locking in the pulling thread.
203
204         * gst-libs/gst/audio/gstringbuffer.h:
205         Update some docs.
206
207 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
208
209         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
210         Improve MXF typefinding a bit by searching for a header partition
211         pack instead of just a general partition pack and checking more
212         bytes for valid values.
213
214 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
215
216         * tests/icles/.cvsignore:
217         update ignore file.
218
219         * tests/icles/Makefile.am:
220         * tests/icles/test-box.c: (make_pipeline), (main):
221         Add another interactive command line experimentation suite for
222         dynamically boxing/cropping/saling an input video.
223
224 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
225
226         * docs/libs/gst-plugins-base-libs-sections.txt:
227         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
228         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
229         * gst-libs/gst/audio/gstringbuffer.h:
230         Add methods to more accuratly control the pulling thread of a
231         ringbuffer.
232         Add format conversion helper code to the ringbuffer.
233         API: GstRingBuffer:gst_ring_buffer_activate()
234         API: GstRingBuffer:gst_ring_buffer_is_active()
235         API: GstRingBuffer:gst_ring_buffer_convert()
236
237 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
238
239         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
240         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
241         (gst_audioringbuffer_stop):
242         Signal thread startup earlier so that we can immediatly go into pull
243         mode when we have to and block on preroll.
244
245 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
246
247         * gst-libs/gst/audio/gstringbuffer.c:
248         (gst_ring_buffer_prepare_read):
249         In pull mode we want the callback to prepull a buffer we can preroll on
250         even when we are not yet playing.
251
252 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
253
254         * ext/alsa/Makefile.am:
255         * ext/cdparanoia/Makefile.am:
256         * ext/gio/Makefile.am:
257         * ext/gnomevfs/Makefile.am:
258         * ext/libvisual/Makefile.am:
259         * ext/ogg/Makefile.am:
260         * ext/pango/Makefile.am:
261         * ext/theora/Makefile.am:
262         * ext/vorbis/Makefile.am:
263         * gst/adder/Makefile.am:
264         * gst/audioconvert/Makefile.am:
265         * gst/audiorate/Makefile.am:
266         * gst/audioresample/Makefile.am:
267         * gst/audiotestsrc/Makefile.am:
268         * gst/ffmpegcolorspace/Makefile.am:
269         * gst/gdp/Makefile.am:
270         * gst/playback/Makefile.am:
271         * gst/subparse/Makefile.am:
272         * gst/tcp/Makefile.am:
273         * gst/typefind/Makefile.am:
274         * gst/videorate/Makefile.am:
275         * gst/videoscale/Makefile.am:
276         * gst/videotestsrc/Makefile.am:
277         * gst/volume/Makefile.am:
278         * sys/v4l/Makefile.am:
279         * sys/ximage/Makefile.am:
280         * sys/xvimage/Makefile.am:
281           Don't install static libs for plugins. Fixes #550851 for base.
282
283 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
284
285         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
286         Set the default blocksize to -1 because we will then use the configured
287         samplesperbuffer to create our output buffer.
288
289 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
290
291         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
292         (gst_riff_create_video_template_caps):
293         Add mappping for the KMVC (Karl Morton's Video) Codec.
294
295 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
296
297         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
298         Don't forget to advance the offset of what we're matching against, else
299         we end up in a forever loop.
300
301 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
302
303         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
304         Improve typefinding a bit. If we don't have a Unicode charset
305         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
306
307 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
308
309         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
310         Fix build on macosx.
311
312 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
313
314         Based on patch by: Robin Stocker <robin at nibor dot org>
315
316         * ext/theora/gsttheoradec.h:
317         * ext/theora/theoradec.c: (gst_theora_dec_init),
318         (theora_dec_setcaps), (theora_handle_type_packet),
319         (theora_dec_decode_buffer), (theora_dec_change_state):
320         Parse input caps and make the PAR override the encoded PAR when
321         specified by a container. Fixes #555699.
322
323 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
324
325         * gst-libs/gst/rtp/gstbasertpdepayload.c:
326         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
327         (gst_base_rtp_depayload_set_gst_timestamp),
328         (gst_base_rtp_depayload_change_state):
329         * gst-libs/gst/rtp/gstbasertpdepayload.h:
330         Add some more G_LIKELY
331         Fail when the setcaps function was not called.
332
333         * gst-libs/gst/rtp/gstbasertppayload.c:
334         (gst_basertppayload_set_outcaps):
335         Propagate return value of setcaps.
336
337 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
338
339         * gst/subparse/Makefile.am:
340         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
341         (gst_sub_parse_class_init), (gst_sub_parse_init),
342         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
343         (get_next_line), (gst_sub_parse_data_format_autodetect),
344         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
345         (gst_subparse_type_find):
346         * gst/subparse/gstsubparse.h:
347         Add support for UTF16/UTF32 subtitles as long as the first bytes of
348         the first buffer contain the BOM. This also adds support for other
349         encodings that allow NUL bytes via the encoding property.
350         Fixes bugs #552237 and #456788.
351
352 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
353
354         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
355         Don't drop the last byte of image tags if they're not an URI list.
356         Fixes bug #556066.
357
358 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
359
360         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
361         For looking at the 4th byte we have to get 4 bytes of course
362         and not 3.
363
364 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
365
366         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
367         Improve FLAC-without-headers typefinding by looking at most of the
368         frame header and checking if invalid values are used. Should prevent
369         quite some false positives compared to the old version which only
370         check if the first 14 bits are set.
371
372 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
373
374         * sys/xvimage/xvimagesink.c:
375           Don't assert on caps==NULL.
376
377 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
378
379         * gst/subparse/gstsubparse.c:
380         (gst_sub_parse_data_format_autodetect), (handle_buffer),
381         (gst_sub_parse_change_state):
382         * gst/subparse/gstsubparse.h:
383         * tests/check/elements/subparse.c: (GST_START_TEST):
384         Add support for subtitle files with UTF-8 BOM at the beginning
385         by simple stripping it from the first line before passing it
386         to any parsing code. Fixes bug #555257 and playback of files
387         created by Gnome Subtitles.
388
389 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
390
391         * gst/audiotestsrc/gstaudiotestsrc.c:
392         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
393         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
394         (gst_audio_test_src_start), (gst_audio_test_src_stop),
395         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
396         (gst_audio_test_src_create):
397         * gst/audiotestsrc/gstaudiotestsrc.h:
398         Define the default property values in the usual place.
399         Implement start/stop to reset values correctly.
400         Calculate the sample size only once when we negotiate.
401         Rename some values to make more sense.
402         Keep track of our byte range.
403         Add support for pull based scheduling. Disabled for now until we have
404         the whole stack working.
405         Set the BUFFER_OFFSET correctly.
406
407 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
408
409         Based on a patch by: xavierb at gmail dot com
410
411         * gst/subparse/gstsubparse.c:
412         (gst_sub_parse_data_format_autodetect):
413         * tests/check/elements/subparse.c: (GST_START_TEST):
414         Make the detection of the used subtitle a bit less strict
415         for srt subtitles. Fixes bug #555607.
416
417 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
418
419         * ext/vorbis/vorbisenc.c:
420         (gst_vorbis_enc_buffer_check_discontinuous):
421         Fix discontinuity detection which was broken by last commit.
422
423 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
424
425         * configure.ac::
426           Require core CVS for ghostpad API additions used by decodebin2.
427
428 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
429
430         * gst-libs/gst/audio/gstbaseaudiosrc.c:
431         (gst_base_audio_src_create):
432         Fix debug statements (space between '%' and actual format).
433
434 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
435
436         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
437         Remove bogus assert, the decodepad could have been created inside an
438         already existing group.
439
440 2008-10-08  Andy Wingo  <wingo@pobox.com>
441
442         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
443         target instead of setting it.
444         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
445         API for a decode pad. The bugfix is that we set the group in
446         activate(), not when the pad was created because it might be NULL
447         then.
448         (gst_decode_group_control_source_pad, gst_decode_group_expose):
449         Update to use the API.
450
451 2008-10-08  Andy Wingo  <wingo@pobox.com>
452
453         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
454         be a subclass of GstGhostPad.
455         (analyze_new_pad): So, when emitting the signals that determine
456         how we do autoplugging, already create the ghost pad and use it as
457         the pad in the signal arguments. This allows applications to make
458         a connection between the pad passed in e.g. autoplug-continue, and
459         the pad passed in new-decoded-pad.
460         (connect_pad, expose_pad): Update to receive the ghosted decode
461         pad in the args, retargetting it as necessary if we have to plug
462         the target pad through a multiqueue.
463         (gst_decode_group_control_source_pad): Adapt to receive an
464         already-ghosted pad that just needs activation, blocking, and
465         drain notification.
466         (sort_end_pads): Adapt for decode pads actually being pads.
467         (gst_decode_group_expose): Adapt for decode pads actually being
468         pads. Rewrite the decode pad names so they appear in order. Adds a
469         new error case if we couldn't set the name.
470         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
471         logic.
472         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
473         New API for the decode pad, needed because we shouldn't do these
474         things inside gst_decode_pad_new(), but after.
475         (gst_decode_pad_new): Change to actually make the real pad, and
476         delay the blocking/drainage bits.
477
478 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
479
480         Patch by: Daniel Drake <dsd at laptop dot org>
481
482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
483         Unref all buffers when clearing collectpads. Fixes bug #546955.
484
485 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
486
487         Based on a patch by: Klaas <klaas at rivercrew dot net>
488
489         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
490         (gst_vorbis_enc_buffer_check_discontinuous),
491         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
492         * ext/vorbis/vorbisenc.h:
493         Keep track of the upstream segments and use the running time on that
494         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
495
496 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
497
498         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
499         Prevent overflows with big buffer when calculating the size of
500         the intermediate buffer by using gst_util_uint64_scale() instead of
501         plain arithmetics. Fixes bug #552801.
502
503 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
504
505         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
506
507         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
508         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
509         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
510         (gst_clock_overlay_get_property):
511         * ext/pango/gstclockoverlay.h:
512         API: Add ability to specify format for date/time display by
513         adding a "time-format" property.
514         Fixes bug #554879.
515
516 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
517
518         Patch by: Jan Gerber <j at oil21 dot org>
519
520         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
521         (gst_riff_create_video_template_caps):
522         Add FFV1 fourcc to support playback of FFMPEG lossless video
523         in AVI. Fixes bug #555319.
524
525 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
526
527         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
528
529         * gst-libs/gst/audio/gstbaseaudiosrc.c:
530         (gst_base_audio_src_create):
531         Implement skew clock slaving. Fixes #552559.
532
533 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
534
535         * gst-libs/gst/audio/multichannel.c:
536         * gst-libs/gst/audio/testchannels.c:
537         Fix include of config.h
538
539 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
540
541         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
542
543         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
544         (print_media), (gst_sdp_message_dump):
545         Fix parsing of the c= field containing multicast addresses.
546         Fixes #552199.
547         Add the connection info to the session or streams.
548         Fix parsing of the bandwidth.
549         Add debugging for the connections and bandwidths for a media.
550         Add debugging for the bandwidth of the session. 
551
552 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
553
554         * gst-libs/gst/rtp/gstbasertppayload.c:
555         (gst_basertppayload_change_state):
556         Configure the next seqnum and timestamp in the state change so that they
557         can be queried soon after.
558
559 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
560
561         * gst-libs/gst/rtp/gstbasertpdepayload.c:
562         (gst_base_rtp_depayload_chain):
563         Improve debugging of the rtptime.
564
565 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
566
567         * configure.ac:
568         Back to development -> 0.10.21.1
569
570 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
571
572         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
573         (plugin_init):
574         Add typefinding for FLAC without headers in the beginning.
575         This is already handled by flacdec and friends.
576
577 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
578
579         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
580         (plugin_init):
581         Add typefinder for MXF.
582
583 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
584
585         * tests/icles/Makefile.am:
586         Only build test-colorkey if GTK+ is available.
587
588 === release 0.10.21 ===
589
590 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
591
592         * configure.ac:
593           releasing 0.10.21, "We Could Be Wrong"
594
595 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
596
597         * configure.ac:
598         0.10.20.4 pre-release
599
600 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
601
602         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
603
604         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
605         Set the BOS flag on the BOS packet. Fixes #553244.
606
607 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
608
609         * gst-libs/gst/rtsp/gstrtspmessage.c:
610         (gst_rtsp_message_parse_request),
611         (gst_rtsp_message_parse_response):
612         Fix the g_return_val_if_fail() statements.
613
614 2008-09-22  Michael Smith <msmith@songbirdnest.com>
615
616         * gst-libs/gst/tag/gsttagdemux.c:
617           Fail to activate if there's insufficient data in the file to be usable,
618           preventing an assertion fail later. Fixes #552960
619
620 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
621
622         * gst-libs/gst/pbutils/descriptions.c:
623         * gst/typefind/gsttypefindfunctions.c:
624           Recognise Kate subtitle streams (#550582).
625
626 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
627
628         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
629           Remove trailing comma from enum list, which causes problems
630           with -pendantic (#550729).
631
632 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
633
634         * configure.ac:
635         0.10.20.2 pre-release
636
637         * po/LINGUAS:
638         * po/id.po:
639         * po/pt_BR.po:
640
641         New translations.
642
643 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
644
645         * gst-libs/gst/interfaces/propertyprobe.c:
646           (gst_property_probe_get_properties),
647           (gst_property_probe_get_property),
648           (gst_property_probe_probe_property),
649           (gst_property_probe_probe_property_name),
650           (gst_property_probe_needs_probe),
651           (gst_property_probe_needs_probe_name),
652           (gst_property_probe_get_values),
653           (gst_property_probe_get_values_name),
654           (gst_property_probe_probe_and_get_values),
655           (gst_property_probe_probe_and_get_values_name):
656           More sanity checks for our second-favourite interface.
657
658 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
659
660         * gst-libs/gst/interfaces/propertyprobe.c:
661           Check for NULL pointer, in the hope that this fixes #532864.
662
663 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
664
665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
666           No really, the next release is 0.10.21 (fix Since: tags in docs).
667
668 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
669
670         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
671         Disable a code path that is now called but causes a deadlock for some
672         reason and is unneeded.
673
674 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
675
676         * sys/xvimage/xvimagesink.c:
677         * sys/xvimage/xvimagesink.h:
678           Add a "draw-border" property that can be set to false to disable
679           drawing borders.
680           
681         * tests/icles/test-colorkey.c:
682         * tests/icles/Makefile.am:
683           Add new test application for the colorkey handling.
684
685 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
686
687         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
688         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
689         This will also be fixed for upcoming gst-ffmpeg release so that once
690         this release of -base is out, it will work with the latest gst-ffmpeg
691         release.
692
693 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
694
695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
696         (gst_riff_create_audio_template_caps):
697         Add Truespeech mapping for RIFF formats (AVI/WAV).
698         Fixes #550656
699
700 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
701
702         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
703         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
704         Fixes #550638.
705
706 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
707
708         * configure.ac:
709         * gst/subparse/Makefile.am:
710         * gst/subparse/gstsubparse.c:
711         * gst/subparse/samiparse.c:
712         * tests/check/elements/subparse.c:
713           Rework last change, so that we build subparse, but just disable the
714           sami parse functionality, if we're configured to not use xml. In the
715           tests only the sami test is disabled now.
716
717 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
718
719         * configure.ac:
720           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
721           test runs.
722
723 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
724
725         * po/POTFILES.in:
726           Add some more files with strings for translation.
727
728 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
729
730         * gst-libs/gst/tag/gstvorbistag.c:
731         * tests/check/libs/tag.c:
732           Use new geo location tags from core. Fixes #481169
733
734 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
735
736         * tests/check/elements/audioresample.c: (setup_audioresample),
737         (fail_unless_perfect_stream), (test_perfect_stream_instance),
738         (test_discont_stream_instance):
739         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
740         Add debugging for coherence.
741
742 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
743
744         Patch by: Jonathan Matthew  <notverysmart gmail com>
745
746         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
747           Add typefinder for PDF documents (which is nice to have, since it's a
748           common format, but also helps prevent false positives). Fixes #549814.
749
750 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
751
752         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
753         (no_more_pads_cb):
754         Fix nasty race where multiple decodebins could start pushing data before
755         we manage to configure the sinks, resulting in not-linked errors in
756         typical RTSP streaming cases.
757
758 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
759
760         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
761         Since we now call stop, we trigger this code path that causes a deadlock
762         is apparently not needed.
763
764 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
765
766         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
767         (gst_ring_buffer_stop):
768         Also allow the case where the ringbuffer was paused when we try to stop
769         it so that the basesrc stop function is still called.
770
771 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
772
773         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
774
775         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
776         Reprobe devices again instead of taking a cached list as new
777         devices could've been plugged in. Fixes bug #549062.
778
779 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
780
781         Patch by: Alessandro Dessina <alessandro nnva org>
782
783         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
784         (gst_ogg_demux_activate_chain):
785         Don't add pads and activate them for skeleton streams. These are already
786         handled inside oggdemux. Fixes bug #537599.
787
788 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
789
790         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
791         Reset variable so that query and convert fail after going back to
792         READY. Fixes #548898.
793
794 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
795
796         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
797         If a buffer arrives with a timestamp before the timestamp+duration
798         of the previous buffer clip it instead of dropping it completely.
799         Slight improvement for the unfixable bug #548913.
800
801 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
802
803         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
804         Take the current timestamp instead of timestamp+duration for the offset.
805         This offset will later be used for calculating the timestamp and
806         otherwise vorbisdec will interpolate timestamps wrong if upstream
807         only sends timestamps and no granulepos.
808
809 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
810
811         * tests/examples/seek/seek.c:
812           Don't crash when having no visualisations.
813
814 2008-08-16  David Schleef  <ds@schleef.org>
815
816         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
817           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
818           Fixes #548065.
819
820 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
821
822         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
823         When cleaning up the caps fields also remove "depth" for the same
824         reason we remove "width".
825
826 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
827
828         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
829           Add Lead H.264 here as well.
830
831 2008-08-14  Julien Moutte  <julien@fluendo.com>
832
833         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
834         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
835
836 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
837
838         * gst-libs/gst/audio/gstbaseaudiosrc.c:
839         (gst_base_audio_src_create):
840         When not slaved to another clock also subtract the base_time from our
841         internal clock time to get the running time.
842
843 2008-08-12  David Schleef  <ds@schleef.org>
844
845         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
846           since it has no basis in libtheora.
847
848 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
849
850         * gst-libs/gst/interfaces/propertyprobe.h:
851           Remove double "interface" from doc-string.
852
853         * gst-libs/gst/interfaces/xoverlay.h:
854           Document interface.
855
856         * gst-libs/gst/riff/riff.c:
857           Add basic doc blobs.
858
859 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
860
861         * gst-libs/gst/audio/Makefile.am:
862           Don't try to build that example anymore.
863
864 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
865
866         * gst-libs/gst/audio/.cvsignore:
867         * gst-libs/gst/audio/Makefile.am:
868         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
869         * gst-libs/gst/audio/make_filter:
870           Move audiofiltertemplate to gst-template.
871
872 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
873
874         * docs/libs/gst-plugins-base-libs-sections.txt:
875         * gst-libs/gst/audio/gstaudiosrc.h:
876           More docs and shuffling. What can we do with the hundreds of #defines.
877
878 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
879
880         * gst-libs/gst/audio/audio.h:
881         * gst-libs/gst/audio/gstaudiofilter.h:
882         * gst-libs/gst/audio/gstringbuffer.h:
883         * gst-libs/gst/interfaces/propertyprobe.h:
884         * gst-libs/gst/tag/gsttagdemux.h:
885           Reducing number of dundocumented symbols.
886
887 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
888
889         * gst-libs/gst/audio/audio.c:
890           Fix doc comment syntax.
891
892         * gst-libs/gst/interfaces/propertyprobe.c:
893           Add more doc-comments and a FIXME: for the signal.    
894
895 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
896
897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
898         (gst_ogg_mux_request_new_pad):
899         * ext/ogg/gstoggmux.h:
900         Don't pretend to support NEWSEGMENT events, instead override the
901         GstCollectPads event function to return FALSE on NEWSEGMENT events
902         and do the normal work for other events.
903
904         This prevents elements like flacenc to seek to the start and rewrite
905         some data which then results in a broken Ogg packet.
906
907 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
908
909         Patch by: Frederic Crozat <fcrozat@mandriva.org>
910
911         * ext/alsa/gstalsaplugin.c: (plugin_init):
912         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
913         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
915         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
916         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
917         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
918         * gst/playback/gstdecodebin.c: (plugin_init):
919         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
920         * gst/playback/gstplayback.c: (plugin_init):
921         * gst/playback/gstqueue2.c: (plugin_init):
922         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
923         * sys/v4l/gstv4l.c: (plugin_init):
924         Make sure gettext returns translations in UTF-8 encoding rather
925         than in the current locale encoding (#546822).
926
927 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
928
929         * gst-libs/gst/pbutils/descriptions.c:
930           Add audio/x-qdm for qtdemux.
931
932 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
933
934         * ext/vorbis/vorbisdec.c:
935           Do not leak old taglist.
936
937 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
938
939         * tests/icles/test-scale.c:
940           Include <stdlib.h> for atoi().
941
942 2008-08-04  Andy Wingo  <wingo@pobox.com>
943
944         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
945         documentation fix.
946
947 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
948
949         * gst/adder/gstadder.c:
950           Cleanup lots of empty lines that came from gst-indent going havoc
951           before I added the INDENT_ON/OFF marker some time agao.
952
953 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
954
955         * configure.ac:
956         * gst-libs/gst/riff/riff-read.c:
957           Bump requirement to latest core and use new tag for riff formats.
958           Needed for #520694.
959
960 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
961
962         * tests/examples/dynamic/Makefile.am:
963         * tests/examples/dynamic/codec-select.c: (make_encoder),
964         (make_pipeline), (do_switch), (my_bus_callback), (main):
965         Add example app that dynamically switches between 3 'encoders'.
966
967 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
968
969         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
970         Add some more comments.
971
972 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
973
974         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
975         (gst_video_test_src_create):
976         Discard buffers of the wrong size after renegotiation, this is perfectly
977         possible with things like capsfilter that could suggest caps changes
978         upstream without knowing the size of the buffer.
979
980 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
981
982         * tests/icles/.cvsignore:
983         * tests/icles/Makefile.am:
984         * tests/icles/test-scale.c: (make_pipeline), (main):
985         Add dynamic rescaling tests for the new basetransform.
986
987 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
988
989         * gst/audioconvert/Makefile.am:
990           Dist recently-added gstfastrandom.h.
991
992 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
993
994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
995         Fix a "may be used uninitialized in this function" which weirdly only
996         appears on macosx (?).
997
998 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
999
1000         * gst-libs/gst/riff/riff-ids.h:
1001           Adding acid chunk for tempo and loop information.
1002
1003 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1004
1005         * sys/xvimage/Makefile.am:
1006           floor() needs linking to $(LIBM).
1007
1008 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1009
1010         * ext/gnomevfs/gstgnomevfssrc.c:
1011           Aggregate short reads and add some comments and debug logging.
1012           Fixes #537380
1013
1014 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1015
1016         * gst/playback/gstplaybasebin.c:
1017           Fix property doc markup (its not a signal).
1018
1019         * sys/xvimage/xvimagesink.c:
1020           Add since tag for new proeprties (also add sice tags fro the last two
1021           other additions).
1022
1023 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1024
1025         * sys/xvimage/xvimagesink.c:
1026         * sys/xvimage/xvimagesink.h:
1027           Add autofill/colorkey properties. Fixes #538656.
1028
1029 2008-07-28  David Schleef  <ds@schleef.org>
1030
1031         * sys/xvimage/xvimagesink.c:
1032           Fix rounding errors when converting colorbalance values
1033           between hardware and object property ranges.  Partial
1034           fix for #537889, however, there still seems to be a small
1035           drift problem that could be totem's fault.
1036
1037 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1038
1039         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1040         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1041         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1042         This fixes a critical warning.
1043
1044 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1045
1046         * ext/ogg/gstoggmux.c:
1047         Allow muxing of CELT into Ogg streams.
1048
1049 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1050
1051         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1052         (plugin_init):
1053         Add simple typefinder for the CELT codec (www.celt-codec.org).
1054
1055 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1056
1057         Patch by: Jan Gerber <j at oil21 dot org>
1058
1059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1060         Fix calculation of the start time from skeleton streams.
1061         Fixes bug #530068.
1062
1063 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1064
1065         * tests/examples/seek/seek.c:
1066           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1067
1068 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1069
1070         * gst/audioconvert/audioconvert.h:
1071         * gst/audioconvert/gstaudioquantize.c:
1072         (gst_audio_quantize_setup_dither),
1073         (gst_audio_quantize_free_dither):
1074         * gst/audioconvert/gstfastrandom.h:
1075         Implement a linear congruential generator as pseudo random number
1076         generator for the dither noise. This is about 2 times faster than
1077         using GLib's mersenne twister. Also this uses only integer math for
1078         generating integers while GLib internally uses floating point math.
1079
1080 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1081
1082         * configure.ac:
1083           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1084
1085 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1086
1087         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1088
1089         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1090           Use GST_STR_NULL to avoid crashes with libcs that don't
1091           like NULL strings in printf args (such as the win32 one).
1092           Fixes #544306.
1093
1094 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1095
1096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1097         Oops - set the size of the image used for probing back to 1x1, for
1098         consistency with ximagesink
1099
1100 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1101
1102         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1103         (gst_ximagesink_ximage_new):
1104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1105         (gst_xvimagesink_xvimage_new):
1106
1107         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1108         X server to attach to a shared memory segment after we've deleted it,
1109         with the result that MIT-SHM is disabled. Instead, remove it only after 
1110         X succeeds in attaching too.
1111
1112 2008-07-16  David Schleef  <ds@schleef.org>
1113
1114         * gst/audiotestsrc/gstaudiotestsrc.c:
1115         * gst/audiotestsrc/gstaudiotestsrc.h:
1116           Add 'ticks', a 1/30 second sine wave pulse every second.
1117
1118 2008-07-15  David Schleef  <ds@schleef.org>
1119
1120         * gst-libs/gst/video/video.c: Revert ABI change.
1121
1122 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1123
1124         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1125         Make it impossible to have NULL caps at the point where we set
1126         framerate and other things. Also don't return immediately for "3ivd"
1127         video and let framerate, etc be set. Might fix bug #542508.
1128
1129 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1130
1131         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1132         Video format can also be conveniently determined from (many)
1133         non-fixed caps.
1134
1135 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1136
1137         * gst/playback/gstplaybasebin.c:
1138         * gst/playback/gstplaybasebin.h:
1139         * gst/playback/gstplaybin.c:
1140         * gst/playback/gststreamselector.c:
1141         First stab at integrating DVD subpicture overlay into
1142         playbin. Successfully plugs and plays, but the queues need
1143         shrinking - 3 seconds of video is too much buffering.
1144
1145 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1146
1147         * gst/audioconvert/gstaudioconvert.c:
1148           Remove now obsolete note in the docs.
1149
1150 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1151
1152         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1153         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1154         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1155         * docs/plugins/gst-plugins-base-plugins.args:
1156         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1157         * docs/plugins/gst-plugins-base-plugins.interfaces:
1158         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1159         * docs/plugins/gst-plugins-base-plugins.signals:
1160         * docs/plugins/inspect/plugin-adder.xml:
1161         * docs/plugins/inspect/plugin-alsa.xml:
1162         * docs/plugins/inspect/plugin-audioconvert.xml:
1163         * docs/plugins/inspect/plugin-audiorate.xml:
1164         * docs/plugins/inspect/plugin-audioresample.xml:
1165         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1166         * docs/plugins/inspect/plugin-cdparanoia.xml:
1167         * docs/plugins/inspect/plugin-decodebin.xml:
1168         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1169         * docs/plugins/inspect/plugin-gdp.xml:
1170         * docs/plugins/inspect/plugin-gnomevfs.xml:
1171         * docs/plugins/inspect/plugin-libvisual.xml:
1172         * docs/plugins/inspect/plugin-ogg.xml:
1173         * docs/plugins/inspect/plugin-pango.xml:
1174         * docs/plugins/inspect/plugin-playback.xml:
1175         * docs/plugins/inspect/plugin-queue2.xml:
1176         * docs/plugins/inspect/plugin-subparse.xml:
1177         * docs/plugins/inspect/plugin-tcp.xml:
1178         * docs/plugins/inspect/plugin-theora.xml:
1179         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1180         * docs/plugins/inspect/plugin-uridecodebin.xml:
1181         * docs/plugins/inspect/plugin-video4linux.xml:
1182         * docs/plugins/inspect/plugin-videorate.xml:
1183         * docs/plugins/inspect/plugin-videoscale.xml:
1184         * docs/plugins/inspect/plugin-videotestsrc.xml:
1185         * docs/plugins/inspect/plugin-volume.xml:
1186         * docs/plugins/inspect/plugin-vorbis.xml:
1187         * docs/plugins/inspect/plugin-ximagesink.xml:
1188         * docs/plugins/inspect/plugin-xvimagesink.xml:
1189         * ext/alsa/gstalsamixer.c:
1190         * ext/alsa/gstalsasink.c:
1191         * ext/alsa/gstalsasrc.c:
1192         * ext/gio/gstgiosink.c:
1193         * ext/gio/gstgiosrc.c:
1194         * ext/gio/gstgiostreamsink.c:
1195         * ext/gio/gstgiostreamsrc.c:
1196         * ext/gnomevfs/gstgnomevfssink.c:
1197         * ext/gnomevfs/gstgnomevfssrc.c:
1198         * ext/ogg/gstoggdemux.c:
1199         * ext/ogg/gstoggmux.c:
1200         * ext/pango/gstclockoverlay.c:
1201         * ext/pango/gsttextoverlay.c:
1202         * ext/pango/gsttextrender.c:
1203         * ext/pango/gsttimeoverlay.c:
1204         * ext/theora/theoradec.c:
1205         * ext/theora/theoraenc.c:
1206         * ext/theora/theoraparse.c:
1207         * ext/vorbis/vorbisdec.c:
1208         * ext/vorbis/vorbisenc.c:
1209         * ext/vorbis/vorbisparse.c:
1210         * ext/vorbis/vorbistag.c:
1211         * gst/adder/gstadder.c:
1212         * gst/audioconvert/gstaudioconvert.c:
1213         * gst/audioresample/gstaudioresample.c:
1214         * gst/audiotestsrc/gstaudiotestsrc.c:
1215         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1216         * gst/gdp/gstgdpdepay.c:
1217         * gst/gdp/gstgdppay.c:
1218         * gst/playback/gstdecodebin2.c:
1219         * gst/playback/gstplaybin.c:
1220         * gst/playback/gstplaybin2.c:
1221         * gst/playback/gstqueue2.c:
1222         * gst/playback/gsturidecodebin.c:
1223         * gst/tcp/gstmultifdsink.c:
1224         * gst/tcp/gsttcpserversink.c:
1225         * gst/videorate/gstvideorate.c:
1226         * gst/videoscale/gstvideoscale.c:
1227         * gst/videotestsrc/gstvideotestsrc.c:
1228         * gst/volume/gstvolume.c:
1229         * sys/ximage/ximagesink.c:
1230         * sys/xvimage/xvimagesink.c:
1231           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1232           titles. Drop mentining that all our example pipelines are "simple"
1233           pipelines.
1234
1235 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1236
1237         * tests/examples/seek/Makefile.am:
1238         Fix out of tree build by adding all required CFLAGS.
1239
1240 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1241
1242         * gst/playback/gstdecodebin.c: (add_raw_queue):
1243         And ref the pad before returning it again when linking to the queue
1244         failed. Otherwise we will unref the pad twice later and things break.
1245
1246 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1247
1248         * gst/playback/gstdecodebin.c: (add_raw_queue):
1249         If linking the raw pad with a queue fails, try it without a queue
1250         instead of failing completely. This should never happen.
1251
1252 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1253
1254         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1255
1256         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1257         Add a queue after a demuxer if the demuxer outputs raw data. This was
1258         done before only for non-raw data but is required in this case too.
1259         Fixes bug #540215.
1260
1261         decodebin2 doesn't have this issue because all streams of a group
1262         go through multiqueue.
1263
1264 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1265
1266         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1267
1268         * gst-libs/gst/sdp/gstsdpmessage.c:
1269         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1270         that getaddrinfo() can be used. Fixes #541358.
1271
1272 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1273
1274         * gst/videotestsrc/gstvideotestsrc.c:
1275         (gst_video_test_src_class_init), (gst_video_test_src_init),
1276         (gst_video_test_src_set_property),
1277         (gst_video_test_src_get_property), (gst_video_test_src_create):
1278         * gst/videotestsrc/gstvideotestsrc.h:
1279         Cleanups, use default property values as defines.
1280         Add property to enable/disable peer buffer allocation.
1281
1282 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1283
1284         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1285         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1286         Enable unit tests on PPC again as the bugs are now fixed.
1287
1288 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1289
1290         * gst-libs/gst/riff/riff-ids.h:
1291         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1292         (gst_riff_create_audio_template_caps):
1293         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1294         Fixes bug #540351.
1295
1296 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1297
1298         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1299         (gst_ffmpeg_pixfmt_to_caps):
1300         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1301         (gst_ffmpegcsp_get_unit_size):
1302         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1303         it on other formats. Also adjust the unit size only for that format
1304         to not include the palette. Fixes bug #540497.
1305
1306 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1307
1308         * gst/adder/gstadder.c:
1309           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1310
1311 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1312
1313         * ChangeLog:
1314           ChangeLog surgery.
1315   
1316         * tests/examples/seek/seek.c:
1317           Move variable into ifdef too.
1318         
1319
1320 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1321
1322         * tests/examples/seek/seek.c:
1323           Include config.h and check if we have X. Remove XInitThread(), don't
1324           think its needed. Fixes: #540334.
1325
1326 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1327
1328         Patch by: Sam Morris <sam at robots dot org to uk>
1329
1330         * gst-libs/gst/interfaces/mixertrack.c:
1331         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1332         (gst_mixer_track_set_property):
1333         API: Add "index" property to GstMixerTrack to differantiate between
1334         multiple mixer tracks with the same label.
1335
1336         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1337         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1338         Set the "index" property of GstMixerTrack to the index given by ALSA.
1339         Fixes bug #528299.
1340
1341 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1342
1343         * tests/examples/seek/Makefile.am:
1344         * tests/examples/seek/seek.c:
1345           Remove libgstvideo usage. Use gtk_get_option_group instead of
1346           gtk_init().
1347
1348 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1349
1350         * tests/check/Makefile.am:
1351           Name the test registry format neutral.
1352
1353 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1354
1355         * gst/playback/gstqueue2.c:
1356           Do not double notify. Remove the unsued return value.
1357
1358 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1359
1360         * ext/alsa/gstalsamixer.c:
1361           Also consider "speaker" as a name for master volume. If that doesn't
1362           help look for the first non-mono volume control that also has a
1363           playback switch.
1364
1365 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1366
1367         * ChangeLog:
1368           Forgot to save the ChangeLog :/
1369
1370 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1371
1372         * tests/examples/seek/Makefile.am:
1373         * tests/examples/seek/seek.c:
1374           Embedd the xwindow. Allow to play multiple files.
1375
1376 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1377
1378         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1379         (gst_ximagesink_setcaps):
1380         * sys/ximage/ximagesink.h:
1381         When the caps change, make sure to re-draw borders in
1382         force-aspect-ratio=true mode.
1383         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1384         Don't clear the border_draw flag until we actually draw the border.
1385         * tests/check/Makefile.am:
1386         Ignore alsasink/src during the states test too, so it doesn't fail
1387         when running without access to the sound device.
1388
1389 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1390
1391         * tests/examples/seek/seek.c:
1392           Fix crasher when playing a parse-launch line the 2nd time.
1393
1394 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1395
1396         * tests/check/pipelines/oggmux.c:
1397           Properly ifdef tests to fix compilation.
1398
1399 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1400
1401         * gst/playback/gstplay-marshal.list:
1402         * gst/playback/gstplaybin2.c:
1403           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1404           playbin2. This allows the user to get to the selector's sinkpads, and
1405           thus inspect a range of things - caps, tags, etc. 
1406
1407 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1408
1409         * gst/playback/gstplaybin2.c:
1410           Use a different constant for the convert-frame signal id.
1411           Fixes #537009.
1412
1413 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1414
1415         * gst/playback/gstplaybin2.c:
1416         * gst/playback/gstplaysink.c:
1417           Fix a whole bunch of typos in comments and log statements. 
1418
1419 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1420
1421         * sys/xvimage/xvimagesink.c:
1422           Don't set colour balance values on the Xv port if the user hasn't
1423           changed them (via properties or the interface). Avoids accumulating
1424           rounding errors for the common case.
1425           Partial fix for bug #537889.
1426
1427 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1428
1429         * gst/playback/gstdecodebin2.c:
1430           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1431           pads are drained.
1432
1433 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1434
1435         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1436         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1437         Report the encoder latency. Fixes #538232.
1438
1439 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1440
1441         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1442         (notify_source), (activate_group):
1443         Implement the source property, emit notify when it changes in the
1444         underlying uridecodebin.
1445
1446 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1447
1448         * tests/examples/seek/seek.c: (stop_cb):
1449         Free and clear the seek element list so that we don't use invalid
1450         references when seeking after recreating a gst-launch line.
1451
1452 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1453
1454         * gst-libs/gst/audio/gstbaseaudiosink.c:
1455         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1456         (gst_base_audio_sink_render):
1457         Report latency even if we are not live instead of hiding it.
1458         Take ts-offset and render-delay of the basesink into account when
1459         scheduling samples.
1460         Rework the clipping code so that we can take the various offsets into
1461         account and still do correct clipping.
1462
1463 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1464
1465         * configure.ac:
1466         Bump verion back to devel -> 0.10.20.1
1467
1468 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1469
1470         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1471         Don't increase the size of non-string image buffers by one as this
1472         might in theory confuse decoders. Still increase it by one for string
1473         image buffers to append '\0'.
1474
1475 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1476
1477         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1478         
1479         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1480         Fix a buffer memleak and remove a confusing and wrong debug output.
1481         Fixes bug #538663.
1482
1483 === release 0.10.20 ===
1484
1485 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1486
1487         * configure.ac:
1488           releasing 0.10.20, "Here I Go Again"
1489
1490 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1491
1492         * configure.ac:
1493         0.10.19.3 pre-release
1494
1495 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1496
1497         * gst-libs/gst/rtsp/gstrtspconnection.c:
1498         Fix build on win32.
1499         Patch By: David Schleef <ds@schleef.org>
1500         Fixes: #536874
1501
1502 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1503
1504         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1505         (gst_gio_base_src_create):
1506         * ext/gio/gstgiobasesrc.h:
1507         Try to read the requested number of bytes, even if the first
1508         read returns less than requested, until nothing is read anymore
1509         or we have the requested amount of bytes. This fixes playback of
1510         files via Samba as Samba only allows to read 64k at once.
1511
1512         Implement a caching algorithm that makes sure that we read at
1513         least 4k of data every time. Some elements will try to read a few
1514         bytes, then seek, read again a few bytes and so on and this is
1515         painfully slow as every operation has to go over DBus if GVfs is
1516         used as backend.
1517
1518         Fixes bug #536849 and #536848.
1519
1520         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1521         (gst_gio_src_check_get_range):
1522         Override check_get_range() to blacklist http/https URIs
1523         and whitelist file URIs. More to be added on demand.
1524
1525 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1526
1527         * configure.ac:
1528         0.10.19.2 pre-release
1529
1530 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1531
1532         * win32/common/libgstrtsp.def:
1533         * win32/common/libgsttag.def:
1534         Add new API functions to the dll exports
1535
1536 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1537
1538         * gst/playback/gstplaybasebin.c:
1539           Disconnect signals from decodebins we created before we remove it
1540           from playbin, to avoid crashes if the decodebin is eventually
1541           disposed after the playbin itself (possible if the app takes a
1542           reference on the decodebin).
1543           Fixes #536521.
1544
1545 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1546
1547         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1548           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1549           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1550           (h264_video_type_find), (mpeg_video_stream_type_find),
1551           (dv_type_find), (mmsh_type_find):
1552           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1553           copy caps for no good reason (this may be desirable to make it easier
1554           to detect leaks, but then it should probably be done for all caps
1555           in the typefinder somewhere).
1556
1557 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1558
1559         * tests/check/Makefile.am:
1560         Do not try to run the check tests for subparse unless it has been
1561         built.
1562
1563 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1564
1565         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1566         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1567         Do not try to run a test which requires vorbisenc unless we have
1568         actually built it.
1569
1570 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1571
1572         * gst-libs/gst/rtsp/gstrtspconnection.c:
1573         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1574         (gst_rtsp_connection_clear_auth_params),
1575         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1576         * gst-libs/gst/rtsp/gstrtspconnection.h:
1577         Add a couple of missing argument guards.
1578         Add a way of setting the DSCP for an RTSP connection.
1579         Add an accessor method for the ip member of GstRTSPConnection as all
1580         members are supposed to be private.
1581
1582 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1583
1584         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1585         Fixed accidental use of IPv4 options for all IPv6 addresses.
1586
1587 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1588
1589         * gst-libs/gst/interfaces/mixertrack.h:
1590           Document mixer track flags.
1591
1592 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1593
1594         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1595
1596         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1597         Don't set caps on the buffers that contain a copy of the buffer
1598         including the caps of them resulting in an always increasing refcount
1599         of the caps and insanely large caps. Instead include a buffer without
1600         caps in the new caps. Fixes bug #536475.
1601
1602 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1603
1604         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1605         Transform a given PAR to a range on the struct with the generic
1606         height/width instead of the struct with the possibly restricted
1607         height/width.
1608
1609 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1610
1611         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1612         Prefer the given format if it contains something stricter than [1,MAX]
1613         for height or width and only put a structure that requires rescaling
1614         as second. This makes it possible to use videoscale in pipelines where
1615         the source can actually produce the wanted height/width but usually
1616         selects a different one from the requested.
1617
1618 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1619
1620         Based on patch by: John Millikin <jmillikin gmail com>
1621
1622         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1623           (gst_vorbis_tag_add_coverart):
1624           Retrieve COVERART tags from vorbis comments (#512333)
1625
1626 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1627
1628         * gst-libs/gst/tag/tag.h:
1629         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1630           Don't forget to add new enum value here too (should probably use
1631           glib-mkenums here...).
1632
1633 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1634
1635         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1636         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1637         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1638           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1639           (gst_tag_image_data_to_image_buffer):
1640           Add two utility functions to avoid code duplication (#512333):
1641           API: add gst_tag_image_data_to_image_buffer()
1642           API: add gst_tag_list_add_id3_image()
1643           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1644
1645 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1646
1647         * win32/common/libgstaudio.def:
1648         Add gst_audio_check_channel_positions() to the exported symbols.
1649
1650 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1651
1652         * docs/libs/gst-plugins-base-libs-sections.txt:
1653         * gst-libs/gst/audio/multichannel.c:
1654         (gst_audio_check_channel_positions):
1655         * gst-libs/gst/audio/multichannel.h:
1656         API: Make gst_audio_check_channel_positions() public.
1657
1658         * tests/check/libs/audio.c: (GST_START_TEST):
1659         Add some simple checks for gst_audio_check_channel_positions().
1660
1661 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1662
1663         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1664           minrange and maxrange are scaled according to the frequency
1665           multiplier.
1666
1667 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1668
1669         * ext/pango/Makefile.am:
1670         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1671           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1672           Use gstvideo functions to calculate strides and plane offsets. Fixes
1673           rendering issue ('ghost' images of the text on the chroma planes)
1674           with widths or heights that are not multiples of 8 (#506659 and
1675           probably also #485729).
1676
1677         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1678           (main):
1679           Test with odd height/width too.
1680
1681 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1682
1683         * gst/adder/gstadder.c: (gst_adder_query_duration),
1684         (gst_adder_query_latency):
1685         When using gst_element_iterate_pads() one has to unref every pad
1686         after usage.
1687
1688 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1689
1690         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1691         (gst_base_audio_src_class_init):
1692         Add a gtk-doc chunk for the new properties to have a Since: indication.
1693
1694 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1695
1696         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1697         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1698         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1699         (gst_base_audio_src_change_state):
1700         Provide readable actual-buffer-time and actual-latency-time properties
1701         that reflect the configured ringbuffer values. Fixes #524724.
1702         API: GstBaseAudioSrc:actual-buffer-time
1703         API: GstBaseAudioSrc:actual-latency-time
1704
1705 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1706
1707         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1708         (gst_basertppayload_change_state):
1709         Simply converting the running time into an RTP timestamp by scaling it
1710         based on the clock-rate is good enough for making an RTP timestamp. This
1711         has the added benefit that we can later on expose a property with the
1712         RTP timestamp of running time 0, as is needed for RTSP servers to
1713         generate the response of the PLAY request.
1714
1715 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1716
1717         * gst/audioconvert/gstaudioconvert.c:
1718         (structure_has_fixed_channel_positions),
1719         (gst_audio_convert_transform_caps):
1720         Allow up to 11 positioned channels now that audioconvert can handle
1721         this but add no default positions for > 8 channels.
1722         
1723         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1724         Add some unit tests for the above change: Test conversion of
1725         11 positioned channels to stereo and the other way around, test
1726         conversion of 15 unpositioned channels in different ways.
1727
1728 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1729
1730         * win32/common/libgstaudio.def:
1731         Add gst_audio_clock_reset to the list of exported symbols.
1732
1733 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1734
1735         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1736         Remove wrong_channels_identification_header unit test as we now
1737         support 7 (and more channels).
1738
1739 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1740
1741         * gst/audioconvert/gstchannelmix.c:
1742         (gst_channel_mix_fill_one_other):
1743         If mixing left or right to center (or the other way around) only take
1744         the complete value if we don't already have the original position in
1745         the source.
1746
1747 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1748
1749         * gst-libs/gst/audio/multichannel.c:
1750         (gst_audio_check_channel_positions),
1751         (gst_audio_set_structure_channel_positions_list),
1752         (gst_audio_fixate_channel_positions):
1753         Allow rear center together with rear left/right and other previously
1754         conflicting channel positions. The reason why they weren't allowed
1755         was the channel mixing implementation in audioconvert.
1756         Also take this into account when fixing channel layouts.
1757
1758         Allow setting channel positions for 1/2 channels when using
1759         gst_audio_set_structure_channel_position().
1760
1761         * gst/audioconvert/gstchannelmix.c:
1762         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1763         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1764         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1765         Major rewrite of the channel mixing.
1766
1767         We now allow previously conflicting channel positions to appear
1768         together (rear center and rear left/right for example).
1769         Fixes bug #533817.
1770
1771         Rework the way channels are mixed together to take more possible
1772         channel positions into account, properly mix from/to side channels
1773         and don't assume that either center, left&right or nothing of a
1774         specific position is available anymore.
1775
1776         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1777         Adjust unit tests with non-standard 1/2 channel layouts to the more
1778         correct new behaviour.
1779
1780         Add a unit test for 5.1->Stereo downmixing.
1781
1782 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1783
1784         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1785         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1786         Add sane defaults for the 7 and 8 channel layouts as those are
1787         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1788         more than 8 channels instead of erroring out. Fixes bug #535356.
1789
1790 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1791
1792         * docs/plugins/Makefile.am:
1793         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1794         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1795         * ext/theora/theoraparse.c:
1796         Add theoraparse to the docs and fix some docs.
1797
1798 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1799
1800         * gst-libs/gst/cdda/gstcddabasesrc.c:
1801         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1802         Fix EOS condition and track addition check, the track.end sector is
1803         included in the track. Fixes #533265.
1804
1805 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1806
1807         Patch by: Mark Nauwelaerts <manauw at skynet be>
1808
1809         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1810         (gst_video_rate_flush_prev), (gst_video_rate_event),
1811         (gst_video_rate_chain):
1812         * gst/videorate/gstvideorate.h:
1813         React (more) to NEWSEGMENT
1814         Small adjustment in timestamp calculation to prevent mismatches
1815         Fixes #435633.
1816
1817 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1818
1819         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1820           Initialise error to NULL as we should.
1821
1822 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1823
1824         * gst/adder/gstadder.c: (gst_adder_query_duration),
1825         (gst_adder_query_latency), (gst_adder_query):
1826         Implement latency query.
1827
1828 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1829
1830         * gst/adder/gstadder.c: (gst_adder_query_duration):
1831         Correctly resync the iterator if gst_iterator_next() returns
1832         GST_ITERATOR_RESYNC.
1833
1834 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1835
1836         * win32/vs6/libgstpbutils.dsp:
1837           Add pbutils-enumtypes.c to sources (#518037).
1838
1839 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1840
1841         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1842         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1843         * gst-libs/gst/audio/gstaudioclock.h:
1844         Add method to inform the clock that the time starts from 0 again. We use
1845         this info to calculate a clock offset so that the time we report in
1846         internal_time is monotonically increasing, as required by the clock base
1847         class. Fixes #521761.
1848         API: GstAudioClock::gst_audio_clock_reset()
1849
1850         * gst-libs/gst/audio/gstbaseaudiosink.c:
1851         (gst_base_audio_sink_skew_slaving),
1852         (gst_base_audio_sink_change_state):
1853         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1854         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1855         Reset reported time when we (re)create the ringbuffer.
1856
1857 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1858
1859         * ext/alsa/gstalsamixertrack.c:
1860           (gst_alsa_mixer_track_update_alsa_capabilities):
1861           Make sure playback volumes aren't accidentally overwritten by
1862           capture volumes if an alsa mixer track has both playback and
1863           capture capabilities: we create two GstMixerTracks in that
1864           case, so make sure we query only the alsa capabilities that
1865           refer to the type of GstMixerTrack we created from the dual
1866           capability alsa element. Should fix issues with Audigy2 sound
1867           cards (#518082).
1868
1869 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1870
1871         * tests/check/pipelines/oggmux.c: (test_pipeline):
1872           Don't use deprecated function.
1873
1874 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1875
1876         * gst/playback/gstdecodebin2.c:
1877         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1878         Check for NULL cases and log them, creating ghostpads can, for example,
1879         fail when the pad returns wrong caps.
1880
1881         * gst/playback/gstplaybin2.c: (perform_eos):
1882         When pushing out the EOS event, collect the return value and warn when
1883         something failed.
1884
1885 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1886
1887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1888         (gst_riff_create_video_template_caps):
1889         Add support for DVCPRO.
1890
1891 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1892
1893         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1894           Change default scaling method from nearest-neighbour to bilinear.
1895
1896 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1897
1898         * tests/check/libs/video.c:
1899           More checks.
1900
1901 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1902
1903         * gst/subparse/gstsubparse.c: (parser_state_init),
1904           (gst_sub_parse_format_autodetect), (handle_buffer):
1905         * gst/subparse/gstsubparse.h:
1906         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1907           Limit duration to a maximum of five seconds for tmplayer format where
1908           we can guess the duration only from the timestamp of the next line of
1909           text. We don't want to show a text for eternities just because nothing
1910           else is being said for a while.
1911
1912 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1913
1914         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1915         (gst_base_rtp_depayload_chain),
1916         (gst_base_rtp_depayload_handle_sink_event),
1917         (gst_base_rtp_depayload_push_full),
1918         (gst_base_rtp_depayload_change_state):
1919         Check sequence numbers, mark input buffers with a discont flag for the
1920         subclass when we detected a gap, drop duplicate buffers. We do this
1921         because one can use the element without a jitterbuffer in front and we
1922         don't want to feed the subclasses invalid or reordered data.
1923         Do an error when the subclass did not provide a process function instead
1924         of crashing.
1925         Some other small cleanups.
1926
1927 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1928
1929         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1930           May just as well use the precalculated uvstride here.
1931
1932 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1933
1934         * docs/plugins/Makefile.am:
1935         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1936         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1937         * docs/plugins/gst-plugins-base-plugins.args:
1938         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1939         * docs/plugins/gst-plugins-base-plugins.interfaces:
1940         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1941         * docs/plugins/inspect/plugin-adder.xml:
1942         * docs/plugins/inspect/plugin-alsa.xml:
1943         * docs/plugins/inspect/plugin-audioconvert.xml:
1944         * docs/plugins/inspect/plugin-audiorate.xml:
1945         * docs/plugins/inspect/plugin-audioresample.xml:
1946         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1947         * docs/plugins/inspect/plugin-cdparanoia.xml:
1948         * docs/plugins/inspect/plugin-decodebin.xml:
1949         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1950         * docs/plugins/inspect/plugin-gdp.xml:
1951         * docs/plugins/inspect/plugin-gio.xml:
1952         * docs/plugins/inspect/plugin-gnomevfs.xml:
1953         * docs/plugins/inspect/plugin-libvisual.xml:
1954         * docs/plugins/inspect/plugin-ogg.xml:
1955         * docs/plugins/inspect/plugin-pango.xml:
1956         * docs/plugins/inspect/plugin-playback.xml:
1957         * docs/plugins/inspect/plugin-queue2.xml:
1958         * docs/plugins/inspect/plugin-subparse.xml:
1959         * docs/plugins/inspect/plugin-tcp.xml:
1960         * docs/plugins/inspect/plugin-theora.xml:
1961         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1962         * docs/plugins/inspect/plugin-uridecodebin.xml:
1963         * docs/plugins/inspect/plugin-video4linux.xml:
1964         * docs/plugins/inspect/plugin-videorate.xml:
1965         * docs/plugins/inspect/plugin-videoscale.xml:
1966         * docs/plugins/inspect/plugin-videotestsrc.xml:
1967         * docs/plugins/inspect/plugin-volume.xml:
1968         * docs/plugins/inspect/plugin-vorbis.xml:
1969         * docs/plugins/inspect/plugin-ximagesink.xml:
1970         * docs/plugins/inspect/plugin-xvimagesink.xml:
1971         * ext/cdparanoia/gstcdparanoiasrc.c:
1972         * ext/ogg/gstoggdemux.c:
1973         * ext/ogg/gstoggdemux.h:
1974         * ext/ogg/gstoggmux.c:
1975         * ext/ogg/gstoggmux.h:
1976         * gst/audioconvert/audioconvert.c:
1977         * gst/audioconvert/audioconvert.h:
1978         * gst/audioconvert/gstaudioconvert.h:
1979         * gst/gdp/gstgdpdepay.h:
1980         * gst/gdp/gstgdppay.h:
1981         * gst/playback/gstdecodebin.c:
1982         * gst/playback/gstdecodebin2.c:
1983         * gst/playback/gstplaybin.c:
1984         * gst/playback/gstplaybin2.c:
1985         * gst/playback/gsturidecodebin.c:
1986         * gst/tcp/gstmultifdsink.c:
1987         * gst/tcp/gstmultifdsink.h:
1988         * gst/tcp/gsttcp.h:
1989
1990         Add some documentation comments, and some new headers to be scanned.
1991         Rename some internal enum declarations (audioconvert's DitherType and
1992         NoiseShapingType, GstUnitType from the TCP elements) to match the
1993         documented GObject type names so that the docs pick them up.
1994         Name the playbin2 docs markups properly so they get picked up. They'll
1995         need renaming back when/if playbin2 becomes playbin.
1996
1997         100% symbol coverage for the plugin docs, booya.
1998
1999 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2000
2001         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2002
2003         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2004         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2005
2006 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2007
2008         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2009
2010         * gst/playback/gstdecodebin.c: (remove_fakesink):
2011         Lock the fakesink before setting the state to NULL and removing it from
2012         the bin so that a concurrent state change cannot interfere. 
2013         Fixes #534331.
2014
2015 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2016
2017         * docs/Makefile.am:
2018         Fix installing plugin documentation when gtk-doc is disabled.
2019
2020 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2021
2022         * gst-libs/gst/rtsp/Makefile.am:
2023         Distribute, don't install md5.h
2024
2025 2008-05-21  Julien Moutte  <julien@fluendo.com>
2026
2027         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2028         instead of SOL_IP, works on more platforms.
2029         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2030         arguments.
2031
2032 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2033
2034         * ext/vorbis/vorbisdec.c:
2035         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2037         Some debug and comment fixes.
2038
2039         * tests/examples/dynamic/addstream.c: (main):
2040         Fix , to ;
2041
2042 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2043
2044         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2045         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2046         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2047         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2048         (cleanup_decodebin):
2049         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2050         (connect_element), (gst_decode_group_control_demuxer_pad):
2051         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2052         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2053         (mute_group_type):
2054         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2055         (gst_play_bin_set_property), (handoff), (gen_video_element),
2056         (gen_text_element), (gen_audio_element), (gen_vis_element),
2057         (remove_sinks), (add_sink), (setup_sinks):
2058         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2059         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2060         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2061         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2062         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2063         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2064         (gen_vis_chain), (gst_play_sink_reconfigure),
2065         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2066         (gst_play_sink_request_pad):
2067         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2068         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2069         (cb_newpad):
2070         * gst/playback/test6.c: (new_decoded_pad_cb):
2071         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2072         * tests/check/elements/audiorate.c: (test_injector_chain),
2073         (do_perfect_stream_test):
2074         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2075         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2076         * tests/check/elements/gnomevfssink.c:
2077         * tests/check/elements/textoverlay.c:
2078         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2079         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2080         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2081         * tests/check/pipelines/oggmux.c: (test_pipeline):
2082         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2083         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2084         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2085         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2086         * tests/examples/seek/seek.c: (make_mod_pipeline),
2087         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2088         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2089         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2090         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2091         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2092         (update_fill), (msg_buffering):
2093         Don't use bad gst_element_get_pad().
2094
2095 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2096
2097         * gst-libs/gst/riff/riff-media.c:
2098           Fix wrong method name in docs. Fix calculation of strf fields for
2099           broken mulaw/alaw.
2100   
2101         * gst-libs/gst/riff/riff-read.c:
2102           Whitespace fix and removing double ';'.
2103
2104 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2105
2106         * docs/design/part-playbin2.txt:
2107         Add some leftover doc.
2108
2109 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2110
2111         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2112         Fix copy & paste error in last commit.
2113
2114 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2115
2116         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2117         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2118         other channel positions when source has SIDE channels and dest doesn't
2119         or the other way around.
2120
2121 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2122
2123         Patch by: Henrik Eriksson <henriken at axis dot com>
2124
2125         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2126         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2127         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2128         (gst_multi_fd_sink_get_property):
2129         * gst/tcp/gstmultifdsink.h:
2130         Add support for DSCP QOS. Fixes #469933.
2131
2132 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2133
2134         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2135         Add another test that checks if conversion between standard 1 and 2
2136         channel layouts with and without positions set is working.
2137
2138 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2139
2140         * gst-libs/gst/audio/multichannel.c:
2141         (gst_audio_check_channel_positions):
2142         Allow non-standard 2 channel layouts.
2143         
2144         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2145         Add some tests for converting and remapping non-standard 1 and 2
2146         channel layouts.
2147
2148 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2149
2150         * gst/audioconvert/gstchannelmix.c:
2151         (gst_channel_mix_fill_normalize):
2152         Prevent division by zero if the channel mix matrix contains only
2153         zeroes.
2154
2155 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2156
2157         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2158
2159         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2160         Close a buffer memory leak. Fixes bug #534071.
2161
2162 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2163
2164         * gst-libs/gst/rtsp/gstrtsptransport.h:
2165         Make the GstRTSPTransport struct members public as there are no
2166         setters/getters and it's supposed to be changed directly.
2167         Fixes bug #533087.
2168
2169 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2170
2171         * gst/adder/gstadder.c:
2172         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2173         claim this on the pad template caps.
2174
2175 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2176
2177         * gst-libs/gst/audio/gstbaseaudiosink.c:
2178         (gst_base_audio_sink_sync_latency):
2179         We can only use our optimal calibration if we prerolled before the
2180         latency expired.
2181
2182 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2183
2184         * configure.ac:
2185           Require core CVS for GstBaseSrc buffer caps setting magic.
2186
2187 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2188
2189         * gst/audioconvert/gstaudioconvert.c:
2190         (gst_audio_convert_fixate_channels):
2191         Fix logic in last commit.
2192
2193 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2194
2195         * gst/audioconvert/gstaudioconvert.c:
2196         (gst_audio_convert_fixate_channels):
2197         Passthrough the channel positions if the number of output channels is
2198         the same as the number of input channels, the input had a channel
2199         layout and downstream requests no special one. We did this already for
2200         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2201
2202 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2203
2204         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2205         (gst_gnome_vfs_src_finalize),
2206         (gst_gnome_vfs_src_received_headers_callback),
2207         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2208         * ext/gnomevfs/gstgnomevfssrc.h:
2209         Set the ICY caps on the srcpad from where they get picked up by the base
2210         class now and set on the outgoing buffers.
2211
2212         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2213         (gst_base_audio_src_create):
2214         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2215         BaseSrc now sets the caps on outgoing buffers automatically.
2216
2217 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2218
2219         * gst-libs/gst/audio/gstbaseaudiosink.c:
2220         (gst_base_audio_sink_resample_slaving),
2221         (gst_base_audio_sink_skew_slaving),
2222         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2223         (gst_base_audio_sink_async_play),
2224         (gst_base_audio_sink_change_state):
2225         Change the way in which the ringbuffer is started when dealing with a
2226         slaved clock and latency. We now sync to the clock until we reach
2227         upstream latency before starting the ringbuffer. This has the effect
2228         that we can accurately align the master and slave clocks and let the
2229         rate correction code take care of the initial drift or rounding errors
2230         instead of leaving them uncorrected with the old approach.
2231
2232 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2233
2234         * gst/audioconvert/gstaudioconvert.c:
2235         (gst_audio_convert_fixate_channels):
2236         Correctly set the default channel positions when converting to 8
2237         channels.
2238
2239 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2240
2241         * configure.ac:
2242           Error out if we don't have the required version of core.
2243
2244 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2245
2246         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2247           Use data scan helper in aac typefinder and stop scanning
2248           for headers when we've found a type. Also fix potential invalid
2249           memory access when calculating the frame length.
2250
2251 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2252
2253         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2254           (mpeg_sys_is_valid_pack):
2255           Don't modify scan context when we return FALSE in ensure_data, so
2256           it's possible to continue scanning, and we don't end up with a NULL
2257           data pointer and a positive size, which might bite us the next time
2258           we're called. Small constification.
2259
2260 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2261
2262         * gst/adder/gstadder.c:
2263         Adder doesn't support 24 bit samples so don't claim it supports them
2264         in the pad template caps.
2265
2266 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2267
2268         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2269         (gst_base_rtp_depayload_chain):
2270         Validate the RTP packet before further processing it. It's just too
2271         dangerous to accept random packets and people are not forced to use a
2272         jitterbuffer or session manager to filter out the bad packets.
2273
2274         * gst-libs/gst/rtp/gstrtpbuffer.c:
2275         (gst_rtp_buffer_set_extension_data),
2276         (gst_rtp_buffer_get_payload_subbuffer):
2277         Small cleanups.
2278         When setting extension data in a buffer that is too small, we fail and
2279         we should not set the extension bit.
2280         Change GST_WARNINGS into g_warning because they really are
2281         programming errors.
2282
2283         * tests/check/libs/rtp.c: (GST_START_TEST):
2284         Catch the g_warnings now in the unit tests and that fact that failing to
2285         set extension data left the extension bit untouched.
2286
2287 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2288
2289         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2290           Revert previous change which made basetransform handle buffer_alloc
2291           and which breaks things badly in the non-passthrough case since it
2292           returned buffers with a different (ie. sometimes smaller) size than
2293           the size requested.
2294
2295 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2296
2297         Patch by: Bernard B <b-gnome at largestprime dot net>
2298
2299         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2300         Fix seqnum compare function for bordercase values and fix the docs
2301         again. Fixes #533075.
2302
2303         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2304         Add a testcase for seqnum compare function.
2305
2306 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2307
2308         * gst/adder/gstadder.c: (gst_adder_setcaps),
2309         (gst_adder_class_init):
2310         Correctly declare the supported endianness on the pad templates
2311         and check for correct endianness in the set caps function. Adder
2312         only supports native endianness.
2313         Also use gst_element_class_set_details_simple().
2314
2315 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2316
2317         * sys/xvimage/xvimagesink.c:
2318           Better debug logging in port value handling. Merging separate port
2319           value loops into one.
2320
2321 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2322
2323         Patch by: Hannes Bistry <hannesb at gmx dot de>
2324
2325         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2326         * gst/tcp/gsttcpserversink.c:
2327         (gst_tcp_server_sink_handle_server_read),
2328         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2329         Fix regression in clientsrc because we did not add the fd to the poll
2330         set anymore. Fixes #532364.
2331         Do some cleanups here and there.
2332
2333 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2334
2335         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2336         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2337         * gst/playback/gstplay-marshal.list:
2338         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2339         Use correct marshallers. GstCaps are a boxed type and no GObject
2340         subclass.
2341
2342 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2343
2344         * win32/common/libgstrtsp.def:
2345         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2346         symbols.
2347
2348 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2349
2350         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2351
2352         * tests/check/elements/audioresample.c:
2353         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2354         (live_switch_push), (GST_START_TEST):
2355         Add unit test for the latest basetransform negotiation changes.
2356         See bug #526768.
2357
2358 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2359
2360         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2361         Fix nv12<->nv21 conversion if stride is larger than width.
2362
2363 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2364
2365         Patch by: Jan Gerber <j at oil21 dot org>
2366
2367         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2368         (gst_ogg_pad_parse_skeleton_fisbone):
2369         * ext/ogg/gstoggdemux.h:
2370         Parse presentation time from skeleton streams and use it as offset
2371         for the timestamps. Fixes bug #530068.
2372
2373 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2374
2375         * gst-libs/gst/audio/gstbaseaudiosink.c:
2376         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2377         Revert previous patch that attempted to more accurately calculate the
2378         initial offset between master and slave clock. The best thing we can do
2379         in general is take the time of both clocks as the diff since we don't
2380         know when the actual preroll happened.
2381
2382 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2383
2384         * gst-libs/gst/pbutils/install-plugins.c:
2385           Fix docs: type and missing word.
2386
2387 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2388
2389         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2390           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2391           for this instead; don't check if we've found enough markers after
2392           each and every step, it's enough to do that only if we've actually
2393           found a new marker.
2394           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2395
2396 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2397
2398         * gst/typefind/gsttypefindfunctions.c:
2399           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2400           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2401           (mpeg_video_stream_type_find):
2402           Move scan helper thingy to the beginning of the file so we can use
2403           it in other typefind functions. Rename it to something more
2404           generic. Also improve handling of things towards the end of the
2405           typefind data: peek as much as we can if we know the size of the
2406           data, rather than just min_size.
2407
2408 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2409
2410         * docs/libs/gst-plugins-base-libs-sections.txt:
2411         * gst-libs/gst/interfaces/colorbalance.c:
2412         * gst-libs/gst/interfaces/colorbalance.h:
2413         * gst-libs/gst/interfaces/colorbalancechannel.c:
2414         * gst-libs/gst/interfaces/colorbalancechannel.h:
2415         * gst-libs/gst/interfaces/tuner.c:
2416         * gst-libs/gst/interfaces/tunerchannel.c:
2417         * gst-libs/gst/interfaces/tunerchannel.h:
2418         * gst-libs/gst/interfaces/tunernorm.c:
2419         * gst-libs/gst/interfaces/tunernorm.h:
2420         * gst-libs/gst/video/video.c:
2421         * gst-libs/gst/video/video.h:
2422         Document the GstTuner and GstColorBalance interfaces, and some
2423         other random API functions that needed it. 70% symbol coverage, woo.
2424
2425 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2426
2427         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2428         Choose to allocate one less segment but require one additional segment
2429         as latency. 
2430
2431         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2432         No need to increment the number of segments in the source.
2433
2434         * gst-libs/gst/audio/gstbaseaudiosink.c:
2435         (gst_base_audio_sink_get_time), (clock_convert_external),
2436         (gst_base_audio_sink_resample_slaving),
2437         (gst_base_audio_sink_skew_slaving),
2438         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2439         (gst_base_audio_sink_async_play):
2440         Remove adding latency when returning the internal time while subtracting
2441         it again when we use the value a little later.
2442         When calculating the end timestamp, we are making a rounding error
2443         with the current algorithm. Ensure that we don't accumulate these
2444         rounding errors when aligning samples by not resampling at all if we
2445         don't need to. Fixes #419351.
2446         Make the initial calibration of the clock slaving a little more
2447         predictable and accurate. Also handle the case where we don't do
2448         clock slaving.
2449
2450 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2451
2452         Based on a patch by:
2453           Björn Benderius <bjoern dot benderius at axis dot com>
2454
2455         * gst/ffmpegcolorspace/avcodec.h:
2456         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2457         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2458         (gst_ffmpegcsp_avpicture_fill):
2459         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2460         * gst/ffmpegcolorspace/imgconvert_template.h:
2461         Add conversions from/to NV12 and NV21 and conversions between those
2462         two formats. Fixes bug #532166.
2463
2464 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2465
2466         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2467         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2468         which happens for example with files smaller than 128kb.
2469
2470 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2471
2472         Patch by: Wouter Cloetens <zombie at e2big dot org>
2473
2474         * gst-libs/gst/rtsp/Makefile.am:
2475         * gst-libs/gst/rtsp/gstrtspconnection.c:
2476         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2477         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2478         (add_auth_header), (gst_rtsp_connection_free),
2479         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2480         (gst_rtsp_connection_set_auth_param),
2481         (gst_rtsp_connection_clear_auth_params):
2482         * gst-libs/gst/rtsp/gstrtspconnection.h:
2483         Add Digest authorization support for RTSP connections. See #532065.
2484
2485         * gst-libs/gst/rtsp/md5.c:
2486         * gst-libs/gst/rtsp/md5.h:
2487         Yeap, another md5 implementation until we can depend on a glib that has
2488         support for it.
2489
2490 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2491
2492         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2493
2494         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2495         Let audioresample use the buffer allocation of basetransform instead
2496         of it's own stuff.
2497
2498         * tests/check/elements/audioresample.c: (alloc_only_48000),
2499         (GST_START_TEST), (audioresample_suite):
2500         Add unit test for the recent basetransform bugfix, where upstream
2501         changes caps to something that can't be passed through anymore.
2502
2503 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2504
2505         * win32/common/config.h.in:
2506           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2507           use the real thing than having "???" unconditionally.
2508
2509 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2510
2511         * gst-libs/gst/audio/gstbaseaudiosink.c:
2512         (gst_base_audio_sink_query):
2513         Report the latency with the new seglatency parameter.
2514
2515         * gst-libs/gst/audio/gstringbuffer.c:
2516         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2517         (gst_ring_buffer_acquire):
2518         * gst-libs/gst/audio/gstringbuffer.h:
2519         Add new field to the ringbufferspec to specify the expected latency
2520         between the underlying device read/write pointer, this is needed
2521         when writing sinks that sit a little closer to the hardware.
2522         Add some more docs for other fields.
2523
2524 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2525
2526         * gst/volume/gstvolume.c: (volume_transform_ip):
2527         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2528         reason instead of crashing later. Might fix bug #509125.
2529
2530 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2531
2532         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2533
2534         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2535         * gst/audioconvert/audioconvert.h:
2536         * gst/audioconvert/gstaudioconvert.c:
2537         (gst_audio_convert_parse_caps),
2538         (structure_has_fixed_channel_positions),
2539         (gst_audio_convert_transform_caps):
2540         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2541         Add support for more than 8 channels and NONE channel layouts. For
2542         more than 8 channels no channel conversion is supported yet, only
2543         format conversions are supported. Fixes bug #398033.
2544
2545         * tests/check/elements/audioconvert.c: (verify_convert),
2546         (GST_START_TEST), (audioconvert_suite):
2547         Add some unit tests by Tim for checking the NONE channel layouts
2548         and more than 8 channels and add some more unit tests for channel
2549         conversions.
2550
2551 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2552
2553         * gst/playback/gstdecodebin2.c: (connect_pad):
2554         When autoplugging fails, set the element back to NULL before
2555         unreffing it.
2556
2557 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2558
2559         * win32/common/libgstaudio.def:
2560         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2561         symbols.
2562
2563 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2564
2565         * gst/subparse/samiparse.c: (handle_start_sync),
2566         (end_sami_element), (characters_sami):
2567         Remove trailing, leading and double whitespaces.
2568         Correctly timestamp buffers and output the last buffer too.
2569
2570         * tests/check/elements/subparse.c: (GST_START_TEST),
2571         (subparse_suite):
2572         Add a simple unit test for SAMI parsing.
2573
2574 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2575
2576         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2577
2578         * gst/subparse/samiparse.c: (handle_start_sync),
2579         (start_sami_element), (end_sami_element), (characters_sami),
2580         (sami_context_reset):
2581         Only output characters inside the "sync" elements. There could be
2582         other elements like "style" that have some content but should
2583         not be printed. Fixes bug #467911.
2584
2585 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2586
2587         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2588         (set_active_source):
2589         * gst/playback/gstplaybasebin.h:
2590         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2591         (playbin_set_audio_mute):
2592         Allow setting -1 as current-audio to mute the current audio stream,
2593         similar to what is done for subtitles. Fixes bug #342294.
2594
2595 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2596
2597         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2598         It's SorensOn and not SorensEn.
2599
2600 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2601
2602         * gst-libs/gst/pbutils/descriptions.c: (formats):
2603           Fix description of video/x-flash-video.
2604
2605 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2606
2607         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2608         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2609         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2610         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2611         Remove some unused code.
2612
2613         * gst/audioconvert/gstaudioquantize.c:
2614         (gst_audio_quantize_free_noise_shaping):
2615         Don't return before freeing the noise shaping history.
2616
2617 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2618
2619         * tests/check/elements/subparse.c: (do_test),
2620           (test_tmplayer_style3b), (subparse_suite):
2621           Add unit test for the tmplayer variant from bug #530962.
2622
2623 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2624
2625         * gst/subparse/gstsubparse.c: (handle_buffer),
2626           (gst_sub_parse_sink_event):
2627         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2628           (tmplayer_parse_line):
2629           Fix parsing of tmplayer subtitle variant where every single line contains
2630           text and there isn't an empty line after each line to determine the
2631           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2632           making sure that we push out the last line of text without a duration if
2633           there's still text left in the buffer at the end.
2634
2635 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2636
2637         * gst/subparse/gstsubparse.c: (feed_textbuf):
2638           Fix detection of discontinuities based on the buffer offset (doesn't work
2639           so well if no buffer offset is set) and also check for the DISCONT buffer
2640           flag. This keeps the parser state from being reset after each buffer in
2641           the unit test.
2642
2643 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2644
2645         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2646           Further fine-tuning: don't absolutely require sequence or GOP headers
2647           (as introduced in the previous commit), but adjust the typefind
2648           probabilities returned accordingly if we don't see them. Also make sure
2649           picture header and first slice are somewhat close to each other (which
2650           is not perfect but still better than requiring a fixed offset or having
2651           no limit at all).
2652
2653 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2654
2655         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2656         (gst_basertppayload_sink_setcaps),
2657         (gst_basertppayload_sink_getcaps):
2658         Rename the setcaps/getcaps function internally to make it clear that
2659         they are called for the sink pad.
2660
2661 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2662
2663         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2664         (gst_base_rtp_depayload_class_init),
2665         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2666         (gst_base_rtp_depayload_packet_lost),
2667         (gst_base_rtp_depayload_set_gst_timestamp):
2668         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2669         Catch packet-lost events from the jitterbuffer and convert them into a
2670         vmethod call (lost-packet) so that depayloaders can do something smart.
2671         Also add a default packet-lost function that sends out a segment update
2672         to the decoders.
2673
2674 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2675
2676         * gst/playback/test4.c:
2677         * gst/playback/test5.c:
2678         * gst/playback/test6.c:
2679         * gst/playback/test7.c:
2680           Also include config.h when relying on defines from it. Fixes the
2681           build. Its been a please to serve :)
2682
2683 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2684
2685         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2686         (paint_setup_NV21), (paint_hline_NV12_NV21):
2687         Add support for NV12 and NV21 in videotestsrc
2688
2689 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2690
2691         * gst/videoscale/gstvideoscale.c:
2692         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2693         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2694         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2695         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2696         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2697         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2698         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2699         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2700         (vs_image_scale_linear_RGB555):
2701         Support 1x1 images as input and output as for example the BBC HQ new
2702         streams have 1x1 GIFs in the playlists for some reason.
2703
2704 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2705
2706         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2707           (try_to_link_1):
2708           If we can't activate one of the decoders we plugged in (such as,
2709           say, musepackdec) for some reason (it might not support push mode,
2710           for example), remove any pad probes that close_pad_link() might
2711           have set up. This makes sure we later don't try to remove a probe
2712           for a pad that doesn't exist any longer, and avoids nast warnings
2713           and probably other things too.
2714
2715 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2716
2717         * gst/typefind/gsttypefindfunctions.c:
2718           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2719           (plugin_init):
2720           Rework mpeg video stream typefinding a bit more: make sure sequence,
2721           GOP, picture and slice headers appear in the order they should and
2722           that we've in fact at least had one of each; fix picture header
2723           detection; decouple picture and slice header check - don't assume
2724           they're at a fixed offset, there may be extra data in between. Also,
2725           announce varying degrees of probability depending on what we found
2726           exactly (multiple pictures, at least one picture, just sequence and
2727           GOP headers). Finally, in _ensure_data(), take into account that we
2728           might be typefinding smaller amounts of data, such as the first
2729           buffer of a stream, so fall back to the minimum size needed as long
2730           as that's available, instead of erroring out if there's less than
2731           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2732           fuzzed file from #399342 as valid.
2733
2734 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2735
2736         * ext/theora/theoradec.c:
2737           Cool kids don't divide by zero.
2738           Treat PAR of x:0 as 1:1.
2739           Fixes #530719.
2740
2741 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2742
2743         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2744           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2745           (mpeg_video_stream_type_find):
2746           Refactor a bit: use context structure to track parsing offset and
2747           size of available data and make the code a bit clearer. Fixes bad
2748           memory access in #356937.
2749
2750 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2751
2752         * gst/playback/test4.c:
2753         * gst/playback/test5.c:
2754         * gst/playback/test6.c:
2755         * gst/tcp/gstmultifdsink.c:
2756           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2757           is defined.
2758
2759 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2760
2761         * gst-libs/gst/audio/gstbaseaudiosink.h:
2762         Clarify some docs.
2763
2764         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2765         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2766         (gst_base_audio_src_set_slave_method),
2767         (gst_base_audio_src_get_slave_method),
2768         (gst_base_audio_src_set_property),
2769         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2770         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2771         Add property and methods for selecting the clock slave method in the
2772         source, like in the sink.
2773         We only implement "none" and "re-timestamp" for now.
2774         API: gst_base_audio_src_set_slave_method()
2775         API: gst_base_audio_src_get_slave_method()
2776
2777 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2778
2779         * gst-libs/gst/rtp/gstrtpbuffer.c:
2780         Fix the docs about the seqnum compare function, it returns a difference.
2781
2782 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2783
2784         * ext/alsa/gstalsadeviceprobe.c:
2785         (gst_alsa_get_device_list): Don't return before freeing up
2786         the allocated structures.
2787
2788 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2789
2790         * gst/playback/gstplaybin.c:
2791           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2792
2793 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2794
2795         * ext/ogg/gstoggdemux.c:
2796           Revert the event part, that should not go in.
2797
2798 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2799
2800         * ext/ogg/gstoggdemux.c:
2801           Don't leak GstPluginFeatures when filtering.
2802
2803 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2804
2805         * sys/xvimage/xvimagesink.c:
2806           Add some logging for cases when grabbing the xv failed.
2807
2808 2008-04-21  David Schleef  <ds@schleef.org>
2809
2810         * ext/ogg/gstoggmux.c:
2811           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2812           packet.  Should conform to what we currently think is the
2813           final Ogg/Dirac muxing spec.
2814
2815 2008-04-21  David Schleef  <ds@schleef.org>
2816
2817         * sys/xvimage/xvimagesink.c:
2818           Fix typo that causes the overlay keying color to bright green
2819           on a 16-bit display.  Dark grey good.  Bright green bad.
2820
2821 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2822
2823         * ext/gnomevfs/gstgnomevfsuri.c:
2824           Add  FIXME comment about using uri-list for source and sink.
2825
2826 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2827
2828         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2829         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2830         vaargs functions to gint. Otherwise the fractions will get 0 set
2831         instead of the correct value on big endian systems. Fixes bug #529018.
2832
2833 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2834
2835         * ext/gnomevfs/gstgnomevfssink.c:
2836         (gst_gnome_vfs_sink_uri_get_protocols):
2837         * ext/gnomevfs/gstgnomevfssrc.c:
2838         (gst_gnome_vfs_src_uri_get_protocols):
2839         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2840         (gst_gnomevfs_get_supported_uris):
2841         Get the list of supported URI schemes in a threadsafe way and use the
2842         same list for the source and sink.
2843
2844 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2845
2846         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2847         (gst_gio_get_supported_protocols):
2848         Don't generate a new supported protocols list on each call but cache
2849         it. It's supposed to be static anyway, this way we only leak it once
2850         per process.
2851
2852         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2853         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2854         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2855         (gst_gio_sink_start):
2856         * ext/gio/gstgiosink.h:
2857         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2858         (gst_gio_src_class_init), (gst_gio_src_finalize),
2859         (gst_gio_src_set_property), (gst_gio_src_get_property),
2860         (gst_gio_src_start):
2861         * ext/gio/gstgiosrc.h:
2862         API: Add "file" properties where one can set a GFile as
2863         source/destination.
2864
2865         Add locking to the properties and use
2866         gst_element_class_set_details_simple() instead of a static
2867         GstElementDetails struct.
2868
2869 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2870
2871         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2872         (plugin_init):
2873         Add "mpp" and "mp+" as possible extensions for MusePack files.
2874
2875         Add typefinding for MusePack StreamVersion 8 files and include the
2876         stream version in the caps.
2877
2878 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2879
2880         * gst-libs/gst/rtp/gstrtppayloads.c:
2881         (gst_rtp_payload_info_for_name):
2882         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2883
2884 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2885
2886         * configure.ac:
2887           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2888           (NB: this only affects compilation of some of the examples).
2889           Remove some configure.ac cruft that's not needed any longer.
2890
2891 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2892
2893         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2894         Don't validate the payload if there isn't any.
2895         Fixes #525915
2896
2897 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2898
2899         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2900         Use g_atomic_int_set() instead of gst_atomic_int_set().
2901
2902 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2903
2904         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2905         Return NULL instead of a gchar * array with one NULL element if we
2906         don't get any supported URI schemes from GIO.
2907
2908 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2909
2910         * gst/audiotestsrc/gstaudiotestsrc.c:
2911           Remove cpp style commented old code.
2912
2913 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2914
2915         * gst/playback/gstdecodebin2.c:
2916           Fix signal docs.
2917
2918 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2919
2920         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2921           (gst_text_overlay_init):
2922           Fix textoverlay unit test again by making the supposed default
2923           value for the wait-text property the actual default value.
2924           Also fix Since: tag for new property.
2925
2926 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2927
2928         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2929           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2930           (gst_video_format_get_pixel_stride),
2931           (gst_video_format_get_component_width),
2932           (gst_video_format_get_component_height),
2933           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2934           (gst_video_format_convert):
2935           Add guards to these functions to ensure sane input values.
2936
2937         * tests/check/libs/video.c:
2938           Fix unit test not to create caps with width=0 and height=0.
2939
2940 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2941
2942         * docs/design/draft-keyframe-force.txt:
2943         Fix typo.
2944
2945         * gst/playback/gstqueue2.c: (update_buffering),
2946         (gst_queue_handle_src_query):
2947         Set buffering mode in the messages.
2948         Set buffering percent in the query.
2949
2950         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2951         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2952         Do some more fancy things based on the buffering method in use.
2953
2954 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2955
2956         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2957         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2958         (msg_buffering), (main):
2959         Add basic download reports to seek using the new buffering API.
2960
2961 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2962
2963         * gst/playback/gstqueue2.c: (update_buffering),
2964         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2965         (gst_queue_src_checkgetrange_function):
2966         Include extra buffering stats in the buffering message.
2967         Implement BUFFERING query.
2968
2969         * gst/playback/gsturidecodebin.c: (do_async_start),
2970         (do_async_done), (type_found), (setup_streaming), (setup_source),
2971         (gst_uri_decode_bin_change_state):
2972         Only add decodebin2 when the type is found in streaming mode.
2973         Make uridecodebin async to PAUSED even when we don't have decodebin2
2974         added yet.
2975
2976 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2977
2978         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2979         Filter cdda from the supported URI schemes. We can't support
2980         musicbrainz tags and everything else one expects from a cdda source
2981         with GIO. Fixes bug #526794.
2982
2983 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2984
2985         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2986         (gst_xvimagesink_buffer_alloc):
2987         Fix calculation of 'expected size' for YV12 buffers.
2988         Be a little more verbose in the debug output for buffer-alloc'ed
2989         buffers which turn out to have the wrong size.
2990
2991 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2992
2993         * NEWS:
2994         * RELEASE:
2995         * gst-plugins-base.doap:
2996           Merge other changes from 0.10.19 release branch.
2997
2998 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2999
3000         * gst-libs/gst/audio/gstbaseaudiosink.c:
3001           (gst_base_audio_sink_class_init):
3002         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3003           (gst_base_audio_src_class_init):
3004         * gst/playback/gstplayback.c: (plugin_init):
3005         * gst/volume/gstvolume.c: (plugin_init):
3006           Work around missing bits of thread-safety on older GLibs some
3007           more to avoid assertions when starting up multiple playbin
3008           objects concurrently (see #512382).
3009
3010 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3011
3012         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3013           Remove some more fields.
3014
3015 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3016
3017         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3018
3019         * configure.ac:
3020         Actually build dlls when cross-compiling with mingw32.
3021         Fixes bug #526247.
3022
3023 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3024
3025         * configure.ac:
3026           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3027
3028 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3029
3030         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3031         (msg_buffering), (connect_bus_signals), (main):
3032         Add statusbar.
3033         Add buffering support with feedback in the statusbar.
3034
3035 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3036
3037         * ext/ogg/gstoggmux.c:
3038           Fix sample pipeline description.
3039
3040 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3041
3042         * docs/plugins/Makefile.am:
3043         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3044         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3045         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3046           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3047
3048         * docs/plugins/gst-plugins-base-plugins.args:
3049         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3050         * docs/plugins/gst-plugins-base-plugins.interfaces:
3051         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3052         * docs/plugins/inspect/plugin-adder.xml:
3053         * docs/plugins/inspect/plugin-alsa.xml:
3054         * docs/plugins/inspect/plugin-audioconvert.xml:
3055         * docs/plugins/inspect/plugin-audiorate.xml:
3056         * docs/plugins/inspect/plugin-audioresample.xml:
3057         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3058         * docs/plugins/inspect/plugin-cdparanoia.xml:
3059         * docs/plugins/inspect/plugin-decodebin.xml:
3060         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3061         * docs/plugins/inspect/plugin-gdp.xml:
3062         * docs/plugins/inspect/plugin-gnomevfs.xml:
3063         * docs/plugins/inspect/plugin-libvisual.xml:
3064         * docs/plugins/inspect/plugin-ogg.xml:
3065         * docs/plugins/inspect/plugin-pango.xml:
3066         * docs/plugins/inspect/plugin-playback.xml:
3067         * docs/plugins/inspect/plugin-queue2.xml:
3068         * docs/plugins/inspect/plugin-subparse.xml:
3069         * docs/plugins/inspect/plugin-tcp.xml:
3070         * docs/plugins/inspect/plugin-theora.xml:
3071         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3072         * docs/plugins/inspect/plugin-uridecodebin.xml:
3073         * docs/plugins/inspect/plugin-video4linux.xml:
3074         * docs/plugins/inspect/plugin-videorate.xml:
3075         * docs/plugins/inspect/plugin-videoscale.xml:
3076         * docs/plugins/inspect/plugin-videotestsrc.xml:
3077         * docs/plugins/inspect/plugin-volume.xml:
3078         * docs/plugins/inspect/plugin-vorbis.xml:
3079         * docs/plugins/inspect/plugin-ximagesink.xml:
3080         * docs/plugins/inspect/plugin-xvimagesink.xml:
3081           Update introspection data.
3082
3083         * ext/ogg/gstoggmux.c:
3084           Document oggmux.
3085
3086         * gst/playback/gstdecodebin2.c:
3087           Don't use gtk-doc style comment start for private stuff, but make it
3088           formatted like this for consistency.
3089
3090 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3091
3092         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3093         (gst_decode_bin_init), (gst_decode_bin_dispose),
3094         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3095         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3096         (analyze_new_pad), (connect_pad), (expose_pad),
3097         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3098         (gst_decode_group_expose), (gst_decode_group_free),
3099         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3100         Remove fakesink hack, we can now implement this more elegantly.
3101         Added property to bypass typefinding.
3102         Removed underrun callback and demuxer pad probe, we now use the srcpad
3103         probe to expose groups.
3104         API::sink-caps property
3105
3106         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3107         Guard against multiple emissions of the no_more_pads signal, which
3108         happens when we are dealing with chained oggs.
3109
3110         * gst/playback/gsturidecodebin.c: (remove_decoders),
3111         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3112         (setup_source):
3113         For streams, use our own typefind element and plug our queue after it.
3114         We will need this to determine the type of buffering to use for the
3115         queue soon.
3116
3117 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3118
3119         * gst-libs/gst/audio/gstbaseaudiosink.c:
3120         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3121         Guard against over and underflows because of clock slaving.
3122         When we are using our own clock, still compensate for any calibrations
3123         that we might have done to our clock.
3124
3125 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3126
3127         * ext/theora/theoradec.c: (theora_handle_type_packet),
3128         (theora_dec_chain):
3129         Don't try to do anything fancy with the return code from pushing an
3130         event, it does not have enough information to turn it into a
3131         GST_FLOW_ERROR.
3132
3133 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3134
3135         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3136         (gst_ogg_demux_chain_elem_pad):
3137         Add small debug line.
3138         Pass return code from the internal decoder instead of the too generic
3139         GST_FLOW_ERROR.
3140
3141 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3142
3143         * gst-libs/gst/cdda/Makefile.am:
3144         * gst-libs/gst/cdda/base64.c:
3145         * gst-libs/gst/cdda/base64.h:
3146         * gst-libs/gst/cdda/gstcddabasesrc.c:
3147         (gst_cddabasesrc_calculate_musicbrainz_discid):
3148         Use GLib's base64 implementation instead of our own.
3149
3150 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3151
3152         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3153         (gst_ogg_demux_read_chain):
3154         Refix oggdemux, we only have a problem if we failed to find a chain and
3155         we are not EOF.
3156
3157 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3158
3159         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3160
3161         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3162         (gst_ogg_demux_read_chain):
3163         When we fail to find a BOS page and we and up with no chain, error out
3164         properly instead of segfaulting. Fixes #525665.
3165
3166 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3167
3168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3169         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3170         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3171         no-more-pads...
3172
3173 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3174
3175         * gst/playback/gstqueue2.c: (update_out_rates),
3176         (gst_queue_open_temp_location_file),
3177         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3178         (gst_queue_handle_src_query), (gst_queue_set_property):
3179         Update the estimated input data when we push out a buffer.
3180         Add some debug info about the temp file.
3181         Only forward src events when we are not using a temp file.
3182         Don't block the duration query, we need to find something better.
3183         Don't leak the temp filename.
3184
3185 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3186
3187         * configure.ac:
3188         Require GLib 2.12 and liboil 0.3.14.
3189
3190         * gst/volume/gstvolume.c: (volume_process_double):
3191         Unconditionally use liboil 0.3.14 function.
3192
3193 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3194
3195         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3196         ms-gsm can have arbitrarty sample rates. See #481354.
3197
3198 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3199
3200         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3201         MP4S is generic MPEG-4, not a microsoft variant.
3202
3203 2008-03-27  Michael Smith <msmith@fluendo.com>
3204
3205         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3206           Check the body CRC (if set) when depayloading.
3207           Fixes #522401.
3208
3209 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3210
3211         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3212           Fix Since: version for new property.
3213
3214 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3215
3216         * gst-libs/gst/rtsp/gstrtspconnection.c:
3217         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3218         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3219         Don't error when poll_wait returns EAGAIN.
3220
3221 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3222
3223         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3224         The queue is never filled when there are no buffers in the queue at all.
3225         Fixes #523993.
3226
3227 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3228
3229         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3230         (init_group), (free_group), (gst_play_bin_init),
3231         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3232         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3233         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3234         (gst_play_bin_set_current_video_stream),
3235         (gst_play_bin_set_current_audio_stream),
3236         (gst_play_bin_set_current_text_stream),
3237         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3238         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3239         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3240         (activate_group), (deactivate_group), (setup_next_source),
3241         (save_current_group), (gst_play_bin_change_state):
3242         Update some docs.
3243         Add new locks and conds to protect pipeline creation and group
3244         switching.
3245         Implement the sub-uri property.
3246         Keep track of pending uridecodebin creation and configure the output
3247         pipeline after all streams are configured.
3248         Propagate subtitle encoding to the uridecodebins.
3249         Implement getting the video/audio/visualisation elements.
3250         Use input-selector for stream switching.
3251         If we are asked to do visualisation, prefer to autoplug raw sinks
3252         instead of sinks that accept encoded data.
3253
3254 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3255
3256         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3257         (gst_play_sink_init), (gst_play_sink_dispose),
3258         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3259         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3260         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3261         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3262         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3263         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3264         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3265         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3266         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3267         * gst/playback/gstplaysink.h:
3268         Add methods to get audio/video/vis elements.
3269         Add methods to set the font description for the overlay.
3270         Remove properties, we're using this element with its methods only.
3271         Add support for subtitles.
3272         Rearrange the locking a bit to not use the object lock for protecting
3273         the pipeline construction.
3274         Try to use the volume and mute property on the sink when its available.
3275         Implement the mute option with volume when the sink does not have a mute
3276         property.
3277         Only add volume element when the sink has no volume property.
3278         Only do visualisations with raw audio pads.
3279
3280 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3281
3282         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3283         (gst_text_overlay_init), (gst_text_overlay_set_property),
3284         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3285         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3286         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3287         (gst_text_overlay_change_state):
3288         * ext/pango/gsttextoverlay.h:
3289         Add property to configure waiting for text on the textpad or not, with
3290         the default behaviour being the old one (always wait for text before
3291         rendering the video). This default behaviour is usually not the best one
3292         because the text stream can very sparse and could require queueing a lot
3293         of video.
3294         Fix the flushing and EOS handing so that we don't mix up their meaning.
3295
3296 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3297
3298         * gst/playback/gsturidecodebin.c:
3299         (gst_uri_decode_bin_autoplug_factories),
3300         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3301         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3302         (gst_uri_decode_bin_set_property),
3303         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3304         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3305         (proxy_autoplug_factories_signal), (make_decoder),
3306         (source_new_pad), (setup_source):
3307         Add a readonly source property and notify.
3308         Add new lock for protecting the construction of the pipeline.
3309         Keep track of the decodebins we plugged.
3310         Correctly proxy the autoplug signal so that it actually continues.
3311         Proxy subtitle-encoding to the decodebins.
3312
3313 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3314
3315         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3316         (text_toggle_cb), (update_streams), (main):
3317         Rearrange some buttons in playbin2 and make some other boxes insensitive
3318         when needed.
3319         Add language codes to subtitle selection boxes when we gind the right
3320         tags for the streams.
3321
3322 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3323
3324         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3325         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3326         (gst_decode_bin_set_subs_encoding),
3327         (gst_decode_bin_get_subs_encoding),
3328         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3329         (deactivate_free_recursive):
3330         Protect caps property with the object lock.
3331         Protect encoding property with the object lock.
3332         Keep list of elements we added that have the subtitle-encoding property.
3333         Distribute the subtitle-encoding to all of the elements when it
3334         changes.
3335
3336 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3337
3338         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3339         Small debug improvement.
3340
3341         * gst-libs/gst/audio/gstbaseaudiosink.c:
3342         (gst_base_audio_sink_render):
3343         Fix bug in determining the sample start/stop position, we want to base
3344         this decision on the fact that we are going forwards or backwards, not
3345         slower or faster. This fixes some ugly resync warnings when playing at
3346         very slow speeds.
3347
3348 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3349
3350         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3351         Correctly set the supported URI schemes and don't leave
3352         some schemes in the middle or at the start at NULL.
3353
3354 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3355
3356         * tests/check/elements/gdpdepay.c:
3357           Make test compile without unused function/variable warnings on PPC.
3358  
3359 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3360
3361         * configure.ac:
3362         * ext/alsa/gstalsamixerelement.c:
3363         (gst_alsa_mixer_element_class_init):
3364         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3365         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3366         * ext/cdparanoia/gstcdparanoiasrc.c:
3367         (gst_cd_paranoia_src_class_init):
3368         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3369         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3370         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3371         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3372         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3373         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3375         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3376         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3377         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3378         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3379         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3380         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3381         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3382         (gst_audio_filter_template_class_init):
3383         * gst-libs/gst/audio/gstbaseaudiosink.c:
3384         (gst_base_audio_sink_class_init):
3385         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3386         (gst_base_audio_src_class_init):
3387         * gst-libs/gst/cdda/gstcddabasesrc.c:
3388         (gst_cdda_base_src_class_init):
3389         * gst-libs/gst/interfaces/mixertrack.c:
3390         (gst_mixer_track_class_init):
3391         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3392         (gst_base_rtp_depayload_class_init):
3393         * gst-libs/gst/rtp/gstbasertppayload.c:
3394         (gst_basertppayload_class_init):
3395         * gst/audioconvert/gstaudioconvert.c:
3396         (gst_audio_convert_class_init):
3397         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3398         * gst/audioresample/gstaudioresample.c:
3399         (gst_audioresample_class_init):
3400         * gst/audiotestsrc/gstaudiotestsrc.c:
3401         (gst_audio_test_src_class_init):
3402         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3403         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3405         (preroll_unlinked):
3406         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3407         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3408         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3409         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3410         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3411         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3412         (gst_stream_selector_class_init):
3413         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3414         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3415         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3416         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3417         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3418         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3419         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3420         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3421         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3422         * gst/videotestsrc/gstvideotestsrc.c:
3423         (gst_video_test_src_class_init):
3424         * gst/volume/gstvolume.c: (gst_volume_class_init):
3425         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3426         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3427         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3428         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3429         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3431         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3432         static strings (i.e. all). This gives us less memory usage,
3433         fewer allocations and thus less memory defragmentation. Depend
3434         on core CVS for this. Fixes bug #523806.
3435
3436 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3437
3438         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3439         Filter http and https protocols. GIO/GVfs handles them but it's
3440         impossible to implement iradio/icecast with it. Better use
3441         souphttpsrc or something else for this.
3442
3443         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3444         If getting the file informations by a query fails try it with the
3445         seek-to-end trick too.
3446
3447 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3448
3449         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3450         (gst_volume_base_init), (gst_volume_class_init),
3451         (volume_process_double), (volume_process_float),
3452         (volume_transform_ip), (plugin_init):
3453         memset buffers to zero if we get a GAP buffer. We usually see a
3454         buffer as one unit so let's handle it as one and don't care about
3455         volume changes while processing one buffer.
3456         Also clean up some stuff a bit.
3457
3458 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3459
3460         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3461         (gst_audio_convert_create_silence_buffer),
3462         (gst_audio_convert_transform):
3463         Make audioconvert GAP-aware by outputting silence buffers when the
3464         input has the GAP flag set. This is up to 8x faster.
3465         Based on a patch by Stefan Kost. Fixes bug #517813.
3466
3467 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3468
3469         * gst/volume/gstvolume.c: (volume_process_double):
3470         Use oil_scalarmultiply_f64_ns() for double processing when it's
3471         available at compile time.
3472
3473 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3474
3475         * configure.ac:
3476         Fix lrint/lrintf checks to actually work. These functions are
3477         in libm on Linux at least so try to link to it.
3478
3479 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3480
3481         * configure.ac:
3482         Back to development - 0.10.18.1
3483
3484 === release 0.10.18 ===
3485
3486 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3487
3488         * configure.ac:
3489           releasing 0.10.18, "I will follow"
3490
3491 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3492
3493         * configure.ac:
3494         * win32/common/config.h:
3495         0.10.17.4 pre-release
3496
3497 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3498
3499         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3500         Use GST_STR_NULL when trying to print strings that could be NULL because
3501         this might crash on some platforms. See #520808.
3502
3503 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3504
3505         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3506
3507         * gst-libs/gst/rtsp/gstrtspconnection.c:
3508         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3509         (read_line), (gst_rtsp_connection_read_internal):
3510         Generic Windows fixes that makes libgstrtsp work on Windows when
3511         coupled with the new GstPoll API. See #520808.
3512
3513 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3514
3515         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3516
3517         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3518           If seeking to a new position succeeds don't simply return from
3519           create() without creating a buffer. Do this only in the case
3520           seeking to the new position fails. Fixes bug #523054.
3521
3522 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3523
3524         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3525           (gst_video_format_from_rgba32_masks):
3526           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3527           (#522635).
3528
3529         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3530           Add unit test for the RGB caps parsing and creation, checking for
3531           internal consistency of the new API and consistency of the API with
3532           the old GST_VIDEO_CAPS_* defines.
3533
3534 2008-03-14  David Schleef  <ds@schleef.org>
3535
3536         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3537           because -base is in freeze.
3538
3539 2008-03-14  David Schleef  <ds@schleef.org>
3540
3541         Patch by: William M. Brack
3542
3543         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3544
3545 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3546
3547         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3548         (gst_selector_pad_chain):
3549         * gst/playback/gststreamselector.h:
3550         Revert change that caused regression until a real fix is found.
3551         Fixes #522203.
3552
3553 2008-03-12  Michael Smith <msmith@fluendo.com>
3554
3555         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3556         * gst-libs/gst/audio/gstringbuffer.h:
3557           Rename recently added buffer types to make more sense.
3558         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3559         (gst_alsasink_write):
3560           Adapt for above API changes.
3561           Fixes bug #520523.
3562
3563 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3564
3565         * win32/common/libgstnetbuffer.def:
3566         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3567
3568 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3569
3570         * configure.ac:
3571         * win32/common/config.h:
3572         0.10.17.3 pre-release
3573
3574 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3575
3576         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3577         (gst_base_audio_src_create):
3578         Fix duration when no clock was provided. Fixes #520300.
3579
3580 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3581
3582         Patch by: Olivier Crete  <tester at tester ca>
3583
3584         * docs/libs/gst-plugins-base-libs-sections.txt:
3585         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3586         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3587         Add trivial function to compare GstNetAddress. See #520626.
3588         API: GstNetBuffer::gst_netaddress_equal
3589
3590 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3591
3592         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3593         Update mode property docs, it's deprecated now.
3594
3595 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3596
3597         * gst-libs/gst/rtsp/gstrtspconnection.c:
3598         (gst_rtsp_connection_create):
3599         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3600         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3601         * gst/tcp/gstmultifdsink.h:
3602         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3603         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3604         Remove GstPollMode from gstpoll constructor.
3605
3606 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3607
3608         * configure.ac:
3609         * win32/common/config.h:
3610         0.10.17.2 pre-release
3611
3612 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3613
3614         * gst/Makefile.am:
3615         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3616         them twice
3617
3618         * win32/common/libgstinterfaces.def:
3619         * win32/common/libgstrtp.def:
3620         Add new API to the defs
3621
3622 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3623
3624         Patch by: Mersad Jelacic  <mersad at axis dot com>
3625
3626         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3627         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3628         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3629         possible to specify the sample size in bits. (#509637)
3630
3631 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3632
3633         * tests/check/libs/mixer.c:
3634           Add a few simple checks for the new message types.
3635
3636 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3637
3638         * docs/libs/gst-plugins-base-libs-sections.txt:
3639         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3640           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3641           (gst_mixer_message_get_type),
3642           (gst_mixer_message_parse_option_changed),
3643           (gst_mixer_message_parse_options_list_changed):
3644         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3645           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3646           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3647           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3648           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3649           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3650
3651 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3652
3653         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3654           (gst_mixer_options_get_values):
3655         * gst-libs/gst/interfaces/mixeroptions.h:
3656           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3657           (_GstMixerOptions), (_GstMixerOptionsClass):
3658           API: add GstMixerOptions::get_values vfunc (#519906)
3659
3660 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3661
3662         * configure.ac:
3663         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3664         plug-ins are included/excluded. (#498222)
3665
3666 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3667
3668         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3669         Add typefinder for IMelody files, using audio/x-imelody.
3670         See bug #519516.
3671
3672 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3673
3674         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3675         * ext/alsa/gstalsasink.c: (set_hwparams):
3676         * ext/alsa/gstalsasrc.c: (set_hwparams):
3677         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3678         * ext/ogg/gstoggmux.h:
3679         * ext/ogg/gstogmparse.c:
3680         * gst-libs/gst/audio/audio.c:
3681         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3682         * gst-libs/gst/pbutils/missing-plugins.c:
3683         (gst_missing_uri_sink_message_new),
3684         (gst_missing_element_message_new),
3685         (gst_missing_decoder_message_new),
3686         (gst_missing_encoder_message_new):
3687         * gst-libs/gst/rtp/gstbasertppayload.c:
3688         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3689         (gst_rtcp_packet_bye_get_reason):
3690         * gst/audioconvert/gstaudioconvert.c:
3691         * gst/audioresample/gstaudioresample.c:
3692         * gst/ffmpegcolorspace/imgconvert.c:
3693         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3694         * gst/typefind/gsttypefindfunctions.c:
3695         * gst/videoscale/vs_4tap.c:
3696         * gst/videoscale/vs_4tap.h:
3697         * sys/v4l/gstv4lelement.c:
3698         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3699         * sys/v4l/v4l_calls.c:
3700         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3701         (gst_v4lsrc_try_capture):
3702         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3703         (gst_ximagesink_ximage_new):
3704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3705         (gst_xvimagesink_xvimage_new):
3706         * tests/check/elements/audioconvert.c:
3707         * tests/check/elements/audioresample.c:
3708         (fail_unless_perfect_stream):
3709         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3710         * tests/check/elements/decodebin.c:
3711         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3712         (setup_gdpdepay_streamheader):
3713         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3714         (setup_gdppay_streamheader):
3715         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3716         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3717         * tests/check/elements/textoverlay.c:
3718         * tests/check/elements/videorate.c: (setup_videorate):
3719         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3720         * tests/check/elements/volume.c: (setup_volume):
3721         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3722         * tests/check/elements/vorbistag.c:
3723         * tests/check/generic/clock-selection.c:
3724         * tests/check/generic/states.c: (setup), (teardown):
3725         * tests/check/libs/cddabasesrc.c:
3726         * tests/check/libs/video.c:
3727         * tests/check/pipelines/gio.c:
3728         * tests/check/pipelines/oggmux.c:
3729         * tests/check/pipelines/simple-launch-lines.c:
3730         (simple_launch_lines_suite):
3731         * tests/check/pipelines/streamheader.c:
3732         * tests/check/pipelines/theoraenc.c:
3733         * tests/check/pipelines/vorbisdec.c:
3734         * tests/check/pipelines/vorbisenc.c:
3735         * tests/examples/seek/scrubby.c:
3736         * tests/examples/seek/seek.c: (query_positions_elems),
3737         (query_positions_pads):
3738         * tests/icles/stress-xoverlay.c: (myclock):
3739         Correct all relevant warnings found by the sparse semantic code
3740         analyzer. This include marking several symbols static, using
3741         NULL instead of 0 for pointers and using "foo (void)" instead
3742         of "foo ()" for declarations.
3743
3744         * win32/common/libgstrtp.def:
3745         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3746
3747 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3748
3749         Patch by: José Alburquerque <jaalburqu svn gnome org>
3750
3751         * gst/playback/gstplaybin2.c:
3752           Make the function signature of the _get_*_tags() functions match
3753           the signature of the vfuncs they implement, ie. return a
3754           GstTagList rather than a GstStructure, which is more correct,
3755           even if one is typedef'ed to the other (#518940).
3756
3757 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3758
3759         * gst-libs/gst/rtsp/gstrtspconnection.c:
3760           Don't include unix headers unconditionally (fixes #518037).
3761
3762 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3763
3764         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3765           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3766           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3767           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3768           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3769           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3770           (gst_video_format_is_packed), (video_format_is_packed):
3771           Add unit test that makes sure that the strides, offsets and
3772           sizes returned for the various YUV formats by the new video API
3773           match the old reference implementation in videotestsrc.
3774
3775 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3776
3777         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3778           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3779           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3780           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3781           (gst_video_format_get_pixel_stride),
3782           (gst_video_format_get_component_width),
3783           (gst_video_format_get_component_height),
3784           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3785         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3786           (GST_VIDEO_FORMAT_Y42B):
3787           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3788
3789 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3790
3791         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3792           YV12 is I420 with swapped components 1 and 2, so the offset of
3793           component 1 for I420 should be the offset for component 2 for YV12
3794           and vice versa.
3795
3796 2008-02-29  Rene Stadler  <mail@renestadler.de>
3797
3798         * sys/v4l/gstv4lelement.c:
3799         Add missing semicolon to fix indentation.
3800
3801 2008-02-29  Julien Moutte  <julien@fluendo.com>
3802
3803         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3804         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3805         if we can do SPDIF output.
3806         * ext/alsa/gstalsa.h:
3807         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3808         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3809         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3810         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3811         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3812         to support AC3, EC3 and IEC958 buffers.
3813
3814 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3815
3816         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3817           (gst_mixer_message_parse_mute_toggled),
3818           (gst_mixer_message_parse_record_toggled),
3819           (gst_mixer_message_parse_volume_changed),
3820           (gst_mixer_message_parse_option_changed):
3821           De-cruft and fix message type assertions (NULL is not a really
3822           valid mixer message type string).
3823
3824 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3825
3826         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3827         When negotiating, actually start from a format that we can support
3828         instead of from the too generic template.
3829
3830 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3831
3832         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3833         Enable vis setting.
3834
3835         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3836         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3837         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3838         (gen_vis_chain):
3839         Implement vis switching while playing.
3840
3841 2008-02-28  David Schleef  <ds@schleef.org>
3842
3843         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3844
3845 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3846
3847         Patch by: Peter Kjellerstedt  <pkj at axis com>
3848
3849         * gst/tcp/Makefile.am:
3850         * gst/tcp/fdsetstress.c:
3851         * gst/tcp/gstfdset.c:
3852         * gst/tcp/gstfdset.h:
3853         Removed fdset and stress test, they are now known as GstPoll in
3854         core. 
3855
3856         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3857         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3858         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3859         (gst_multi_fd_sink_handle_client_write),
3860         (gst_multi_fd_sink_queue_buffer),
3861         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3862         (gst_multi_fd_sink_stop):
3863         * gst/tcp/gstmultifdsink.h:
3864         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3865         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3866         (gst_tcp_gdp_read_caps):
3867         * gst/tcp/gsttcp.h:
3868         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3869         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3870         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3871         * gst/tcp/gsttcpclientsink.h:
3872         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3873         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3874         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3875         * gst/tcp/gsttcpclientsrc.h:
3876         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3877         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3878         * gst/tcp/gsttcpserversink.h:
3879         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3880         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3881         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3882         * gst/tcp/gsttcpserversrc.h:
3883         Port to GstPoll. See #505417.
3884
3885 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3886
3887         Patch by: Peter Kjellerstedt  <pkj at axis com>
3888
3889         * gst-libs/gst/rtsp/gstrtspconnection.c:
3890         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3891         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3892         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3893         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3894         (gst_rtsp_connection_flush):
3895         * gst-libs/gst/rtsp/gstrtspconnection.h:
3896         Use GstPoll for the rtsp connection. See #505417.
3897
3898 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3899
3900         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3901         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3902         Add combo box for visualisations, populate it with a factory list
3903         of all visualisation plugins, configure vis plugin instance in
3904         playbin2. 
3905
3906 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3907
3908         * tests/check/libs/rtp.c: (GST_START_TEST):
3909         Add check for RTP buffer defaults, padding and marker bit API.
3910
3911 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3912
3913         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3914         Use memcpy() instead of upcasting a byte array to long *. This
3915         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3916         This should be ported to GCheckSum once we can use GLib 2.16.
3917         Partially fixes bug #500833.
3918
3919 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3920
3921         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3922           Push tag event after the newsegment event. Log the pointer of
3923           the buffer we're actually going to push rather than the buffer
3924           we're feeding to _make_metadata_writable().
3925
3926 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3927
3928         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3929         Comment smoke typefinder for now. The smokedec plugin needs one
3930         frame per buffer but we have no parser yet, thus it simply crashes
3931         in most situations.
3932
3933 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3934
3935         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3936         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3937
3938 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3939
3940         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3941         (plugin_init):
3942         Add midi typefinder, copied from the timidity plugin.
3943
3944 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3945
3946         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3947
3948         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3949         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3950           (subparse_suite):
3951           Forward slashes at the beginning and end of a line also signify
3952           italics (Fixes: #518162).
3953
3954 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3955
3956         * tests/check/gst-plugins-base.supp:
3957         Add a suppression for a cached value in GIO that wasn't moved
3958         while moving gio from -bad to -base.
3959
3960 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3961
3962         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3963
3964         * configure.ac:
3965         Don't hardcode -Wall and -Werror for configure checks, this fails
3966         with non-GCC compilers. Fixes bug #517991.
3967
3968 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3969
3970         * gst/audioconvert/gstaudioconvert.c:
3971         * gst/audioconvert/gstaudioquantize.c:
3972         * gst/audioconvert/gstaudioquantize.h:
3973           Make audioconvert gap aware. If noiseshaping is used, wait for
3974           noiseshaping to converge before marking as GAP. Fixes #517813.
3975
3976 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3977
3978         * gst/audiotestsrc/gstaudiotestsrc.c:
3979           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3980
3981 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3982
3983         * ext/gnomevfs/gstgnomevfssink.c:
3984         (gst_gnome_vfs_sink_handle_event):
3985         Return FALSE when seeking for a new segment fails instead
3986         of silently ignoring the failure and appending every buffer
3987         that comes for the new segment.
3988
3989 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3990
3991         * gst/playback/gstplaysink.c: (find_property),
3992         (gst_play_sink_find_property), (gen_video_chain),
3993         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3994         Recursively search the sink element for a last-frame property so that we
3995         can also find the property in autovideosink and friends that don't
3996         always proxy the internal sink properties.
3997
3998 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3999
4000         * gst-libs/gst/audio/multichannel.c:
4001           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4002           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4003           (gst_audio_set_structure_channel_positions_list),
4004           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4005           (gst_audio_fixate_channel_positions):
4006           Fix confusing terminology in docs and code: structure fields are
4007           'fields' and not 'properties'.
4008
4009 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4010
4011         * gst-libs/gst/audio/multichannel.c:
4012           (gst_audio_check_channel_positions), (add_list_to_struct):
4013           Give more useful warning messages if one of the channel
4014           layout enums passed to us is invalid and if the "channels"
4015           field in the caps has a GType we don't expect.
4016
4017 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4018
4019         * gst-libs/gst/audio/multichannel.c:
4020           Fix typo in docs blurb.
4021
4022 2008-02-19  Julien Moutte  <julien@fluendo.com>
4023
4024         Patch by: Josep Torra Valles <josep@fluendo.com>
4025
4026         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4027         typefind lookup to fix typefinding on HD clips.
4028
4029 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4030
4031         * gst/playback/gstscreenshot.c:
4032         * gst/playback/gstscreenshot.h:
4033           Fix up copyright (I rewrote the GStreamer-0.10 code for
4034           this from scratch back in the days).
4035
4036 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4037
4038         * gst/playback/Makefile.am:
4039         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4040         (create_element), (gst_play_frame_conv_convert):
4041         * gst/playback/gstscreenshot.h:
4042         Add screenshot conversion code from totem.
4043
4044         * gst/playback/gstplay-marshal.list:
4045         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4046         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4047         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4048         Implement frame property to get a color-unconverted snapshot.
4049         Implement convert-frame action signal to get a converted snapshot image.
4050         Configure connection speed in uridecodebin.
4051         Document some more properties.
4052
4053         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4054         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4055         (gst_play_sink_get_last_frame):
4056         * gst/playback/gstplaysink.h:
4057         Use last-buffer property of the video sink to get a video snapshot.
4058
4059         * tests/examples/seek/seek.c: (shot_cb), (main):
4060         Add snapshot button for playbin2 and use the frame property to save the
4061         frame as a png in the current directory.
4062
4063 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4064
4065         Patch by: Josep Torra Valles <josep at fluendo dot com>
4066
4067         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4068         (plugin_init):
4069         Add typefinding support for h264 elementary streams.
4070         Fixes bug #517420.
4071
4072 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4073
4074         * configure.ac:
4075           Require CVS of core for new API in collectpads.
4076
4077         * gst/adder/gstadder.c:
4078           Use new API to make adder sparse stream aware.
4079
4080 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4081
4082         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4083         (no_more_pads_cb):
4084         Get the object data correct so that we can remove our channels
4085         correctly.
4086
4087         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4088         (gen_vis_chain), (gst_play_sink_reconfigure),
4089         (gst_play_sink_request_pad):
4090         Add option to disable async behaviour in the sinks when possible. This
4091         makes it possible to avoid an audio queue when dealing with
4092         visualisations.
4093         Add option to add a queue for the audio path.
4094
4095         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4096         (main):
4097         Disable the vis checkbox to match the defaults of playbin2.
4098         Only get the stream info when we need to.
4099
4100 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4101
4102         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4103         (gst_gio_base_sink_set_stream):
4104         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4105         (gst_gio_base_src_set_stream):
4106         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4107         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4108         Don't use async operations as they require a running main loop.
4109         This makes us block again when closing streams and unable
4110         to mount the enclosing volume of an URI if it isn't yet.
4111
4112 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4113
4114         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4115         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4116         (gen_vis_chain), (gst_play_sink_reconfigure),
4117         (gst_play_sink_request_pad):
4118         Move tee in front of the audio and vis pipelines.
4119         Add queue for audio for now.
4120         Add visualisation support.
4121
4122         * tests/examples/seek/seek.c: (main):
4123         Visualisation is by default disabled.
4124
4125 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4126
4127         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4128         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4129         Improve debugging a bit.
4130
4131         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4132         * ext/gio/gstgiosink.h:
4133         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4134         * ext/gio/gstgiosrc.h:
4135         Try to mount the enclosing volume of a GFile if it isn't mounted
4136         yet. This requires us to wait for an async operation to finish, done
4137         with an nested GMainLoop. Authentication is not supported yet, will
4138         come later.
4139
4140 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4141
4142         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4143         (gst_play_bin_set_property), (gst_play_bin_get_property),
4144         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4145         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4146         (gst_play_sink_get_mute), (gen_audio_chain):
4147         * gst/playback/gstplaysink.h:
4148         Add mute property.
4149
4150         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4151         (gst_selector_pad_chain):
4152         * gst/playback/gststreamselector.h:
4153         Make sure we forward the event only once.
4154
4155         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4156         Add and implement the mute button for playbin2.
4157
4158 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4159
4160         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4161
4162         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4163         Add some more debug info.
4164         Make sure we never return a negative delay. Fixes #516246.
4165
4166 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4167
4168         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4169           Revert patch that makes the sink hold the object lock when
4170           calling snd_pcm_delay(), since it breaks playback for me.
4171
4172 2008-02-12  Julien Moutte  <julien@fluendo.com>
4173
4174         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4175         some seek flags when changing rate.
4176
4177 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4178
4179         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4180         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4181         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4182         Fix potential leaks.
4183
4184         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4185         Fix leak when there is no function configured.
4186
4187 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4188
4189         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4190         (gst_v4lsrc_buffer_finalize):
4191         Correctly chain up the finalize method.
4192
4193 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4194
4195         * ext/gio/gstgiostreamsink.c:
4196         * ext/gio/gstgiostreamsrc.c:
4197         Add documentation and example code for giostreamsink/giostreamsrc.
4198
4199         * tests/check/pipelines/gio.c: (GST_START_TEST):
4200         Ask the GMemoryOutputStream for the data instead of assuming that
4201         the pointer to the data stayed the same. It could've been realloc'ed.
4202
4203 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4204
4205         * ext/gio/gstgiosink.c:
4206         * ext/gio/gstgiosrc.c:
4207         Make the documentation of giosink/giosrc complete, large parts
4208         are based on the gnomevfssink/gnomevfssrc docs.
4209
4210 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4211
4212         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4213         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4214         * docs/plugins/gst-plugins-base-plugins.args:
4215         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4216         * docs/plugins/gst-plugins-base-plugins.interfaces:
4217         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4218         * docs/plugins/gst-plugins-base-plugins.signals:
4219         * docs/plugins/inspect/plugin-adder.xml:
4220         * docs/plugins/inspect/plugin-audioconvert.xml:
4221         * docs/plugins/inspect/plugin-audiorate.xml:
4222         * docs/plugins/inspect/plugin-audioresample.xml:
4223         * docs/plugins/inspect/plugin-decodebin.xml:
4224         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4225         * docs/plugins/inspect/plugin-gdp.xml:
4226         * docs/plugins/inspect/plugin-gio.xml:
4227         * docs/plugins/inspect/plugin-gnomevfs.xml:
4228         * docs/plugins/inspect/plugin-libvisual.xml:
4229         * docs/plugins/inspect/plugin-ogg.xml:
4230         * docs/plugins/inspect/plugin-pango.xml:
4231         * docs/plugins/inspect/plugin-playback.xml:
4232         * docs/plugins/inspect/plugin-queue2.xml:
4233         * docs/plugins/inspect/plugin-subparse.xml:
4234         * docs/plugins/inspect/plugin-theora.xml:
4235         * docs/plugins/inspect/plugin-uridecodebin.xml:
4236         * docs/plugins/inspect/plugin-videorate.xml:
4237         * docs/plugins/inspect/plugin-videoscale.xml:
4238         * docs/plugins/inspect/plugin-volume.xml:
4239         * docs/plugins/inspect/plugin-vorbis.xml:
4240         Add the GIO documentation again and while at that run make update.
4241
4242 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4243
4244         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4245         * ext/alsa/gstalsasink.c: (set_swparams):
4246         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4247           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4248           against libasound >= 1.0.16, since it's been deprecated in
4249           0.10.16, and alignment is always 1 then, apparently. (#512899)
4250
4251 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4252
4253         * gst/playback/gstplaybin.c: (gen_audio_element):
4254         * gst/playback/gstplaysink.c: (gen_audio_chain):
4255           Handle case where we can't create the volume element a bit
4256           better (#514307).
4257
4258 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4259
4260         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4261         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4262           Add support for https protocol. Fixes #510229.
4263
4264 2008-02-11  Julien Moutte  <julien@fluendo.com>
4265         
4266         Patch by: Alan Peevers <peeves@pacbell.net>
4267
4268         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4269         lock when calling alsa methods.
4270
4271 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4272
4273         * gst/typefind/gsttypefindfunctions.c:
4274           Bump rank of jpeg and png typefinders, which will return maximum
4275           probability in the most common cases (thus short-circuiting more
4276           expensive typefinders like the mp3 one for these two quite common
4277           image types).
4278
4279 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4280
4281         * ext/theora/theoraparse.c:
4282         Fix long description of the theora parser to be more verbose than just
4283         the type name.
4284
4285 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4286
4287         Patch by: Branko Čibej <brane at xbc dot nu>
4288
4289         * sys/xvimage/xvimagesink.c:
4290         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4291         Fixes bug #515654.
4292
4293 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4294
4295         * gst/playback/gstplaybasebin.c:
4296         Set is_dynamic as True if there are elements with both request
4297         and sometimes src pad templates instead of breaking out when it
4298         finds the first pad template that is a src.
4299
4300 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4301
4302         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4303         (update_streams), (video_combo_cb), (audio_combo_cb),
4304         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4305         Add some stream switching and volume gui for playbin2.
4306
4307 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4308
4309         * gst/playback/gstplay-marshal.list:
4310         Added marshal for streamselector Tags.
4311
4312         * gst/playback/gstplaybasebin.c: (set_active_source):
4313         Streamselector now selects pads based on the pad object instead of its
4314         name.
4315
4316         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4317         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4318         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4319         (gst_play_bin_get_text_tags),
4320         (gst_play_bin_set_current_video_stream),
4321         (gst_play_bin_set_current_audio_stream),
4322         (gst_play_bin_set_current_text_stream),
4323         (gst_play_bin_set_property), (gst_play_bin_get_property),
4324         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4325         Remove option to mute streams with the current-a/v/t property, we have
4326         this functionality in the flags.
4327         Add signals to notify when the number of A/V/T channels changed.
4328         Add action signals to get tags for the A/V/T streams.
4329         Implement setting the current A/V/T stream.
4330         Rearrange some things to simplify stream selection.
4331         Implement volume.
4332
4333         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4334         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4335         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4336         (activate_vis), (gst_play_sink_reconfigure):
4337         * gst/playback/gstplaysink.h:
4338         Add and implement volume setting methods.
4339
4340         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4341         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4342         (gst_selector_pad_event), (gst_stream_selector_class_init),
4343         (gst_stream_selector_init), (gst_stream_selector_finalize),
4344         (gst_stream_selector_set_property),
4345         (gst_stream_selector_get_property),
4346         (gst_stream_selector_get_linked_pad),
4347         (gst_stream_selector_request_new_pad):
4348         * gst/playback/gststreamselector.h:
4349         Add pad properties for tags and status of pads.
4350         Keep tags on pads.
4351         Make active pad selection based on pad object instead of name.
4352
4353 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4354
4355         * configure.ac:
4356           Revert last change as we now check in gtk-doc.m4 for sed.
4357
4358 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4359
4360         * configure.ac:
4361         Find and subst SED when building the docs.
4362
4363 2008-02-08  Julien Moutte  <julien@fluendo.com>
4364
4365         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4366         (main): Make sure bus signals are reconnected when pressing STOP
4367         and then PLAY again for a parse launch pipeline. Fix a ref leak
4368         on the bus.
4369         * win32/common/config.h: Updated.
4370
4371 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4372
4373         * configure.ac:
4374         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4375         pre-releases or releases.
4376
4377 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4378
4379         * configure.ac:
4380         * ext/gio/Makefile.am:
4381         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4382         reporting
4383
4384 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4385
4386         * docs/plugins/Makefile.am:
4387         Add the headers which need scanning for the GIO plugin. The rest of
4388         the docs still need migrating.
4389
4390 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4391
4392         * ext/Makefile.am:
4393         * tests/check/Makefile.am:
4394         * tests/check/pipelines/.cvsignore:
4395         Add gio in a few more places.
4396
4397 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4398
4399         * configure.ac:
4400         * ext/Makefile.am:
4401         * tests/check/Makefile.am:
4402         Move gio plugin from -bad and mark as experimental.
4403
4404 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4405
4406         * gst-libs/gst/interfaces/mixeroptions.c:
4407         * gst-libs/gst/interfaces/mixertrack.c:
4408         Comment out a couple of other things which break the build when
4409         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4410
4411 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4412
4413         * docs/libs/gst-plugins-base-libs-sections.txt:
4414           Fix pbutils header.
4415
4416 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4417
4418         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4419         Fix compiler warning.
4420
4421 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4422
4423         Patch by: Peter Kjellerstedt  <pkj at axis com>
4424
4425         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4426         Clear the addrinfo struct using memset. Fixes #514937.
4427
4428 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4429
4430         * gst/tcp/gstfdset.h:
4431         Remove unused field to same some memory.
4432
4433         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4434         Mark action signals as such.
4435
4436 2008-02-06  Michael Smith <msmith@fluendo.com>
4437
4438         * ext/theora/theoradec.c: (_theora_granule_frame),
4439         (_inc_granulepos):
4440           Increment granulepos for new-bitstream versions appropriately.
4441           Fixes #514623.
4442
4443 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4444
4445         * tests/examples/seek/seek.c: (do_seek),
4446         (rate_spinbutton_changed_cb), (update_streams), (main):
4447         Remove obsolete stream_time reset after flushing seek, core does that
4448         automatically now.
4449         Improve accuracy of speed spinbutton.
4450         Only do playbin2 stuff when we actually use it.
4451
4452 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4453
4454         * tests/check/Makefile.am:
4455           Revert previous change of the test environment's GST_PLUGIN_PATH.
4456           The problem is not with the plugins, but with element factories
4457           and only occurs if elements are split out from existing plugins
4458           or if plugins change name (see #512740).
4459
4460 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4461
4462         * tests/check/Makefile.am:
4463           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4464           with the core's plugins first and our local build directories last,
4465           since we might be building against an installed core, and that
4466           core's plugin directory may contain older or other versions of
4467           our own -base plugins, but we really do want to test our local
4468           ones (if there are multiple plugins or element factories with the
4469           same name, those inspected last will trump those read in earlier).
4470           Fixes #512740 for the most part.
4471
4472 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4473
4474         * configure.ac:
4475         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4476         Use gmtime_r if available as gmtime is not MT-safe.
4477         Fixes bug #511810.
4478
4479 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4480
4481         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4482         Cast glong to time_t as time_t might have a different type on
4483         other platforms, like FreeBSD, and we get a compiler warning
4484         otherwise. Fixes bug #511825.
4485
4486 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4487
4488         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4489         (get_group), (get_n_pads), (gst_play_bin_get_property),
4490         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4491         (autoplug_select_cb), (deactivate_group):
4492         Remove stream-info, we going for something easier.
4493         Refactor getting the current group.
4494         Implement getting the number of audio/video/text streams.
4495
4496         * gst/playback/gststreamselector.c:
4497         (gst_stream_selector_class_init), (gst_stream_selector_init),
4498         (gst_stream_selector_get_property),
4499         (gst_stream_selector_request_new_pad),
4500         (gst_stream_selector_release_pad):
4501         * gst/playback/gststreamselector.h:
4502         Add property for number of pads.
4503
4504         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4505         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4506         (text_toggle_cb), (update_streams), (msg_async_done),
4507         (msg_state_changed), (main):
4508         Block slider callback when updating the slider position.
4509         Add gui elements for controlling playbin2.
4510         Add callback for async_done that updates position/duration.
4511
4512 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4513
4514         * docs/plugins/Makefile.am:
4515         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4516         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4517         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4518         * docs/plugins/gst-plugins-base-plugins.interfaces:
4519         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4520           First round of plugin docs cleansups.
4521
4522         * docs/plugins/inspect/plugin-adder.xml:
4523         * docs/plugins/inspect/plugin-alsa.xml:
4524         * docs/plugins/inspect/plugin-audioconvert.xml:
4525         * docs/plugins/inspect/plugin-audiorate.xml:
4526         * docs/plugins/inspect/plugin-audioresample.xml:
4527         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4528         * docs/plugins/inspect/plugin-cdparanoia.xml:
4529         * docs/plugins/inspect/plugin-decodebin.xml:
4530         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4531         * docs/plugins/inspect/plugin-gdp.xml:
4532         * docs/plugins/inspect/plugin-gnomevfs.xml:
4533         * docs/plugins/inspect/plugin-libvisual.xml:
4534         * docs/plugins/inspect/plugin-ogg.xml:
4535         * docs/plugins/inspect/plugin-pango.xml:
4536         * docs/plugins/inspect/plugin-subparse.xml:
4537         * docs/plugins/inspect/plugin-tcp.xml:
4538         * docs/plugins/inspect/plugin-theora.xml:
4539         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4540         * docs/plugins/inspect/plugin-video4linux.xml:
4541         * docs/plugins/inspect/plugin-videorate.xml:
4542         * docs/plugins/inspect/plugin-videoscale.xml:
4543         * docs/plugins/inspect/plugin-videotestsrc.xml:
4544         * docs/plugins/inspect/plugin-volume.xml:
4545         * docs/plugins/inspect/plugin-vorbis.xml:
4546         * docs/plugins/inspect/plugin-ximagesink.xml:
4547         * docs/plugins/inspect/plugin-xvimagesink.xml:
4548           Regenerate.
4549
4550         * ext/ogg/Makefile.am:
4551         * ext/ogg/gstoggmux.c:
4552         * ext/ogg/gstoggmux.h:
4553           Add header for oggmux. the c-file needs a doc blob still.
4554
4555 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4556
4557         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4558
4559         * gst-libs/gst/rtp/gstrtpbuffer.c:
4560         (gst_rtp_buffer_set_extension_data):
4561         * gst-libs/gst/rtp/gstrtpbuffer.h:
4562         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4563         Add gst_rtp_buffer_set_extension_data() 
4564         Add a unit test for this addition. Fixes #511478.
4565         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4566
4567 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4568
4569         * configure.ac:
4570         Back to CVS
4571
4572 === release 0.10.17 ===
4573
4574 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4575
4576         * configure.ac:
4577           releasing 0.10.17, "Peanut Butter and Jelly"
4578
4579 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4580
4581         * gst-libs/gst/interfaces/mixeroptions.c:
4582         * gst-libs/gst/interfaces/mixertrack.c:
4583         Also remove the conditional registration of the signals
4584         that disappeared with the ABI change in 0.10.14
4585
4586 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4587
4588         * gst-libs/gst/rtsp/gstrtspconnection.c:
4589         Revert patch to gstrtspconnection.c for brown paper bag
4590         release of -base. Re-opens: #511825
4591
4592 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4593
4594         * gst-libs/gst/interfaces/mixeroptions.h:
4595         * gst-libs/gst/interfaces/mixertrack.h:
4596         Change the way these deprecated function pointers are removed
4597         so that the compiled ABI is unconditionally smaller. This 
4598         sets in stone an ABI break that actually occurred when the
4599         things were deprecated in 0.10.14, which seems to be the best
4600         fix as the only known users are oss-mixer and sunaudio-mixer in 
4601         gst-plugins-good.
4602         Fixes: #513018
4603
4604 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4605
4606         * win32/common/libgstpbutils.def:
4607           Export the two new _get_type() functions which are needed
4608           by the python bindings.
4609
4610 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4611
4612         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4613         Cast glong to time_t as time_t might have a different type on
4614         other platforms, like FreeBSD, and we get a compiler warning
4615         otherwise. Fixes bug #511825.
4616
4617 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4618
4619         * gst-libs/gst/audio/gstaudiofilter.c:
4620         (gst_audio_filter_class_init):
4621         Initialize the GstRingerBuffer class to get it's debug category
4622         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4623         category and otherwise we get some g_critical(). Fixes bug #512334.
4624
4625 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4626
4627         * configure.ac:
4628         Back to CVS
4629
4630 === release 0.10.16 ===
4631
4632 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4633
4634         * configure.ac:
4635           releasing 0.10.16, "Scheduled Interruption"
4636
4637 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4638
4639         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4640
4641         * gst-libs/gst/rtp/gstrtpbuffer.c:
4642         (gst_rtp_buffer_get_extension_data):
4643         Fix typos and wrong extension check. Fixes #511274.
4644
4645 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4646
4647         * po/sk.po:
4648         Oops - add new sk.po mentioned in the LINGUAS I just committed
4649
4650 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4651
4652         * po/LINGUAS:
4653         Add ca translation to the disted list.
4654
4655         * win32/vs6/libgstsdp.dsp:
4656         Convert line endings to CRLF
4657
4658 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4659
4660         * win32/MANIFEST:
4661         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4662
4663 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4664
4665         * win32/common/libgstsdp.def:
4666         * win32/common/libgstvideo.def:
4667         Add new API declarations
4668
4669 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4670
4671         * ext/theora/gsttheoradec.h:
4672         * ext/theora/gsttheoraparse.h:
4673         * ext/theora/theoradec.c:
4674         * ext/theora/theoraparse.c:
4675         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4676         and parser by inspecting the bitstream version of the incoming data.
4677
4678 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4679
4680         * configure.ac:
4681         * pkgconfig/Makefile.am:
4682         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4683         * pkgconfig/gstreamer-audio.pc.in:
4684         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4685         * pkgconfig/gstreamer-cdda.pc.in:
4686         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4687         * pkgconfig/gstreamer-fft.pc.in:
4688         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4689         * pkgconfig/gstreamer-floatcast.pc.in:
4690         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4691         * pkgconfig/gstreamer-interfaces.pc.in:
4692         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4693         * pkgconfig/gstreamer-netbuffer.pc.in:
4694         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4695         * pkgconfig/gstreamer-pbutils.pc.in:
4696         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4697         * pkgconfig/gstreamer-riff.pc.in:
4698         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4699         * pkgconfig/gstreamer-rtp.pc.in:
4700         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4701         * pkgconfig/gstreamer-rtsp.pc.in:
4702         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4703         * pkgconfig/gstreamer-sdp.pc.in:
4704         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4705         * pkgconfig/gstreamer-tag.pc.in:
4706         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4707         * pkgconfig/gstreamer-video.pc.in:
4708         Provide one pkg-config file for every gst-plugins-base library.
4709         This makes linking to those libraries much more intuitive and
4710         provides standard pkg-config behaviour for them. Fixes bug #499697.
4711
4712 2008-01-13  David Schleef  <ds@schleef.org>
4713
4714         * gst/videoscale/vs_4tap.c:
4715           Fix valgrind error on 4tap scaling method.
4716
4717 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4718
4719         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4720         Include Winsock2.h for VS6 and use a different way initialize
4721         hints structure so it can build with VS6.
4722         * win32/MANIFEST:
4723         * win32/vs6/libgstsdp.dsp:
4724         * win32/common/libgstsdp.def:
4725         Add new files for libgstsdp.
4726         * win32/vs6/grammar.dsp:
4727         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4728         * win32/vs6/gst_plugins_base.dsw:
4729         * win32/vs6/libgstdecodebin.dsp:
4730         * win32/vs6/libgstdecodebin2.dsp:
4731         * win32/vs6/libgstplaybin.dsp:
4732         * win32/vs6/libgstvolume.dsp:
4733         Add new dependencies to the link list.
4734
4735 2008-01-13  Julien Moutte  <julien@fluendo.com>
4736
4737         * win32/common/config.h:
4738         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4739         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4740         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4741         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4742         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4743         * win32/common/interfaces-enumtypes.c:
4744         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4745         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4746         (gst_mixer_track_flags_get_type),
4747         (gst_tuner_channel_flags_get_type):
4748         * win32/common/multichannel-enumtypes.c:
4749         (gst_audio_channel_position_get_type):
4750         * win32/common/pbutils-enumtypes.c:
4751         (gst_install_plugins_return_get_type):
4752         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4753         in the win32 build directory.
4754
4755 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4756
4757         * tests/check/Makefile.am:
4758         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4759
4760         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4761         * tests/check/elements/playbin.c:
4762         * tests/check/libs/mixer.c: (test_element_interface_supported),
4763         (gst_implements_interface_init):
4764         * tests/check/libs/rtp.c: (GST_START_TEST):
4765         Fix various assignment type mismatches.
4766
4767 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4768
4769         * configure.ac:
4770         * gst-libs/gst/rtsp/Makefile.am:
4771         Add test to see if hstrerror is available or if we need libresolv
4772         (Solaris) for it, then use it in libgstrtsp.
4773
4774 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4775
4776         * gst-libs/gst/tag/Makefile.am:
4777         Fix include path order
4778
4779 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4780
4781         * gst-libs/gst/pbutils/install-plugins.c:
4782         (gst_install_plugins_context_copy),
4783         (gst_install_plugins_context_get_type):
4784         * gst-libs/gst/pbutils/install-plugins.h:
4785         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4786         for bindings.
4787
4788 2008-01-11  Michael Smith <msmith@fluendo.com>
4789
4790         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4791         (_theora_granule_frame), (_theora_granule_start_time),
4792         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4793           Adapt for post-alpha meaning of granulepos, when we
4794           have a newer version of libtheora.
4795         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4796         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4797         (theora_enc_is_discontinuous), (theora_enc_chain):
4798           Likewise.
4799         * tests/check/Makefile.am:
4800           Link libtheora into theoraenc test so we can check which version of
4801           libtheora we're testing against.
4802         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4803         (check_buffer_granulepos),
4804         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4805         (theoraenc_suite):
4806           Adapt tests to check the values that are now defined for theora; make
4807           the tests backwards-adapt the passed values if we're running against an
4808           old libtheora.
4809           Fixes #497964
4810
4811 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4812
4813         * gst-libs/gst/audio/gstbaseaudiosink.c:
4814           (gst_base_audio_sink_class_init):
4815         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4816           (gst_base_audio_src_class_init):
4817           Ref audio clock class from a thread-safe context to make sure
4818           we're not bit by GObjects lack of thread-safety here (#349410),
4819            however unlikely that may be in practice.
4820
4821 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4822
4823         * autogen.sh:
4824           Add -Wno-portability to the automake parameters to stop warnings
4825           about GNU make extensions being used. We require GNU make in almost
4826           every Makefile anyway.
4827           
4828         * configure.ac:
4829           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4830           at the same time is required for per target flags.
4831
4832 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4833
4834         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4835           Post an error message if we can't pull as many bytes as we need
4836           for the tag. This makes sure the user gets to see a proper error
4837           message if a file with a partial ID3 tag is fed to decodebin, and
4838           not a 'no ID3 tag demuxer' error, which would be confusing
4839           (see #508138).
4840
4841 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4842
4843         * gst-libs/gst/pbutils/descriptions.c: (formats):
4844           Add description strings for ID3, APE, and ICY tags.
4845
4846 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4847
4848         * gst/playback/gstdecodebin.c: (try_to_link_1):
4849           Make sure we error out correctly if we can't activate one of
4850           the elements we've added.  Fixes #508138.
4851           
4852 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4853
4854         Patch by: Bastien Nocera <hadess at hadess net>
4855
4856         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4857           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4858           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4859           the volume is the same for all channels. This works around
4860           some problem in alsa that leaves us with inconsistent state
4861           for some reason (#486840).
4862
4863 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4864
4865         Patch by: Jerone Young <jerone at gmail com>
4866
4867         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4868           If there's no mixer track by the name of 'Master' or 'Front',
4869           check if there's one called 'PCM' before trying the generic
4870           fallback logic (fixes #506928, where we pick 'Mic' as master
4871           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4872
4873 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4874
4875         * gst/playback/gstplay-enum.c:
4876         (register_gst_autoplug_select_result),
4877         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4878         (gst_play_flags_get_type):
4879         * gst/playback/gstplay-enum.h:
4880         Add enums for configuration flags.
4881
4882         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4883         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4884         (gst_play_bin_get_property), (no_more_pads_cb),
4885         (autoplug_select_cb), (gst_play_bin_change_state):
4886         Merge mode with flags.
4887         Add more property getters/setters, defaults and docs.
4888         Add properties to get number of audio/video/text streams.
4889         Create sink object in _init so that we can always rely on it being
4890         there.
4891
4892         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4893         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4894         (activate_vis), (gst_play_sink_reconfigure),
4895         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4896         (gst_play_sink_change_state):
4897         * gst/playback/gstplaysink.h:
4898         Use flags to configure the sink pipelines.
4899         Add tee before audio pipeline so that we can use it for visualisations.
4900         Start working on integrating visualisations.
4901         Remove mode, we can do everything with the flags now.
4902         Add method to configue the sink pipeline.
4903
4904 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4905
4906         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4907           (check_buffer_timestamp), (check_buffer_duration):
4908           Turn these functions into macros so we can see right away
4909           where the failure occured.
4910
4911 2008-01-05  Julien Moutte  <julien@fluendo.com>
4912
4913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4914         debugging information to understand how X calculates the stride
4915         for XvImages.
4916
4917 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4918
4919         * gst/volume/Makefile.am:
4920         * gst/volume/gstvolume.c: (volume_choose_func),
4921         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4922         (volume_setup):
4923         * gst/volume/gstvolume.h:
4924         Use GstAudioFilter as base class for the volume element instead of
4925         plain GstBaseTransform.
4926
4927 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4928
4929         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4930         Don't set element details for the abstract GstAudioFilter class.
4931
4932 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4933
4934         * gst-libs/gst/audio/gstaudiofilter.c:
4935         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4936         Implement get_unit_size() vmethod of GstBaseTransform.
4937
4938 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4939
4940         * gst-libs/gst/pbutils/Makefile.am:
4941         * gst-libs/gst/pbutils/pbutils.h:
4942         Use glib-enum generator to have a proper enum GType for
4943         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4944
4945 2007-12-31  David Schleef  <ds@schleef.org>
4946
4947         * tests/check/Makefile.am:
4948         * tests/check/pipelines/theoraenc.c:
4949           Reenable theoraenc test, which fails on the buildbot but
4950           not locally.
4951
4952 2007-12-31  David Schleef  <ds@schleef.org>
4953
4954         * docs/libs/.cvsignore:
4955         * docs/plugins/.cvsignore:
4956           Add *-undeclared.txt to fix buildbot.
4957
4958 2007-12-31  David Schleef  <ds@schleef.org>
4959
4960         * tests/check/Makefile.am:
4961           Second attempt at disabling theoraenc test long enough to
4962           get buildbot to compile -base.
4963
4964 2007-12-31  David Schleef  <ds@schleef.org>
4965
4966         * tests/check/pipelines/theoraenc.c:
4967           Disable theoraenc test long enough to get the buildbot to
4968           compile a recent -base.
4969
4970 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4971
4972         * tests/examples/seek/seek.c: (stop_cb):
4973         Make sure we reset the slider value to 0.0 without racing against a
4974         possible g_idle that sets it to something else.
4975
4976 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4977
4978         * sys/ximage/ximagesink.c:
4979         fix typo
4980
4981 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4982
4983         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4984         * gst-libs/gst/rtsp/gstrtspdefs.h:
4985         Add Location header so that we can start implementing redirects.
4986         See #506025.
4987
4988 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4989
4990         * gst/subparse/gstssaparse.c:
4991         combine if's
4992
4993 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4994
4995         * gst/subparse/gstssaparse.c:
4996         remove duplicate log message
4997
4998 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4999
5000         * ext/libvisual/visual.c: (gst_visual_chain):
5001         Fix 'xyz may be used uninitialized' compiler warnings caused
5002         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5003         abort() in any case but properly report the error.
5004
5005 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5006
5007         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5008         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5009         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5010         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5011         (autoplug_select_cb), (activate_group), (deactivate_group),
5012         (setup_next_source), (save_current_group),
5013         (gst_play_bin_change_state):
5014         Code cleanups.
5015         Remove next-uri, we can use the uri property just fine.
5016         Fix some crasher.
5017         Unref uridecodebin when switching.
5018         Fix going to READY.
5019
5020         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5021         (gst_play_sink_init), (gst_play_sink_dispose),
5022         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5023         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5024         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5025         (gst_play_sink_set_property), (gst_play_sink_get_property),
5026         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5027         (gen_vis_element), (gst_play_sink_get_mode),
5028         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5029         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5030         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5031         (gst_play_sink_change_state):
5032         * gst/playback/gstplaysink.h:
5033         Add some locking to make things threadsafe.
5034
5035         * gst/playback/test7.c: (about_to_finish_cb):
5036         Fix test.
5037
5038 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5039
5040         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5041           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5042           (gst_video_scale_transform):
5043           Don't claim to be able to handle/transform caps that can't really
5044           be handled by the currently selected scaling method (here: RGB or
5045           packed YUV with 4-tap method). Also add locking to method property.
5046
5047         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5048           (test_basetransform_based):
5049           Some test pipelines for the above (not entirely valgrind clean yet
5050           apparently).
5051
5052 2007-12-21  David Schleef  <ds@schleef.org>
5053
5054         * gst-libs/gst/video/video.c:
5055         * gst-libs/gst/video/video.h:
5056           Add additional RGBA and RGB-24 video formats.
5057
5058 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5059
5060         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5061           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5062           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5063         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5064           (cddabasesrc_suite):
5065           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5066           deprecated in the future (see #498924).
5067
5068 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5069
5070         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5071           Don't leak event.
5072
5073 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5074
5075         * gst-libs/gst/riff/riff-read.c:
5076         Use GST_ROUND_UP_2 macro
5077
5078 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5079
5080         * gst/playback/.cvsignore:
5081           Ignore more.
5082
5083 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5084
5085         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5086         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5087           (set_active_source):
5088         * gst/playback/gstplaybasebin.h:
5089         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5090           (setup_sinks), (playbin_set_subtitles_visible):
5091           Make switching off of subtitles work. To avoid all kind of
5092           problems with unlinking of the subtitle input, we just keep
5093           the subtitle inputs linked as they are and tell textoverlay
5094           not to render them. Fixes #373011.
5095           Other subtitle switching issues (esp. when there are both
5096           external and in-stream subtitles) remain. They'll be solved
5097           in playbin2.
5098
5099 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5100
5101         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5102         Init the pad segment too.
5103
5104 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5105
5106         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5107         (gst_audioringbuffer_open_device),
5108         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5109         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5110         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5111         (gst_audio_sink_create_ringbuffer):
5112         Improve debug output.
5113
5114         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5115         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5116         Prevent some functions from doing things and failing when the
5117         ringbuffer is not yet acquired.
5118
5119 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5120
5121         * gst-libs/gst/interfaces/interfaces.h:
5122           Also remove interfaces.h from CVS as it is not needed anymore.
5123
5124 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5125
5126         * gst-libs/gst/interfaces/Makefile.am:
5127           interfaces.h is not used anymore so remove it from the build
5128           process.
5129
5130 2007-12-17  David Schleef  <ds@schleef.org>
5131
5132         * gst/videotestsrc/gstvideotestsrc.c:
5133         * gst/videotestsrc/gstvideotestsrc.h:
5134           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5135           for testing vertical refresh synchronization.
5136
5137 2007-12-17  David Schleef  <ds@schleef.org>
5138
5139         * docs/libs/gst-plugins-base-libs-sections.txt:
5140         * gst-libs/gst/video/video.c:
5141         * gst-libs/gst/video/video.h:
5142           Add new GstVideFormat enum and write a bunch of helper functions
5143           based around it.
5144
5145 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5146
5147         * Makefile.am:
5148           Use new common/win32.mak.
5149
5150 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5151
5152         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5153         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5154         Add debug info.
5155         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5156         the parent state change function, just like the audiosink, because the
5157         parent waits for the element to finish its processing before completing
5158         the state change. This makes going to PAUSED a lot snappier.
5159         When going from READY to PAUSED, don't allow the ringbuffer to start
5160         yet.
5161
5162 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5163
5164         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5165         Yet another fix for broken software that produce files with an empty
5166         blockalign field. Instead of completely failing, make a second attempt
5167         at guessing the width/depth by looking at strf->size.
5168
5169 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5170
5171         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5172           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5173         * gst-libs/gst/pbutils/install-plugins.c:
5174           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5175         * gst-libs/gst/pbutils/missing-plugins.c:
5176           (gst_missing_plugin_message_get_installer_detail),
5177           (gst_missing_encoder_installer_detail_new):
5178         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5179         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5180           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5181           avoid compiler warnings (#503930).
5182
5183 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5184
5185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5186         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5187         for jpeg video streams.
5188         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5189         for the above modification.
5190
5191 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5192
5193         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5194           (gst_x_overlay_handle_events):
5195           More guards (we don't want klass to end up being NULL).
5196
5197 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5198
5199         * configure.ac:
5200         * gst/volume/gstvolume.c: (gst_volume_init):
5201           Use new gst_base_transform_set_gap_aware() function as volume
5202           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5203           for this.
5204
5205 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5206
5207         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5208         Don't go to READY on EOS as this avoids testing of seeking and
5209         restarting after EOS, use the stop button when you want to READY.
5210         Don't try to do a flushing seek in segment-done, it does not make
5211         sense to use this for gapless playback and is not needed.
5212
5213 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5214
5215         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5216         (reset_rate_timer), (update_in_rates), (update_out_rates),
5217         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5218         (gst_queue_chain), (gst_queue_loop):
5219         Use separate timers for input and output rates.
5220         Pause measuring the output rate when we block for more data.
5221         See #503262.
5222
5223 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5224
5225         * gst/playback/gstqueue2.c: (gst_queue_chain):
5226         Pause the timer to measure the input rate when we block because the
5227         queue is filled. See #503262.
5228
5229 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5230
5231         Patch by: Peter Kjellerstedt  <pkj at axis com>
5232
5233         * gst-libs/gst/rtsp/gstrtspconnection.c:
5234         (gst_rtsp_connection_free):
5235         Close control sockets. Fixes #503440.
5236
5237 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5238
5239         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5240         Expose the right pad in the right place with the right element.
5241
5242 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5243
5244         * gst-libs/gst/pbutils/descriptions.c: (formats):
5245           Add description for 'private' dts caps (who come up with that name?).
5246
5247 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5248
5249         * Makefile.am:
5250           Add check-exports target and run it with 'make check'.
5251
5252         * configure.ac:
5253           Be stricter about what we export in our libraries: change regexp so that
5254           we only export _gst_foo(), but not __gst_foo().
5255
5256         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5257         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5258           Change internal functions to __gst_foo so they dont' get exported.
5259
5260         * win32/common/libgstaudio.def:
5261           Add missing symbols.
5262
5263 2007-12-11  David Schleef  <ds@schleef.org>
5264
5265         * ChangeLog: remove conflict markers
5266
5267 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5268
5269         * ext/gnomevfs/Makefile.am:
5270         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5271           Use gst_tag_freeform_string_to_utf8() here, which also takes
5272           into account any character sets specified by the user via
5273           environment variables.
5274
5275 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5276
5277         * gst/audioconvert/Makefile.am:
5278         Also link to libm.
5279
5280 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5281
5282         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5283         No need for floating point operations here. avoids having to link
5284         against the math library too.
5285
5286 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5287
5288         * gst-libs/gst/pbutils/descriptions.c: (formats),
5289           (format_info_get_desc):
5290         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5291           (GST_START_TEST):
5292           Add one or two missing formats.  Generate ADPCM description
5293           dynamically depending on layout/format.
5294
5295 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5296
5297         * configure.ac:
5298           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5299
5300 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5301
5302         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5303
5304         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5305           Some .srt files start with chunk number 0 and not chunk number 1,
5306           recognise and accept those as well (fixes #502497).
5307
5308         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5309           (test_src):
5310           Add unit test for the above.
5311
5312 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5313
5314         * gst/playback/gstplay-enum.c:
5315         (register_gst_autoplug_select_result),
5316         (gst_autoplug_select_result_get_type):
5317         * gst/playback/gstplay-enum.h:
5318         Add missing files.
5319
5320 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5321
5322         * gst/playback/Makefile.am:
5323         Group decodebin2 and uridecodebin into the same plugin so that they
5324         can share the GEnumType.
5325
5326         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5327         (_gst_select_accumulator), (gst_decode_bin_class_init),
5328         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5329         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5330         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5331         Add signal to sort factories instead of the more awkward autoplug-select
5332         signal.
5333         Modify autoplug_select so that we can try, skip or expose the
5334         autopluggin of an element on a pad.
5335
5336         * gst/playback/gstfactorylists.c: (compare_ranks),
5337         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5338         (element_filter), (gst_factory_list_get_elements),
5339         (gst_factory_list_debug), (gst_factory_list_filter):
5340         * gst/playback/gstfactorylists.h:
5341         Simplify the API, allow getting elements based on mask.
5342
5343         * gst/playback/gstplay-marshal.list:
5344         Add some more marshallers.
5345
5346         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5347         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5348         (autoplug_select_cb), (activate_group):
5349         Add support for managing non-raw sinks by providing a custom element and
5350         sink list to decodebin2.
5351         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5352         decodebin2.
5353
5354         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5355         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5356         * gst/playback/gstplaysink.h:
5357         Add support for raw and non-raw sinks. 
5358         Add support to force sinks selected by playbin2.
5359         Don't plug raw converters for non-raw sinks.
5360
5361         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5362         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5363         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5364         (plugin_init):
5365         Use right accumulators.
5366         Proxy new signal.
5367
5368 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5369
5370         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5371         Use runnning time as the base time instead of the timestamp.
5372         Spotted by Saur on IRC.
5373
5374 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5375
5376         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5377         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5378
5379 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5380
5381         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5382         (gst_ogg_demux_read_chain):
5383         If we find a new serial number but it does not contain a BOS page, make
5384         sure we initialize the chain to NULL because else we will try to scan it
5385         and crash. Fixes #500763
5386
5387 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5388
5389         * gst/playback/Makefile.am:
5390         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5391         (get_feature_array), (decoders_filter), (sinks_filter),
5392         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5393         (gst_factory_list_filter):
5394         * gst/playback/gstfactorylists.h:
5395         Refactor some common code to filter factories and check caps compat.
5396
5397         * gst/playback/gstdecodebin.c:
5398         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5399         (gst_decode_bin_init), (gst_decode_bin_dispose),
5400         (gst_decode_bin_autoplug_continue),
5401         (gst_decode_bin_autoplug_factories),
5402         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5403         (find_compatibles):
5404         * gst/playback/gstplaybin.c:
5405         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5406         (gst_play_bin_init), (gst_play_bin_finalize),
5407         (autoplug_factories_cb), (activate_group):
5408         * gst/playback/gstqueue2.c:
5409         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5410         (proxy_autoplug_continue_signal),
5411         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5412         (proxy_drained_signal):
5413         Add some more debug info and use factor filtering code.
5414
5415 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5416
5417         * gst/audiotestsrc/gstaudiotestsrc.c:
5418         * gst/volume/gstvolume.c:
5419         * gst/volume/gstvolume.h:
5420           Add GAP-flag support.
5421
5422 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5423
5424         * tests/examples/seek/seek.c: (main): Increase the range of the
5425         rate selector as I would like to test QOS behavior at higher
5426         forward and reverse playback speed like say 64x.
5427
5428 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5429
5430         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5431         (audioresample_query), (audioresample_query_type),
5432         (gst_audioresample_set_property):
5433         Implement latency query.
5434
5435 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5436
5437         * gst-libs/gst/audio/gstbaseaudiosink.c:
5438         (gst_base_audio_sink_drain):
5439         Our EOS time contains the base_time, _wait_eos() expects a running_time
5440         so we have to subtract the base_time again before calling the function.
5441         This fixes an EOS regression where the base_time was added twice and EOS
5442         took longer and longer in certain situations.
5443         Fixes #498767.
5444
5445 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5446
5447         * docs/libs/gst-plugins-base-libs-sections.txt:
5448         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5449         (gst_base_audio_sink_set_provide_clock),
5450         (gst_base_audio_sink_get_provide_clock),
5451         (gst_base_audio_sink_set_slave_method),
5452         (gst_base_audio_sink_get_slave_method),
5453         (gst_base_audio_sink_set_property),
5454         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5455         (gst_base_audio_sink_none_slaving),
5456         (gst_base_audio_sink_handle_slaving):
5457         * gst-libs/gst/audio/gstbaseaudiosink.h:
5458         Expose methods for some object properties so that subclasses can more
5459         easily configure them.
5460         Added slave method none, that completely disables slaving to the
5461         internal clock.
5462         API: gst_base_audio_sink_set_provide_clock()
5463         API: gst_base_audio_sink_get_provide_clock()
5464         API: gst_base_audio_sink_set_slave_method()
5465         API: gst_base_audio_sink_get_slave_method()
5466
5467         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5468         (gst_base_audio_src_set_provide_clock),
5469         (gst_base_audio_src_get_provide_clock),
5470         (gst_base_audio_src_set_property),
5471         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5472         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5473         Expose methods for some object properties so that subclasses can more
5474         easily configure them.
5475         API: gst_base_audio_src_set_provide_clock()
5476         API: gst_base_audio_src_get_provide_clock()
5477
5478 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5479
5480         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5481
5482         * gst-libs/gst/sdp/gstsdpmessage.c:
5483         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5484
5485 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5486
5487         * tests/check/libs/fft.c: (GST_START_TEST):
5488         Fix scaling to really have dB instead of something else.
5489
5490 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5491
5492         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5493         GTK version, use it.
5494
5495 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5496
5497         * tests/examples/seek/seek.c: (main): Try to support stable version
5498         of GTK.
5499
5500 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5501
5502         * gst/playback/README:
5503         * gst/playback/test7.c:
5504           Fix the build + little README update.
5505
5506 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5507
5508         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5509         Add playbin2 seek pipeline.
5510
5511 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5512
5513         * gst/playback/Makefile.am:
5514         * gst/playback/gstplayback.c: (plugin_init):
5515         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5516         (eos_cb), (about_to_finish_cb), (main):
5517         Add playbin2.
5518         Added gapless playback example.
5519
5520         * gst/playback/gstplaybasebin.c:
5521         * gst/playback/gstplaybasebin.h:
5522         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5523         * gst/playback/gstqueue2.c:
5524         * gst/playback/test.c:
5525         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5526         (pad_removed_cb):
5527         * gst/playback/gststreaminfo.h:
5528         Change email.
5529
5530         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5531         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5532         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5533         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5534         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5535         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5536         (drained_cb), (unlink_group), (activate_group),
5537         (setup_next_source), (gst_play_bin_change_state),
5538         (gst_play_bin2_plugin_init):
5539         Added raw first version of playbin2. Does chained oggs and gapless
5540         playback fine. No support for raw sinks yet. No visualisations or
5541         subtitles yet.
5542
5543         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5544         (gst_play_sink_class_init), (gst_play_sink_init),
5545         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5546         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5547         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5548         (gst_play_sink_set_property), (gst_play_sink_get_property),
5549         (post_missing_element_message), (free_chain), (add_chain),
5550         (activate_chain), (gen_video_chain), (gen_text_element),
5551         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5552         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5553         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5554         (gst_play_sink_send_event), (gst_play_sink_change_state):
5555         * gst/playback/gstplaysink.h:
5556         Added Element that abstracts the sinks and their pipelines for playbin2.
5557
5558 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5559
5560         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5561         (gst_selector_pad_class_init), (gst_selector_pad_init),
5562         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5563         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5564         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5565         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5566         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5567         (gst_stream_selector_init), (gst_stream_selector_set_property),
5568         (gst_stream_selector_get_linked_pad),
5569         (gst_stream_selector_getcaps),
5570         (gst_stream_selector_is_active_sinkpad),
5571         (gst_stream_selector_activate_sinkpad),
5572         (gst_stream_selector_get_linked_pads),
5573         (gst_stream_selector_request_new_pad),
5574         (gst_stream_selector_release_pad):
5575         * gst/playback/gststreamselector.h:
5576         Improve streamselector, make it select and unselect the current pad more
5577         intelligently. 
5578         Subclass GstPad for the sinkpads of the selector.
5579         Handle segments more correctly.
5580         Fix caps negotiation.
5581         Implement release_pad.
5582
5583 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5584
5585         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5586         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5587         (remove_fakesink):
5588         Add drained signal fired when decodebin finishes decoding the data.
5589         Remove deprecated STATE_DIRTY message.
5590
5591         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5592         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5593         (analyse_source), (proxy_drained_signal), (make_decoder),
5594         (source_new_pad), (value_list_append_structure_list),
5595         (handle_redirect_message), (handle_message):
5596         Proxy the new drained signal.
5597         Handle pad removed from decodebin.
5598         Handle redirect messages by sorting multiple redirections based on the
5599         connection speed.
5600
5601 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5602
5603         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5604
5605         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5606         Fix leaking headers. Fixes #496761.
5607
5608 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5609
5610         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5611
5612         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5613         (gst_ximagesink_change_state):
5614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5615         Don't leak the PAR on errors. Fixes #496731.
5616
5617 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5618
5619         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5620           (gst_tag_from_id3_user_tag):
5621           Add mapping for audio cd discid tags, so we can extract
5622           them from tags as well (see #347848). Also compare identifiers
5623           in ID3v2 TXXX frames in a case-insensitive way to increase
5624           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5625
5626 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5627
5628         * gst-plugins-base.doap:
5629         Oops, fix the release name.
5630
5631 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5632
5633         * gst-plugins-base.doap:
5634         Add 0.10.15 release
5635
5636 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5637
5638         * configure.ac:
5639         Back to CVS
5640
5641 === release 0.10.15 ===
5642
5643 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5644
5645         * configure.ac:
5646           releasing 0.10.15, "No need to argue"
5647
5648 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5649
5650         * win32/vs6/libgstfft.dsp:
5651         Convert line endings to DOS.
5652
5653 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5654
5655         * win32/vs6/gst_plugins_base.dsw:
5656         * win32/vs6/libgstfft.dsp:
5657         * win32/MANIFEST:
5658         Add a project file for fft plugin and remove socket
5659         based plugin which don't build from the workspace.
5660         * win32/vs6/libgstaudio.dsp:
5661         * win32/vs6/libgstrtp.dsp:
5662         * win32/vs6/libgsttag.dsp:
5663         Convert line endings back to DOS.
5664         Fixes #496724
5665
5666 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5667
5668         * win32/vs6/libgstinterfaces.dsp:
5669         * win32/vs6/libgstrtsp.dsp:
5670         Convert line endings back to DOS
5671
5672 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5673
5674         * gst-libs/gst/fft/kiss_fft_f32.h:
5675         * gst-libs/gst/fft/kiss_fft_f64.h:
5676         * gst-libs/gst/fft/kiss_fft_s16.h:
5677         * gst-libs/gst/fft/kiss_fft_s32.h:
5678         Don't include malloc.h which doesn't exist on Mac OSX.
5679         Instead, pull in glib.h and use g_malloc/g_free for 
5680         consistency. Fixes: #496548
5681
5682 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5683
5684         * gst/playback/gstdecodebin2.c:
5685           Dont leak ghostpad. Fixes #475451.
5686
5687 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5688
5689         * docs/design/design-decodebin.txt:
5690         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5691         Update some more docs and comments.
5692
5693 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5694
5695         Patch by: Sebastien Moutte  <sebastien moutte net>
5696
5697         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5698           (gst_rtcp_unix_to_ntp):
5699         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5700           Fix some C99-isms and and a missing function that some versions of
5701           MSVC don't like too much (#494346).
5702
5703         * win32/vs6/gst_plugins_base.dsw:
5704         * win32/vs6/libgstaudio.dsp:
5705         * win32/vs6/libgstrtp.dsp:
5706         * win32/vs6/libgsttag.dsp:
5707           Update vs6 projects files (#494346).
5708
5709 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5710
5711         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5712
5713         * win32/common/libgstaudio.def:
5714         * win32/common/libgstcdda.def:
5715         * win32/common/libgstinterfaces.def:
5716         * win32/common/libgstnetbuffer.def:
5717         * win32/common/libgstpbutils.def:
5718         * win32/common/libgstrtp.def:
5719         * win32/common/libgstrtsp.def:
5720         * win32/common/libgsttag.def:
5721         * win32/common/libgstvideo.def:
5722           More missing symbols to export (fixes #493986).
5723
5724 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5725
5726         * docs/libs/gst-plugins-base-libs-sections.txt:
5727         * gst-libs/gst/fft/gstfftf32.c:
5728         * gst-libs/gst/fft/gstfftf32.h:
5729         * gst-libs/gst/fft/gstfftf64.c:
5730         * gst-libs/gst/fft/gstfftf64.h:
5731         * gst-libs/gst/fft/gstffts16.c:
5732         * gst-libs/gst/fft/gstffts16.h:
5733         * gst-libs/gst/fft/gstffts32.c:
5734         * gst-libs/gst/fft/gstffts32.h:
5735         * tests/check/libs/fft.c: (GST_START_TEST):
5736         Remove the magnitude and phase calculation functions as these have
5737         very special use cases and can't even be used for the spectrum
5738         element. Also adjust the docs to mention some properties of the used
5739         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5740
5741 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5742
5743         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5744           (finish_source):
5745           Avoid crash when there are external subtitles (fixes #491722).
5746
5747 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5748
5749         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5750         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5751           'Could not open resource for writing' is not an acceptable
5752           error message when we can't open the audio device (see #492334),
5753           even less so when we're trying to open it to record something.
5754
5755 2007-11-02  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         * win32/common/libgstrtp.def:
5760           Add some more missing symbols (#492813).
5761
5762 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5763
5764         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5765
5766         * tests/check/elements/audioconvert.c: (verify_convert):
5767           Add check to make sure that the out caps have a channel layout
5768           set on them where they should have one.
5769
5770 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5771
5772         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5773
5774         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5775         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5776           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5777           (#492306).
5778
5779         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5780           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5781           (it disappeared in GLib 2.14.0) (#492306).
5782
5783         * gst-libs/gst/sdp/Makefile.am:
5784         * gst-libs/gst/sdp/gstsdpmessage.c:
5785           Fix includes and LIBS for win32/Mingw (#492306).
5786
5787         * tests/examples/dynamic/addstream.c (pause_play_stream):
5788           Use more portable g_usleep() instead of sleep() (#492306).
5789
5790 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5791
5792         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5793
5794         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5795           (gst_ring_buffer_parse_caps):
5796           Return NULL instead of an enum that happens to be 0, fixes warning
5797           on MSVC (#492114).
5798
5799         * gst-libs/gst/audio/gstringbuffer.h:
5800           No trailing commas in enum list (for gcc-2.9x).
5801
5802         * gst/videotestsrc/videotestsrc.c: (random_char):
5803           Make information loss explicit instead of implicitly truncating to
5804           eight bits via the return value.  Fixes runtime error on MSVC when
5805           using the debug CRT (#492114).
5806
5807         * win32/common/config.h.in:
5808           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5809
5810         * win32/common/libgstinterfaces.def:
5811         * win32/common/libgstrtp.def:
5812           Export a few more symbols (#492114).
5813
5814 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5815
5816         * gst-libs/gst/audio/audio.c:
5817         * gst-libs/gst/audio/audio.h:
5818           Readd the deprecation guards, but preserve compilability.
5819
5820 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5821
5822         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5823           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5824           Preserve channel layout when fixating the number of channels in the
5825           output caps, or make sure there's a suitable channel position layout
5826           set on the caps if required. Fixes #430677.
5827
5828 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5829
5830         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5831           Make sure the pipeline really operates in push mode as it should
5832           in this case.
5833
5834 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5835
5836         * gst-libs/gst/audio/audio.h:
5837           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5838           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5839           (ie. normal cvs builds) will fail.
5840
5841 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5842
5843         * docs/libs/Makefile.am:
5844         * gst-libs/gst/audio/audio.c:
5845         * gst-libs/gst/audio/audio.h:
5846         * gst-libs/gst/interfaces/mixer.c:
5847           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5848
5849 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5850
5851         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5852           (test_channel_layout_value_intersect), (audio_suite):
5853           Add simple unit test to make sure GstValue intersection
5854           of channel layouts works the way I think it does.
5855
5856 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5857
5858         * docs/libs/gst-plugins-base-libs-sections.txt:
5859         * gst-libs/gst/audio/gstaudiofilter.h:
5860         * gst-libs/gst/interfaces/mixer.h:
5861         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5862         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5863         * gst-libs/gst/sdp/gstsdpmessage.c:
5864           Fix the docs according to what gtk-doc complained about.
5865
5866 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5867
5868         * tests/icles/stress-playbin.c:
5869           Fix the build.
5870
5871 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5872
5873         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5874         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5875           Post nice/more useful error message if we don't have a decoder for
5876           the primary type.
5877
5878 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5879
5880         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5881         Be a bit more useful, unblock the pads after we fired the no-more-pads
5882         signal so that we can use the signal to inspect and connect all pads
5883         without having to keep extra state outside of decodebin.
5884
5885 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5886
5887         * gst/playback/gsturidecodebin.c:
5888         (gst_uri_decode_bin_autoplug_continue),
5889         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5890         Implement default signal handler so that we return TRUE when nothing is
5891         connected.
5892
5893 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5894
5895         * gst-libs/gst/riff/riff-media.c:
5896         (gst_riff_wavext_add_channel_layout),
5897         (gst_riff_wave_add_default_channel_layout),
5898         (gst_riff_wavext_get_default_channel_mask),
5899         (gst_riff_create_audio_caps):
5900         Use the ALSA channel layout as default for wav files without channel
5901         layout information. This fixes playback of chan-id.wav on 5.1 systems
5902         for example. Also refactor the channel layout setting a bit and add
5903         more default channel orders. Fixes #489010.
5904
5905 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5906
5907         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5908           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5909           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5910           instead.
5911
5912 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5913
5914         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5915         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5916         (gst_decode_bin_set_subs_encoding),
5917         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5918         (gst_decode_bin_get_property), (analyze_new_pad):
5919         Move subtitle encoding property to decodebin2 so that it can set the
5920         property value on all elements that it autoplugs and that require it.
5921         Make caps refcounting more consistent in get/set.
5922
5923         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5924         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5925         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5926         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5927         (proxy_autoplug_continue_signal),
5928         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5929         (make_decoder):
5930         Proxy properties and relevant signals from the internal decodebin.
5931         Make properties MT safe.
5932
5933 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5934
5935         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5936         * gst-libs/gst/tag/tags.c:
5937           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5938           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5939
5940         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5941           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5942
5943         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5944           (gst_tag_to_vorbis_comments):
5945           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5946           just mapping everything I found in the wild) (#414539).
5947
5948 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5949
5950         Inspired by patch of: René Stadler <mail at renestadler dot de>
5951
5952         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5953         (gst_decode_bin_autoplug_continue),
5954         (gst_decode_bin_autoplug_factories),
5955         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5956         (find_compatibles):
5957         * gst/playback/gstplay-marshal.list:
5958         Remove the autoplug-sort signal and replace it with a binding friendly
5959         autoplug-select signal.
5960         Add an autoplug-factories signal that can be used to generate a list of
5961         factories to try to autoplug.
5962         Add the GstPad to the autoplugging signal args as it might be needed to
5963         make a good factory selection.
5964         Fix up the marshallers for this. Fixes #407282.
5965
5966 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5967
5968         * gst-libs/gst/tag/gsttagdemux.c:
5969           Don't abort with an assertion if we receive a seek event with
5970           a start type of NONE (see launchpad bug #155878).
5971
5972 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5973
5974         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5975         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5976         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5978         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5979         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5980         Make sure that before we clean up the X resources, we shutdown and join
5981         the event thread.
5982         Also make sure the event thread does not shut down immediatly after
5983         startup because the running variable is not yet correctly set.
5984         Fixes #378770. 
5985
5986 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5987
5988         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5989         Make the window for a race in typefind and shutting down smaller until
5990         we figure out the right locking here. Avoids #485753 usually.
5991
5992         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5993         Remove unneeded lock causing a race in typefind and shutting down.
5994         Fixes #485753.
5995
5996         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5997         Also remove sinks when going to NULL because we might not complete the
5998         state change to PAUSED, causing the PAUSED->READY state change not to
5999         happen.
6000
6001 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6002
6003         * gst-libs/gst/audio/gstbaseaudiosink.c:
6004         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6005         Also explicitly release the ringbuffer when going to NULL because it
6006         is required in the setcaps function, before the state change to PAUSED
6007         completes.
6008
6009 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6010
6011         * tests/icles/.cvsignore:
6012         * tests/icles/Makefile.am:
6013         * tests/icles/stress-playbin.c:
6014           Does what it says on the tin.
6015
6016 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6017
6018         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6019         Fix queue negotiation. See #486758.
6020
6021 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6022
6023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6024         (gst_xvimagesink_xwindow_new),
6025         (gst_xvimagesink_update_colorbalance),
6026         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6027
6028         Fix handling of some of the X atoms. If the last parameter is True,
6029         XInternAtom won't create the atom if it doesn't exist, and therefore
6030         might return None. This causes X errors on Xv implementations that
6031         don't provide the colour balance attributes.
6032
6033 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6034
6035         * gst-libs/gst/tag/gstvorbistag.c:
6036         * tests/check/libs/tag.c:
6037           Extract vorbis comment LICENSE tags correctly.
6038
6039 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6040
6041         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6042
6043         * gst-libs/gst/tag/gstid3tag.c:
6044         * tests/check/libs/tag.c:
6045           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6046
6047 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6048
6049         * gst-libs/gst/tag/gsttagdemux.c:
6050           Don't error out when a buggy downstream element doesn't
6051           handle the newsegment event we send properly (especially
6052           not without posting a meaningful error message on the
6053           bus). See bug #471370 and launchpad bug #136264.
6054
6055 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6056
6057         * gst-libs/gst/audio/gstbaseaudiosink.c:
6058         (gst_base_audio_sink_drain):
6059         Use new basesink method to make our EOS drain interruptable.
6060
6061 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6062
6063         * gst-libs/gst/rtp/gstrtppayloads.c:
6064         Fix silly search-replace oversight.
6065
6066 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6067
6068         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6069
6070         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6071         (gst_basertppayload_set_outcaps):
6072         Fix caps memleak. Fixes #484989.
6073
6074
6075 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6076
6077         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6078         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6079         Fix debug output.
6080
6081 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6082
6083         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6084         (gst_base_audio_src_create):
6085         Also handle the case where there is no clock set on the audio source,
6086         like in the unit tests.
6087
6088 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6089
6090         * gst-libs/gst/rtp/gstrtppayloads.c:
6091         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6092         to avoid compiler warnings
6093
6094 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6095
6096         * gst/playback/gstdecodebin.c: (type_found),
6097         (gst_decode_bin_change_state):
6098         * gst/playback/gstdecodebin2.c: (type_found),
6099         (gst_decode_bin_change_state):
6100         Don't disconnect the have_type signal because we never reconnect it
6101         later on. Instead keep a variable to see if we already detected a type.
6102
6103 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6104
6105         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6106         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6107         (type_found):
6108         Unlink the signal handler when we found the type, we're not going to do
6109         anything sensible with more type_found signals anyway.
6110
6111 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6112
6113         * gst-libs/gst/tag/gsttagdemux.c:
6114           Don't leak caps.
6115
6116 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6117
6118         * gst-libs/gst/tag/Makefile.am:
6119         * gst-libs/gst/tag/gsttagdemux.c:
6120         * gst-libs/gst/tag/gsttagdemux.h:
6121           API: add GstTagDemux base class for simple tag demuxers.
6122
6123         * docs/libs/gst-plugins-base-libs-docs.sgml:
6124         * docs/libs/gst-plugins-base-libs-sections.txt:
6125           Add GstTagDemux to docs.
6126
6127 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6128
6129         * gst-libs/gst/rtp/gstrtpbuffer.c:
6130         (gst_rtp_buffer_get_payload_subbuffer):
6131         Fix bug introduced with last commit which inverted the logic and
6132         caused all buffers to be dropped. Fixes #483620.
6133         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6134
6135 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6136
6137         * gst-libs/gst/rtp/gstrtpbuffer.c:
6138           Replace g_return_if_val (as it could be disabled), with regular return
6139           and warning.
6140
6141 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6142
6143         * tests/check/pipelines/simple-launch-lines.c:
6144           Print message name and not just number.
6145
6146 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6147
6148         * gst-libs/gst/audio/gstbaseaudiosink.c:
6149         (gst_base_audio_sink_async_play):
6150         When slaved to the clock, don't try to align a sample with the previous
6151         one when going to PLAYING again.
6152
6153 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6154
6155         * tests/examples/snapshot/snapshot.c:
6156           Fix the build.
6157
6158 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6159
6160         * gst-libs/gst/sdp/gstsdpmessage.h:
6161         Add RFC 3556 bandwidth modifiers.
6162
6163 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6164
6165         * docs/libs/gst-plugins-base-libs-docs.sgml:
6166         * docs/libs/gst-plugins-base-libs-sections.txt:
6167         * gst-libs/gst/rtp/gstrtppayloads.c:
6168         Update documentation.
6169
6170 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6171
6172         * gst-libs/gst/rtp/Makefile.am:
6173         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6174         (gst_rtp_payload_info_for_name):
6175         * gst-libs/gst/rtp/gstrtppayloads.h:
6176         Added new file and header to deal with payload info.
6177
6178         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6179         (gst_rtp_buffer_default_clock_rate):
6180         * gst-libs/gst/rtp/gstrtpbuffer.h:
6181         Payload specific stuff is move to new headers.
6182         Implement _default_clock rate using the new payload function.
6183
6184         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6185         (gst_sdp_parse_line):
6186         * gst-libs/gst/sdp/gstsdpmessage.h:
6187         Add some more comments.
6188
6189 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6190
6191         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6192         (sdp_check_header), (sdp_type_find), (plugin_init):
6193         Add typefind function for application/sdp.
6194         Remove some old dirac typefind code that was ifdeffed out.
6195
6196 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6197
6198         * win32/common/libgstaudio.def:
6199         Add new exported functions.
6200         * win32/vs6/grammar.dsp:
6201         Add autogeneration and copy of some autegenerated files from win32/common
6202         for rtsp library.
6203         * win32/vs6/libgstaudioconvert.dsp:
6204         Add gstaudioquantize.c to the build.
6205         * win32/vs6/libgstinterfaces.dsp:
6206         Add videoorientation.c to the build.
6207         * win32/vs6/libgstriff.dsp:
6208         Add libgsttag to the link libraries list.
6209         * win32/vs6/libgstvolume.dsp:
6210         Add liboil to the link.
6211         * win32/vs6/gst_plugins_base.dsw:
6212         * win32/vs6/libgstrtsp.dsp:
6213         * win32/common/libgstrtsp.def:
6214         Add files to build libgstrtsp library.
6215         
6216 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6217
6218         * tests/examples/snapshot/snapshot.c: (main):
6219         Print error when pipeline failed to construct.
6220
6221 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6222
6223         * configure.ac:
6224         * gst-libs/gst/tag/gstid3tag.c:
6225         * gst-libs/gst/tag/gstvorbistag.c:
6226           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6227           and ID3v2 tags.
6228
6229 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6230
6231         * gst-libs/gst/floatcast/floatcast.h:
6232           Don't include config.h in an installed public header, this
6233           might break compilation of applications that don't have such
6234           a header and doesn't necessarily do what it's supposed to do
6235           anyway (ie. check for the lrint/lrintf defines) (#442065).
6236           Add docs for the various macros and document how this header
6237           has to be used (link against libm, etc.); add a few FIXMEs;
6238           include math.h for non-c99 code path.  Based on patch by
6239           Jan Schmidt.
6240           
6241 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6242
6243         * configure.ac:
6244         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6245         of duplicating these macros in configure.ac.
6246
6247 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6248
6249         * po/hu.po:
6250         * po/sv.po:
6251         * po/uk.po:
6252           Updated translations to 0.10.14
6253
6254 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6255
6256         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6257
6258         * po/pl.po:
6259           Added Polish translation.
6260
6261 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6262
6263         translated by: Ilkka Tuohela <hile@iki.fi>
6264
6265         * po/fi.po:
6266           Added Finnish translation.
6267
6268 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6269
6270         translated by: Jorge González González <aloriel@gmail.com>
6271
6272         * po/es.po:
6273           Added Spanish translation.
6274
6275 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6276
6277         translated by: Mogens Jaeger <mogens@jaeger.tf>
6278
6279         * po/da.po:
6280           Added Danish translation.
6281
6282 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6283
6284         translated by: Funda Wang <fundawang@linux.net.cn>
6285
6286         * po/zh_CN.po:
6287           Added Chinese (simplified) translation.
6288
6289 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6290
6291         translated by: Alexander Shopov <ash@contact.bg>
6292
6293         * po/bg.po:
6294           Added Bulgarian translation.
6295
6296 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6297
6298         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6299         Fix compilation wrt printf arguments.
6300
6301 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6302
6303         * configure.ac:
6304         * tests/examples/Makefile.am:
6305         * tests/examples/snapshot/.cvsignore:
6306         * tests/examples/snapshot/Makefile.am:
6307         * tests/examples/snapshot/snapshot.c: (main):
6308         Add simple snapshot example program using appsink.
6309
6310 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6311
6312         * tests/check/generic/states.c:
6313           Improved state change unit test.
6314
6315 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6316
6317         * docs/plugins/.cvsignore:
6318         * tests/check/.cvsignore:
6319           Ignore registries in any format.
6320
6321 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6322
6323         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6324         (gst_base_rtp_depayload_chain),
6325         (gst_base_rtp_depayload_set_gst_timestamp):
6326         Only copy timestamp on outgoing packets if the depayloader did not set
6327         one.
6328         Also copy duration on outgoing packets.
6329
6330 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6331
6332         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6333         (gst_basertppayload_set_outcaps):
6334         Fix compilation because of missing %d in printf.
6335         When fixating caps, fixate what we can and throw away all remaining
6336         unfixed caps, subclasses should do something smart if they need to.
6337
6338 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6339
6340         * ext/gnomevfs/gstgnomevfssrc.c:
6341           Improve debug logs a bit and be more verbose if things go wrong.
6342
6343 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6344
6345         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6346         (gst_text_overlay_set_property):
6347         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6348         * gst-libs/gst/audio/gstbaseaudiosink.c:
6349         (gst_base_audio_sink_render):
6350         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6351         (gst_rtcp_unix_to_ntp):
6352         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6353         * gst/playback/gstqueue2.c:
6354         * tests/examples/seek/seek.c: (set_scale):
6355         Fix a bunch of compile warnings shown with Forte.
6356
6357         * gst/audiorate/gstaudiorate.c:
6358         Always pull in config.h before including any system headers.
6359
6360 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6361
6362         * gst/playback/gstqueue2.c: (update_buffering),
6363         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6364         (gst_queue_handle_sink_event), (gst_queue_chain),
6365         (gst_queue_push_one), (gst_queue_sink_activate_push),
6366         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6367         Also fix #476514 for queue2.
6368
6369 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6370
6371         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6372         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6373         (gst_base_rtp_depayload_chain),
6374         (gst_base_rtp_depayload_handle_sink_event),
6375         (gst_base_rtp_depayload_push_full),
6376         (gst_base_rtp_depayload_set_gst_timestamp),
6377         (gst_base_rtp_depayload_change_state):
6378         Remove code to deal with RTP to GST time conversion, we now just copy
6379         the GST timestamp we receive to the outgoing buffers.
6380         Handle segment and flushes correctly.
6381
6382         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6383         When we have no valid input timestamp, use the previous rtp timestamp on
6384         the outgoing RTP packet instead of the RTP base time.
6385
6386 2007-09-15  David Schleef  <ds@schleef.org>
6387
6388         * ext/alsa/gstalsa.c:
6389         * ext/alsa/gstalsadeviceprobe.c:
6390         * ext/alsa/gstalsamixer.c:
6391         * ext/alsa/gstalsasink.c:
6392         * ext/alsa/gstalsasrc.c:
6393           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6394
6395 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6396
6397         * gst-libs/gst/rtp/gstbasertppayload.c:
6398         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6399         Add some debug info when negotiating caps.
6400
6401 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6402
6403         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6404         A buffer with an empty payload is also a valid buffer.
6405
6406 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6407
6408         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6409         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6410         (gst_basertppayload_change_state):
6411         Make sure we start our RTP timestamp from the random base RTP
6412         timestamp even if the buffer timestamp starts from some random value.
6413
6414 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6415
6416         * configure.ac:
6417         * tests/examples/Makefile.am:
6418         * tests/examples/dynamic/.cvsignore:
6419         * tests/examples/dynamic/Makefile.am:
6420         * tests/examples/dynamic/addstream.c: (create_stream),
6421         (pause_play_stream), (message_received), (eos_message_received),
6422         (perform_step), (main):
6423         Add simple exmple app to demonstrate starting and pausing live and
6424         non-live bins in a PLAYING pipeline.
6425
6426 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6427
6428         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6429         typefind for QCP files (RFC #3625)
6430
6431 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6432
6433         * gst-libs/gst/audio/gstbaseaudiosink.c:
6434         (gst_base_audio_sink_init):
6435         Disable pull mode scheduling, we're not ready for it yet and it subtly
6436         breaks a lot of things.
6437
6438 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6439
6440         * tests/check/elements/libvisual.c:
6441           Test all libvisual plugins, not just the first one; this reproduces
6442           bug #450336 quite easily.  Looks like a problem with the 'jess'
6443           visualisation.
6444
6445 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6446
6447         * tests/check/Makefile.am:
6448         * tests/check/elements/.cvsignore:
6449         * tests/check/elements/libvisual.c:
6450           Add basic libvisual test case in an attempt to reproduce bug #450336.
6451           Doesn't reproduce that bug, but some other crasher instead (invalid
6452           free), at least with make elements/libvisual.forever and the bumscope
6453           plugin on x86-64/gutsy. Leaving test disabled for now.
6454
6455 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6456
6457         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6458
6459         * gst-libs/gst/rtsp/gstrtspconnection.c:
6460         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6461         (read_body), (gst_rtsp_connection_receive):
6462         Make sure we can not cancel in the middle of receiving a message.
6463         Fixes #475731.
6464
6465 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6466
6467         Patch by: Josep Torra Valles <josep@fluendo.com>
6468
6469         * gst/playback/gstplaybasebin.c:
6470           Increase upper limit for audio queue a bit; fixes preroll problem
6471           with playbin and decodebin2 when playing a quicktime trailer with
6472           multichannel audio via http (#464666).
6473
6474 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6475
6476         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6477         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6478         (gst_base_audio_src_provide_clock),
6479         (gst_base_audio_src_set_property),
6480         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6481         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6482         Allow othe clocks than the internal clock to be used for the pipeline.
6483         Add property to disable clock provide.
6484         API: GstBaseAudioSrc::provide-clock
6485
6486 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6487
6488         * gst/playback/gstdecodebin2.c:
6489           Don't leak request pads. Fixes #475395.
6490
6491 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6492
6493         Patch by: René Stadler <mail at renestadler dot de>
6494
6495         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6496         (gst_ximage_buffer_class_init):
6497         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6498         (gst_xvimage_buffer_class_init):
6499         Correctly chain up finalize with the parent class to prevent
6500         memory leaks. Fixes #474880.
6501
6502 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6503
6504         * gst/volume/gstvolume.c: (volume_choose_func):
6505         * tests/check/elements/volume.c: (GST_START_TEST):
6506         Revert the latest change: floating point samples are allowed to
6507         have any value, not only values in the range [-1,1]. Thanks to Andy
6508         Wingo for noticing.
6509         Also fix processing of int32 samples with volumes > 4 by making the
6510         unity value smaller which prevents overflows.
6511
6512 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         * gst-libs/gst/rtp/gstrtpbuffer.c:
6515         * tests/check/libs/rtp.c:
6516           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6517
6518 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6519
6520         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6521
6522         * gst-libs/gst/rtp/gstrtpbuffer.c:
6523           Fix up GstRTPHeader helper struct so that compilers will not under
6524           any circumstances add padding in between our fields, as currently
6525           happens with MSVC on win32, because that would lead to us sending
6526           out RTP payloads with broken RTP headers (#471194).
6527           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6528           
6529         * tests/check/Makefile.am:
6530         * tests/check/libs/.cvsignore:
6531         * tests/check/libs/rtp.c:
6532           Add some simple unit tests for GstRTPBuffer. Some are disabled
6533           because the code tested still needs fixing (set_csrc() does not work).
6534
6535 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6536
6537         * win32/MANIFEST:
6538         * win32/common/gstrtsp-enumtypes.c:
6539         * win32/common/gstrtsp-enumtypes.h:
6540         * win32/common/interfaces-enumtypes.c:
6541         * win32/common/interfaces-enumtypes.h:
6542         * win32/common/multichannel-enumtypes.c:
6543           Add rtsp enumtypes (#474384) and update others.
6544
6545 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6546
6547         * configure.ac:
6548           Fix configure check for HAVE_LIBXML_HTML.
6549
6550 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6551
6552         * tests/check/libs/.cvsignore:
6553           Ignore more, in case the build bots work again one day.
6554
6555 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6556
6557         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6558
6559         * configure.ac:
6560         * gst-libs/gst/Makefile.am:
6561         * gst-libs/gst/fft/Makefile.am:
6562         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6563         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6564         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6565         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6566         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6567         * gst-libs/gst/fft/gstfft.h:
6568         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6569         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6570         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6571         * gst-libs/gst/fft/gstfftf32.h:
6572         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6573         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6574         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6575         * gst-libs/gst/fft/gstfftf64.h:
6576         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6577         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6578         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6579         * gst-libs/gst/fft/gstffts16.h:
6580         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6581         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6582         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6583         * gst-libs/gst/fft/gstffts32.h:
6584         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6585         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6586         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6587         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6588         * gst-libs/gst/fft/kiss_fft_f32.h:
6589         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6590         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6591         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6592         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6593         * gst-libs/gst/fft/kiss_fft_f64.h:
6594         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6595         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6596         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6597         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6598         * gst-libs/gst/fft/kiss_fft_s16.h:
6599         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6600         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6601         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6602         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6603         * gst-libs/gst/fft/kiss_fft_s32.h:
6604         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6605         (kiss_fftr_f32), (kiss_fftri_f32):
6606         * gst-libs/gst/fft/kiss_fftr_f32.h:
6607         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6608         (kiss_fftr_f64), (kiss_fftri_f64):
6609         * gst-libs/gst/fft/kiss_fftr_f64.h:
6610         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6611         (kiss_fftr_s16), (kiss_fftri_s16):
6612         * gst-libs/gst/fft/kiss_fftr_s16.h:
6613         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6614         (kiss_fftr_s32), (kiss_fftri_s32):
6615         * gst-libs/gst/fft/kiss_fftr_s32.h:
6616         * gst-libs/gst/fft/kiss_version:
6617         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6618         * pkgconfig/gstreamer-plugins-base.pc.in:
6619         Add libgstfft, a FFT library based on Kiss FFT which is
6620         BSD licensed. Supported sample formats are int16, int32,
6621         float and double. For those formats a real FFT and IFFT
6622         can be done, different windowing functions can be applied
6623         and functions for extracting the magnitude and phase exist.
6624         Fixes #468619.
6625
6626         * docs/libs/Makefile.am:
6627         * docs/libs/gst-plugins-base-libs-docs.sgml:
6628         * docs/libs/gst-plugins-base-libs-sections.txt:
6629         Integrate libgstfft into the docs.
6630
6631         * tests/check/Makefile.am:
6632         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6633         Add unit tests for libgstfft, currently only testing the FFT.
6634         Unit tests for IFFT will follow soon.
6635
6636 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6637
6638         Patch by: Peter Kjellerstedt  <pkj at axis com>
6639
6640         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6641         (gst_sdp_message_init), (gst_sdp_message_uninit),
6642         (is_multicast_address), (gst_sdp_message_as_text),
6643         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6644         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6645         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6646         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6647         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6648         (gst_sdp_media_init), (gst_sdp_media_uninit),
6649         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6650         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6651         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6652         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6653         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6654         * gst-libs/gst/sdp/gstsdpmessage.h:
6655         Separate INIT_ARRAY() and related macros into two versions, one for
6656         structures and one for pointers (e.g., INIT_ARRAY() and
6657         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6658         lists of emails and phone numbers.
6659         Add missing const as appropriate.
6660         Change all gint to guint since they all actually represent unsigned
6661         values.
6662         Do not use time as a variable name as it shadows the global time().
6663         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6664         Actually implement gst_sdp_message_add_time().
6665         Make gst_sdp_message_add_time() take repeat times as an argument.
6666         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6667         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6668         misspelled as badwidth).
6669         gst-indented and a little clean up. Fixes #471067.
6670
6671 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6672
6673         * gst/volume/gstvolume.c: (volume_choose_func),
6674         (volume_process_double), (volume_process_double_clamp),
6675         (volume_process_float_clamp):
6676         Correctly clamp float/double samples in the [-1.0,1.0] range to
6677         prevent weird effects.
6678         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6679         Add unit tests for all samples types that had none before.
6680
6681 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6682
6683         * gst-libs/gst/rtp/gstrtpbuffer.c:
6684           Need to include stdlib.h for abs() here too.
6685
6686 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6687
6688         * gst/playback/gststreaminfo.c:
6689           Fix build.
6690
6691 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6692
6693         * gst/playback/gststreaminfo.c:
6694           Clean up some half-disabled code and comment.
6695
6696 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6697
6698         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6699
6700         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6701         (gst_base_rtp_payload_audio_handle_event):
6702         Return FALSE from the event handler to let the parent class handle the
6703         event. Fixes #446766.
6704
6705         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6706         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6707         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6708
6709         * gst-libs/gst/rtp/gstbasertppayload.c:
6710         Bump the MTU to 1400.
6711
6712 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6713
6714         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6715         Add an audio/x-nsf typefind function for the nsfdec element.
6716
6717 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6718         * gst/playback/gstplaybasebin.c:
6719         Included "myth://" on stream_uris list for enable buffering to mythtv files
6720
6721 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6722
6723         * docs/libs/gst-plugins-base-libs-sections.txt:
6724         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6725         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6726         (gst_rtcp_unix_to_ntp):
6727         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6728         Fix parsing of RB blocks.
6729         Fix docs.
6730         Added helper functions to convert to/from UNIX and NTP time.
6731         API: gst_rtcp_ntp_to_unix()
6732         API: gst_rtcp_unix_to_ntp()
6733
6734         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6735         (gst_rtp_buffer_get_header_len),
6736         (gst_rtp_buffer_get_extension_data),
6737         (gst_rtp_buffer_get_payload_subbuffer),
6738         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6739         (gst_rtp_buffer_ext_timestamp):
6740         * gst-libs/gst/rtp/gstrtpbuffer.h:
6741         Fix some more docs.
6742         Implement handling of packets with extensions.
6743         Fix padding check in _validate().
6744         Added function to get extension data.
6745         API: gst_rtp_buffer_get_header_len()
6746         API: gst_rtp_buffer_get_extension_data()
6747
6748 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6749
6750         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6751         (gst_base_rtp_depayload_class_init),
6752         (gst_base_rtp_depayload_set_gst_timestamp):
6753         Add some more docs for the queue-delay property and fix a typo in a
6754         comment.
6755
6756         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6757         Fix typo.
6758
6759 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6760
6761         * gst-libs/gst/audio/gstbaseaudiosink.c:
6762         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6763         (gst_base_audio_sink_change_state):
6764         When skew slaving, try to hover around the middle of a segment so that
6765         we at most drift by half a segment.
6766         If we are aligning in the oposite direction of the clock skew, we don't
6767         have to resync.
6768
6769 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6770
6771         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6772         (gst_base_rtp_depayload_setcaps),
6773         (gst_base_rtp_depayload_set_gst_timestamp):
6774         Be less silly with the segment start, just apply the clock-base to the
6775         timestamp.
6776
6777 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6778
6779         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6780         (gst_base_rtp_depayload_class_init),
6781         (gst_base_rtp_depayload_finalize),
6782         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6783         (gst_base_rtp_depayload_handle_sink_event),
6784         (gst_base_rtp_depayload_set_gst_timestamp),
6785         (gst_base_rtp_depayload_change_state):
6786         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6787         Deprecate the queue handling thread thing and remove the code.
6788         Use new method to calculate the extended timestamp.
6789
6790 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6791
6792         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6793         (gst_rtcp_packet_sdes_copy_entry):
6794         Use g_strndup which does exactly what we want.
6795
6796         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6797         (gst_rtp_buffer_ext_timestamp):
6798         * gst-libs/gst/rtp/gstrtpbuffer.h:
6799         Add helper function to compare seqnums.
6800         Add helper function to calculate extended timestamps.
6801         API: gst_rtp_buffer_compare_seqnum()
6802         API: gst_rtp_buffer_ext_timestamp()
6803
6804 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6805
6806         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6807         (gst_rtcp_packet_sdes_get_entry),
6808         (gst_rtcp_packet_sdes_copy_entry):
6809         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6810         Fix and document SDES item data function.
6811         Add new function that makes a proper copy of SDES item data.
6812         API: gst_rtcp_packet_sdes_copy_entry()
6813
6814 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6815
6816         * configure.ac:
6817         * gst/Makefile.am:
6818           The tcp and subparse plugins are under gst, but not totaly free of
6819           dependencies. Handle selection inconfigure.ac, so that they show up
6820           on the final list of what is build and what is not. Maybe they should
6821           better be moved to ext.
6822
6823 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6824
6825         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6826
6827         * configure.ac:
6828         * gst/Makefile.am:
6829           Check if libxml provides HTML parser which subparse needs.
6830           Fixes #451970.
6831
6832 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6833
6834         * ext/alsa/gstalsa.c:
6835           Fix typo and compilation on big endian systems.
6836
6837 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6838
6839         * gst/subparse/gstssaparse.c:
6840           Convert SSA newline codes into actual newline characters (#470766).
6841
6842 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6843
6844         * docs/libs/gst-plugins-base-libs-sections.txt:
6845         * gst-libs/gst/pbutils/install-plugins.c:
6846         * gst-libs/gst/pbutils/install-plugins.h:
6847         * tests/check/libs/pbutils.c:
6848           API: also add gst_install_plugins_supported() while we're at it
6849           (see #470456).
6850
6851 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6852
6853         * docs/libs/gst-plugins-base-libs-sections.txt:
6854         * gst-libs/gst/pbutils/missing-plugins.c:
6855         * gst-libs/gst/pbutils/missing-plugins.h:
6856         * tests/check/libs/pbutils.c:
6857           API: add gst_missing_*_installer_detail_new() convenience API so
6858           that applications that know exactly what they're missing can request
6859           installer detail strings for those items directly instead of having
6860           to first create a dummy missing-plugin message and then get the
6861           installer detail string from that.  Fixes #470456.
6862
6863 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6864
6865         * gst/playback/gstdecodebin.c: (close_pad_link):
6866         We need to set up delayed-linking whenever the caps are non-fixed,
6867         not just when there are multiple types - use gst_pad_is_fixed()
6868         to test.
6869
6870 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6871
6872         * gst-libs/gst/pbutils/missing-plugins.c:
6873           (gst_missing_plugin_message_get_installer_detail):
6874           Add missing separator in PID fallback case.
6875
6876 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6877
6878         * ext/alsa/Makefile.am:
6879         There is no GST_PLUGINS_BASE_LIBS defined.
6880         
6881         * ext/alsa/gstalsa.c:
6882         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6883         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6884         Add support for ALSA 24-bit formats.
6885         snd_pcm_delay can return an error code, especially
6886         during XRUNS. In that case, the best we can do is assume
6887         delay = 0.
6888
6889         * gst/audioconvert/Makefile.am:
6890         Add flags from -base before any more-remote dependencies.
6891
6892 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6893
6894         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6895
6896         * gst/volume/gstvolume.c: (volume_choose_func),
6897         (volume_update_real_volume), (gst_volume_set_volume),
6898         (gst_volume_init), (volume_process_int32),
6899         (volume_process_int32_clamp), (volume_process_int24),
6900         (volume_process_int24_clamp), (volume_process_int16),
6901         (volume_process_int16_clamp), (volume_process_int8),
6902         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6903         * gst/volume/gstvolume.h:
6904         Add support for int32, int24 and int8 to the volume element.
6905         Fixes #445529.
6906
6907 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6908
6909         * tests/examples/Makefile.am:
6910           Fix even more.
6911
6912 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6913
6914         * configure.ac:
6915         * docs/libs/Makefile.am:
6916         * docs/libs/gst-plugins-base-libs-docs.sgml:
6917         * docs/libs/gst-plugins-base-libs-sections.txt:
6918         * ext/gnomevfs/gstgnomevfssrc.c:
6919         * ext/gnomevfs/gstgnomevfssrc.h:
6920         * gst-libs/gst/Makefile.am:
6921         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6922         * pkgconfig/gstreamer-plugins-base.pc.in:
6923         * sys/v4l/v4lsrc_calls.c:
6924         * tests/examples/Makefile.am:
6925         * win32/common/config.h:
6926           Revert unwanted commit. many thanks to moap. I want a fix for 
6927           https://thomas.apestaart.org/moap/trac/ticket/239
6928
6929 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6930
6931         * gst/volume/gstvolume.c:
6932           Move passthrough below gst_object_sync_values(). Fixes #442654.
6933
6934 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6935
6936         * gst-libs/gst/audio/audio.c:
6937         Clarify the docs a little.
6938
6939 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6940
6941         * gst/volume/gstvolume.c:
6942           Enable liboil for float and add more details about problems with
6943           int16.
6944
6945 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6946
6947         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6948         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6949
6950 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6951
6952         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6953         When calculating the first timestamp of the buffers, don't go below 0
6954         and clip the samples because the offset was on the eos page.
6955         Fixes #466717.
6956
6957 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6958
6959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6960         (gst_ogg_demux_collect_chain_info):
6961         Also submit the eos page when trying to find the first timestamp.
6962         See #466717.
6963
6964 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6965
6966         * gst-libs/gst/audio/audio.h:
6967         Use gst_util_uint64_scale() instead of doing the math
6968         with double for GST_FRAMES_TO_CLOCK_TIME() and
6969         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6970         prevents rounding errors. Fixes #467667.
6971
6972 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6973
6974         * gst-libs/gst/rtsp/gstrtspconnection.c:
6975         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6976         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6977         * gst-libs/gst/rtsp/gstrtspconnection.h:
6978         Small cleanups.
6979         On shutdown, don't read the control socket yet.
6980         Set timeout value correctly in all cases.
6981         Add function to check if the server accepts reads or writes.
6982         API: gst_rtsp_connection_poll()
6983
6984         * gst-libs/gst/rtsp/gstrtspdefs.h:
6985         Fix compilation with -pedantic.
6986         Add enum for _poll.
6987
6988 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6989
6990         Patch by: Olivier Crete  <tester at tester ca>
6991
6992         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6993         (gst_basertppayload_getcaps):
6994         * gst-libs/gst/rtp/gstbasertppayload.h:
6995         Add getcaps vfunc to basertppayload. See #465146.
6996
6997 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6998
6999         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7000         Only post buffering messages when we are a stream.
7001
7002 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         * gst-libs/gst/pbutils/install-plugins.c:
7005         * gst-libs/gst/pbutils/missing-plugins.c:
7006           Small docs fix and addition.
7007
7008 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7009
7010         * tests/icles/.cvsignore:
7011         * tests/icles/Makefile.am:
7012         * tests/icles/test-textoverlay.c:
7013           Add a dumb little test for textoverlay alignments.
7014
7015 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7016
7017         Patch by: Dan Williams  <dcbw redhat com>
7018
7019         * ext/pango/gsttextoverlay.c:
7020         * ext/pango/gsttextoverlay.h:
7021           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7022           "silent" property so there's a Since tag in the API reference.
7023
7024 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7025
7026         * gst-libs/gst/rtp/gstbasertppayload.c:
7027         (gst_basertppayload_set_outcaps):
7028         * gst-libs/gst/rtp/gstbasertppayload.h:
7029         Improve caps negotiation so that downstream elements can confiure
7030         certain RTP properties by fixing them on the caps. See #465146.
7031         Add docs.
7032
7033 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7034
7035         * docs/libs/gst-plugins-base-libs-sections.txt:
7036         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7037         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7038           Mark as deprecated some macros which were presumably meant to be
7039           private API and accidentally exposed in the public header file.
7040           Also actually _init() lock (only works at the moment because the
7041           struct is zeroed out when created and the initial values in the
7042           mutex struct are zeroes too). (#459585)
7043
7044 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7045
7046         * docs/libs/Makefile.am:
7047           Remove cruft and do some cleanups.
7048
7049         * docs/libs/gst-plugins-base-libs-docs.sgml:
7050           Prepare for comming gtkdoc features (rebase against online docs).
7051
7052 2007-08-10  Michael Smith <msmith@fluendo.com>
7053
7054         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7055           Debug output fixes.
7056         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7057         (GST_START_TEST):
7058           Change the number of buffers used; 500 is too many and leads to
7059           timeouts.
7060
7061 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7062
7063         * gst/playback/gstqueue2.c:
7064         * gst/videorate/gstvideorate.c:
7065           Printf format fixes (#465028).
7066
7067 2007-08-09  Michael Smith <msmith@fluendo.com>
7068
7069         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7070           If we have a large (> 1 second) discontinuity, push a series of
7071           smaller buffers rather than a single very large buffer. Avoids
7072           unreasonably large single buffer allocations when encountering a
7073           large gap.
7074         * tests/check/elements/audiorate.c: (GST_START_TEST),
7075         (audiorate_suite):
7076           Add a test for this.
7077
7078 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7079
7080         * gst/playback/gstplaybasebin.c: (group_commit),
7081         (queue_remove_probe), (queue_threshold_reached):
7082
7083         Patch by: Josep Torra Valles <josep@fluendo.com>
7084         Fixes: #465015
7085         Make sure we remove the check_queues buffer probe from the 
7086         correct queue to avoid racily going back to "buffering 99%" when
7087         buffering is actually complete.
7088
7089         Also, fix the spelling of Josep's surname in the ChangeLog.
7090
7091 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7092
7093         * ext/ogg/gstoggmux.c:
7094           Do not leak oggmux instance.
7095         
7096         * ext/vorbis/vorbisenc.c:
7097           Also log values.
7098
7099 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7100
7101         * po/hu.po:
7102         * po/it.po:
7103         * po/nl.po:
7104         * po/uk.po:
7105         * po/vi.po:
7106           Updated translations.
7107
7108 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7109
7110         patch by: Yang Hong <hongyang@redflag-linux.com>
7111
7112         * ext/pango/gsttextoverlay.c:
7113         * ext/pango/gsttextoverlay.h:
7114           Add 'silent' property to GstTimeOverlay. Fixes #462979
7115
7116 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7117
7118         Patch by: Josep Torra Valles <josep@fluendo.com>
7119
7120         * docs/plugins/gst-plugins-base-plugins.args:
7121         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7122         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7123         (gst_uri_decode_bin_get_property), (gen_source_element):
7124         Add connection-speed property. Fixes #464690.
7125
7126 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7127
7128         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7129
7130         * configure.ac:
7131         * gst-libs/gst/rtsp/Makefile.am:
7132         * gst-libs/gst/rtsp/gstrtspconnection.c:
7133         (gst_rtsp_connection_connect):
7134         Fix compilation on windows. Fixes #464320.
7135
7136 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7137
7138         Patch by: Josep Torra Valles <josep@fluendo.com>
7139
7140         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7141         (gst_play_base_bin_init), (queue_threshold_reached),
7142         (gen_source_element), (setup_substreams),
7143         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7144         (gst_play_base_bin_get_streaminfo_value_array):
7145         * gst/playback/gstplaybasebin.h:
7146         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7147         (gst_play_bin_set_property), (gst_play_bin_get_property),
7148         (gst_play_bin_handle_redirect_message):
7149         Move connection-speed property from playbin to playbasebin so that we
7150         can also configure it in source elements that have the connection-speed
7151         property. Fixes #464028.
7152         Add some debug info here and there.
7153
7154 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7155
7156         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7157         Properly respond to conversion queries. Fixes #464079.
7158
7159 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7160
7161         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7162         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7163         (gst_audio_test_src_init_sine_table),
7164         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7165         * gst/audiotestsrc/gstaudiotestsrc.h:
7166         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7167         Also set the default volume to the default value specified in the
7168         GParamSpec.
7169
7170 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7171
7172         Patch by: Jens Granseuer <jensgr at gmx dot net>
7173
7174         * gst/audioconvert/gstaudioquantize.c:
7175         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7176
7177 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7178
7179         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7180         Add rdt manager for rdt transport.
7181         Fix parsing of RDT transport.
7182
7183 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7184
7185         * configure.ac:
7186         Back to CVS
7187
7188 === release 0.10.14 ===
7189
7190 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7191
7192         * configure.ac:
7193           releasing 0.10.14, "Light Years Ahead"
7194
7195 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7196
7197         * tests/check/libs/audio.c: (GST_START_TEST):
7198         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7199
7200 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7201
7202         * gst-libs/gst/audio/audio.c:
7203         When clipping a buffer with no timestamp, assume it is
7204         within the segment without warnings.
7205
7206         Fixes: #460978
7207
7208 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7209
7210         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7211         Fire the signal on the object, not the interface.
7212
7213 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7214
7215         * gst-libs/gst/rtsp/.cvsignore:
7216         Ber. Don't include the full path, idiot.
7217
7218 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7219
7220         * gst-libs/gst/rtsp/.cvsignore:
7221         Ignore generated files.
7222
7223 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7224
7225         * gst-libs/gst/interfaces/Makefile.am:
7226         * gst-libs/gst/interfaces/interfaces-marshal.list:
7227         * gst-libs/gst/interfaces/rtspextension.c:
7228         * gst-libs/gst/interfaces/rtspextension.h:
7229         * gst-libs/gst/rtsp/Makefile.am:
7230         * gst-libs/gst/rtsp/gstrtsp.h:
7231         * gst-libs/gst/rtsp/gstrtspextension.c:
7232         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7233         (gst_rtsp_extension_detect_server),
7234         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7235         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7236         (gst_rtsp_extension_configure_stream),
7237         (gst_rtsp_extension_get_transports),
7238         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7239         * gst-libs/gst/rtsp/gstrtspextension.h:
7240         * gst-libs/gst/rtsp/rtsp-marshal.list:
7241         Move the rtspextension.h interface into gstrtspextension.h
7242         as part of libgstrtsp instead of libgstinterfaces, because it's
7243         only for use within plugins, not applications. 
7244         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7245         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7246         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7247         is abstract.
7248
7249 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7250
7251         * gst-libs/gst/interfaces/Makefile.am:
7252         * gst-libs/gst/interfaces/interfaces-marshal.list:
7253         * gst-libs/gst/interfaces/rtspextension.c:
7254         (gst_rtsp_extension_iface_init),
7255         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7256         * gst-libs/gst/interfaces/rtspextension.h:
7257         Fix marshaller for the send signal.
7258         Add URL to stream selection interface method.
7259
7260 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7261
7262         * gst-libs/gst/riff/Makefile.am:
7263         Pull in our dependencies from -base before those from outside.
7264
7265 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7266
7267         * docs/libs/gst-plugins-base-libs-sections.txt:
7268         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7269         * gst-libs/gst/rtsp/gstrtspbase64.h:
7270         API: gst_rtsp_base64_decode_ip()
7271         Added function to decode Base64 in-place.
7272
7273 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7274
7275         * tests/check/libs/.cvsignore:
7276         Ignore the mixer test binary.
7277
7278 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7279
7280         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7281         Gratuitous comment change to trigger a rebuild on the buildbots.
7282
7283 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7284
7285         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7286         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7287         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7288         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7289         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7290         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7291         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7292         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7293         (gst_sdp_media_get_attribute_val):
7294         * gst-libs/gst/sdp/gstsdpmessage.h:
7295         Constify args where we can.
7296
7297 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7298
7299         * gst-libs/gst/interfaces/Makefile.am:
7300         * gst-libs/gst/interfaces/rtspextension.c:
7301         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7302         (gst_rtsp_extension_detect_server),
7303         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7304         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7305         (gst_rtsp_extension_configure_stream),
7306         (gst_rtsp_extension_get_transports),
7307         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7308         * gst-libs/gst/interfaces/rtspextension.h:
7309         Move interface for RTSP extensions from -good to here.
7310         Added helper methods to invoke interface methods.
7311
7312 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7313
7314         * docs/libs/gst-plugins-base-libs-sections.txt:
7315         * gst-libs/gst/rtsp/gstrtspdefs.h:
7316         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7317         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7318         (gst_rtsp_message_init_response),
7319         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7320         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7321         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7322         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7323         (gst_rtsp_message_get_body), (dump_key_value):
7324         * gst-libs/gst/rtsp/gstrtspmessage.h:
7325         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7326         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7327         (gst_rtsp_range_parse):
7328         * gst-libs/gst/rtsp/gstrtsprange.h:
7329         * gst-libs/gst/rtsp/gstrtsptransport.c:
7330         * gst-libs/gst/rtsp/gstrtspurl.c:
7331         Fix some more RTSP docs.
7332         Add some missing methods for dealing with messages.
7333
7334 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7335
7336         * docs/libs/gst-plugins-base-libs-docs.sgml:
7337         * docs/libs/gst-plugins-base-libs-sections.txt:
7338         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7339         * gst-libs/gst/rtsp/gstrtspbase64.h:
7340         * gst-libs/gst/rtsp/gstrtspconnection.c:
7341         (gst_rtsp_connection_connect), (add_auth_header),
7342         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7343         (read_body), (gst_rtsp_connection_receive),
7344         (gst_rtsp_connection_next_timeout),
7345         (gst_rtsp_connection_reset_timeout),
7346         (gst_rtsp_connection_set_auth):
7347         * gst-libs/gst/rtsp/gstrtspconnection.h:
7348         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7349         * gst-libs/gst/rtsp/gstrtspdefs.h:
7350         * gst-libs/gst/rtsp/gstrtspmessage.h:
7351         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7352         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7353         (gst_rtsp_range_parse):
7354         * gst-libs/gst/rtsp/gstrtspurl.h:
7355         Added beginnings of RTSP documentation.
7356
7357 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7358
7359         * docs/libs/Makefile.am:
7360         * docs/libs/gst-plugins-base-libs-docs.sgml:
7361         * docs/libs/gst-plugins-base-libs-sections.txt:
7362         * gst-libs/gst/sdp/gstsdp.h:
7363         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7364         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7365         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7366         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7367         (gst_sdp_message_get_attribute_val),
7368         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7369         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7370         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7371         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7372         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7373         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7374         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7375         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7376         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7377         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7378         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7379         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7380         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7381         (gst_sdp_media_get_attribute_val_n),
7382         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7383         (print_media), (gst_sdp_message_dump):
7384         * gst-libs/gst/sdp/gstsdpmessage.h:
7385         Document the SDP library.
7386         Add some of the missing SDPMedia methods.
7387
7388 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7389
7390         * configure.ac:
7391         * gst-libs/gst/Makefile.am:
7392         * gst-libs/gst/rtsp/Makefile.am:
7393         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7394         * gst-libs/gst/rtsp/gstrtspbase64.h:
7395         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7396         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7397         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7398         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7399         (parse_response_status), (parse_request_line), (parse_line),
7400         (gst_rtsp_connection_read), (read_body),
7401         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7402         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7403         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7404         (gst_rtsp_connection_set_auth):
7405         * gst-libs/gst/rtsp/gstrtspconnection.h:
7406         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7407         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7408         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7409         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7410         (gst_rtsp_find_method):
7411         * gst-libs/gst/rtsp/gstrtspdefs.h:
7412         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7413         (gst_rtsp_message_new), (gst_rtsp_message_init),
7414         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7415         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7416         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7417         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7418         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7419         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7420         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7421         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7422         (gst_rtsp_message_dump):
7423         * gst-libs/gst/rtsp/gstrtspmessage.h:
7424         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7425         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7426         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7427         * gst-libs/gst/rtsp/gstrtsprange.h:
7428         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7429         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7430         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7431         (range_as_text), (rtsp_transport_mode_as_text),
7432         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7433         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7434         (gst_rtsp_transport_free):
7435         * gst-libs/gst/rtsp/gstrtsptransport.h:
7436         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7437         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7438         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7439         * gst-libs/gst/rtsp/gstrtspurl.h:
7440         * gst-libs/gst/sdp/Makefile.am:
7441         * gst-libs/gst/sdp/gstsdp.h:
7442         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7443         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7444         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7445         (gst_sdp_attribute_init), (gst_sdp_message_new),
7446         (gst_sdp_message_init), (gst_sdp_message_uninit),
7447         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7448         (gst_sdp_media_uninit), (gst_sdp_media_free),
7449         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7450         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7451         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7452         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7453         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7454         (gst_sdp_message_get_attribute_val),
7455         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7456         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7457         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7458         (gst_sdp_media_get_attribute_val_n),
7459         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7460         (read_string), (read_string_del), (gst_sdp_parse_line),
7461         (gst_sdp_message_parse_buffer), (print_media),
7462         (gst_sdp_message_dump):
7463         * gst-libs/gst/sdp/gstsdpmessage.h:
7464         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7465         Move SDP and RTSP from helper objects in -good to a reusable library.
7466         Use a proper gst_ namespace.
7467
7468 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7469
7470         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7471         (vorbis_dec_flush_decode):
7472         Use the new buffer clipping function from gstaudio here.
7473
7474 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7475
7476         * docs/libs/gst-plugins-base-libs-sections.txt:
7477         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7478         * gst-libs/gst/audio/audio.h:
7479         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7480         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7481         Also add deprecation guards for gst_audio_structure_set_int() to the
7482         header.
7483
7484 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7485
7486         * docs/libs/gst-plugins-base-libs-sections.txt:
7487           Cleanup the docs.
7488
7489 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7490
7491         Patch by: Dan Williams <dcbw at redhat dot com>
7492
7493         * gst/playback/gstplaybasebin.c:
7494         (gst_play_base_bin_get_streaminfo_value_array):
7495         Don't return NULL when querying the stream info value array but instead
7496         return an empty array. Fixes #459204.
7497
7498 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7499
7500         * gst/playback/gsturidecodebin.c:
7501           Init debug category before using it.
7502
7503 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7504
7505         * gst-libs/gst/interfaces/mixer.h:
7506         Add padding vars in place of the signal pointers
7507         when building with DISABLE_DEPRECATED so that the
7508         interface structure doesn't change size.
7509
7510 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7511
7512         * docs/libs/gst-plugins-base-libs-sections.txt:
7513         * ext/alsa/gstalsamixer.c:
7514         * ext/alsa/gstalsamixer.h:
7515         * ext/alsa/gstalsamixerelement.c:
7516         * ext/alsa/gstalsamixertrack.c:
7517         * gst-libs/gst/interfaces/mixer.c:
7518         * gst-libs/gst/interfaces/mixer.h:
7519         * gst-libs/gst/interfaces/mixeroptions.c:
7520         * gst-libs/gst/interfaces/mixeroptions.h:
7521         * gst-libs/gst/interfaces/mixertrack.c:
7522         * gst-libs/gst/interfaces/mixertrack.h:
7523         * tests/check/Makefile.am:
7524         * tests/check/libs/mixer.c:
7525
7526         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7527         Fixes: #152864 
7528
7529         Add support for notifying mixer changes on the message bus, and
7530         implement it in alsamixer.
7531
7532         API: gst_mixer_get_mixer_flags
7533         API: gst_mixer_message_parse_mute_toggled
7534         API: gst_mixer_message_parse_record_toggled
7535         API: gst_mixer_message_parse_volume_changed
7536         API: gst_mixer_message_parse_option_changed
7537         API: GstMixerMessageType
7538         API: GstMixerFlags
7539
7540 2007-07-20  Michael Smith <msmith@fluendo.com>
7541
7542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7543         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7544           xcontext->im_format is only for testing XShm support (as the header
7545           file comments document). Use xvimage->im_format for everything else.
7546           Avoids spurious warnings on buffer allocation before setcaps.
7547
7548 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7549
7550         * tests/examples/volume/Makefile.am:
7551         * tests/icles/Makefile.am:
7552           We should use $(LIBM).
7553
7554 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7555
7556         * tests/icles/Makefile.am:
7557           This needs -lm.
7558
7559 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7560
7561         * gst-libs/gst/rtp/gstbasertppayload.c:
7562         (gst_basertppayload_class_init), (gst_basertppayload_init),
7563         (gst_basertppayload_set_property),
7564         (gst_basertppayload_get_property):
7565         Don't break ABI, restore previous ranges. Keep the default random
7566         selection of timestamp and seqnum offset but as soon as the app sets a
7567         specific value, use that one.
7568
7569 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7570
7571         Patch by: Bastien Nocera <hadess at hadess dot net>
7572
7573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7574         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7575         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7576         * sys/xvimage/xvimagesink.h:
7577         Add option to turn off double-buffering for debugging purposes.
7578         Fixes #437169.
7579
7580 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7581
7582         Patch by: Jorn Baayen <jorn at openedhand dot com>
7583
7584         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7585         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7586         (gst_ximagesink_init), (gst_ximagesink_class_init):
7587         * sys/ximage/ximagesink.h:
7588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7589         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7590         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7591         * sys/xvimage/xvimagesink.h:
7592         add 'handle-expose' property. Useful for video widgets which may want to
7593         be in control of Expose behaviour. Fixes #380625
7594
7595 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7596
7597         * gst-libs/gst/rtp/gstbasertppayload.c:
7598         (gst_basertppayload_class_init), (gst_basertppayload_init),
7599         (gst_basertppayload_event), (gst_basertppayload_push),
7600         (gst_basertppayload_set_property),
7601         (gst_basertppayload_get_property),
7602         (gst_basertppayload_change_state):
7603         * gst-libs/gst/rtp/gstbasertppayload.h:
7604         Fix ranges of rtp payloader properties so that the full range can be
7605         used in addition to -1 (random).
7606         Fix wrong seqnum reporting in caps.
7607         Fixes #420326.
7608
7609 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7610
7611         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7612         (gst_video_rate_query):
7613         Use boilerplate.
7614         Add latency query, might not be perfect yet but already works a lot
7615         better. Fixes #442557.
7616
7617 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7618
7619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7620         (gst_xvimagesink_setcaps):
7621         * sys/xvimage/xvimagesink.h:
7622         After a caps change, redraw our borders to avoid garbage left there
7623         when the image format changes to a smaller size, like 16:9 -> 4:3
7624         Also, hold the flow_lock a bit longer in the set_caps while we're
7625         fiddling with the xcontext.
7626
7627 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7628
7629         * Makefile.am:
7630         * configure.ac:
7631         * tests/Makefile.am:
7632         Remove bogus check for libcheck, since we check for
7633         gstreamer-check and it pulls in the required info from there, and we
7634         weren't actually _using_ the information for libcheck ourselves
7635         anyway.
7636
7637 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7638
7639         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7640         (gst_ffmpeg_caps_to_pixfmt):
7641         Fix the r_mask test for RGBA32 on little-endian.
7642         Fix a stupid typo that would have obviously broken 
7643         compilation on big-endian, if anyone was testing.
7644
7645 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7646
7647         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7648         (paint_hline_str4):
7649         * gst/videotestsrc/videotestsrc.h:
7650         Add alpha to the color struct.
7651         Use a default alpha value of 255 instead of 128.
7652
7653 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7654
7655         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7656         (setup_source):
7657         Clear the dynamic pads counter when starting a new uri. This makes
7658         reusing playbin work again.
7659         Fixes #454264.
7660
7661 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7662
7663         * configure.ac:
7664           Use pkg-config to locate check.
7665
7666 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7667
7668         * configure.ac:
7669         * tests/check/elements/volume.c: (GST_START_TEST):
7670           Fix 'make check' build against core CVS.
7671
7672 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7673
7674         * gst-libs/gst/interfaces/propertyprobe.c:
7675         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7676         * gst-libs/gst/tag/gstvorbistag.c:
7677           Make gtk-doc happy.
7678
7679 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         * gst-libs/gst/audio/gstbaseaudiosink.c:
7682         (gst_base_audio_sink_callback):
7683           Quick hack to make audiosinks stop at EOS when operating in
7684           pull-mode; needs to be fixed properly some day.
7685
7686 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7687
7688         * docs/libs/gst-plugins-base-libs-sections.txt:
7689           Fix location of includes in the docs.
7690
7691 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7692
7693         * gst/ffmpegcolorspace/avcodec.h:
7694         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7695         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7696         (gst_ffmpegcsp_avpicture_fill):
7697         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7698         (img_get_alpha_info):
7699         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7700         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7701         end of the word. Partially fixes #451908
7702
7703 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7704
7705         * docs/libs/Makefile.am:
7706         * docs/plugins/Makefile.am:
7707           Simplify --extra-dir as gtkdoc scans recursively.
7708
7709 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7710
7711         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7712         (gst_adder_request_new_pad):
7713         Make getcaps more robust by not using the proxycaps function. This makes
7714         sure that we don't end up recursively calling getcaps upstream.
7715         See #316248.
7716
7717 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7718
7719         * gst/audioconvert/audioconvert.c:
7720         Include math.h to fix compilation.
7721
7722 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7723
7724         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7725         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7726         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7727         format, as produced by some dc1394 cameras like the iSight.
7728         See http://www.fourcc.org/yuv.php#IYU1
7729
7730 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7731
7732         * gst/audioconvert/Makefile.am:
7733         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7734         (check_default), (audio_convert_prepare_context),
7735         (audio_convert_clean_context), (audio_convert_convert):
7736         * gst/audioconvert/audioconvert.h:
7737         * gst/audioconvert/gstaudioconvert.c:
7738         (gst_audio_convert_dithering_get_type),
7739         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7740         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7741         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7742         * gst/audioconvert/gstaudioconvert.h:
7743         * gst/audioconvert/gstaudioquantize.c:
7744         (gst_audio_quantize_setup_noise_shaping),
7745         (gst_audio_quantize_free_noise_shaping),
7746         (gst_audio_quantize_setup_dither),
7747         (gst_audio_quantize_free_dither),
7748         (gst_audio_quantize_setup_quantize_func),
7749         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7750         * gst/audioconvert/gstaudioquantize.h:
7751         Implement dithering and noise shaping in audioconvert. By default now
7752         TPDF dithering (and no noise shaping) will be used when converting
7753         from a higher bit depth to 20 bit depth or smaller, otherwise
7754         everything will be as it is now.
7755         For the last audioconvert in a pipeline it would make sense to
7756         use some kind of noise shaping, enabling it by default for all
7757         conversions would give undesired results though. Fixes #360246.
7758         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7759         (GST_START_TEST):
7760         Adjust unit test for the new audioconvert.
7761
7762 2007-06-28  Wim Taymans  <wim@fluendo.com>
7763
7764         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7765         Use other metrics as well when estimating the buffer level.
7766
7767 2007-06-28  Wim Taymans  <wim@fluendo.com>
7768
7769         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7770         Small debug improvement.
7771
7772         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7773         (plugin_init):
7774         Tweak the rate estimation period.
7775         When calculating the buffer filledness in rate estimation mode, don't
7776         mix it with other metrics.
7777
7778 2007-06-28  Wim Taymans  <wim@fluendo.com>
7779
7780         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7781         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7782         When creating the groups, allow for a 5 second, unlimited buffers
7783         preroll phase after which we expose the group.
7784         When the group is exposed, use a small number of buffers up to a 2
7785         second limit. Also disconnect the overrun signal from multiqueue when we
7786         exposed the group because it is not needed anymore.
7787
7788 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7789
7790         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7791           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7792           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7793           (#451707); also, output some debugging info when dealing with
7794           freeform strings.
7795
7796         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7797           Add unit test for the above.
7798
7799 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7800
7801         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7802           Add description for Windows Media RTP caps.
7803
7804         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7805           Remove RTP fields that don't define the format from caps.
7806
7807 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7808
7809         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7810           Skip empty buffers, but not empty header buffers. That way the original
7811           vorbisdec unit test still passes (#451145); also, take into account
7812           that those empty packets might carry a granulepos.
7813
7814         * tests/check/Makefile.am:
7815         * tests/check/elements/vorbisdec.c:
7816         (_create_codebook_header_buffer), (_create_audio_buffer),
7817         (GST_START_TEST), (vorbisdec_suite):
7818           Add unit test that sends an empty packet.
7819
7820 2007-06-27  Wim Taymans  <wim@fluendo.com>
7821
7822         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7823         Don't error out on 0-sized packets, just emit a warning because this is
7824         not a fatal error. Fixes #451145.
7825
7826 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7827
7828         * docs/plugins/gst-plugins-base-plugins.args:
7829         * docs/plugins/gst-plugins-base-plugins.signals:
7830         * docs/plugins/inspect/plugin-adder.xml:
7831         * docs/plugins/inspect/plugin-alsa.xml:
7832         * docs/plugins/inspect/plugin-audioconvert.xml:
7833         * docs/plugins/inspect/plugin-audiorate.xml:
7834         * docs/plugins/inspect/plugin-audioresample.xml:
7835         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7836         * docs/plugins/inspect/plugin-cdparanoia.xml:
7837         * docs/plugins/inspect/plugin-decodebin.xml:
7838         * docs/plugins/inspect/plugin-decodebin2.xml:
7839         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7840         * docs/plugins/inspect/plugin-gdp.xml:
7841         * docs/plugins/inspect/plugin-gnomevfs.xml:
7842         * docs/plugins/inspect/plugin-libvisual.xml:
7843         * docs/plugins/inspect/plugin-ogg.xml:
7844         * docs/plugins/inspect/plugin-pango.xml:
7845         * docs/plugins/inspect/plugin-playbin.xml:
7846         * docs/plugins/inspect/plugin-subparse.xml:
7847         * docs/plugins/inspect/plugin-tcp.xml:
7848         * docs/plugins/inspect/plugin-theora.xml:
7849         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7850         * docs/plugins/inspect/plugin-video4linux.xml:
7851         * docs/plugins/inspect/plugin-videorate.xml:
7852         * docs/plugins/inspect/plugin-videoscale.xml:
7853         * docs/plugins/inspect/plugin-videotestsrc.xml:
7854         * docs/plugins/inspect/plugin-volume.xml:
7855         * docs/plugins/inspect/plugin-vorbis.xml:
7856         * docs/plugins/inspect/plugin-ximagesink.xml:
7857         * docs/plugins/inspect/plugin-xvimagesink.xml:
7858           Update docs with caps info.
7859
7860 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7861
7862         * po/POTFILES.in:
7863           Add more files with translatable strings (#450875).
7864
7865 2007-06-23  Edward Hervey  <edward@fluendo.com>
7866
7867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7868         The chain should be freed if we error out here, else it will leak.
7869         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7870         (cleanup_decodebin):
7871         Don't forget to *properly* remove the signals, else it will leak.
7872
7873 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7874
7875         * MAINTAINERS:
7876         Updating all the maintainers files
7877
7878 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7879
7880         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7881         (main):
7882           Destroy and recreate parse-launch based pipeline after stop to be able
7883           to play again. Reorder some code and add more comments.
7884
7885 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7886
7887         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7888         When handling a delayed-caps notification case, mark
7889         the group as dynamic so that the nbdynamic count is
7890         incremented and decremented correctly. Fixes: #449156
7891         Patch by: Wim Taymans <wim@fluendo.com>
7892
7893 2007-06-19  Andy Wingo  <wingo@pobox.com>
7894
7895         * gst-libs/gst/audio/gstbaseaudiosink.c
7896         (gst_base_audio_sink_init): Enable pull-mode operation.
7897
7898 2007-06-19  Michael Smith <msmith@fluendo.com>
7899
7900         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7901           Change minimum rate back to 1000 to allow low-sample-rate wav files
7902           to play back.
7903
7904 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7905
7906         * po/vi.po:
7907           Update translations.
7908
7909 2007-06-15  David Schleef  <ds@schleef.org>
7910
7911         * gst/playback/gstqueue2.c:
7912           Fix compile error from ignored return value.
7913
7914 2007-06-15  Michael Smith <msmith@fluendo.com>
7915
7916         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7917           Update tmpbuf for all neccesary rows, not just one, as is required
7918           when downscaling.
7919           Fixes #402076.
7920
7921 2007-06-15  Michael Smith <msmith@fluendo.com>
7922
7923         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7924         (eos_buffer_probe):
7925           Add a test that ensures we set DELTA_UNIT on all non-header,
7926           non-video buffers, if we have a video stream.
7927         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7928         (gst_ogg_mux_process_best_pad):
7929           Move setting delta_pad to earlier, where we inspect all pads, so
7930           that leading audio pages don't get DELTA_UNIT unset if they come
7931           before the first DELTA_UNIT from video pages. Fixes the newly-added
7932           test. Fixes #385527.
7933
7934 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7935
7936         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7937           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7938           fails on the p5-ppc64 build bot and the failure looks like it is due
7939           to the same issue as #348114, ie. a compiler bug.
7940
7941 2007-06-13  Edward Hervey  <edward@fluendo.com>
7942
7943         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7944         Fix build on MacOSX.
7945
7946 2007-06-13  Wim Taymans  <wim@fluendo.com>
7947
7948         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7949         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7950         Fix compilation on mingw. Fixes #446972.
7951
7952 2007-06-12  Wim Taymans  <wim@fluendo.com>
7953
7954         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7955
7956         * gst/playback/gstqueue2.c: (update_buffering),
7957         (gst_queue_locked_enqueue):
7958         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7959         also update the buffering status when receiving events. Fixes #446551.
7960
7961 2007-06-11  Wim Taymans  <wim@fluendo.com>
7962
7963         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7964
7965         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7966         (gst_queue_handle_src_query):
7967         Wait for preroll before attempting to forward a duration query upstream.
7968         Fixes #445505.
7969
7970 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7971
7972         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7973         (gst_base_rtp_depayload_set_gst_timestamp):
7974         Use G_GINT64_CONSTANT macro for int64 constant.
7975         * win32/common/libgstinterfaces.def:
7976         * win32/common/libgsttag.def:
7977         Add new exported functions.
7978
7979 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7980
7981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7982           The BOS page of the first Dirac video stream needs to come before
7983           the BOS page of any Vorbis streams or other audio streams, just like
7984           it is with Theora.
7985
7986 2007-06-07  Wim Taymans  <wim@fluendo.com>
7987
7988         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7989         Fix compilation.
7990
7991 2007-06-06  Wim Taymans  <wim@fluendo.com>
7992
7993         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7994
7995         * gst/playback/gstqueue2.c: (gst_queue_init),
7996         (gst_queue_handle_sink_event), (gst_queue_chain),
7997         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7998         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7999         (gst_queue_src_activate_pull):
8000         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8001         Does not yet completely work because duration queries upstream won't
8002         block yet.
8003
8004 2007-06-06  Wim Taymans  <wim@fluendo.com>
8005
8006         * configure.ac:
8007         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8008         Some more fseeko checks.
8009
8010 2007-06-06  Wim Taymans  <wim@fluendo.com>
8011
8012         * configure.ac:
8013         check for large file support.
8014
8015 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8016
8017         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8018
8019         * gst/subparse/gstsubparse.c: (parse_subrip),
8020         (subviewer_unescape_newlines), (parse_subviewer),
8021         (gst_sub_parse_data_format_autodetect),
8022         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8023         * gst/subparse/gstsubparse.h:
8024         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8025         * tests/check/elements/subparse.c: (GST_START_TEST),
8026         (subparse_suite):
8027         Add a unit test for both SubViewer formats.
8028
8029 2007-06-01  Michael Smith <msmith@fluendo.com>
8030
8031         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8032           Don't overflow intermediate values when seeking to large time values
8033           in audiotestsrc.
8034
8035 2007-06-05  Wim Taymans  <wim@fluendo.com>
8036
8037         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8038         (gst_queue_create_read), (gst_queue_read_item_from_file),
8039         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8040         Include stdio to define fseeko.
8041
8042 2007-06-05  Wim Taymans  <wim@fluendo.com>
8043
8044         Patch by: Edward Hervey  <edward@fluendo.com>
8045
8046         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8047         (gst_v4lsrc_query):
8048         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8049
8050 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8051
8052         * gst-libs/gst/riff/Makefile.am:
8053         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8054           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8055           our own implementation.
8056
8057 2007-06-05  Wim Taymans  <wim@fluendo.com>
8058
8059         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8060         (gst_base_rtp_depayload_setcaps),
8061         (gst_base_rtp_depayload_set_gst_timestamp),
8062         (gst_base_rtp_depayload_change_state):
8063         Handle timestamp wraparound.
8064
8065 2007-06-05  Wim Taymans  <wim@fluendo.com>
8066
8067         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8068         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8069         (gst_uri_decode_bin_change_state):
8070         Make sure we name srcpads uniquely even when using different internal
8071         decodebins.
8072         Signal no-more-pads when no more dynamic elements exist.
8073         Remove pads on cleanup.
8074
8075 2007-06-05  Wim Taymans  <wim@fluendo.com>
8076
8077         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8078
8079         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8080         (gst_queue_init), (gst_queue_finalize),
8081         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8082         (gst_queue_create_read), (gst_queue_read_item_from_file),
8083         (gst_queue_open_temp_location_file),
8084         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8085         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8086         (gst_queue_is_empty), (gst_queue_is_filled),
8087         (gst_queue_change_state), (gst_queue_set_temp_location),
8088         (gst_queue_set_property):
8089         Add support for filebased buffering. Fixes #441264.
8090
8091 2007-06-05  Wim Taymans  <wim@fluendo.com>
8092
8093         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8094         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8095         (caps_notify_group_cb), (gst_decode_group_new),
8096         (gst_decode_group_free):
8097         Add support for delayed caps fixation when autoplugging.
8098         Optimize cases where a multiqueue is not needed/wanted, like right after
8099         anything that is not a demuxer.
8100
8101 2007-06-05  Wim Taymans  <wim@fluendo.com>
8102
8103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8104         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8105         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8106         consideratly speedup ogg chain detection by not trying to find a base
8107         timestamp for skeleton streams. 
8108
8109 2007-06-05  Wim Taymans  <wim@fluendo.com>
8110
8111         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8112         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8113         (gst_multi_fd_sink_remove_flush),
8114         (gst_multi_fd_sink_remove_client_link),
8115         (gst_multi_fd_sink_handle_client_write),
8116         (gst_multi_fd_sink_handle_clients):
8117         * gst/tcp/gstmultifdsink.h:
8118         Add support for remove_flush.
8119
8120 2007-06-05  Wim Taymans  <wim@fluendo.com>
8121
8122         * docs/design/draft-keyframe-force.txt:
8123         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8124         (theora_enc_chain):
8125         Add draft design for forcing keyframes in encoders and implement in
8126         theoraenc.
8127
8128 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8129
8130         * configure.ac:
8131           Back to CVS
8132
8133 === release 0.10.13 ===
8134
8135 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8136
8137         * configure.ac:
8138           releasing 0.10.13, "What's Going on?"
8139
8140 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8141
8142         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8143         In riff, the depth is stored in the size field but it just means that
8144         the least significant bits are cleared. We can therefore just play
8145         the sample as if it had a depth == width. Fixes: #440997
8146
8147         Patch by: Wim Taymans <wim@fluendo.com> 
8148         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8149
8150 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8151
8152         * gst-libs/gst/floatcast/floatcast.h:
8153         Define inline when needed on win32 builds. Fixes: #441295
8154         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8155
8156 2007-05-29  Wim Taymans  <wim@fluendo.com>
8157
8158         * gst/playback/gstplaybasebin.c: (queue_overrun),
8159         (no_more_pads_full):
8160         Stop buffering when the group is commited because the queues filled up.
8161         Fixes #442024.
8162
8163 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8164
8165         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8166         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8167         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8168         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8169         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8170         * ext/alsa/gstalsamixer.h:
8171         * ext/alsa/gstalsamixerelement.c:
8172         (gst_alsa_mixer_element_interface_supported),
8173         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8174         (gst_alsa_mixer_element_set_property),
8175         (gst_alsa_mixer_element_get_property),
8176         (gst_alsa_mixer_element_change_state):
8177         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8178         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8179         (gst_mixer_option_changed):
8180         * gst-libs/gst/interfaces/mixer.h:
8181         Revert commits towards #152864 made so far. We'll pick it up again
8182         after the 0.10.13 release.
8183
8184 2007-05-24  Wim Taymans  <wim@fluendo.com>
8185
8186         * gst-libs/gst/audio/gstbaseaudiosink.c:
8187         (gst_base_audio_sink_render):
8188         After an interrupt (PAUSED/flush) assume that the next sample should not
8189         be aligned to the previous sample. Fixes #417992.
8190
8191 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8192
8193         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8194           Don't add channels and rate fields to the template caps for
8195           audio/x-dts, as wavparse might not always be able to set them,
8196           which would then lead to 'caps are not a real subset of the
8197           template caps' warnings.
8198
8199 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8200
8201         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8202         Handle unknown or invalid pads without crashing, as might occur if
8203         a media file like an mp3 is specified as a subtitle file.
8204         Fixes: #410039
8205
8206 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8207
8208         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8209         (setup_sinks):
8210         Block the subtitle bin output queue before ghosting it and linking,
8211         then unblock after. This avoids spurious not-linked errors caused 
8212         by the queue starting up (because it gets linked when it is ghosted). 
8213         Fixes: #350299
8214
8215 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8216
8217         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8218         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8219         file. Avoids flukes where the input gets typefound to some valid but
8220         useless type.
8221
8222 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8223
8224         * tests/check/Makefile.am:
8225         * tests/check/elements/.cvsignore:
8226         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8227         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8228           Add unit test for gnomevfssink seeking and position reporting for
8229           file:// URIs.
8230
8231 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8232
8233         Patch by: Mark Nauwelaerts <manauw at skynet be>
8234
8235         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8236         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8237         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8238         * ext/gnomevfs/gstgnomevfssink.h:
8239           Fix position reporting, especially after a seek (from upstream),
8240           see #412648.
8241
8242 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8243
8244         * ext/cdparanoia/gstcdparanoiasrc.c:
8245           Repair umlaut.
8246
8247 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8248
8249         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8250         Specify the full valid range for MP3 samplerates. Fixes a regression
8251         caused by extra header checks since the last release.
8252
8253 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8254
8255         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8257         Fix a locking-order bug I introduced with my changes the other day.
8258         Patch by Mike Smith.
8259
8260 2007-05-21  Michael Smith <msmith@fluendo.com>
8261
8262         * ext/theora/theoradec.c: (theora_handle_data_packet):
8263           Don't look inside 0-length packets (which indicate duplicated
8264           frames)
8265
8266 2007-05-21  Wim Taymans  <wim@fluendo.com>
8267
8268         * ext/cdparanoia/gstcdparanoiasrc.c:
8269         (gst_cd_paranoia_src_read_sector):
8270         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8271         (gst_base_audio_src_create):
8272         Small cleanups.
8273
8274         * ext/theora/theoradec.c: (theora_dec_sink_event):
8275         Fix typo.
8276
8277         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8278         (gst_base_rtp_depayload_set_gst_timestamp):
8279         Add some FIXME
8280
8281         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8282         And some debug info when a FIXME path is hit.
8283
8284 2007-05-21  Wim Taymans  <wim@fluendo.com>
8285
8286         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8287         (gst_base_rtp_audio_payload_class_init),
8288         (gst_base_rtp_audio_payload_init),
8289         (gst_base_rtp_audio_payload_finalize),
8290         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8291         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8292         (gst_base_rtp_payload_audio_handle_event):
8293         Some cleanups, remove minptime property as it is now in the parent
8294         class.
8295         Override parent class event function.
8296
8297         * gst-libs/gst/rtp/gstbasertppayload.c:
8298         (gst_basertppayload_class_init), (gst_basertppayload_init),
8299         (gst_basertppayload_event), (gst_basertppayload_set_property),
8300         (gst_basertppayload_get_property):
8301         * gst-libs/gst/rtp/gstbasertppayload.h:
8302         Add min-ptime property.
8303         Add handle-event vmethod. Fixes #415001.
8304
8305 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8306
8307         * gst-libs/gst/audio/gstbaseaudiosink.c
8308           (gst_base_audio_sink_change_state):
8309           Fix typo in comment.
8310
8311         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8312           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8313           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8314           close_link):
8315         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8316           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8317           Remove trailing whitespaces in comments.
8318
8319         * gst/volume/Makefile.am:
8320           Fix tabs.
8321
8322 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8323
8324         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8325
8326         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8327           set_option, get_option, _gst_reserved):
8328           Revert reordering functions (keep ABI).
8329
8330 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8331
8332         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8333         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8334         (gst_ximagesink_show_frame):
8335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8336         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8337         (gst_xvimagesink_show_frame):
8338         When we create our own window, indicate that we handle the 
8339         WM_DELETE client message from the window manager, so that it won't 
8340         kill our window (and our app) along with it. Handle ClientMessage,
8341         post an error on the bus, and close the window. Further buffers
8342         arriving will result in a FlowError because the window has been
8343         destroyed.
8344
8345         Fixes: #393975
8346
8347         Clean up the X event handling loop and make them the same for
8348         both xvimagesink and ximagesink while I'm at it.
8349
8350 2007-05-17  Wim Taymans  <wim@fluendo.com>
8351
8352         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8353         Make decodebin2 autoplug depayloaders too.
8354
8355         * gst/playback/gsturidecodebin.c: (source_new_pad):
8356         Set the newly created decoder in a usable state when autoplugging a
8357         dynamic source such as RTSP.
8358
8359 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8360
8361         * gst/playback/gststreaminfo.c: (cb_probe):
8362           Ignore video-codec tag for audio streams and ignore audio-codec tags
8363           for video streams. Should make codec name collection a bit more
8364           robust against sloppy demuxers that send tag events containing both
8365           tags down each pad.
8366
8367 2007-05-17  Wim Taymans  <wim@fluendo.com>
8368
8369         * gst/playback/gstqueue2.c: (update_rates):
8370         Tweak the buffering thresholds a little.
8371         Update the buffer size with the previously calculate rate instead of
8372         only when we calculate a new rate so that we get smoother buffering
8373         updates.
8374
8375         * gst/playback/Makefile.am:
8376         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8377         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8378         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8379         (gst_uri_decode_bin_get_property), (unknown_type),
8380         (add_element_stream), (no_more_pads_full), (no_more_pads),
8381         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8382         (gen_source_element), (has_all_raw_caps), (analyse_source),
8383         (remove_decoders), (make_decoder), (remove_source),
8384         (source_new_pad), (setup_source), (decoder_query_init),
8385         (decoder_query_duration_fold), (decoder_query_duration_done),
8386         (decoder_query_position_fold), (decoder_query_position_done),
8387         (decoder_query_latency_fold), (decoder_query_latency_done),
8388         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8389         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8390         (gst_uri_decode_bin_change_state), (plugin_init):
8391         New element that intergrates a source, optional buffering element and
8392         decodebin.
8393
8394 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8395
8396         * configure.ac:
8397           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8398           (also has a .pc file, so we don't need the fallback check any
8399           longer). Fixes #438840.
8400
8401 2007-05-17  Wim Taymans  <wim@fluendo.com>
8402
8403         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8404         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8405         (apply_segment), (apply_buffer), (update_buffering),
8406         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8407         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8408         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8409         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8410         (plugin_init):
8411         fix build.
8412
8413 2007-05-17  Wim Taymans  <wim@fluendo.com>
8414
8415         * gst/playback/Makefile.am:
8416         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8417         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8418         (gst_queue_getcaps), (gst_queue_bufferalloc),
8419         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8420         (apply_buffer), (update_buffering), (reset_rate_timer),
8421         (update_rates), (gst_queue_locked_flush),
8422         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8423         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8424         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8425         (gst_queue_loop), (gst_queue_handle_src_event),
8426         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8427         (gst_queue_src_activate_push), (gst_queue_change_state),
8428         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8429         On our way to playbin2 this is the new network queue that does buffering
8430         all by itself using high and low watermarks. It can also measure up and
8431         downstream bandwidth to optimally size the queue.
8432
8433 2007-05-17  Michael Smith <msmith@fluendo.com>
8434
8435         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8436         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8437           Use the segment->last_stop value to calculate the next timestamp to
8438           generate after a seek; not the segment->start value.
8439
8440 2007-05-15  David Schleef  <ds@schleef.org>
8441
8442         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8443           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8444
8445 2007-05-15  Wim Taymans  <wim@fluendo.com>
8446
8447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8448         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8449         Some more chained streaming ogg timestamp fixes.
8450
8451 2007-05-15  Wim Taymans  <wim@fluendo.com>
8452
8453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8454         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8455         (gst_ogg_demux_handle_page):
8456         Add some FIXMEs.
8457         Fix chain start/stop segment handling based on patch by
8458         <ahalda at cs dot mcgill dot ca> see #320984.
8459
8460 2007-05-15  Michael Smith <msmith@fluendo.com>
8461
8462         * configure.ac:
8463           We don't require a C++ compiler. So don't require one.
8464
8465 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8466
8467         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8468           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8469           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8470           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8471           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8472           gst_alsa_mixer_update_track):
8473           Apply some of the cleanup Tim suggested in #152864 afterwards.
8474
8475 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8476
8477         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8478
8479         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8480           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8481           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8482           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8483           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8484           gst_alsa_mixer_handle_source_callback,
8485           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8486           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8487           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8488           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8489           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8490           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8491         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8492         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8493           gst_alsa_mixer_element_interface_supported,
8494           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8495           gst_alsa_mixer_element_set_property,
8496           gst_alsa_mixer_element_get_property,
8497           gst_alsa_mixer_element_change_state):
8498         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8499         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8500           gst_mixer_option_changed):
8501         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8502           volume_changed, option_changed, _gst_reserved):
8503           Implement notification for alsamixer. Fixes #152864
8504
8505 2007-05-14  David Schleef  <ds@schleef.org>
8506
8507         * gst/videotestsrc/videotestsrc.c:
8508         * gst/videotestsrc/videotestsrc.h:
8509           Add support for video/x-raw-bayer.
8510
8511 2007-05-12  David Schleef  <ds@schleef.org>
8512
8513         * sys/xvimage/xvimagesink.c:
8514           Add some sanity checking for the XVImage size returned by X.
8515           Related to #377400.
8516
8517 2007-05-12  Wim Taymans  <wim@fluendo.com>
8518
8519         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8520         (gst_base_rtp_depayload_setcaps),
8521         (gst_base_rtp_depayload_set_gst_timestamp):
8522         Parse and use additional caps fields as described in updated
8523         application/x-rtp caps spec.
8524
8525 2007-05-12  Wim Taymans  <wim@fluendo.com>
8526
8527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8528         (gst_ogg_demux_collect_chain_info):
8529         If there is a stream in a chain without any data packets, ignore the
8530         stream in the total length calculations. Might be related to #436820.
8531
8532 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8533
8534         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8535         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8536         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8537         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8538         (plugin_init):
8539
8540         Consolidate and re-work our mpeg system stream detection to probe
8541         more packets and produce a higher confidence result. Fixes a
8542         regression caused by lowering the typefind probability last year
8543         - related to bug #397810. Remove the redundant MPEG-1 specific 
8544         typefind function, as the new one detects both MPEG-1 & MPEG-2
8545         happily.
8546
8547         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8548         little. 
8549
8550         Tested against my media test directory, with some improvements and
8551         no regressions.
8552
8553 2007-05-10  Wim Taymans  <wim@fluendo.com>
8554
8555         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8556         (queue_out_of_data):
8557         Connect to the new queue "pushing" signal instead of the broken
8558         "running" one.
8559
8560 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8561
8562         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8563         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8564         Move variable declaration before the first instruction.
8565         * gst/videotestsrc/videotestsrc.c:
8566         Define M_PI if it's not defined yet.
8567         * win32/common/libgstrtp.def:
8568         Add new exported functions.
8569
8570 2007-05-09  Michael Smith <msmith@fluendo.com>
8571
8572         * ext/theora/theoradec.c: (theora_handle_type_packet):
8573           gst_pad_push_event() does not return a GstFlowReturn!
8574
8575 2007-05-09  Wim Taymans  <wim@fluendo.com>
8576
8577         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8578         * tests/examples/seek/seek.c: (do_seek):
8579         Some small cosmetic changes.
8580
8581 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8582
8583         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8584           gst_adder_change_state):
8585         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8586           segment_pending, segment_position, segment_rate):
8587           Handle playback-rate on adder.
8588
8589 2007-05-07  Michael Smith <msmith@fluendo.com>
8590
8591         * ext/theora/gsttheoradec.h:
8592         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8593         (theora_dec_sink_event), (theora_handle_comment_packet),
8594         (theora_handle_type_packet), (theora_dec_change_state):
8595           Don't push events (newsegment, tags) before initialising the
8596           decoder.
8597           This is neccesary for seeking to work correctly in gnonlin.
8598
8599 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8600
8601         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8602         * gst/adder/gstadder.c:
8603         * gst/audiotestsrc/gstaudiotestsrc.c
8604           (gst_audio_test_src_create_white_noise):
8605         * gst/videotestsrc/gstvideotestsrc.c:
8606         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8607           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8608           volume_sink_template, volume_src_template, gst_volume_init,
8609           volume_process_double, volume_process_int16,
8610           volume_process_int16_clamp):
8611           Doc fixes and formatting.
8612
8613 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8614
8615         * tests/check/Makefile.am:
8616         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8617           Minimal check for volume's GstController usability; also another
8618           test for #422295.
8619
8620 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8621
8622         * gst-libs/gst/cdda/gstcddabasesrc.c:
8623         (gst_cdda_base_src_add_track):
8624           Fix it so that it (a) makes sense and (b) doesn't break
8625           everything cdda-related including the unit test.
8626
8627 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8628
8629         * gst-libs/gst/cdda/gstcddabasesrc.c:
8630         (gst_cdda_base_src_add_track):
8631           Fix build when disabling asserts.
8632
8633 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8634
8635         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8636           When XShm is not available, we might get row strides that are not
8637           rounded up to multiples of four; this is bad, because virtually
8638           every RGB-processing element in GStreamer assumes rowstrides are
8639           rounded up to multiples of four, so let's allocate at least enough
8640           memory to avoid crashes in this case. The image will still be
8641           displayed distorted though if this happens, so that still needs
8642           fixing (maybe by allocating a bigger image with an 'even' width
8643           and then clipping it appropriately when rendering - something for
8644           Xlib aficionados in any case).
8645
8646 2007-05-03  Michael Smith <msmith@fluendo.com>
8647
8648         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8649           If a buffer doesn't have a timestamp, assume it's contiguous with
8650           the previous buffer, and synthesise timestamps appropriately.
8651
8652 2007-05-03  Edward Hervey  <edward@fluendo.com>
8653
8654         * tests/check/elements/videorate.c: (GST_START_TEST):
8655         Set buffer timestamp to a valid value in order to test the buffer
8656         really does stay in videorate.
8657
8658 2007-05-03  Edward Hervey  <edward@fluendo.com>
8659
8660         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8661         There is no sensible way to handle incoming buffers which don't have a
8662         valid timestamp. We therefore discard them and wait for the next one.
8663
8664 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8665
8666         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8667         * gst/playback/gstdecodebin2.c: (plugin_init):
8668           Better error message for text files.
8669
8670 2007-04-29  Wim Taymans  <wim@fluendo.com>
8671
8672         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8673         Fix offset bug in generation RR packets.
8674
8675 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8676
8677         * ext/theora/theoradec.c: (_theora_granule_time),
8678         (theora_dec_push_forward), (theora_handle_data_packet),
8679         (theora_dec_decode_buffer): Calculate buffer duration correctly
8680         to generate a perfect stream (#433888).
8681         * gst/audioresample/gstaudioresample.c:
8682         (audioresample_check_discont): Glib provides ABS.
8683
8684 2007-04-27  Wim Taymans  <wim@fluendo.com>
8685
8686         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8687         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8688         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8689         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8690         (gst_rtcp_packet_bye_set_reason):
8691         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8692         Fix RB block parsing and writing.
8693         Add support for constructing BYE packets.
8694
8695 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8696
8697         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8698         (gst_base_audio_src_create):
8699         * po/POTFILES.in:
8700           When posting a warning message because samples were dropped, post
8701           something more intelligible than he default error message for clock
8702           errors which is just confusing in this context (#432984).
8703
8704 2007-04-25  Wim Taymans  <wim@fluendo.com>
8705
8706         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8707         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8708         (read_packet_header), (gst_rtcp_packet_move_to_next),
8709         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8710         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8711         (gst_rtcp_packet_sdes_get_item_count),
8712         (gst_rtcp_packet_sdes_first_item),
8713         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8714         (gst_rtcp_packet_sdes_first_entry),
8715         (gst_rtcp_packet_sdes_next_entry),
8716         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8717         (gst_rtcp_packet_sdes_add_entry):
8718         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8719         Implement code to write SR, RR and SDES packets.
8720
8721 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8722
8723         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8724
8725         * sys/ximage/ximagesink.c:
8726           Fix build if XShm is not available (#432362).
8727
8728 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8729
8730         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8731         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8732         pointers to random memory which are passed to g_free() when
8733         audio_convert_prepare_context() is called the first time.
8734
8735 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8736
8737         Patch by: Dan Williams <dcbw redhat com>
8738
8739         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8740           Don't leak incoming buffer if gst_pad_push() returns a
8741           non-OK flow. Fixes #432755.
8742          
8743         * tests/check/elements/videorate.c: (GST_START_TEST),
8744         (videorate_suite):
8745           Unit test for the above by Yours Truly.
8746
8747 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8748
8749         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8750         (gst_adder_sink_event), (gst_adder_collected):
8751           Fix non-flushing segmented seeks, Fixes #340060 for me
8752
8753 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8754
8755         Patch by: Olivier Crete  <tester at tester ca>
8756
8757         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8758         (gst_base_rtp_audio_payload_class_init),
8759         (gst_base_rtp_audio_payload_init),
8760         (gst_base_rtp_audio_payload_dispose):
8761           Chain up to parent class in dispose function; get rid of
8762           unnecessary 'diposed' flag in private structure (#415001).
8763
8764 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8765
8766         * docs/libs/gst-plugins-base-libs.types:
8767         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8768         (gst_base_rtp_audio_payload_class_init):
8769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8770         * gst-libs/gst/rtp/gstbasertppayload.c:
8771           Some minor docs fixes and additions; also add missing 'Since' bits.
8772
8773 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8774
8775         Patch by: Zeeshan Ali  <zeenix gmail com>
8776
8777         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8778         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8779         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8780         (gst_base_rtp_audio_payload_push):
8781         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8782           The recently-added gst_base_rtp_audio_payload_push() should take an
8783           object of type GstBaseRTPAudioPayload as first argument (#431672).
8784
8785 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         * gst/audioresample/gstaudioresample.c:
8788           Make more functions static, just because we can.
8789
8790 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8791
8792         * tests/check/elements/audioresample.c:
8793           Add unit test for audioresample shutdown crasher (#420106).
8794
8795 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8796
8797         * gst/subparse/gstsubparse.c:
8798         * gst/subparse/samiparse.c:
8799           Use GST_DISABLE_XML here
8800
8801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8802         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8803         (gst_xvimagesink_buffer_alloc),
8804         (gst_xvimagesink_navigation_send_event):
8805         * sys/xvimage/xvimagesink.h:
8806           Include stdlib.h when using atoi.
8807           
8808         * tests/check/elements/playbin.c: (playbin_suite):
8809           Use GST_DISABLE_REGISTRY here
8810
8811 2007-04-19  Michael Smith  <msmith@fluendo.com>
8812
8813         * ext/theora/gsttheoraenc.h:
8814         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8815         (theora_enc_sink_event), (theora_enc_change_state):
8816           Track initialisation state; don't try to use encoder state if we're
8817           not initialised (it'll segfault).
8818
8819 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8820
8821         * tests/check/pipelines/.cvsignore:
8822         Fix build.
8823
8824 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8825
8826         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8827         Allow random depths between 1 and 32 instead of only multiplies of 8.
8828
8829 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8830
8831         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8832         Set the maximum number of channels for PCM and float in the correct
8833         place to have it also used when creating the template caps.
8834
8835 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8836
8837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8838         Correctly support 4, 6 and 8 channels with normal PCM and float
8839         wav files.
8840
8841         Fix the depth and signedness calculation in extensible wav files and
8842         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8843         mask is found.
8844
8845         Add support for float, alaw and mulaw in extensible wav files.
8846
8847         This allows correct playback of all but 5 files from
8848         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8849         
8850         (gst_riff_create_audio_template_caps):
8851         Add voxware and float formats to the template caps.     
8852
8853 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8854
8855         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8856
8857         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8858         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8859
8860         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8861         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8862         Use the correct format strings for integer formats.
8863
8864 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8865
8866         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8867           Don't use pad_alloc_buffer_and_set_caps to create a small header
8868           packet, or, worse, to create a big temporary video buffer using the
8869           src pad.
8870
8871 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8872
8873         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8874         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8875           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8876           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8877
8878 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8879
8880         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8881           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8882           streamheader_suite):
8883           Add another test set up for failure
8884
8885 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8886
8887         * tests/check/Makefile.am:
8888         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8889           GST_START_TEST, streamheader_suite, main):
8890           Add a test for the streamheader bug Wim fixed.
8891
8892 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8893
8894         * ext/theora/theoradec.c: (theora_dec_sink_event):
8895         Fix misleading comment.
8896
8897 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8898
8899         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8900           More sanity checks for the header fields.
8901
8902 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8903
8904         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8905           Try encodings from all environment variables, not just those in the
8906           first environment variable that is set.
8907
8908 2007-04-12  Wim Taymans  <wim@fluendo.com>
8909
8910         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8911         (gst_video_rate_chain):
8912         Add some debug.
8913
8914         * tests/check/elements/videorate.c: (GST_START_TEST),
8915         (videorate_suite):
8916         Added check for videorate changing caps handling. Closes #421834.
8917
8918 2007-04-12  Michael Smith  <msmith@fluendo.com>
8919
8920         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8921           Use scale functions to avoid overflow when calculating duration of 
8922           vorbis buffers.
8923
8924 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8925
8926         * docs/libs/gst-plugins-base-libs-sections.txt:
8927         * gst-libs/gst/tag/tag.h:
8928         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8929           API: add gst_tag_freeform_string_to_utf8() (#405072).
8930
8931         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8932           Use gst_tag_freeform_string_to_utf8() here.
8933
8934 2007-04-12  Wim Taymans  <wim@fluendo.com>
8935
8936         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8937         (gst_gdp_pay_sink_event):
8938         Make sure we set the IN_CAPS flag correctly.
8939
8940         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8941         Get the IN_CAPS flag before we call functions that mess with the flags.
8942
8943 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8944
8945         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8946           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8947           Only stamp buffers with offset/offset_end right before they get
8948           pushed.  This ensures offset continuity, which was not the case
8949           before as shown by
8950           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8951
8952 2007-04-06  Wim Taymans  <wim@fluendo.com>
8953
8954         * gst/playback/gstplaybin.c: (add_sink),
8955         (gst_play_bin_change_state):
8956         Activate sync in playbin, we are ready to handle it for live streams.
8957
8958 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8959
8960         * tests/check/elements/playbin.c:
8961         (test_sink_usage_video_only_stream), (playbin_suite):
8962           Add small test for stream-info-value-array code paths.
8963
8964 2007-04-05  Wim Taymans  <wim@fluendo.com>
8965
8966         * gst-libs/gst/audio/gstbaseaudiosink.c:
8967         (gst_base_audio_sink_skew_slaving):
8968         Don't try to create invalid calibration parameters by making the
8969         internal time go backwards, instead make external time go forward.
8970
8971 2007-04-05  Wim Taymans  <wim@fluendo.com>
8972
8973         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8974
8975         * gst/playback/gstplaybasebin.c: (add_stream):
8976         Fix leak in add_stream(), when g_value_set_object() increases the
8977         refcount of streaminfo object. Fixes #426250.
8978
8979 2007-04-03  David Schleef  <ds@schleef.org>
8980
8981         * gst/videotestsrc/gstvideotestsrc.c:
8982         * gst/videotestsrc/gstvideotestsrc.h:
8983         * gst/videotestsrc/videotestsrc.c:
8984         * gst/videotestsrc/videotestsrc.h:
8985           Add a test pattern called "circular", which has concentric
8986           rings with varying radial frequency.  The main purpose of this
8987           pattern is to test fidelity loss in a filter or scaler element.
8988           Notably, this pattern is scale invariant, and is optimally viewed
8989           with a width (and height) of 400.
8990
8991 2007-04-03  Wim Taymans  <wim@fluendo.com>
8992
8993         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8994
8995         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8996         (deactivate_free_recursive):
8997         Decodebin2 doesn't unref pads it obtains in some occasions:
8998         - multiqueue src pads, when either connecting further or exposing
8999         - sink pads of new autoplugged elements
9000         - peer pads when recursively freeing elements
9001         Fixes #425455.
9002
9003 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9004
9005         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9006         Add audio/x-raw-float support, now that audioconvert support
9007         non-native endianness floats.
9008
9009 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9010
9011         * docs/libs/gst-plugins-base-libs-docs.sgml:
9012           gstreamer-plugins-base.pc doesn't exist, it's
9013           gstreamer-plugins-base-0.10.pc.
9014
9015 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9016
9017         Patch by: René Stadler <mail at renestadler dot de>
9018         with some minor changes
9019
9020         * gst-libs/gst/floatcast/floatcast.h:
9021         Use more efficient float endianness conversion functions that don't
9022         involve 2 function calls per value.
9023         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9024         (check_default), (audio_convert_prepare_context):
9025         * gst/audioconvert/gstaudioconvert.c:
9026         (gst_audio_convert_parse_caps), (make_lossless_changes):
9027         Support non-native endianness floats as input and output.
9028         Fixes #339838.
9029         * tests/check/elements/audioconvert.c: (verify_convert),
9030         (GST_START_TEST):
9031         Add unit tests for the non-native endianness float conversions.
9032
9033 2007-03-29  Wim Taymans  <wim@fluendo.com>
9034
9035         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9036         (gst_base_rtp_depayload_base_init),
9037         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9038         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9039         (gst_base_rtp_depayload_set_gst_timestamp),
9040         (gst_base_rtp_depayload_change_state),
9041         (gst_base_rtp_depayload_set_property),
9042         (gst_base_rtp_depayload_get_property):
9043         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9044         Add Private structure.
9045         Bring element code to 2007.
9046         Parse clock-base caps param and use it when generating the
9047         newsegment.
9048         Reset variables before going to PAUSED.
9049         Fix some docs.
9050
9051 2007-03-29  Wim Taymans  <wim@fluendo.com>
9052
9053         * docs/libs/gst-plugins-base-libs-docs.sgml:
9054         * docs/libs/gst-plugins-base-libs-sections.txt:
9055         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9056         (gst_base_rtp_audio_payload_get_adapter):
9057         Add RTCP docs.
9058         Fix some more docs.
9059
9060         * gst-libs/gst/rtp/Makefile.am:
9061         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9062         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9063         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9064         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9065         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9066         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9067         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9068         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9069         (gst_rtcp_packet_sr_get_sender_info),
9070         (gst_rtcp_packet_sr_set_sender_info),
9071         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9072         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9073         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9074         (gst_rtcp_packet_sdes_get_chunk_count),
9075         (gst_rtcp_packet_sdes_first_chunk),
9076         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9077         (gst_rtcp_packet_sdes_first_item),
9078         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9079         (gst_rtcp_packet_bye_get_ssrc_count),
9080         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9081         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9082         (gst_rtcp_packet_bye_get_reason_len),
9083         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9084         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9085         Add new helper object for parsing and creating RTCP messages.
9086
9087 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9088
9089         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9090         PCM samples with width=8 must be always unsigned, no matter what
9091         depth they have.
9092
9093 2007-03-29  Andy Wingo  <wingo@pobox.com>
9094
9095         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9096         perfect offsets also, not just timestamps.
9097
9098         * tests/check/elements/videorate.c (test_more): Test that given
9099         any incoming offsets, that videorate produces perfect offsets.
9100
9101 2007-03-29  Wim Taymans  <wim@fluendo.com>
9102
9103         * gst-libs/gst/riff/riff-ids.h:
9104         Add some more RIFF formats.
9105
9106 2007-03-29  Wim Taymans  <wim@fluendo.com>
9107
9108         * gst-libs/gst/rtp/gstrtpbuffer.c:
9109         (gst_rtp_buffer_default_clock_rate):
9110         * gst-libs/gst/rtp/gstrtpbuffer.h:
9111         Fix fixed payload names and docs.
9112         Added method to get the default clock rates of fixed payload types.
9113         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9114
9115 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9116
9117         * tests/check/pipelines/.cvsignore:
9118         Add new vorbisdec test to cvsignore.
9119
9120 2007-03-28  Wim Taymans  <wim@fluendo.com>
9121
9122         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9123         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9124         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9125         (gst_base_audio_sink_set_property),
9126         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9127         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9128         (gst_base_audio_sink_skew_slaving),
9129         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9130         (gst_base_audio_sink_async_play):
9131         * gst-libs/gst/audio/gstbaseaudiosink.h:
9132         Store private stuff in GstBaseAudioSinkPrivate.
9133         Add configurable clock slaving modes property.
9134         API:: GstBaseAudioSink::slave-method property
9135         Some more latency reporting tweaks.
9136         Added skew based clock slaving correction and make it the default until
9137         the resampling method is more robust.
9138
9139 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9140
9141         * gst/audioconvert/audioconvert.c:
9142         Add docs to the integer pack functions and implement proper
9143         rounding. Before we had rounding towards negative infinity, i.e.
9144         always the smaller number was taken. Now we use natural rounding,
9145         i.e. rounding to the nearest integer and to the one with the largest
9146         absolute value for X.5. The old rounding introduced some minor
9147         distortions. Fixes #420079
9148         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9149         Fix one unit test that assumed the old rounding and added unit tests
9150         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9151         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9152         rounding from signed int32 to signed/unsigned int16.
9153
9154 2007-03-27  Michael Smith  <msmith@fluendo.com>
9155
9156         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9157         (gst_audio_convert_transform_caps):
9158           Fix typo in debug line introduced recently, as pointed out on irc.
9159
9160 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9161
9162         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9163         * tests/check/libs/tag.c: (GST_START_TEST):
9164           Make sure we parse floating-point numbers in vorbis comments
9165           correctly with either '.' or ',' as separator, no matter what
9166           the current locale is. Add unit test for this too.
9167
9168 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         Patch by: René Stadler  <mail at renestadler de>
9171
9172         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9173           When writing out floating-point numbers to vorbis comment tags, always
9174           use the same character as separator no matter what the current locale is
9175           (fixes #423051).
9176
9177         * tests/check/libs/tag.c: (GST_START_TEST):
9178           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9179
9180 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9181
9182         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9183           vorbis_handle_data_packet):
9184           Correctly set DURATION to generate a timestamp-continuous stream.
9185           One bug left at the end; see
9186           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9187         * tests/check/Makefile.am:
9188         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9189           Add a test to check this.  Without the above patch this test fails.
9190
9191 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9192
9193         * gst-libs/gst/rtp/Makefile.am:
9194         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9195
9196 2007-03-23  Michael Smith  <msmith@fluendo.com>
9197
9198         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9199         (gst_video_rate_reset), (gst_video_rate_chain):
9200           If videorate changes caps, we can no longer use the old buffer
9201           (which may have a different size, incompatible with our caps).
9202           So don't do that; just duplicate the new frame more times.
9203
9204 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9205
9206         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9207         Remove playbin's override of the set_clock vmethod. It's irrelevant
9208         after Wim's commit on the 19th.
9209
9210 2007-03-22  Wim Taymans  <wim@fluendo.com>
9211
9212         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9213         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9214         * ext/gnomevfs/gstgnomevfssrc.h:
9215         Don't cache file sizes. Fixes #341078.
9216
9217 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9218
9219         * gst/playback/gstplaybin.c: (add_sink):
9220           Use GST_PTR_FORMAT to log caps. 
9221
9222 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9223
9224         Patch by: Young-Ho Cha <ganadist at chollian net>
9225
9226         * gst/subparse/samiparse.c: (handle_start_font):
9227           Special-case some more colour names that pango doesn't handle by
9228           default. Fixes #420578.
9229
9230 2007-03-20  Michael Smith  <msmith@fluendo.com>
9231
9232         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9233           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9234           that marks EOS internally. After that, libvorbis will buffer all
9235           input data, and encode none of it, eventually leading to memory
9236           exhaustion.
9237
9238 2007-03-19  Wim Taymans  <wim@fluendo.com>
9239
9240         * gst/playback/gstdecodebin.c: (remove_fakesink):
9241         Don't post STATE_DIRTY anymore.
9242
9243         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9244         (gst_play_bin_change_state):
9245         Remove stream_time reset in seek handling, core does that now.
9246         Disable clocking for live pipelines by forcing a NULL clock to the
9247         complete pipeline, core is too smart now for our previous hack.
9248         We can always autoplug in PAUSED now.
9249
9250 2007-03-17  David Schleef  <ds@schleef.org>
9251
9252         * REQUIREMENTS:  Update this file, change the formatting to make
9253         it more consistent, plus more machine readable.
9254
9255 2007-03-16  Michael Smith  <msmith@fluendo.com>
9256
9257         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9258         (strip_width_64), (append_with_other_format):
9259           Previous fix was too simplistic, and broke the tests. Use a better
9260           approach; only strip 64 from widths for integer audio.
9261
9262 2007-03-16  Michael Smith  <msmith@fluendo.com>
9263
9264         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9265         (gst_audio_convert_transform_caps):
9266           We don't support 64 bit integer audio, so don't try to claim we can.
9267           Stops us producing caps don't match our template caps.
9268           Update comments.
9269
9270 2007-03-15  Michael Smith  <msmith@fluendo.com>
9271
9272         * gst/audioresample/gstaudioresample.c:
9273         (audioresample_check_discont), (audioresample_transform):
9274           Don't trigger discontinuities for very small imperfections; a filter
9275           flush will sound bad, and many plugins have rounding errors leading
9276           to these.
9277
9278 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9279
9280         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9281
9282         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9283         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9284         API: add "min-ptime" property to RTP base audio payloader.
9285         API: add gst_base_rtp_audio_payload_push().
9286         API: add gst_base_rtp_audio_payload_get_adapter().
9287         Fixes #415001
9288         Indentation/whitespace/documentation fixes.
9289
9290 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9291
9292         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9293         (audioresample_transform_size), (audioresample_do_output),
9294         (audioresample_transform), (audioresample_pushthrough): Handle
9295         discontinuous streams.
9296         * gst/audioresample/gstaudioresample.h:
9297         * tests/check/elements/audioresample.c:
9298         (test_discont_stream_instance), (GST_START_TEST),
9299         (audioresample_suite): Add a test for discontinuous streams.
9300         * win32/common/config.h: Updated.
9301
9302 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9303
9304         * po/af.po:
9305         * po/az.po:
9306         * po/cs.po:
9307         * po/en_GB.po:
9308         * po/it.po:
9309         * po/nb.po:
9310         * po/nl.po:
9311         * po/or.po:
9312         * po/sq.po:
9313         * po/sr.po:
9314         * po/sv.po:
9315         * po/uk.po:
9316         * po/vi.po:
9317           Update translations from translation project.
9318
9319 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9320
9321         * gst/audioresample/debug.h:
9322         * gst/audioresample/resample.c: (resample_init):
9323           Since I really am not interested in a debug line for each sample
9324           being processed, move the library's debugging to its own category,
9325           libaudioresample
9326
9327 2007-03-13  Michael Smith  <msmith@fluendo.com>
9328
9329         * ext/theora/theoradec.c: (theora_handle_type_packet):
9330           Since the plugin doesn't support anything other than 4:2:0 right
9331           now, post an error and fail if we get something else. Won't matter
9332           until libtheora supports the other pixel formats, but hopefully
9333           that'll be soon...
9334
9335 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9336
9337         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9338         Use gst_guint64_to_gdouble for conversion.
9339         * win32/MANIFEST:
9340         Add new files to the win32 MANIFEST.
9341         * win32/common/libgstaudio.def:
9342         * win32/common/libgstpbutils.def:
9343         Add new exported functions.
9344         * win32/vs6/gst_plugins_base.dsw:
9345         * win32/vs6/libgstdecodebin.dsp:
9346         * win32/vs6/libgstplaybin.dsp:
9347         Change the link to libgstpbutils.lib.
9348         * win32/vs6/libgstdecodebin2.dsp:
9349         Add a new project for decodebin2.
9350         * win32/vs6/libgstpbutils.dsp:
9351         Add a new project for pbutils.
9352
9353 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9354
9355         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9356           Also accept partial dates with only year and month,
9357           like 1999-12-00 (fixes #410396 even more).
9358
9359         * tests/check/libs/tag.c: (GST_START_TEST):
9360           Add unit test for the above.
9361
9362 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9363
9364         * tests/check/elements/subparse.c: (GST_START_TEST),
9365         (subparse_suite):
9366           Add unit test for MPL2 subtitle format (#413799).
9367
9368 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9369
9370         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9371
9372         * gst/subparse/Makefile.am:
9373         * gst/subparse/gstsubparse.c:
9374         (gst_sub_parse_data_format_autodetect),
9375         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9376         (gst_subparse_type_find):
9377         * gst/subparse/gstsubparse.h:
9378         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9379         * gst/subparse/mpl2parse.h:
9380           Add support for MPL2 subtitle format (#413799).
9381
9382 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9383
9384         * configure.ac:
9385           We require core CVS for the new buffer metadata copy functions.
9386
9387 2007-03-09  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst-libs/gst/tag/gstid3tag.c:
9390         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9391         Fixes #414496.
9392
9393         Patch by: Alex Lancaster <alexl at users sourceforge net>
9394
9395 2007-03-09  Wim Taymans  <wim@fluendo.com>
9396
9397         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9398         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9399         Improve adapter usage and comments.
9400
9401 2007-03-09  Wim Taymans  <wim@fluendo.com>
9402
9403         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9404         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9405         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9406         Use new metadata copy function.
9407
9408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9409         (gst_ffmpegcsp_transform):
9410         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9411         Basetransform copied the metadata for us.
9412
9413 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9414
9415         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9416         (gst_text_overlay_video_event):
9417           Some more logging. Only accept newsegment events in TIME format and
9418           send a WARNING message if they are not in TIME format.
9419
9420         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9421         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9422         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9423         * gst/subparse/gstsubparse.h:
9424           No need to allocate GstSegment structure dynamically, just put it
9425           into the instance structure; ignore newsegment events in BYTE
9426           format and in particular don't let it overwrite our saved TIME
9427           segment from the last seek.
9428
9429 2007-03-09  Michael Smith  <msmith@fluendo.com>
9430
9431         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9432           Replace AC3 typefinder with one that isn't terrible, and actually
9433           works usefully.
9434
9435 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9436
9437         * gst/audioconvert/gstaudioconvert.c:
9438         (gst_audio_convert_transform):
9439           fix error category and translatable string
9440           
9441
9442 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9443
9444         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9445         * pkgconfig/gstreamer-plugins-base.pc.in:
9446           Fix up utils => pbutils here too.
9447
9448 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9449
9450         * gst/subparse/gstsubparse.c: (handle_buffer):
9451           Break out of loop in chain function as soon as possible if we get
9452           a non-OK flow return.
9453
9454 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9455
9456         * tests/check/elements/alsa.c: (GST_START_TEST):
9457         Unref the mixer if the state change fails too (if the
9458         alsa devices are inaccessible, for example)
9459
9460 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9461
9462         * tests/check/Makefile.am:
9463         Don't test libvisual elements in the states check, because libvisual
9464         seems to leak internally.
9465
9466         Re-enable the alsa and states tests now that there's new suppressions
9467         in gst.supp.
9468
9469         * tests/check/elements/alsa.c: (GST_START_TEST):
9470         Don't leak the alsamixer we instantiated.
9471
9472 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9473
9474         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9475         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9476         (gst_ximagesink_finalize):
9477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9478         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9479         Move some cleanup stuff from the state change handler into a _reset()
9480         function that can be called from _finalize(). This ensures that things
9481         get freed even if (for some reason) the NULL->READY state transition
9482         fails in the parent class.
9483         Even if a parent state change fails, process our downward state change
9484         logic instead of bailing out early.
9485         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9486
9487 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9488
9489         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9490         Extra log line.
9491
9492         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9493         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9494         Use pango_font_description_set_family_static instead of 
9495         pango_font_description_set_family to save a string copy (it was
9496         leaking due to the strdup anyway)
9497
9498         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9499         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9500         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9501         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9502         Chain up in finalize.
9503
9504 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9505
9506         * gst-libs/gst/interfaces/mixertrack.c:
9507         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9508         (gst_mixer_track_set_property):
9509           API: add "untranslated-label" property which should be set by
9510           implementations at construct time (#414645).
9511
9512         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9513         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9514           Set "untranslated-label" when constructing mixer track objects.
9515
9516         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9517           Unit test to check the above.
9518
9519 2007-03-07  Wim Taymans  <wim@fluendo.com>
9520
9521         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9522         Fix confusing debug message.
9523
9524 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9525
9526         * gst-plugins-base.doap:
9527         update doap file with new version
9528
9529 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9530
9531         * configure.ac:
9532         Back to CVS
9533
9534 === release 0.10.12 ===
9535
9536 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9537
9538         * configure.ac:
9539           releasing 0.10.12, "Zombie Horde"
9540
9541 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9542
9543         * configure.ac:
9544         Bump version to 0.10.11.4 pre-release
9545
9546 2007-03-06  Wim Taymans  <wim@fluendo.com>
9547
9548         * gst-libs/gst/audio/gstbaseaudiosink.c:
9549         (gst_base_audio_sink_async_play):
9550         Fix regression that made GStreamer skip the first samples of audio.
9551         Fixes #414684.
9552
9553 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9554
9555         * configure.ac:
9556         Bump version to 0.10.11.3 pre-release
9557
9558 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9559
9560         * po/POTFILES.in:
9561           Update paths for the rename from utils to pbutils to fix the build.
9562
9563 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9564
9565         * gst-libs/gst/pbutils/Makefile.am:
9566           Change directory to install headers in from gst/utils to gst/pbutils
9567           as well.
9568
9569 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9570
9571         * configure.ac:
9572         * docs/libs/gst-plugins-base-libs-docs.sgml:
9573         * docs/libs/gst-plugins-base-libs-sections.txt:
9574         * gst-libs/gst/Makefile.am:
9575         * gst-libs/gst/interfaces/mixer.c:
9576         * gst-libs/gst/pbutils/Makefile.am:
9577         * gst-libs/gst/pbutils/descriptions.c:
9578         (gst_pb_utils_get_source_description),
9579         (gst_pb_utils_get_sink_description),
9580         (gst_pb_utils_get_decoder_description),
9581         (gst_pb_utils_get_encoder_description),
9582         (gst_pb_utils_get_element_description),
9583         (gst_pb_utils_add_codec_description_to_tag_list),
9584         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9585         * gst-libs/gst/pbutils/descriptions.h:
9586         * gst-libs/gst/pbutils/install-plugins.c:
9587         * gst-libs/gst/pbutils/install-plugins.h:
9588         * gst-libs/gst/pbutils/missing-plugins.c:
9589         (gst_missing_uri_source_message_new),
9590         (gst_missing_uri_sink_message_new),
9591         (gst_missing_element_message_new),
9592         (gst_missing_decoder_message_new),
9593         (gst_missing_encoder_message_new),
9594         (gst_missing_plugin_message_get_description):
9595         * gst-libs/gst/pbutils/missing-plugins.h:
9596         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9597         * gst-libs/gst/pbutils/pbutils.h:
9598         * gst-libs/gst/utils/Makefile.am:
9599         * gst-libs/gst/utils/base-utils.c:
9600         * gst-libs/gst/utils/base-utils.h:
9601         * gst-libs/gst/utils/descriptions.c:
9602         * gst-libs/gst/utils/descriptions.h:
9603         * gst-libs/gst/utils/install-plugins.c:
9604         * gst-libs/gst/utils/install-plugins.h:
9605         * gst-libs/gst/utils/missing-plugins.c:
9606         * gst-libs/gst/utils/missing-plugins.h:
9607         * gst-plugins-base.spec.in:
9608         * gst/playback/Makefile.am:
9609         * gst/playback/gstdecodebin.c:
9610         * gst/playback/gstdecodebin2.c:
9611         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9612         (gen_source_element):
9613         * gst/playback/gstplaybin.c: (plugin_init):
9614         * tests/check/Makefile.am:
9615         * tests/check/libs/pbutils.c: (GST_START_TEST),
9616         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9617         * tests/check/libs/utils.c:
9618           rename utils to pbutils
9619
9620 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9621
9622         * docs/plugins/Makefile.am:
9623         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9624         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9625         * docs/plugins/inspect/plugin-decodebin2.xml:
9626         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9627         Add documentation for decodebin2 that indicates that the API
9628         is still unstable.
9629
9630 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9631
9632         * configure.ac:
9633         Update to 0.10.11.2 (0.10.12 pre-release)
9634
9635 2007-03-01  Wim Taymans  <wim@fluendo.com>
9636
9637         * gst-libs/gst/audio/gstbaseaudiosink.c:
9638         (gst_base_audio_sink_async_play):
9639         base time is irrelevant here.
9640
9641 2007-03-01  Wim Taymans  <wim@fluendo.com>
9642
9643         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9644         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9645         Improve debugging.
9646
9647         * gst-libs/gst/audio/gstbaseaudiosink.c:
9648         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9649         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9650         Improve latency and clock slaving calculations.
9651         Improve slave clock calibration.
9652
9653         * gst-libs/gst/audio/gstringbuffer.c:
9654         (gst_ring_buffer_commit_full):
9655         When we are asked to render N sample to 0 bytes, return N.
9656
9657 2007-03-01  Wim Taymans  <wim@fluendo.com>
9658
9659         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9660         (gst_alsasink_write), (gst_alsasink_reset):
9661         * ext/alsa/gstalsasink.h:
9662         Remove unused dispose function.
9663         Rename lock to not interfere with alsasrc lock.
9664
9665         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9666         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9667         (gst_alsasrc_read), (gst_alsasrc_reset):
9668         * ext/alsa/gstalsasrc.h:
9669         Implement finalize function.
9670         Use lock to protect alsa access.
9671         Implement _reset.
9672         Fine tune sw params.
9673
9674 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9675
9676         * configure.ac:
9677           Convert to new AG_GST style.
9678
9679 2007-02-28  Wim Taymans  <wim@fluendo.com>
9680
9681         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9682
9683         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9684         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9685         Fix race condition when rapidly switching visualisations in playbin.
9686         Fixes #401029.
9687
9688 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9689
9690         * tests/check/Makefile.am:
9691         Include local stuff before system installed things in LDFLAGS and
9692         CFLAGS.
9693
9694 2007-02-28  Wim Taymans  <wim@fluendo.com>
9695
9696         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9697         Improve debugging.
9698
9699 2007-02-28  Wim Taymans  <wim@fluendo.com>
9700
9701         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9702         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9703         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9704         Fix duration and timestamping, taking latency into account.
9705         Implement latency query.
9706
9707 2007-02-28  Wim Taymans  <wim@fluendo.com>
9708
9709         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9710         (gst_audio_clock_new):
9711         Fix clock name.
9712
9713         * gst-libs/gst/audio/gstbaseaudiosink.c:
9714         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9715         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9716         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9717         (gst_base_audio_src_create):
9718         Improve latency query code.
9719         Use proper clock names.
9720
9721 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9722
9723         * tests/check/generic/states.c: (GST_START_TEST):
9724           Copy the states.c test from core again
9725         * tests/check/Makefile.am:
9726           ignore cdio and cdparanoiasrc
9727
9728 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9729
9730         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9731         (double_hq), (audio_convert_get_func_index), (check_default),
9732         (audio_convert_prepare_context), (audio_convert_convert):
9733           Also make valgrind happy and avoid copying data in some cases.
9734
9735 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9736
9737         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9738         (double_hq), (audio_convert_get_func_index),
9739         (audio_convert_prepare_context), (audio_convert_convert):
9740         * gst/audioconvert/gstaudioconvert.c:
9741         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9742         (gst_audio_convert_transform_caps):
9743         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9744         (audioconvert_suite):
9745           Don't run inplace if that overwrites source data as we go. Add more
9746           tests. Fixes #339837 even more.
9747
9748 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9749
9750         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9751         (msg_segment_done): Fix various seeking bugs (Slider was not
9752         updating when doing a non flushing seek, Reverse playback 
9753         on segment seek was wrong).
9754
9755 2007-02-26  Wim Taymans  <wim@fluendo.com>
9756
9757         * tests/examples/seek/seek.c: (stop_seek):
9758         When we stop scrubbing, don't leave the pipeline PLAYING when we
9759         requested a PAUSED state.
9760
9761 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9762
9763         Patch by: René Stadler <mail at renestadler de>
9764
9765         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9766           Parse date strings in vorbis comments that have an invalid (zero)
9767           month or day (#410396).
9768
9769         * tests/check/libs/tag.c: (GST_START_TEST):
9770           Test case for the above.
9771
9772 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9773
9774         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9775
9776         * configure.ac:
9777         * ext/alsa/Makefile.am:
9778         * gst/audiotestsrc/Makefile.am:
9779           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9780
9781 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9782
9783         * gst/playback/gstplaybin.c:
9784           Improve docs: point out that the application needs to assist playbin
9785           with buffering.
9786
9787 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9788
9789         * gst-libs/gst/utils/install-plugins.c:
9790         * gst-libs/gst/utils/missing-plugins.c:
9791         * tests/check/libs/utils.c: (missing_msg_check_getters):
9792           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9793           to just 'gstreamer'. Document the caps string component of the
9794           decoder/encoder detail a bit better, since not everyone will be
9795           familiar with the GStreamer media type/caps system (but they better
9796           enjoy nested itemized lists).
9797
9798 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9799
9800         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9801         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9802           Fix copying of GstNetBuffer (would crash before, or at least lead to
9803           invalid memory access, #410772), for now by copying the GstBuffer copy
9804           code from the core over here so we can copy the GstBuffer fields on a
9805           provided buffer instance (of type GstNetBuffer in this case). Would be
9806           better to fix this with some support by the core though (and in the long
9807           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9808
9809         * tests/check/Makefile.am:
9810           Enable unit test for GstNetBuffer.
9811
9812 2007-02-22  Andy Wingo  <wingo@pobox.com>
9813
9814         * gst-libs/gst/audio/gstbaseaudiosink.c
9815         (gst_base_audio_sink_init): Disable pull-mode activation until we
9816         figure out how to make audio sinks go to PLAYING.
9817
9818 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9819
9820         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9821         (double_hq), (audio_convert_get_func_index),
9822         (audio_convert_prepare_context), (audio_convert_convert):
9823         * gst/audioconvert/audioconvert.h:
9824         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9825         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9826         * gst/audioconvert/gstchannelmix.h:
9827         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9828           Add float as an intermediate format, as well as float mixing. Enable
9829           test that was failing before. Fixes #339837
9830
9831 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9832
9833         * tests/examples/seek/seek.c: (do_seek):
9834         Undo the previous commit: -1 as a stop time implies that the stop
9835         time is the end of file, clearing any previously configured segment.
9836
9837 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9838
9839         * tests/examples/seek/seek.c: (do_seek):
9840         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9841
9842 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9843
9844         * gst/volume/gstvolume.c: (volume_process_int16),
9845         (volume_process_int16_clamp), (volume_set_caps):
9846           Unbreak volume, value remains gint.
9847
9848 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9849
9850         * gst/volume/gstvolume.c: (volume_choose_func),
9851         (volume_update_real_volume), (gst_volume_set_volume),
9852         (gst_volume_init), (volume_process_double), (volume_process_float),
9853         (volume_process_int16), (volume_process_int16_clamp),
9854         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9855         * gst/volume/gstvolume.h:
9856           Extend float audio support (double) and some int->uint cleanups.
9857
9858 2007-02-20  Edward Hervey  <edward@fluendo.com>
9859
9860         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9861         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9862         (sort_end_pads), (gst_decode_group_expose),
9863         (gst_decode_group_hide):
9864         Don't free groups from the streaming threads. Just put them aside and
9865         free them in dispose.
9866
9867 2007-02-20  Edward Hervey  <edward@fluendo.com>
9868
9869         * gst/playback/gstdecodebin2.c: (connect_element),
9870         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9871         (sort_end_pads), (gst_decode_group_expose):
9872         Handle dynamic pads within groups.
9873         Sort pads before exposing them in order to make playbin happy.
9874         There still is a race with the multiqueue filling up. This should be
9875         solved separately.
9876         Fixes #398721
9877
9878 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9879
9880         * gst-libs/gst/utils/base-utils.c:
9881         * gst-libs/gst/utils/descriptions.c:
9882         * gst-libs/gst/utils/install-plugins.c:
9883         * gst-libs/gst/utils/missing-plugins.c:
9884           Some more docs (and descriptions for two subtitle formats).
9885
9886 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9887
9888         * gst-libs/gst/audio/audio.c:
9889           Fix documentation.
9890
9891 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9892
9893         Patch by: Yves Lefebvre  <ivanohe abacom com>
9894
9895         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9896           Don't leak caps. Fixes #408278.
9897
9898 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9899
9900         * ext/cdparanoia/gstcdparanoiasrc.h:
9901         * ext/ogg/gstoggdemux.h:
9902         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9903         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9904         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9905         * gst-libs/gst/audio/audio.h:
9906         * gst-libs/gst/audio/gstaudiofilter.h:
9907         * gst-libs/gst/interfaces/videoorientation.h:
9908         * gst/adder/gstadder.h:
9909           More docs coverage and some ChangeLog surgery (add missing names)
9910
9911 2007-02-15  Wim Taymans  <wim@fluendo.com>
9912
9913         * sys/ximage/ximagesink.c:
9914         (gst_ximagesink_calculate_pixel_aspect_ratio):
9915         * sys/xvimage/xvimagesink.c:
9916         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9917         Small constifications.
9918
9919 2007-02-15  Wim Taymans  <wim@fluendo.com>
9920
9921         * gst-libs/gst/audio/gstbaseaudiosink.c:
9922         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9923         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9924         (gst_base_audio_sink_async_play),
9925         (gst_base_audio_sink_change_state):
9926         Answer latency query.
9927         Use configured latency when syncing.
9928         Fix clock slaving.
9929
9930         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9931         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9932         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9933         Fix possible memleak.
9934         Implement latency query.
9935         Small cleanups.
9936
9937 2007-02-15  Wim Taymans  <wim@fluendo.com>
9938
9939         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9940         Ignore errors in reset, these are not fatal. They also grab the element
9941         lock which is already taking when this function is called. Fixes
9942         #405451.
9943
9944 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9945
9946         * configure.ac:
9947           Remove 'tests/examples/xerror/Makefile' from output files again.
9948
9949 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9950
9951         * configure.ac:
9952         * docs/plugins/Makefile.am:
9953           Also crossref against gst-plugins-base-libs.
9954
9955 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9956
9957         * configure.ac:
9958         * docs/libs/Makefile.am:
9959         * docs/plugins/Makefile.am:
9960           Add crossreferences to glib/gobject/gstream docs.
9961
9962         * gst-libs/gst/audio/audio.h:
9963           Source formatting.
9964
9965         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9966           Add own debug category.
9967
9968 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9969
9970         Patch by: René Stadler <mail at renestadler de>
9971
9972         * gst-libs/gst/tag/gstvorbistag.c:
9973           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9974           (#403597).
9975
9976 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9977
9978         * gst/playback/gstplaybasebin.c: (setup_source):
9979           When we have external subtitles and wait for the subtitle decodebin
9980           to get up and running, we set up a (sync) bus handler for the
9981           subtitle decodebin, so we can stop waiting when it posts an error
9982           message. However, we should do that before we set the subtitle
9983           decodebin's state to playing, otherwise things are racy and we might
9984           miss error messages posted before we had a chance to set up the bus.
9985           This should finally fix totem hanging on .txt pseudo-subtitle files.
9986           
9987 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9988
9989         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9990           Use gst_gdouble_to_guint64 for conversions.
9991         * win32/common/config.h.in:
9992           Add a define for GST_INSTALL_PLUGINS_HELPER
9993         * win32/common/libgstaudio.def:
9994         * win32/common/libgstcdda.def:
9995         * win32/common/libgstnetbuffer.def:
9996         * win32/common/libgstrtp.def:
9997         * win32/common/libgutils.def:
9998           Add new exported functions.
9999         * win32/vs6/gst_plugins_base.dsw:
10000         * win32/vs6/libgstdecodebin.dsp:
10001         * win32/vs6/libgstnetbuffer.dsp:
10002         * win32/vs6/libgstplaybin.dsp:
10003         * win32/vs6/libgstrtp.dsp:
10004         * win32/vs6/libgstvorbis.dsp:
10005         * win32/vs6/libgstcdda.dsp:
10006         * win32/vs6/libgstgdp.dsp:
10007         * win32/vs6/libgstutils.dsp:
10008           Update and add new project files.
10009
10010 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10011
10012         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10013         (subrip_remove_unhandled_tags), (parse_subrip):
10014           For SubRip (.srt) subtitles, ignore all markup tags we don't
10015           handle (like font tags, for example).
10016
10017         * tests/check/elements/subparse.c:
10018           Add test for this.
10019
10020 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10021
10022         * gst/playback/gstdecodebin.c: (add_fakesink),
10023         (gst_decode_bin_change_state):
10024         * gst/playback/gstdecodebin2.c: (add_fakesink),
10025         (gst_decode_bin_change_state):
10026           Don't error out if there is no fakesink in the NULL to READY state
10027           change, since when decodebin is re-used, we're only adding the
10028           fakesink element in READY to PAUSED.
10029
10030         * tests/check/elements/decodebin.c:
10031         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10032         (decodebin_suite):
10033           Minimal unit test to make sure we can use the same decodebin
10034           instance twice (at least with audiotestsrc input).
10035
10036 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10037
10038         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10039           Try to get devic-name from device string first, and from handle only
10040           as fallback (seems to yield better results and is more robust
10041           against buggy probing code on the application side).
10042
10043 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10044
10045         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10046
10047         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10048         (gst_alsa_find_device_name):
10049         * ext/alsa/gstalsa.h:
10050         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10051         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10052           Improve device-name detection a bit, especially in the case where
10053           the device is not actually open (#405020, #405024). Move common code
10054           into gstalsa.c instead of duplicating it.
10055
10056 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10057
10058         * gst/audioconvert/gstaudioconvert.c:
10059           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10060
10061 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10062
10063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10064         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10065         (gst_xvimagesink_interface_supported),
10066         (gst_xvimagesink_probe_get_properties),
10067         (gst_xvimagesink_probe_probe_property),
10068         (gst_xvimagesink_probe_needs_probe),
10069         (gst_xvimagesink_probe_get_values),
10070         (gst_xvimagesink_property_probe_interface_init),
10071         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10072         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10073         (gst_xvimagesink_get_type):
10074         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10075         for XVAdaptors so that one can choose the adaptor to use with 
10076         gstreamer-properties.
10077
10078 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10079
10080         * gst/audioconvert/gstaudioconvert.c:
10081           Also mention that a conversion from double to float is suboptimal still.
10082
10083 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10084
10085         * gst-libs/gst/audio/gstaudiofilter.c:
10086         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10087           Clear our formats structure and free the caps contained in it when
10088           shutting down.
10089
10090 2007-02-05  Andy Wingo  <wingo@pobox.com>
10091
10092         * gst-libs/gst/audio/gstbaseaudiosink.c
10093         (gst_base_audio_sink_callback): Update basesink->offset so that we
10094         pull monotonically increasing offsets instead of, um, seeking back
10095         to 0 each time. Fixes alsasrc ! alsasink!
10096
10097 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10098
10099         * gst/videoscale/gstvideoscale.c:
10100           A width and height of 1 makes us crash, so increase minimum size to
10101           2x2 pixels until someone feels like fixing this (#404512).
10102
10103 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10104
10105         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10106           Add small test to make sure request pads are cleaned up properly
10107           even if oggmux never changes state out of NULL.
10108
10109 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         * tests/check/libs/utils.c: (GST_START_TEST):
10112           Fix unit test. Turns out things work much better when you
10113           NULL-terminate string arrays. Should make p5 build bot happy again.
10114
10115 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10116
10117         * gst-libs/gst/audio/Makefile.am:
10118         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10119         (gst_audio_filter_template_base_init),
10120         (gst_audio_filter_template_class_init),
10121         (gst_audio_filter_template_init),
10122         (gst_audio_filter_template_set_property),
10123         (gst_audio_filter_template_get_property),
10124         (gst_audio_filter_template_setup),
10125         (gst_audio_filter_template_filter),
10126         (gst_audio_filter_template_filter_inplace), (plugin_init):
10127           Oops, forgot to commit fixed-up example.
10128
10129 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10130
10131         * docs/libs/gst-plugins-base-libs-sections.txt:
10132         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10133         (gst_audio_filter_class_init), (gst_audio_filter_init),
10134         (gst_audio_filter_set_caps),
10135         (gst_audio_filter_class_add_pad_templates):
10136         * gst-libs/gst/audio/gstaudiofilter.h:
10137           Port GstAudioFilter to 0.10. This change technically breaks
10138           API and ABI (and thus also every library developer's heart),
10139           but seems justifiable on the grounds that the base class was
10140           completely unusable before (ie. would crash immediately when
10141           actually used). Fixes #403963 (and eventually also #403572).
10142           Also document all of this a bit.
10143
10144 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10145
10146         * gst-libs/gst/utils/install-plugins.c:
10147         (gst_install_plugins_spawn_child):
10148         * tests/check/libs/utils.c:
10149         (test_base_utils_install_plugins_do_callout):
10150           Lowering log level to see why things fail on the p5 build bot;
10151           fix some typos in unit test messages.
10152
10153 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         * tests/check/libs/utils.c:
10156         (test_base_utils_install_plugins_do_callout):
10157           Don't hard-code temp directory for test helper; use GLib functions
10158           to write out file and do error checking etc.
10159
10160 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10161
10162         * gst-libs/gst/utils/Makefile.am:
10163         * gst-libs/gst/utils/base-utils.h:
10164         * gst-libs/gst/utils/install-plugins.c:
10165         (gst_install_plugins_context_set_xid),
10166         (gst_install_plugins_context_new),
10167         (gst_install_plugins_context_free),
10168         (gst_install_plugins_get_helper),
10169         (gst_install_plugins_spawn_child),
10170         (gst_install_plugins_return_from_status),
10171         (gst_install_plugins_installer_exited),
10172         (gst_install_plugins_async), (gst_install_plugins_sync),
10173         (gst_install_plugins_return_get_name),
10174         (gst_install_plugins_installation_in_progress):
10175         * gst-libs/gst/utils/install-plugins.h:
10176           API: add API for applications to initiate installation of missing
10177           plugins, ie. gst_install_plugins_async() primarily.
10178           Based on libgimme-codec by Ryan Lortie.
10179
10180         * configure.ac:
10181           Add --with-install-plugins-helper configure option so distros can specify
10182           the path of the helper script or program to call when plugin installation
10183           is requested (distros: please do any argument munging in this helper
10184           script instead of patching GStreamer to pass arguments differently
10185           to another program directly).
10186
10187         * docs/libs/gst-plugins-base-libs-docs.sgml:
10188         * docs/libs/gst-plugins-base-libs-sections.txt:
10189           Build and document new API.
10190
10191         * tests/check/libs/utils.c: (result_cb),
10192         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10193         (libgstbaseutils_suite):
10194           Some simple checks for the new API.
10195
10196 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10197
10198         * tests/check/elements/audioconvert.c: (test_float_conversion):
10199           Add small test for 32bit float <=> 64bit float conversion (works
10200           only one way so far, 32=>64 produces structured noise).
10201
10202 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10203
10204         * gst/audioconvert/gstaudioconvert.c:
10205         (set_structure_widths_32_and_64), (make_lossless_changes):
10206           We don't support floats with a width of 40, 48 or 56 bits.
10207
10208 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10209
10210         * gst/audioconvert/audioconvert.c: (float), (double),
10211         (audio_convert_get_func_index):
10212         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10213         (make_lossless_changes):
10214           Support for 64-bit float audio in audioconvert (#339837)
10215
10216 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10217
10218         Patch by: Holger Wansing  <linux wansing-online de>
10219
10220         * po/LINGUAS:
10221         * po/de.po:
10222           Add German translation (#352069).
10223
10224 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10225
10226         reviewed by: Wim Taymans <wim@fluendo.com>
10227
10228         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10229         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10230         Use newly added GstCollectPads API to free the allocated resources in
10231         the GstOggPad structures (#402393).
10232
10233 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10234
10235         * gst/playback/gstplaybin.c: (gen_vis_element):
10236           Add audioresample+audioconvert in front of the visualisation
10237           element, so that elements like libvisual 0.4 that don't support all
10238           samplerates can work.
10239
10240           Fixes: #402505
10241
10242 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10243
10244         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10245         (gst_play_base_bin_get_streaminfo_value_array):
10246           Take some locks and make a copy of the streaminfo value array we
10247           maintain while holding the lock, so that the application can
10248           retrieve the stream-info as a value array in a thread-safe way.
10249
10250 2007-01-30  Wim Taymans  <wim@fluendo.com>
10251
10252         * gst/audioconvert/gstaudioconvert.c:
10253         Don't fail on 0 sized buffers. Fixes #396835.
10254
10255 2007-01-29  David Schleef  <ds@schleef.org>
10256
10257         * gst/typefind/gsttypefindfunctions.c:
10258           Detect BBCD as video/x-dirac, so we can play raw dirac
10259           streams.
10260
10261 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10262
10263         * ext/theora/theoraenc.c: (theora_enc_chain):
10264           Check return value of theora_encode_header(), or we might try to
10265           allocate a random number of bytes. theora_encode_header() can fail
10266           if libtheora has been compiled with encoding support disabled.
10267           Fixes #398110.
10268
10269 2007-01-29  Wim Taymans  <wim@fluendo.com>
10270
10271         * tests/check/gst/.cvsignore:
10272         Do as buildbot says.
10273
10274 2007-01-29  Wim Taymans  <wim@fluendo.com>
10275
10276         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10277         Fix strides in libvisual. Gst uses X strides.
10278         Inspired by: <ed at catmur dot co dot uk> and 
10279         <tim at centricular dot net>
10280         Fixes #401118.
10281
10282 2007-01-27  Wim Taymans  <wim@fluendo.com>
10283
10284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10285         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10286         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10287         (gst_ogg_demux_perform_seek),
10288         (gst_ogg_demux_bisect_forward_serialno),
10289         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10290         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10291         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10292         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10293         * ext/ogg/gstoggdemux.h:
10294         Properly propagate streaming errors when we are scanning the file for
10295         chains so that we don't crash when shut down. Might fix some crashers
10296         when quickly switching oggs in RB such as #332503 and #378436.
10297
10298 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10299
10300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10301           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10302           error code as well.
10303
10304 2007-01-25  Wim Taymans  <wim@fluendo.com>
10305
10306         * gst/playback/gstplaybasebin.c: (remove_source):
10307         Don't try to disconnect a signal from a finalized object.
10308
10309 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10310
10311         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10312           Cast lock macro parameters to make sure we're actually accessing the
10313           lock member at the right class level. Free list itself in _dispose()
10314           as well and NULL it in case dispose gets called multiple times.
10315
10316 2007-01-25  Edward Hervey  <edward@fluendo.com>
10317
10318         * gst/playback/gstdecodebin2.c:
10319         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10320         Free GstDecodeGroups no longer used.
10321         (gst_decode_group_expose):
10322         Don't unlock too many times !
10323         (deactivate_free_recursive):
10324         Free iterator once we're done with it.
10325         Fix for recursively deactivating elements (stop at ghostpads).
10326
10327 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10328
10329         * gst/playback/gstplaybin.c: (handoff):
10330           Fix up caps on the frame buffer before we save it and potentially
10331           make it accessible to other threads via g_object_get; also use
10332           gst_buffer_replace() instead of gst_mini_object_replace().
10333
10334 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10335
10336         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10337           Make getting the current frame thread-safe.
10338
10339 2007-01-25  Edward Hervey  <edward@fluendo.com>
10340
10341         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10342         (gst_decode_group_new), (gst_decode_group_free):
10343         Set queues to bigger sizes to cope with HD contents.
10344         Fix some mutex freeing and add comment about MT safe methods.
10345
10346 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10347
10348         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10349         (gst_text_overlay_text_event):
10350           Don't unnecessarily ref (and then leak) upstream events if the text
10351           pad is not linked. Fixes #399948.
10352
10353         * tests/check/gst-plugins-base.supp:
10354           Add suppression for pango on edgy/x86 for textoverlay test.
10355
10356 2007-01-24  Wim Taymans  <wim@fluendo.com>
10357
10358         * gst-libs/gst/rtp/gstrtpbuffer.h:
10359         Add some more fixed payloads.
10360
10361 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10362
10363         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10364           Error out properly if we get an error from libogg while reading the
10365           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10366
10367 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10368
10369         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10370           Don't leak mutex.
10371
10372         * tests/check/elements/playbin.c:
10373         (test_sink_usage_video_only_stream),
10374         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10375         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10376         (test_missing_suburisource_handler),
10377         (test_missing_primary_decoder), (playbin_suite):
10378           Run all tests once with decodebin and once with decodebin2.
10379           One test does not pass yet with decodebin2.
10380
10381 2007-01-23  Edward Hervey  <edward@fluendo.com>
10382
10383         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10384         Fix the cases where oggmux doesn't properly figure out that all
10385         sinkpads have gone EOS, and therefore doesn't push out the remaining
10386         buffers and the final EOS event.
10387         Fixes #363379
10388
10389 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10390
10391         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10393         Don't lock on navigation event push, just on keysym to string.
10394         Fixes #397673 again.
10395
10396 2007-01-22  Edward Hervey  <edward@fluendo.com>
10397
10398         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10399         (get_current_group), (group_demuxer_event_probe),
10400         (gst_decode_group_expose), (deactivate_free_recursive),
10401         (gst_decode_group_free):
10402         Cleanups.
10403         Don't forget to emit 'no-more-pads' once a group is exposed.
10404         Cleanup elements from a DecodeGroup once we remove it.
10405         Protect call to gst_decode_group_expose() with the decodebin lock.
10406
10407 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10408
10409         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10411         Looking at Xorg code i can't figure out if that XKeysymToString
10412         function is thread sensible or not. Lock it just in case as
10413         recommended by Radek Doulik <rodo at ximian dot com>.
10414
10415 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10416
10417         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10419         Lock that X Call as well. Fixes #397673.
10420
10421 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10422
10423         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10424           Don't go into an endless loop if the file starts with 00 00 01 2X,
10425           like quicktime redirect files might. Fixes #396042.
10426
10427         * tests/check/Makefile.am:
10428         * tests/check/gst/.cvsignore:
10429         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10430         (typefindfunctions_suite):
10431           Add unit test for the above.
10432
10433 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10434
10435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10436           On second thought, use "depth" field rather than "bpp" field.
10437
10438 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10439
10440         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10441           Camtasia caps apparently need a bpp field (#398875).
10442
10443 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10444
10445         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10446         (gen_source_element), (gst_play_base_bin_change_state):
10447           Attempt at a better error message in case we don't have the required
10448           URI handler installed; post missing-plugin message also when we're
10449           missing an URI handler for the subtitle URI; clean up properly also
10450           when an error occurs and we never made it to PAUSED state.
10451
10452         * tests/check/elements/playbin.c: (GST_START_TEST),
10453         (playbin_suite):
10454           Check that we're also getting a missing-plugin messsage for a
10455           missing subtitle URI handler (and clean up properly).
10456
10457 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10458
10459         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10460           Plug a few reference leaks.
10461
10462 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10463
10464         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10465           Lower probability a bit if the marker isn't right at the start,
10466           to decrease the chance of false positives.
10467
10468 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10469
10470         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10471           Small mpeg2 system stream typefinding improvement: make typefinder
10472           probe a bit into the stream instead of just looking for a marker
10473           at the beginning. Fixes #397810.
10474
10475 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10476
10477         * gst/audioconvert/gstchannelmix.c:
10478           Remove compatibility cruft for prehistoric GLib versions.
10479
10480 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10481
10482         * gst/playback/Makefile.am:
10483         * gst/playback/gstdecodebin.c: (close_pad_link):
10484         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10485         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10486         (gst_play_base_bin_handle_message_func), (unknown_type):
10487           Let decodebin be the element to post missing-plugin messages for
10488           missing decoders (rather than playbin); make playbin implement
10489           GstBin::handle_message so we can suppress missing-plugin messages
10490           for types we're not handling on purpose (don't want to bring up an
10491           installer in those cases).
10492
10493 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10494
10495         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10496         * gst-libs/gst/tag/gstvorbistag.c:
10497         (gst_tag_list_to_vorbiscomment_buffer):
10498         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10499           Fix potentially unaligned access (#397207).
10500
10501 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10502
10503         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10504         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10505         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10506         (main):
10507           Allow to toggle looping while it plays. Fix callback prototype. Clean
10508           up code a bit more. Add copyright header.
10509
10510 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10511
10512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10513           Red and blue mask was swapped (spotted by Dan Williams).
10514
10515 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10516
10517         * gst-libs/gst/tag/gstid3tag.c:
10518         * gst-libs/gst/tag/gstvorbistag.c:
10519           Use new beats-per-minute tag from core.
10520
10521 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10522
10523         * po/POTFILES.in:
10524           Add new files with translatable strings, so they actually make it
10525           into the template file one day.
10526
10527 2007-01-12  Andy Wingo  <wingo@pobox.com>
10528
10529         * gst-libs/gst/audio/gstbaseaudiosink.c
10530         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10531         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10532         stuff, as the base class handles this now. Actually tell the ring
10533         buffer to start.
10534         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10535         How did this work before? Maybe I'm not as awesome a programmer as
10536         I think.
10537
10538         * gst-libs/gst/audio/gstbaseaudiosrc.c
10539         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10540         of a pad function.
10541
10542 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10545           Remove more fields so that the application can better blacklist
10546           formats that have been tried before.
10547
10548 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10549
10550         * gst-libs/gst/audio/mixerutils.h:
10551           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10552           used when compiling with c++ compilers as well.
10553
10554 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10555
10556         * gst/typefind/gsttypefindfunctions.c:
10557           Fix comment.
10558
10559 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10560
10561         * gst/playback/gstplaybin.c: (post_missing_element_message),
10562         (gen_video_element), (gen_text_element), (gen_audio_element),
10563         (gen_vis_element):
10564           Post missing-plugin messages also when we error out because
10565           converters, textoverlay or auto*sinks are missing (#161922).
10566
10567 2007-01-10  Wim Taymans  <wim@fluendo.com>
10568
10569         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10570         (is_demuxer_element), (new_caps):
10571         * gst/playback/gstplaybasebin.c: (source_new_pad):
10572         Fix the case where we try to ref a NULL element when we delay a link
10573         because of unfixed caps.
10574         Set the state of autoplugged decodebins to PAUSED.
10575         RTSP now works in playbin, we can remove it from the blacklist.
10576
10577 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10578
10579         * gst/playback/Makefile.am:
10580         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10581         (unknown_type), (setup_subtitle), (gen_source_element):
10582         * gst/playback/gstplaybin.c: (plugin_init):
10583           Post missing-plugin messages on the bus for missing sources and
10584           missing decoders/demuxers/depayloaders; fix error code used when
10585           we're missing an URI handler source; for media types that we are not
10586           handling on purpose at the moment, don't print "don't know how to
10587           handle xyz" messages to the terminal or post missing-plugin
10588           messages on the bus.
10589
10590         * tests/check/elements/playbin.c: (create_playbin),
10591         (GST_START_TEST), (gst_codec_src_uri_get_type),
10592         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10593         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10594         (gst_codec_src_init_type), (gst_codec_src_base_init),
10595         (gst_codec_src_create), (gst_codec_src_class_init),
10596         (gst_codec_src_init), (plugin_init), (playbin_suite):
10597           Add some tests for the missing-plugin stuff.
10598
10599 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10600
10601         * configure.ac:
10602         * gst-libs/gst/Makefile.am:
10603         * gst-libs/gst/utils/Makefile.am:
10604         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10605         * gst-libs/gst/utils/base-utils.h:
10606         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10607         (find_format_info), (caps_are_rtp_caps),
10608         (gst_base_utils_get_source_description),
10609         (gst_base_utils_get_sink_description),
10610         (gst_base_utils_get_decoder_description),
10611         (gst_base_utils_get_encoder_description),
10612         (gst_base_utils_get_element_description),
10613         (gst_base_utils_add_codec_description_to_tag_list),
10614         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10615         * gst-libs/gst/utils/descriptions.h:
10616         * gst-libs/gst/utils/missing-plugins.c:
10617         (missing_structure_get_type), (copy_and_clean_caps),
10618         (gst_missing_uri_source_message_new),
10619         (gst_missing_uri_sink_message_new),
10620         (gst_missing_element_message_new),
10621         (gst_missing_decoder_message_new),
10622         (gst_missing_encoder_message_new),
10623         (missing_structure_get_string_detail),
10624         (missing_structure_get_caps_detail),
10625         (gst_missing_plugin_message_get_installer_detail),
10626         (gst_missing_plugin_message_get_description),
10627         (gst_is_missing_plugin_message):
10628         * gst-libs/gst/utils/missing-plugins.h:
10629           API: add new libgstbaseutils library with functions
10630           - to create and parse missing-plugins messages
10631           - that provide (translated) descriptions for caps/decoders/sources/etc.
10632           Closes #392393.
10633
10634         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10635         * pkgconfig/gstreamer-plugins-base.pc.in:
10636           Add new lib.
10637
10638         * docs/libs/gst-plugins-base-libs-docs.sgml:
10639         * docs/libs/gst-plugins-base-libs-sections.txt:
10640           Generate docs for new lib and API.
10641
10642         * tests/check/Makefile.am:
10643         * tests/check/libs/.cvsignore:
10644         * tests/check/libs/utils.c: (missing_msg_check_getters),
10645         (GST_START_TEST), (libgstbaseutils_suite):
10646           Add some basic unit tests.
10647
10648 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10649
10650         * ext/ogg/Makefile.am:
10651           Dist gstoggdemux.h to fix 'make distcheck'.
10652
10653         * sys/v4l/Makefile.am:
10654           Fix 'make distcheck' even more.
10655
10656 2007-01-09  Wim Taymans  <wim@fluendo.com>
10657
10658         * docs/plugins/Makefile.am:
10659         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10660         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10661         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10662         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10663         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10664         (gst_ogg_demux_perform_seek):
10665         * ext/ogg/gstoggdemux.h:
10666         Added docs.
10667         Add some more comments.
10668         Small cleanups.
10669
10670 2007-01-09  Wim Taymans  <wim@fluendo.com>
10671
10672         * ext/theora/theoradec.c:
10673         * ext/vorbis/vorbisdec.c:
10674         * gst-libs/gst/audio/gstringbuffer.c:
10675         (gst_ring_buffer_commit_full):
10676         * gst-libs/gst/audio/gstringbuffer.h:
10677         * gst-libs/gst/rtp/gstrtpbuffer.c:
10678         * gst-libs/gst/tag/gstvorbistag.c:
10679         Small documentation updates/fixes
10680
10681 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * configure.ac:
10684           Require core CVS HEAD for Andy's basesrc/sink API additions.
10685
10686 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10687
10688         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10689
10690         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10691         (plugin_init):
10692           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10693           on flac.sf.net (there appear to be other versions of the first
10694           ogg page in the wild) (#391365).
10695
10696 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10697
10698         * configure.ac:
10699           Check if localtime_r() is available.
10700
10701         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10702           If localtime_r() is not available, fall back to localtime(). Should
10703           fix build on MingW (#393310).
10704
10705 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10706
10707         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10708         * gst/subparse/gstsubparse.h:
10709           Remove spurious 1000 subtrahend when calculating the timestamp from
10710           the frame number and the frame rate . Also, use the frames/second
10711           value specified in the first line of the file, if one is specified
10712           there. Should fix #357503.
10713
10714         * tests/check/elements/subparse.c: (do_test),
10715         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10716         (subparse_suite):
10717           Add some basic unit tests for the microdvd subtitle format.
10718
10719 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10720
10721         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10722
10723         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10724         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10725         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10726         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10727         (gst_xvimagesink_set_xwindow_id),
10728         (gst_xvimagesink_set_event_handling),
10729         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10730         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10731         Fixes: #390076.
10732         Add an adaptor property to select a specific XV adaptor.
10733         * sys/xvimage/xvimagesink.h:
10734
10735 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10736
10737         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10738         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10739         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10740         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10741         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10742         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10743         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10744         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10745         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10746         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10747         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10748         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10749         Use flow_lock much more to protect every access to xwindow.
10750         Try to catch erros while creating images in case some drivers are
10751         just generating an XError when the requested image is too big.
10752         Should fix : #354698, #384008, #384060.
10753         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10754         Implement some stress testing of setting window xid.
10755
10756 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10757
10758         * win32/common/libgsaudio.def:
10759           Add new exported function.
10760         * win32/common/libgstogg.dsp:
10761           Add gstoggaviparse.c to the build.
10762         * win32/common/libgstvideoscale.dsp:
10763           Add vs_4tap.c to the build.
10764         * win32/common/libgstvorbis.dsp:
10765           Add vorbistag.c to the build.
10766         
10767 2007-01-06  Andy Wingo  <wingo@pobox.com>
10768
10769         * gst-libs/gst/audio/gstbaseaudiosink.c
10770         (gst_base_audio_sink_class_init)
10771         (gst_base_audio_sink_init): 
10772         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10773         to baseaudiosink, and tell basesink that we can work in pull mode.
10774         This way the ring buffer thread drives the pipeline directly, if
10775         pull mode is possible. There is some lingering nastiness regarding
10776         capsnego, however.
10777         (gst_base_audio_sink_callback): Implement the callback to pull
10778         data. This interface is a bit light, though -- it should get a
10779         GstFlowReturn return value at least.
10780
10781 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10782
10783         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10784         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10785         * gst/playback/gstdecodebin2.c:
10786         (gst_decode_group_check_if_blocked):
10787           Printf format and missing argument fixes.
10788
10789 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10790
10791         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10792         (gst_ogm_parse_change_state):
10793         Activate pads before adding them to the element.
10794
10795 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10796
10797         * tests/examples/seek/scrubby.c: (main):
10798         * tests/examples/seek/seek.c: (main):
10799           Call g_thread_init() first thing in main() (see #391278).
10800
10801 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10802
10803         * tests/check/Makefile.am:
10804         * tests/check/libs/.cvsignore:
10805         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10806         (netbuffer_suite):
10807           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10808           for the time being, since it's broken, see #393099.
10809
10810 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10811
10812         * tests/check/Makefile.am:
10813           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10814
10815 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10816
10817         * configure.ac:
10818           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10819           so that GST_BASE_CFLAGS can go inbetween them, making sure
10820           we use uninstalled gst-libs headers
10821         * docs/libs/Makefile.am:
10822         * ext/alsa/Makefile.am:
10823         * ext/cdparanoia/Makefile.am:
10824         * ext/gnomevfs/Makefile.am:
10825         * ext/libvisual/Makefile.am:
10826         * ext/ogg/Makefile.am:
10827         * ext/theora/Makefile.am:
10828         * ext/vorbis/Makefile.am:
10829         * gst-libs/gst/audio/Makefile.am:
10830         * gst-libs/gst/cdda/Makefile.am:
10831         * gst-libs/gst/interfaces/Makefile.am:
10832         * gst-libs/gst/riff/Makefile.am:
10833         * gst-libs/gst/rtp/Makefile.am:
10834         * gst-libs/gst/tag/Makefile.am:
10835         * gst/adder/Makefile.am:
10836         * gst/audioconvert/Makefile.am:
10837         * gst/audiorate/Makefile.am:
10838         * gst/audioresample/Makefile.am:
10839         * gst/playback/Makefile.am:
10840         * gst/tcp/Makefile.am:
10841         * gst/videoscale/Makefile.am:
10842         * gst/volume/Makefile.am:
10843         * sys/ximage/Makefile.am:
10844         * sys/xvimage/Makefile.am:
10845         * tests/icles/Makefile.am:
10846           adapt
10847
10848 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10849
10850         * gst-libs/gst/interfaces/xoverlay.c:
10851         (gst_x_overlay_handle_events):
10852         * gst-libs/gst/interfaces/xoverlay.h:
10853         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10854         (gst_ximagesink_set_xwindow_id),
10855         (gst_ximagesink_set_event_handling),
10856         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10857         (gst_ximagesink_get_property), (gst_ximagesink_init),
10858         (gst_ximagesink_class_init):
10859         * sys/ximage/ximagesink.h:
10860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10861         (gst_xvimagesink_set_xwindow_id),
10862         (gst_xvimagesink_set_event_handling),
10863         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10864         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10865         (gst_xvimagesink_class_init):
10866         * sys/xvimage/xvimagesink.h:
10867         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10868         Add a method to the XOverlay interface to allow disabling of 
10869         event handling in x[v]imagesink elements. This will let X events
10870         propagate to parent windows which can be usefull in some cases.
10871         Be carefull that the application is then responsible of pushing
10872         navigation events and expose events to the video sink.
10873         Fixes: #387138.
10874
10875 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10876
10877         * gst-libs/gst/tag/gstvorbistag.c:
10878         * tests/check/libs/tag.c: (GST_START_TEST):
10879           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10880           (fixes #392070).
10881
10882 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10883
10884         * configure.ac:
10885         * docs/Makefile.am:
10886         * docs/design/Makefile.am:
10887           Dist design docs.
10888
10889 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10890
10891         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10892         typo. Fixes: #390063.
10893
10894 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10895
10896         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10898         caps leak.
10899         * win32/common/config.h: Updated.
10900
10901 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10902
10903         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10904         (setup_gdpdepay_streamheader):
10905         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10906         (setup_gdppay_streamheader):
10907           Fix the dp tests, but activating the pads for the streamheader tests
10908           too and cleaning up conditionaly
10909
10910 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10911
10912         * gst/ffmpegcolorspace/avcodec.h:
10913         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10914         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10915         (gst_ffmpegcsp_avpicture_fill):
10916         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10917         (img_get_alpha_info):
10918         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10919         other end of the word. Fixes: #387073.
10920
10921         Add some inconsequential branch hints in a couple of places.
10922
10923 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10924
10925         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10926         (gst_ffmpeg_caps_to_smpfmt):
10927           The "signed" field in raw audio caps is of boolean type, trying to
10928           extract the value with _get_int() will fail (fix to keep in sync with
10929           the copy in gst-ffmpeg)
10930
10931 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10932
10933         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10934         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10935         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10936         (cleanup_gdpdepay):
10937         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10938         * tests/check/elements/subparse.c: (teardown_subparse):
10939         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10940         * tests/check/elements/videorate.c: (cleanup_videorate):
10941         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10942         * tests/check/elements/volume.c: (cleanup_volume):
10943         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10944         (cleanup_vorbisdec):
10945         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10946         (cleanup_vorbistag):
10947           consistent pad (de)activation
10948
10949 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10950
10951         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10952           Forgot to register the extensions.
10953
10954 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10955
10956         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10957         (plugin_init):
10958           Add typefinder for VIVO files (my christmas present to the 90s).
10959
10960 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10961
10962         * gst/playback/gstdecodebin.c: (type_found):
10963           Special-case the text/plain media type: we only want to recognise it
10964           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10965           parser, but not if the entire stream is of text/plain type. If the
10966           entire stream is text/plain, we should just error out.
10967
10968           This fixes playback of audio files with lyrics in totem. Totem can't
10969           distinguish between text files and subtitle files and passes any
10970           .txt file with the same basename as the main file to playbin as
10971           suburi, and playbin will then throw a 'subtitle found, but no video
10972           stream' error, which isn't entirely helpful. See #380342.
10973
10974           Also, with this change we'll show a slightly more correct error
10975           message in case totem passes a playlist file to us (although a
10976           custom error message wording instead of the default text would
10977           probably not be a bad idea either).
10978
10979           Same problem also needs to be fixed for playbin+decodebin2.
10980
10981         * tests/check/Makefile.am:
10982         * tests/check/elements/decodebin.c: (src_handoff_cb),
10983         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10984         (decodebin_suite):
10985           Add simple unit test for decodebin for the above.
10986
10987 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10990         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10991           Refuse to change state to READY when we failed to create any of the
10992           required elements in our instance init function.
10993
10994 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
10995
10996         * docs/libs/gst-plugins-base-libs-sections.txt:
10997           Small docs fixes/updates.
10998
10999         * gst-libs/gst/video/gstvideosink.h:
11000           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11001           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11002           removed from the base sink API between 0.9.6 and 0.9.7).
11003           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11004           accessor macros, so we don't do a runtime GObject type check every
11005           time we use them.
11006
11007 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11008
11009         * Makefile.am:
11010         * gst-plugins-base.doap:
11011         * gst-plugins-base.spec.in:
11012           add doap file
11013
11014 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11015
11016         Patch by: Jens Granseuer <jensgr at gmx net>
11017
11018         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11019         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11020         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11021         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11022         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11023           Declare variables at the beginning of a block. Fixes #383195.
11024
11025 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11026
11027         * configure.ac:
11028         Bump version nano - back to CVS.
11029
11030
11031 === release 0.10.11 ===
11032
11033 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11034
11035         * configure.ac:
11036           releasing 0.10.11, "Dumb things"
11037
11038 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11039
11040         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11041         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11042         Handle the case where an element has multiple pads with 
11043         unfixed caps as well as still possibly producing more dynamic 
11044         pads by storing each case as a distinct entry in the dynamic list.
11045         Fixes #38223 again.
11046
11047 2006-12-04  Wim Taymans  <wim@fluendo.com>
11048
11049         * gst/playback/gstdecodebin.c: (close_pad_link):
11050         Fix #382223, add more dynamic caps handling.
11051
11052 2006-12-04  Wim Taymans  <wim@fluendo.com>
11053
11054         * gst-libs/gst/audio/gstringbuffer.h:
11055         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11056         (gst_netaddress_set_ip4_interface),
11057         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11058         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11059         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11060         (gst_netaddress_get_ttl):
11061         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11062         * gst/playback/gstdecodebin.c: (close_pad_link):
11063         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11064         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11065         * win32/common/config.h:
11066
11067 2006-12-01  Michael Smith  <msmith@fluendo.com>
11068
11069         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11070           Delete bad debug code.
11071           Fixes #381219
11072
11073 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11074
11075         * gst/videoscale/vs_4tap.c:
11076         * win32/MANIFEST:
11077         * win32/common/config.h:
11078         * win32/vs8/libgstvideoscale.vcproj:
11079         Fix compilation on win32 under VS8
11080         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11081         Partially fixes #381175
11082
11083 2006-11-30  Michael Smith  <msmith@fluendo.com>
11084
11085         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11086         (GST_START_TEST):
11087           It would be very bad if, after a discont buffer, we thought every
11088           single following buffer was also discont. So, add to the test to
11089           ensure that this isn't the case.
11090           
11091         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11092           ... it was the case. So fix it.
11093
11094 2006-11-28  Wim Taymans  <wim@fluendo.com>
11095
11096         * gst/playback/gstplaybasebin.c: (check_queue_event):
11097         Improve debug.
11098
11099         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11100         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11101         padtemplate caps. Refixes #357577.
11102
11103 2006-11-28  Wim Taymans  <wim@fluendo.com>
11104
11105         * gst/playback/gstplaybasebin.c: (check_queue_event),
11106         (queue_threshold_reached), (queue_out_of_data),
11107         (gen_preroll_element):
11108         Add event probe to see when EOS is in a queue and we can disable the
11109         underrun signals. Fixes #357577.
11110
11111 2006-11-28  Edward Hervey  <edward@fluendo.com>
11112
11113         * gst/playback/Makefile.am:
11114         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11115         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11116         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11117         (gst_decode_bin_init), (gst_decode_bin_dispose),
11118         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11119         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11120         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11121         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11122         (connect_element), (expose_pad), (type_found),
11123         (pad_added_group_cb), (pad_removed_group_cb),
11124         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11125         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11126         (are_raw_caps), (multi_queue_overrun_cb),
11127         (multi_queue_underrun_cb), (gst_decode_group_new),
11128         (get_current_group), (group_demuxer_event_probe),
11129         (gst_decode_group_control_demuxer_pad),
11130         (gst_decode_group_control_source_pad),
11131         (gst_decode_group_check_if_blocked),
11132         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11133         (gst_decode_group_hide), (gst_decode_group_free),
11134         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11135         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11136         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11137         (plugin_init):
11138         New decodebin2 element.
11139         Closes #370092
11140         * gst/playback/gstplay-marshal.list:
11141         Added marshallers for new signals in decodebin2
11142         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11143         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11144         is set.
11145
11146 2006-11-28  Wim Taymans  <wim@fluendo.com>
11147
11148         * gst/playback/gstplaybasebin.c: (setup_source),
11149         (gst_play_base_bin_change_state):
11150         Disable rtsp:// uris for the release, it's not good enough yet.
11151         Remove unused var.
11152
11153 2006-11-26  Wim Taymans  <wim@fluendo.com>
11154
11155         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11156         (theora_dec_push_forward), (theora_dec_push_reverse),
11157         (theora_handle_data_packet), (theora_dec_decode_buffer),
11158         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11159         (theora_dec_chain_forward), (theora_dec_chain):
11160         Implement reverse playback.
11161
11162         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11163         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11164         (vorbis_dec_chain_forward):
11165         Clear buffers used for reverse playback in _reset.
11166         No need to set the eos flag, we clip samples using the segment.
11167
11168 2006-11-24  Wim Taymans  <wim@fluendo.com>
11169
11170         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11171         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11172         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11173         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11174         Some cleanups.
11175         Handle continued pages in reverse mode.
11176
11177 2006-11-24  Wim Taymans  <wim@fluendo.com>
11178
11179         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11180         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11181         (vorbis_dec_flush_decode):
11182         Small cleanups.
11183         Don't try to add invalid timestamps.
11184         Clipping will unref the buffer.
11185
11186 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11187
11188         * gst/adder/gstadder.h:
11189         * gst/audiotestsrc/gstaudiotestsrc.h:
11190           remove obsolete _factory_init protos
11191
11192 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11193
11194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11195           Fix spacing in debug message.
11196
11197 2006-11-23  Wim Taymans  <wim@fluendo.com>
11198
11199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11200         (gst_ogg_demux_chain):
11201         Don't just ignore return values from _pad_push().
11202         Small debug improvements.
11203
11204 2006-11-23  Michael Smith  <msmith@fluendo.com>
11205
11206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11207           If our incoming buffer is marked as DISCONT, then increment the page
11208           number (so that the discontinuity is marked in the final ogg
11209           bitstream) and flush the previous page.
11210
11211 2006-11-22  Michael Smith  <msmith@fluendo.com>
11212
11213         * ext/theora/gsttheoraenc.h:
11214         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11215         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11216         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11217         (theora_enc_chain), (theora_enc_change_state):
11218           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11219
11220         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11221         (GST_START_TEST), (theoraenc_suite):
11222           Enable discontinuity test, fix it.
11223
11224 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11225
11226         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11227         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11228         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11229         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11230         (gst_text_overlay_change_state):
11231         * ext/pango/gsttextoverlay.h:
11232           Some textoverlay fixes: for one, in the video chain function,
11233           actually wait for a text buffer to come in if there is none at the
11234           moment and there should be one; also, deal more gracefully with
11235           incoming buffers that do not have a timestamp or duration; discard
11236           text buffer when not needed any longer. Fixes #341681.
11237
11238         * tests/check/Makefile.am:
11239         * tests/check/elements/.cvsignore:
11240         * tests/check/elements/textoverlay.c:
11241         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11242         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11243         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11244         (test_video_waits_for_text_send_text_newsegment_thread),
11245         (test_video_waits_for_text_shutdown_element),
11246         (test_render_continuity_push_video_buffers_thread),
11247         (textoverlay_suite):
11248           Add some unit tests for textoverlay.
11249
11250 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11251
11252         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11253           Avoid integer underflow when the found probability for mp3 is
11254           smaller than the 'penalty' we subtract if there's not a clean
11255           mp3 header sync at offset 0.
11256
11257 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11258
11259         * docs/libs/gst-plugins-base-libs-sections.txt:
11260           Add some new symbols to the docs
11261
11262 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11263
11264         * tests/check/Makefile.am:
11265         * tests/check/elements/ffmpegcolorspace.c:
11266         (ffmpegcolorspace_suite):
11267           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11268           (for now not for valgrinding though, since it takes too long).
11269
11270 2006-11-20  Wim Taymans  <wim@fluendo.com>
11271
11272         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11273         (gst_ffmpeg_pixfmt_to_caps):
11274         Fix RGBA32 caps. Fixes #357038.
11275
11276 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11277
11278         * gst-libs/gst/interfaces/mixertrack.h:
11279           Add FIXME so we can add some padding here in 0.11
11280
11281 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11282
11283         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11284           Fix GstBaseRTPAudioPayload structure so the whole GObject
11285           inheritance business actually works (parent class instance structure
11286           must always come first in the derived class instance structure).
11287
11288 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11289
11290         * gst/videotestsrc/Makefile.am:
11291         * tests/check/Makefile.am:
11292           Make sure our checks and the videotestsrc plugin link against the
11293           local uninstalled gst libs and not any installed gst libs that
11294           might happen to exist as well.
11295
11296         * tests/check/elements/adder.c: (message_received),
11297         (test_event_message_received), (test_play_twice_message_received):
11298         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11299           Fix compiler warnings when compiling against core with disabled
11300           debugging system.
11301
11302 2006-11-16  Michael Smith  <msmith@fluendo.com>
11303
11304         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11305         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11306           Fix audiorate, so that it accurately sets offsets and timestamps.
11307           Doesn't change the fundamental algorithmic decisions; so should be
11308           safe.
11309
11310         * tests/check/Makefile.am:
11311           Enable audiorate test now that it passes.
11312
11313 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11314
11315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11316           clear xv when going to NULL, remove // commented non-existant proto
11317
11318         * tests/examples/seek/seek.c: (main):
11319           add missing tooltip description for scrub and play_scrub
11320
11321 2006-11-14  David Schleef  <ds@schleef.org>
11322
11323         * configure.ac:
11324           Bump liboil requirement to 0.3.8.
11325         * gst-libs/gst/riff/riff-media.c:
11326           Add Dirac fourcc.
11327         * gst/videoscale/vs_image.h:
11328         * gst/videoscale/vs_scanline.h:
11329           Use liboil's stdint.h.
11330         * gst/videotestsrc/videotestsrc.c:
11331           Remove liboil related ifdef's, since they aren't needed now, and
11332           won't work with future versions.
11333
11334 2006-11-14  David Schleef  <ds@schleef.org>
11335
11336         * gst/videoscale/Makefile.am:
11337         * gst/videoscale/gstvideoscale.c:
11338         * gst/videoscale/gstvideoscale.h:
11339         * gst/videoscale/vs_4tap.c:
11340         * gst/videoscale/vs_4tap.h:
11341         * gst/videoscale/vs_image.c:
11342         * gst/videoscale/vs_image.h:
11343         * gst/videoscale/vs_scanline.c:
11344         * gst/videoscale/vs_scanline.h:
11345           Add a 4-tap image scaler.  Theoretically looks much prettier.
11346           The tap calculation could use some improvement.
11347
11348 2006-11-14  Wim Taymans  <wim@fluendo.com>
11349
11350         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11351
11352         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11353         (gst_riff_parse_strf_iavs):
11354         * gst/subparse/gstsubparse.c: (convert_encoding):
11355         * gst/tcp/gstmultifdsink.c:
11356         (gst_multi_fd_sink_handle_client_write):
11357         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11358         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11359         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11360         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11361         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11362         (gst_ximagesink_ximage_new):
11363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11364         Various gsize and gssize printf fixes. Fixes #372507.
11365
11366 2006-11-13  Wim Taymans  <wim@fluendo.com>
11367
11368         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11369         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11370         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11371         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11372         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11373         * ext/vorbis/vorbisdec.h:
11374         First stab at vorbis reverse playback.
11375
11376 2006-11-13  Wim Taymans  <wim@fluendo.com>
11377
11378         * gst-libs/gst/audio/gstbaseaudiosink.c:
11379         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11380         * gst-libs/gst/audio/gstbaseaudiosink.h:
11381         Make the clock sync code more accurate wrt resampling and playback
11382         at different rates.
11383         
11384         * gst-libs/gst/audio/gstringbuffer.c:
11385         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11386         * gst-libs/gst/audio/gstringbuffer.h:
11387         Use better algorithm to interpolate sample rates. 
11388
11389 2006-11-13  Michael Smith  <msmith@fluendo.com>
11390
11391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11392           Improve a debug line slightly.
11393
11394         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11395           Call gst_riff_init() in plugin_init, to avoid getting errors from
11396           the debug system (unrelated changes to another plugin made this turn
11397           up; not sure why).
11398
11399 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11400
11401         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11402
11403         * win32/common/libgsttag.def:
11404           Add missing symbol (#366492).
11405
11406 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11407
11408         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11409           Don't unref a NULL pad.
11410
11411 2006-11-09  Wim Taymans  <wim@fluendo.com>
11412
11413         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11414         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11415         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11416         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11417         (gst_ogg_demux_loop):
11418         Implement first stab at reverse playback.
11419
11420 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11421
11422         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11423         (gst_riff_create_video_template_caps):
11424           add h263/h264 variants to the caps, Fixes #363118
11425
11426 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11427
11428         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11429         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11430           Use g_strerror instead of strerror so we get UTF-8.
11431
11432 2006-11-03  David Schleef  <ds@schleef.org>
11433
11434         * ext/ogg/gstoggdemux.c:
11435         * ext/ogg/gstoggmux.c:
11436           Add/remove KW-DIRAC header here, since it is ogg-specific.
11437
11438 2006-11-03  Michael Smith  <msmith@fluendo.com>
11439
11440         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11441           Recognise more mpeg4 elementary video streams.
11442
11443 2006-11-02  Edward Hervey  <edward@fluendo.com>
11444
11445         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11446         Lower the probability of mp3 typefinding functions if we don't find a
11447         valid mp3 header at the start of the file.
11448         Closes #369482
11449
11450 2006-11-02  Wim Taymans  <wim@fluendo.com>
11451
11452         * ext/theora/gsttheoradec.h:
11453         * ext/theora/theoradec.c: (gst_theora_dec_init),
11454         (theora_dec_sink_event), (theora_dec_chain_forward),
11455         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11456         (theora_dec_chain):
11457         Document and partially implement an algorithm for doing reverse playback
11458         of theora video.
11459
11460 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11461
11462         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11463
11464         * win32/common/config.h:
11465         * win32/common/interfaces-enumtypes.c:
11466         * win32/common/libgsttag.def:
11467         * win32/vs8/gst-plugins-base.sln:
11468         * win32/vs8/libgstaudioresample.vcproj:
11469         * win32/vs8/libgstinterfaces.vcproj:
11470         * win32/vs8/libgstogg.vcproj:
11471         * win32/vs8/libgstriff.vcproj:
11472         * win32/vs8/libgsttag.vcproj:
11473         * win32/vs8/libgsttheora.vcproj:
11474         * win32/vs8/libgstvideoscale.vcproj:
11475         * win32/vs8/libgstvorbis.vcproj:
11476           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11477           to libgsttag.def; add missing dependencies for some vs8 projects;
11478           re-arrange placement of .def files in vs8 projects (#366334).
11479
11480 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11481
11482         * ext/ogg/gstogg.c:
11483           Remove unused variable.
11484
11485         * ext/ogg/gstoggdemux.c:
11486           Fix Wim's surname in plugin description.
11487
11488 2006-10-31  Wim Taymans  <wim@fluendo.com>
11489
11490         * gst-plugins-base.spec.in:
11491         spec new .h file. Fixes #368310.
11492
11493 2006-10-31  Michael Smith  <msmith@fluendo.com>
11494
11495         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11496         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11497         (gst_multi_fd_sink_get_stats),
11498         (gst_multi_fd_sink_remove_client_link),
11499         (gst_multi_fd_sink_queue_buffer),
11500         (gst_multi_fd_sink_handle_clients):
11501         * gst/tcp/gstmultifdsink.h:
11502           Make using the remove or clear signals threadsafe.
11503           Make calling get-stats with an invalid fd not segfault.
11504           Fixes 368273.
11505
11506 2006-10-31  Wim Taymans  <wim@fluendo.com>
11507
11508         * gst-libs/gst/rtp/Makefile.am:
11509         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11510         (gst_base_rtp_audio_payload_init):
11511         Fix and activate base audio payloader.
11512
11513 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11514
11515         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11516         (plugin_init):
11517           Add typefinder for QuickTime Image Files (see #366156).
11518
11519 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11520
11521         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11522           Another typo fix (#366212).
11523
11524 2006-10-27  Wim Taymans  <wim@fluendo.com>
11525
11526         * gst/volume/gstvolume.c: (volume_transform_ip):
11527         Use stream time to synchronize volume property instead of rather random
11528         timestamps. This is needed when gnonlin does its time shifting.
11529
11530 2006-10-27  Wim Taymans  <wim@fluendo.com>
11531
11532         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11533
11534         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11535         Remove the pad from the element in release_pad. Fixes #364812.
11536
11537 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11538
11539         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11541           Explicitly create our custom buffer classes at a thread-safe
11542           location as well, since g_type_class_ref() doesn't seem to be
11543           entirely thread-safe either (#365501; also see #349410).
11544
11545 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11546
11547         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11548         (gst_riff_parse_info):
11549           If strings in INFO chunk are not UTF-8, do something similar to
11550           what we do for ID3v1 tags: check a number of environment variables
11551           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11552           character sets to try, otherwise try the current locale and/or fall
11553           back on ISO-8859-1. Fixes #360552.
11554
11555 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * gst/videotestsrc/gstvideotestsrc.c:
11558         (gst_video_test_src_pattern_get_type),
11559         (gst_video_test_src_set_pattern):
11560         * gst/videotestsrc/gstvideotestsrc.h:
11561         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11562         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11563         (gst_video_test_src_checkers8):
11564         * gst/videotestsrc/videotestsrc.h:
11565           Add a bunch of exciting new checkers patterns.
11566
11567 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * gst/subparse/Makefile.am:
11570         * gst/subparse/gstsubparse.c:
11571         (gst_sub_parse_data_format_autodetect),
11572         (gst_sub_parse_format_autodetect), (handle_buffer),
11573         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11574         * gst/subparse/gstsubparse.h:
11575         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11576         (parse_tmplayer):
11577         * gst/subparse/tmplayerparse.h:
11578           Add support for TMPlayer-type subtitles (#362845).
11579
11580         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11581         (GST_START_TEST), (subparse_suite):
11582           Add some basic unit tests for the above.
11583
11584 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11585
11586         * tests/check/elements/audiorate.c: (test_injector_base_init),
11587         (test_injector_class_init), (test_injector_chain),
11588         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11589         (GST_START_TEST), (audiorate_suite):
11590           More tests for audiorate: inject buffers to check behaviour when
11591           buffers overlap.
11592
11593 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11594
11595         * tests/check/Makefile.am:
11596         * tests/check/elements/.cvsignore:
11597         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11598         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11599           Add some basic unit tests for audiorate. Disabled at the moment
11600           since it doesn't pass yet (see bug #363119).
11601
11602 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11603
11604         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11605         (parse_subrip), (handle_buffer):
11606           Add missing closing tags for markup and fix broken markup,
11607           otherwise pango won't render anything (fixes #357531). Also,
11608           make sure the text we send out is always NUL-terminated
11609           (better safe than sorry etc.).
11610
11611         * tests/check/elements/subparse.c: (test_srt_do_test),
11612         (test_srt):
11613           Some more tests for .srt incl. tests for the above stuff.
11614
11615 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11616
11617         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11619         Patch by: Stefan Kost  <ensonic@users.sf.net>
11620         Try to redraw borders only when needed. Apparently this consumes
11621         resources on small devices... :-O (#363607)
11622
11623 2006-10-20  Michael Smith  <msmith@fluendo.com>
11624
11625         * gst/tcp/gstmultifdsink.c:
11626         (gst_multi_fd_sink_client_queue_buffer):
11627           If caps change, then update the client's idea of the caps so that we
11628           don't end up re-sending streamheaders for every single buffer after
11629           the caps change.
11630
11631 2006-10-20  Michael Smith  <msmith@fluendo.com>
11632
11633         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11634         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11635           Set caps on pushed buffers; fix up refcounting of caps objects.
11636
11637 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11638
11639         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11640         (plugin_init):
11641           Typefind mmsh header data packet to application/x-mmsh (#362625).
11642
11643 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11644
11645         * tests/check/Makefile.am:
11646         * tests/check/elements/.cvsignore:
11647         * tests/check/elements/subparse.c: (buffer_from_static_string),
11648         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11649         (GST_START_TEST), (subparse_suite):
11650           Add very simple unit test for subparse.
11651
11652 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11653
11654         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11655         (parse_subrip):
11656           Strip trailing newlines from subtitle text output.
11657
11658 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11659
11660         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11661         (gst_sub_parse_change_state):
11662           Fix memleak; clear subparse->textbuf n state change function.
11663
11664 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11665
11666         * gst/subparse/gstsubparse.c:
11667         (gst_sub_parse_data_format_autodetect):
11668           Don't require subrip (.srt) files to start with a chunk number of 1.
11669
11670 2006-10-18  Wim Taymans  <wim@fluendo.com>
11671
11672         * gst-libs/gst/audio/gstbaseaudiosink.c:
11673         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11674         * gst-libs/gst/audio/gstbaseaudiosink.h:
11675         Extract rate from the NEWSEGMENT event.
11676         Use commit_full to also take rate adjustment into account when writing
11677         samples to the ringbuffer.
11678         
11679         * gst-libs/gst/audio/gstringbuffer.c:
11680         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11681         (gst_ring_buffer_read):
11682         * gst-libs/gst/audio/gstringbuffer.h:
11683         Added _commit_full() to also take rate into account.
11684         Use simple interpolation algorithm to resample audio.
11685         API: gst_ring_buffer_commit_full()
11686
11687         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11688         * tests/examples/seek/seek.c: (segment_done):
11689         Don't try to seek with 0.0 rate, just pause instead.
11690         Remove bogus debug line.
11691
11692 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11693
11694         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11695         (setup_source):
11696           Catch async errors when starting up the subtitle bin, so we can
11697           stop waiting and continue with the main film instead of hanging
11698           forever. Fixes #339366.
11699
11700         * tests/check/elements/playbin.c: (playbin_suite):
11701           Enable unit test for the above.
11702
11703 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11704
11705         * tests/check/Makefile.am:
11706         * tests/check/elements/.cvsignore:
11707         * tests/check/elements/playbin.c: (GST_START_TEST),
11708         (gst_red_video_src_uri_get_type),
11709         (gst_red_video_src_uri_get_protocols),
11710         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11711         (gst_red_video_src_uri_handler_init),
11712         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11713         (gst_red_video_src_create), (gst_red_video_src_class_init),
11714         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11715           Some small and basic unit tests for playbin; not very useful yet,
11716           but at least a start.
11717
11718 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11719
11720         * gst/playback/gstplaybin.c: (setup_sinks):
11721           The old pad activation spiel.
11722
11723 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11724
11725         * gst/playback/gstplaybasebin.c: (setup_source):
11726           Don't hang forever if the subbin already fails to start up in 
11727           the state change to PAUSED (#339366).
11728
11729 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11730
11731         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11732         (gst_tuner_set_channel), (gst_tuner_get_channel),
11733         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11734         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11735         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11736         (gst_tuner_find_channel_by_name):
11737           Fix some function guards, add some more function guards.
11738
11739 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11740
11741         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11742         (remove_element_chain):
11743         Don't return a pad from get_our_ghost_pad unless it is actually the
11744         one we want.
11745         Change a cast in remove_element_chain slightly.
11746
11747 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11748
11749         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11750         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11751         Segment seeking needs to use the rate and set stop to -1.
11752
11753 2006-10-13  Wim Taymans  <wim@fluendo.com>
11754
11755         * gst-libs/gst/audio/gstbaseaudiosink.c:
11756         (gst_base_audio_sink_setcaps):
11757         Don't crash when ringbuffer is not yet created.
11758         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11759         Fixes #361634.
11760
11761         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11762         * gst/playback/gststreamselector.c:
11763         (gst_stream_selector_request_new_pad):
11764         Activate pads befre adding them to running elements.
11765
11766 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11767
11768         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11769         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11770         updater when we start grabing the slider. Don't wait for the
11771         pipeline to be PAUSED.
11772
11773 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11774
11775         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11776         (gst_mixer_set_volume), (gst_mixer_get_volume),
11777         (gst_mixer_set_mute), (gst_mixer_set_option),
11778         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11779         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11780         (gst_mixer_option_changed):
11781           Guard mixer interface functions against bogus arguments.
11782
11783 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11784
11785         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11786         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11787         (msg_state_changed), (main): Use state-changed messages to trigger
11788         start/stop of scale update timer. Indeed the scale slider was
11789         jumping here and there because the update timer was activated 
11790         before seek completed. This fixes instant applying of rate changes
11791         by pressing the spinbutton like a crazy man !
11792
11793 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11796
11797         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11798         (gst_basertppayload_finalize):
11799           Fix two small memory leaks (#361456).
11800
11801 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11802
11803         * tests/examples/seek/seek.c: (do_seek),
11804         (rate_spinbutton_changed_cb): When changing spinbutton we try
11805         to change the rate on the fly.
11806
11807 2006-10-10  Wim Taymans  <wim@fluendo.com>
11808
11809         * gst-libs/gst/riff/riff-ids.h:
11810         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11811         (gst_riff_create_audio_template_caps):
11812         Add WMS caps.
11813
11814 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11815
11816         Patch by: Josep Torra Valles <josep@fluendo.com>
11817
11818         * ext/gnomevfs/gstgnomevfssink.c:
11819         * ext/gnomevfs/gstgnomevfssrc.c:
11820         Fix URI interface implementation return type.
11821         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11822         Fix what looks like a copy/paste issue when assigning values.
11823         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11824         (gst_audio_filter_template_get_type):
11825         Cast to prevent Forte warnings.
11826         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11827         Fix URI interface implementation return type.
11828         gst_pad_query_position requires a signed integer pointer as
11829         3rd parameter, GstClockTime is unsigned.
11830         * gst/audioconvert/audioconvert.c:
11831         Fix integer overflow when treated as signed.
11832         * gst/audioresample/resample.c: (resample_add_input_data):
11833         Cast to prevent warnings on Forte.
11834         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11835         Fix integer overflow when treated as signed.
11836         * gst/ffmpegcolorspace/imgconvert_template.h:
11837         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11838         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11839         (cleanup_decodebin):
11840         Who initialises a guint to -1!
11841         Cast function pointers to prevent warnings on Forte.
11842         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11843         (queue_threshold_reached):
11844         Cast function pointers correctly to prevent warnings on Forte.
11845         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11846         Cast function pointers correctly to prevent warnings on Forte.
11847         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11848         Obvious change to unsigned, 0xEF > max signed char.
11849         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11850         GstClockTime is unsigned, initialise correctly.
11851         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11852         Cast so pointer arithemetic doesn't cause warnings on Forte.
11853         * gst/videorate/gstvideorate.c:
11854         Use correct return value.
11855         * tests/examples/seek/scrubby.c:
11856         GstClockTime is unsigned, initialise correctly.
11857
11858 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11859
11860         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11861
11862         * gst/typefind/gsttypefindfunctions.c:
11863           Recognise XML files and XML-like files shorter than 256 bytes as
11864           well (fixes #359237).
11865
11866 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11867
11868         Patch by: Renato Filho <renato.filho@indt.org.br>
11869         
11870         * gst/typefind/gsttypefindfunctions.c:
11871         Added typefind functions to video/x-nuv media.
11872         
11873 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         * gst-libs/gst/interfaces/xoverlay.c:
11876         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11877           Some more guards against invalid input.
11878
11879 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11880
11881         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11882         Useless goto.
11883         * tests/examples/seek/seek.c: (do_seek),
11884         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11885         seek example to experiment with rates != 1.0 (reverse playback !)
11886
11887 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11888
11889         * gst-libs/gst/interfaces/xoverlay.c:
11890           Unref message in doc-example (spotted by Robert McQueen)
11891
11892 2006-10-06  Wim Taymans  <wim@fluendo.com>
11893
11894         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11895         (mpeg1_parse_header), (mpeg1_sys_type_find):
11896         printf fix.
11897
11898 2006-10-06  Wim Taymans  <wim@fluendo.com>
11899
11900         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11901         (close_pad_link):
11902         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11903         Activate dynamic pads before adding them to the element.
11904
11905 2006-10-06  Michael Smith  <msmith@fluendo.com>
11906
11907         * gst-libs/gst/floatcast/floatcast.h:
11908           Fix obviously-bogus macros; use the correct types.
11909
11910 2006-10-06  Wim Taymans  <wim@fluendo.com>
11911
11912         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11913         (gst_base_rtp_depayload_change_state):
11914         Also call parent state change function to activate pads.
11915
11916         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11917         (mpeg1_parse_header), (mpeg1_sys_type_find):
11918         Add some more debug info in mpeg typefinding.
11919
11920 2006-10-06  Michael Smith  <msmith@fluendo.com>
11921
11922         * ext/theora/theoradec.c: (theora_dec_chain):
11923           Zero byte theora packets are valid and well-defined; don't warn on
11924           them.
11925
11926 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11927
11928         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11929         (gst_multi_fd_sink_get_stats), (find_limits),
11930         (gst_multi_fd_sink_queue_buffer):
11931           API: add dropped_buffers to the get-stats GValueArray
11932
11933 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11934
11935         * ext/alsa/gstalsadeviceprobe.c:
11936         (gst_alsa_device_property_probe_get_values):
11937         * ext/alsa/gstalsasink.c: (set_hwparams):
11938         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11939         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11941         (gst_ogg_mux_process_best_pad):
11942         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11943         (gst_ogg_parse_chain):
11944         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11945         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11946         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11947         (gst_vorbis_enc_buffer_check_discontinuous):
11948         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11949         * gst-libs/gst/audio/gstbaseaudiosink.c:
11950         (gst_base_audio_sink_render):
11951         * gst-libs/gst/cdda/gstcddabasesrc.c:
11952         (gst_cdda_base_src_handle_track_seek):
11953         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11954         (gst_base_rtp_depayload_push_full):
11955         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11956         * gst/audioresample/resample.c: (resample_input_pushthrough):
11957         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11958         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11959         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11960         (wavpack_type_find):
11961         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11962         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11963         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11964         * tests/check/elements/volume.c: (GST_START_TEST):
11965           Printf format fixes.
11966
11967 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11968
11969         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11970           Fix a simple mistake (see the docs)
11971           Fixes #359580
11972
11973 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11974
11975         * docs/plugins/Makefile.am:
11976         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11977         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11978         * docs/plugins/gst-plugins-base-plugins.args:
11979         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11980         * docs/plugins/inspect/plugin-adder.xml:
11981         * docs/plugins/inspect/plugin-alsa.xml:
11982         * docs/plugins/inspect/plugin-audioconvert.xml:
11983         * docs/plugins/inspect/plugin-audiorate.xml:
11984         * docs/plugins/inspect/plugin-audioresample.xml:
11985         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11986         * docs/plugins/inspect/plugin-cdparanoia.xml:
11987         * docs/plugins/inspect/plugin-decodebin.xml:
11988         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11989         * docs/plugins/inspect/plugin-gdp.xml:
11990         * docs/plugins/inspect/plugin-gnomevfs.xml:
11991         * docs/plugins/inspect/plugin-libvisual.xml:
11992         * docs/plugins/inspect/plugin-ogg.xml:
11993         * docs/plugins/inspect/plugin-pango.xml:
11994         * docs/plugins/inspect/plugin-playbin.xml:
11995         * docs/plugins/inspect/plugin-subparse.xml:
11996         * docs/plugins/inspect/plugin-tcp.xml:
11997         * docs/plugins/inspect/plugin-theora.xml:
11998         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11999         * docs/plugins/inspect/plugin-video4linux.xml:
12000         * docs/plugins/inspect/plugin-videorate.xml:
12001         * docs/plugins/inspect/plugin-videoscale.xml:
12002         * docs/plugins/inspect/plugin-videotestsrc.xml:
12003         * docs/plugins/inspect/plugin-volume.xml:
12004         * docs/plugins/inspect/plugin-vorbis.xml:
12005         * docs/plugins/inspect/plugin-ximagesink.xml:
12006         * docs/plugins/inspect/plugin-xvimagesink.xml:
12007           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12008
12009 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12010
12011         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12012
12013         * ext/vorbis/Makefile.am:
12014         * ext/vorbis/vorbis.c: (plugin_init):
12015         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12016         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12017         * ext/vorbis/vorbisparse.h:
12018         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12019         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12020         (gst_vorbis_tag_parse_packet):
12021         * ext/vorbis/vorbistag.h:
12022           Add new vorbistag element which derives from vorbisparse
12023           and is essentially the same as well, only that it implements
12024           the GstTagSetter interface and can modify the stream's
12025           vorbiscomment on the fly (#335635).
12026
12027         * tests/check/Makefile.am:
12028         * tests/check/elements/.cvsignore:
12029         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12030         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12031         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12032         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12033           Add unit test for new vorbistag element.
12034
12035 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12036
12037         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12038         (vorbis_parse_push_headers), (vorbis_parse_chain):
12039           Set BOS flag in packet structure to fix 'jump depends
12040           on unitialized value' errors in valgrind; various minor
12041           clean-ups.
12042
12043 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12044
12045         * gst/playback/gstdecodebin.c: (close_pad_link):
12046         Fix typo in a debug statement.
12047
12048         * gst/playback/gstplaybasebin.c: (probe_triggered),
12049         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12050         (gen_source_element), (source_new_pad), (analyse_source),
12051         (setup_source):
12052         When handling no_more_pads in new_decoded_pad, make sure to treat
12053         subtitle pads correctly. Fixes playback with subtitle files.
12054
12055         Move a recurring message to LOG level.
12056
12057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12058         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12059         which ends up as -1 when cast to an int. Make the logic handle the
12060         max value as an unsigned mask and only change the colorkey when it's
12061         a value we recognise.
12062
12063 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12064
12065         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12066         Removed empty * between paragraphs
12067
12068 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12069
12070         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12071         * gst-libs/gst/rtp/README:
12072         Moved some documentation into .c file
12073
12074 2006-09-29  Wim Taymans  <wim@fluendo.com>
12075
12076         * gst/playback/gstdecodebin.c: (no_more_pads):
12077         Fix compilation.
12078
12079 2006-09-29  Wim Taymans  <wim@fluendo.com>
12080
12081         * gst/playback/gstdecodebin.c: (new_caps):
12082         Remove g_print
12083
12084         * gst/playback/gstplaybin.c:
12085         Add some docs.
12086
12087 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12088
12089         * tests/check/Makefile.am:
12090           Re-enable cddabasesrc test to see if it works again
12091           now.
12092
12093 2006-09-29  Wim Taymans  <wim@fluendo.com>
12094
12095         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12096         (gen_source_element):
12097         Handle invalid URIs a bit more gracefully.
12098
12099 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12100
12101         * tests/check/pipelines/oggmux.c:
12102           Remove obsolete comment.
12103
12104 2006-09-29  Michael Smith  <msmith@fluendo.com>
12105
12106         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12107         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12108         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12109         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12110         (gst_ogg_mux_collected):
12111           Commit patch from James "Doc" Livingston, adds proper EOS handling
12112           in oggmux. GStreamer can, for the first time ever, create a valid
12113           Ogg file! Yay!
12114
12115         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12116         (oggmux_suite):
12117           Reenable tests now that they pass.
12118
12119 2006-09-29  Wim Taymans  <wim@fluendo.com>
12120
12121         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12122         Stop reading commands when EOF (we read 0) as well.
12123
12124 2006-09-28  Wim Taymans  <wim@fluendo.com>
12125
12126         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12127         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12128         (find_dynamic), (unlinked), (close_link):
12129         Implement delayed caps linking needed for element with a lot of
12130         different caps on the src pads that get fixed at runtime.
12131         Improve management of dynamic elements.
12132
12133         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12134         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12135         (gen_preroll_element), (remove_groups), (unknown_type),
12136         (add_element_stream), (no_more_pads_full), (no_more_pads),
12137         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12138         (new_decoded_pad), (setup_subtitle), (array_has_value),
12139         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12140         (analyse_source), (remove_decoders), (make_decoder),
12141         (remove_source), (setup_source), (finish_source), (prepare_output),
12142         (gst_play_base_bin_change_state):
12143         * gst/playback/gstplaybasebin.h:
12144         Use more _CAST instead of full type checking casts.
12145         Small cleanups, plug some leaks.
12146         Handle dynamic sources.
12147         Add some helper functions to create lists of strings used for
12148         blacklisting and other stuff.
12149         Refactor some code dealing with analysing the source.
12150         Re-enable sources without pads (like cd:// or other selfcontained
12151         elements).
12152
12153 2006-09-28  Wim Taymans  <wim@fluendo.com>
12154
12155         * gst-libs/gst/audio/gstbaseaudiosink.c:
12156         (gst_base_audio_sink_render):
12157         When we have a timestamp, we can still perform clipping.
12158         When we have no clock, we must play the sample ASAP.
12159
12160 2006-09-28  Wim Taymans  <wim@fluendo.com>
12161
12162         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12163         Set caps on outgoing buffers.
12164
12165         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12166         (gst_video_rate_event), (gst_video_rate_chain):
12167         * gst/videorate/gstvideorate.h:
12168         Fix videorate some more. Fixes #357977
12169
12170 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12171
12172         * tests/check/elements/adder.c: (adder_suite):
12173           Don't set timeout to 6 seconds when we're running
12174           in valgrind ... (and how is 6 seconds longer than
12175           the default anyway?)
12176
12177 2006-09-28  Wim Taymans  <wim@fluendo.com>
12178
12179         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12180         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12181         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12182         Keep sink and src segment to keep track of time and support more
12183         input formats.
12184         Fix bogus next_offset and run_time calculation, don't understand how
12185         this could have worked before. Fixes #357976.
12186         Remove some unneeded vars.
12187
12188 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12189
12190         * gst/playback/gstplaybin.c: (remove_sinks):
12191           Only remove visualisation from visbin if there is a visbin (or:
12192           don't throw warnings when closing totem without playing a file).
12193
12194 2006-09-27  Wim Taymans  <wim@fluendo.com>
12195
12196         * gst-libs/gst/audio/gstbaseaudiosink.c:
12197         (gst_base_audio_sink_render):
12198         Add some more info in a WARNING.
12199
12200         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12201         (gst_base_audio_src_create):
12202         Handle PAUSE in create function, use new -core addition to
12203         wait for playing. Fixes pausing and resuming capture from an
12204         audiosrc.
12205
12206         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12207         (gst_ring_buffer_read):
12208         Constify some more.
12209         Caller supports interrupted reads now.
12210
12211 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12212
12213         * tests/check/Makefile.am:
12214           Another attempt to make the gen64 buildbot happy.
12215
12216 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12217
12218         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12219
12220         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12221         (gst_visual_chain), (gst_visual_change_state):
12222           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12223           correctly. Fixes #357800
12224
12225 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12226
12227         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12228           Add timeout to _get_state() so we see which pipeline it is
12229           that causes trouble on the gen64 build bot.
12230
12231 2006-09-27  Wim Taymans  <wim@fluendo.com>
12232
12233         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12234         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12235         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12236         (gst_base_rtp_depayload_set_gst_timestamp):
12237         the source pad always uses fixed caps.
12238
12239 2006-09-27  Wim Taymans  <wim@fluendo.com>
12240
12241         * docs/libs/gst-plugins-base-libs-docs.sgml:
12242         * docs/libs/gst-plugins-base-libs-sections.txt:
12243         * gst-libs/gst/audio/gstaudioclock.c:
12244         * gst-libs/gst/audio/gstaudioclock.h:
12245         * gst-libs/gst/audio/gstaudiosink.c:
12246         * gst-libs/gst/audio/gstaudiosink.h:
12247         * gst-libs/gst/audio/gstaudiosrc.c:
12248         * gst-libs/gst/audio/gstbaseaudiosink.c:
12249         (gst_base_audio_sink_render):
12250         * gst-libs/gst/audio/gstbaseaudiosink.h:
12251         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12252         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12253         * gst-libs/gst/audio/gstringbuffer.h:
12254         Added docs for the audio libs.
12255
12256 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12257
12258         * tests/check/Makefile.am:
12259           Temporarily disable test that fails on the bots for unknown reasons.
12260
12261 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12262
12263         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12264         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12265         Moved AudioCodecType into priv
12266         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12267
12268 2006-09-25  Wim Taymans  <wim@fluendo.com>
12269
12270         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12271         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12272         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12273         (new_pad):
12274         Cleanups and small leak fixes.
12275         Added Depayloaders to valid list of autopluggable elements.
12276
12277 2006-09-25  Wim Taymans  <wim@fluendo.com>
12278
12279         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12280         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12281         (gen_video_element), (gen_text_element), (gen_audio_element),
12282         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12283         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12284         Detect NO_PREROLL state change returns and disable clock distribution to
12285         the sinks so that sync is disabled.
12286         Avoid some type checking and do simple casts instead.
12287         Small cleanups, fix some FIXMEs.
12288         Be more robust when linking user specified elements, catch an report
12289         errors. Fixes #357404.
12290         Fix some leaks in the error paths.
12291
12292 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12293
12294         * ChangeLog:
12295           ChangeLog surgery for missing bug-number
12296
12297 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12298
12299         Patch by: Peter Kjellerstedt  <pkj at axis com>
12300
12301         * gst/playback/test.c:
12302           Fix compilation with uClibc and -Werror (#357591).
12303
12304 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12305
12306         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12307           Parse dates that are followed by a time as well (#357532).
12308
12309         * tests/check/libs/tag.c: (test_vorbis_tags):
12310           Add unit test for this.
12311
12312 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12313
12314         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12315         (gst_audio_convert_transform_caps):
12316         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12317         * gst/videotestsrc/videotestsrc.h:
12318           A few array const-ifications.
12319
12320 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12321
12322         * tests/check/Makefile.am:
12323           See if this makes the build bots happy.
12324
12325         * tests/check/libs/cddabasesrc.c:
12326           UTF8-ise my name.
12327
12328 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12329
12330         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12331
12332         * gst/subparse/samiparse.c: (handle_start_font),
12333         (fix_invalid_entities):
12334           More case-insensitivity for certain tags; recognise entities with
12335           decimal codes as special entities as well (#357330).
12336
12337 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12338
12339         * gst-libs/gst/Makefile.am:
12340           Need to build tag directory before cdda.
12341
12342 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12343
12344         * docs/libs/gst-plugins-base-libs-sections.txt:
12345         * gst-libs/gst/cdda/Makefile.am:
12346         * gst-libs/gst/cdda/gstcddabasesrc.c:
12347         (gst_cdda_base_src_base_init):
12348         * gst-libs/gst/cdda/gstcddabasesrc.h:
12349         * gst-libs/gst/tag/tag.h:
12350         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12351         (gst_tag_register_musicbrainz_tags):
12352           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12353           depend on libgsttag. This is required so we can extract/read tags like
12354           DISCID without depending on libgstcddabasesrc (which used to register
12355           them).
12356
12357         * gst-libs/gst/tag/gstvorbistag.c:
12358           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12359           tags (also see #347848).
12360
12361         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12362           Log vorbis comments we are actually writing. Const-ify array.
12363
12364 2006-09-23  Wim Taymans  <wim@fluendo.com>
12365
12366         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12367         Improve buffering a bit by avoiding a deadlock because we cannot assume
12368         the underrun is always called.
12369
12370 2006-09-23  Wim Taymans  <wim@fluendo.com>
12371
12372         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12373
12374         * gst-libs/gst/riff/riff-ids.h:
12375         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12376         (gst_riff_create_audio_template_caps):
12377         Added MPEG-4 AAC and id and caps. Fixes #357289
12378         Added WMA9 Lossless id.
12379
12380 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12381
12382         * ext/gnomevfs/gstgnomevfssrc.c:
12383           Fix misleading docs addition.
12384
12385         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12386           Get rid of compiler warning the right way.
12387
12388 2006-09-22  Wim Taymans  <wim@fluendo.com>
12389
12390         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12391         (gst_base_rtp_depayload_finalize),
12392         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12393         (gst_base_rtp_depayload_push_full),
12394         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12395         (gst_base_rtp_depayload_process),
12396         (gst_base_rtp_depayload_set_gst_timestamp),
12397         (gst_base_rtp_depayload_queue_release):
12398         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12399         Small cleanups.
12400         Fix some leaks.
12401         Refactored the process method and added methods to push from the process
12402         vmethod.
12403         Use _scale functions.
12404         API: gst_base_rtp_depayload_push_ts
12405         API: gst_base_rtp_depayload_push
12406
12407         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12408         timestamps are uint.
12409
12410 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12411
12412         * gst-libs/gst/interfaces/xoverlay.c:
12413           Remove unused statement from doc example.
12414
12415 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12416
12417         * gst-libs/gst/interfaces/videoorientation.c:
12418         (gst_video_orientation_iface_init),
12419         (gst_video_orientation_get_hflip),
12420         (gst_video_orientation_get_vflip),
12421         (gst_video_orientation_get_hcenter),
12422         (gst_video_orientation_get_vcenter),
12423         (gst_video_orientation_set_hflip),
12424         (gst_video_orientation_set_vflip),
12425         (gst_video_orientation_set_hcenter),
12426         (gst_video_orientation_set_vcenter):
12427           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12428           in ChangeLog)
12429
12430 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12431
12432         * tests/check/Makefile.am:
12433         * tests/check/elements/.cvsignore:
12434         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12435         (create_rgb_conversions), (rgb_conversion_free),
12436         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12437         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12438           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12439           but disable for now since it doesn't pass (something wrong with
12440           RGBA somewhere).
12441
12442 2006-09-21  Wim Taymans  <wim@fluendo.com>
12443
12444         * gst/playback/gstplaybasebin.c: (group_commit),
12445         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12446         (queue_out_of_data), (gen_preroll_element),
12447         (preroll_remove_overrun), (probe_triggered):
12448         Refactor handling of overrun detection.
12449         Separate handling of group completion and deadlock detection when doing
12450         network buffering. This should fix some deadlocks that were not detected
12451         because the group was completed.
12452         Add more comments, improve debugging.
12453
12454 2006-09-21  Wim Taymans  <wim@fluendo.com>
12455
12456         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12457         * tests/check/libs/audio.c:
12458         Some more compilation fixes.
12459
12460 2006-09-21  Wim Taymans  <wim@fluendo.com>
12461
12462         * gst-libs/gst/audio/gstringbuffer.c:
12463         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12464         (gst_ring_buffer_read):
12465         Early morning compilation fix.
12466
12467 2006-09-20  Wim Taymans  <wim@fluendo.com>
12468
12469         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12470         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12471         * tests/check/elements/videorate.c: (GST_START_TEST):
12472         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12473         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12474         Fix some warnings.
12475
12476 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12477
12478         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12479         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12480         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12481           Handcrafted merge to help CVS understanding what I changed and what
12482           not.
12483
12484 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12485
12486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12487         (gst_xvimagesink_get_times):
12488           change colorkey behaviour back according to #354773 comment 6/7
12489
12490 2006-09-19  Michael Smith  <msmith@fluendo.com>
12491
12492         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12493         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12494         (gst_multi_fd_sink_recover_client),
12495         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12496         (gst_multi_fd_sink_get_property):
12497         * gst/tcp/gstmultifdsink.h:
12498           Implement stubbed out properties unit-type, units-soft-max,
12499           units-max, to allow specifying maximum sizes in units other than
12500           buffers.
12501           Fixes #355935
12502
12503 2006-09-19  Wim Taymans  <wim@fluendo.com>
12504
12505         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12506         (gst_riff_create_audio_template_caps):
12507         Reorder the audio formats a bit for clarity.
12508         Detect and create caps for MSGSM and MSN (WAV49).
12509         Fixes #356596.
12510
12511         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12512         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12513         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12514         Small cleanups, move error handling out of normal flow for clarity.
12515
12516 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12517
12518         * docs/libs/gst-plugins-base-libs-docs.sgml:
12519         * docs/libs/gst-plugins-base-libs.types:
12520         * gst-libs/gst/interfaces/Makefile.am:
12521         * gst-libs/gst/interfaces/videoorientation.c:
12522         (gst_video_orientation_get_type),
12523         (gst_video_orientation_iface_init),
12524         (gst_video_orientation_get_hflip),
12525         (gst_video_orientation_get_vflip),
12526         (gst_video_orientation_get_hcenter),
12527         (gst_video_orientation_get_vcenter),
12528         (gst_video_orientation_set_hflip),
12529         (gst_video_orientation_set_vflip),
12530         (gst_video_orientation_set_hcenter),
12531         (gst_video_orientation_set_vcenter):
12532         * gst-libs/gst/interfaces/videoorientation.h:
12533           API: Add new interface to control video orientation (fixes #354908)
12534
12535 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12536
12537         * gst/videotestsrc/gstvideotestsrc.c:
12538           Use G_UNLIKELY in _create and log one more detail.
12539           
12540         (gst_video_test_src_get_times), (gst_video_test_src_create):
12541         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12542           Use gst_util_uint64_scale_int in _get_times().
12543
12544 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12545
12546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12547           Give better warning message (add object and detail).
12548
12549 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12550
12551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12552         (gst_xvimagesink_get_times):
12553           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12554           #354773), use gst_util_uint64_scale_int in _get_times()
12555
12556 2006-09-18  Michael Smith  <msmith@fluendo.com>
12557
12558         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12559           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12560           always true, leading to dropping all timestamps.
12561
12562 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12563
12564         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12565         (gst_visual_chain), (gst_visual_change_state):
12566           update to work also with libvisual 0.4 API, fix double unref (#355914)
12567           
12568         * tools/gst-launch-ext.1.in:
12569         * tools/gst-visualise.1.in:
12570           remove references to old man-pages
12571
12572         * tests/examples/seek/seek.c: (main):
12573           add real meadi-buttons, add tool-tips for the seek-options, arrange
12574           seek options in a table
12575
12576 2006-09-18  Michael Smith  <msmith@fluendo.com>
12577
12578         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12579         (gst_ogg_mux_push_buffer):
12580           Don't generate out-of-order timestamps from oggmux, instead clamp
12581           output timestamps to be >= the previously output ts.
12582           Fixes #355595
12583
12584 2006-09-18  Michael Smith  <msmith@fluendo.com>
12585
12586         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12587         (gst_multi_fd_sink_class_init):
12588           Updates, fixes, and typo corrections for multifdsink. No functional
12589           changes.
12590
12591 2006-09-17  Michael Smith  <msmith@fluendo.com>
12592
12593         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12594           Don't crash on truncated files - check that we got an 8 byte buffer
12595           before trying to memcmp it.
12596
12597 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12598
12599         * gst/playback/gstplaybasebin.c: (get_active_source):
12600           Make stream-switching appear instant to the application
12601           (ie. make sure that a g_object_get on 'current-foo' returns
12602           the stream previously set with g_object_set(). Totem needs
12603           this to update stream-related meta-info (like audio-codec)
12604           correctly when switching streams.
12605
12606 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12607
12608         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12609         (gst_alsa_mixer_ensure_track_list):
12610           Try harder to guess which mixer track is the master mixer
12611           track (instead of just taking the first one that has a pvolume).
12612           Fixes #342228.
12613
12614 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12615
12616         reviewed by: <delete if not using a buddy>
12617
12618         * gst-libs/gst/audio/audio.h:
12619         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12620
12621 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12622
12623         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12624         (gst_audio_convert_transform_caps):
12625           Get structure-name just once.
12626
12627 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12628
12629         * tests/check/elements/audioresample.c: (GST_START_TEST):
12630         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12631         * tests/check/elements/volume.c: (GST_START_TEST):
12632         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12633         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12634         (test_pipeline), (GST_START_TEST):
12635         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12636         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12637           Fix big batch of compiler warnings.
12638
12639 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12640
12641         * ext/gnomevfs/gstgnomevfssrc.c:
12642           Add docs about icydemux usage in connection with gnomevfssrc
12643
12644         * ext/libvisual/visual.c:
12645         * ext/ogg/gstoggaviparse.c:
12646         * ext/ogg/gstoggdemux.c:
12647         * ext/ogg/gstoggmux.c:
12648         * ext/ogg/gstoggparse.c:
12649         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12650         * gst-libs/gst/audio/gstaudiosink.c:
12651         * gst-libs/gst/audio/gstaudiosrc.c:
12652         * gst/audiorate/gstaudiorate.c:
12653           More G_OBJECT macro fixing.
12654
12655         * gst/audiotestsrc/gstaudiotestsrc.h:
12656           Fix wrong info in header due to copy & paste
12657
12658 2006-09-15  Wim Taymans  <wim@fluendo.com>
12659
12660         * gst-libs/gst/audio/gstbaseaudiosink.c:
12661         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12662         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12663         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12664         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12665         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12666         Do the delay calculation in the source/sink base classes as this is
12667         specific for the capture/playback mode.
12668         Try to fixate a bit better, like round depth up to a multiple of 8
12669         bigger than width.
12670         Handle underruns correctly by marking DISCONT on buffers and adjusting
12671         timestamps to handle the gap.
12672         Set offset/offset_end correctly on buffers.
12673
12674         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12675         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12676         (gst_ring_buffer_read):
12677         Remove resync and underrun recovery from the ringbuffer.
12678         Fix ringbuffer read code on under/overrun.
12679
12680 2006-09-15  Wim Taymans  <wim@fluendo.com>
12681
12682         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12683         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12684         (queue_threshold_reached), (gst_play_base_bin_set_property),
12685         (gst_play_base_bin_get_property):
12686         * gst/playback/gstplaybasebin.h:
12687         Don't use a 0 low watermark when buffering, it is catching starvation
12688         way too late. Instead, use a 3 second queue with 30 and 95
12689         percent low/high watermarks. 
12690         Added queue-min-threshold property to configure low watermark.
12691         Use new _buffering message API.
12692         Make queue_threshold variable big enough to store a uint64 time value.
12693         API: playbin::queue-min-threshold property.
12694
12695 2006-09-15  Wim Taymans  <wim@fluendo.com>
12696
12697         * configure.ac:
12698         We require 0.10.10.1 now because of _wait_preroll().
12699
12700         * gst-libs/gst/audio/gstbaseaudiosink.c:
12701         (gst_base_audio_sink_render):
12702         Use gst_base_sink_wait_preroll().
12703
12704 2006-09-15  Wim Taymans  <wim@fluendo.com>
12705
12706         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12707         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12708         Use DEBUG_OBJECT more.
12709
12710 === release 0.10.10 ===
12711
12712 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12713
12714         patch by: Michael Smith <msmith at fluendo dot com>
12715
12716         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12717         (gst_multi_fd_sink_client_queue_buffer),
12718         (gst_multi_fd_sink_new_client):
12719         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12720         (multifdsink_suite):
12721           Fix implementation of sync-method 'next-keyframe'
12722           Closes #354594
12723
12724 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12725
12726         patch by: Wim Taymans <wim at fluendo dot com>
12727
12728         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12729         This patch removes the RANDOM flag that was incorrectly introduced with
12730         revision 1.91.  Fixes #354590
12731
12732 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12733
12734         * tests/check/Makefile.am:
12735           Random variation in Makefile line to see if it makes the
12736           gen64-base-full bot any happier.
12737
12738 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12739
12740         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12741           Disable test that fails at the moment (killed after timeout).
12742
12743 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12744
12745         Patch by: James Livingston  <doclivingston at gmail.com>
12746
12747         * tests/check/Makefile.am:
12748         * tests/check/pipelines/.cvsignore:
12749         * tests/check/pipelines/oggmux.c: (get_page_codec),
12750         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12751         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12752         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12753         (test_theora_vorbis), (oggmux_suite):
12754           Add simple unit test for oggmux from #337026 with checking for the
12755           EOS flags disabled for the time being.
12756
12757 2006-09-04  Wim Taymans  <wim@fluendo.com>
12758
12759         patch by: Alessandro Dessina <alessandro nnva org>
12760
12761         * ext/ogg/gstoggmux.c:
12762         Add cmml caps to oggmux. Fixes #353912
12763
12764 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12765
12766         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12767           Returning a return value often helps. In this case, we
12768           don't need the return value anyway, so just get rid of it.
12769           Should make build bots much happier.
12770
12771 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12772
12773         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12774         (paint_get_structure), (gst_video_test_src_get_size),
12775         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12776         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12777         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12778         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12779         * gst/videotestsrc/videotestsrc.h:
12780           Add support for AYUV and the various RGBA formats. Initialise
12781           fields of paintinfo structs allocated on the stack.
12782
12783         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12784         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12785         (check_rgb_buf), (videotestsrc_suite):
12786           Add unit tests for videotestsrc's RGB output.
12787
12788 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12789
12790         * gst/videotestsrc/gstvideotestsrc.c:
12791         (gst_video_test_src_pattern_get_type),
12792         (gst_video_test_src_set_pattern):
12793         * gst/videotestsrc/gstvideotestsrc.h:
12794         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12795         (gst_video_test_src_black), (gst_video_test_src_white),
12796         (gst_video_test_src_red), (gst_video_test_src_green),
12797         (gst_video_test_src_blue):
12798         * gst/videotestsrc/videotestsrc.h:
12799           Add more uni-colour patterns ("white", "red", "green", and "blue").
12800
12801 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12802
12803         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12804           Fix stride for YVYU, should be word-aligned (#353658).
12805
12806 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12807
12808         * gst/adder/gstadder.c: (gst_adder_src_event):
12809           Fix build.
12810
12811 2006-08-31  Edward Hervey  <edward@fluendo.com>
12812
12813         * gst/adder/gstadder.c: (forward_event_func),
12814         (gst_adder_src_event), (gst_adder_collected),
12815         (gst_adder_change_state):
12816         * gst/adder/gstadder.h:
12817         Remember the start position asked in the incoming seeks, so we can
12818         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12819         of assuming it will always be 0).
12820
12821 2006-08-31  Edward Hervey  <edward@fluendo.com>
12822
12823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12824         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12825         (gst_ogg_demux_loop):
12826         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12827
12828 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12829
12830         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12831         (gst_ffmpegcsp_get_unit_size):
12832           Return FALSE instead of returning a random false unit
12833           size when the format isn't known/supported (even if
12834           this shouldn't happen under normal circumstances).
12835
12836 2006-08-29  Wim Taymans  <wim@fluendo.com>
12837
12838         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12839
12840         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12841         (gst_gnome_vfs_src_start):
12842         Try harder to get the size from a uri by using _info_uri() when
12843         _info_from_handle() does not give us enough info. 
12844         Also follow symlinks when getting the size.
12845         Partially Fixes #332864.
12846
12847 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12848
12849         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12850
12851         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12852         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12853         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12854         (gst_alsa_mixer_set_record):
12855         * ext/alsa/gstalsamixertrack.c:
12856         (gst_alsa_mixer_track_update_alsa_capabilities),
12857         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12858         (gst_alsa_mixer_track_update):
12859         * ext/alsa/gstalsamixertrack.h:
12860           Improve and fix mixer track handling, in particular better handling
12861           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12862           separate track objects for tracks that have both capture and playback
12863           volume (and label them differently as well so they're not mistakenly
12864           assumed to be duplicates); classify mixer tracks that only affect
12865           the audible volume of something (rather than the capture volume)
12866           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12867           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12868           (following the meaning documented in the mixer interface header
12869           file); add support for alsa's exclusive cswitch groups; update/sync
12870           state/flags better if mixer settings are changed by another
12871           application. Fixes #336075.
12872
12873 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12874
12875         * gst/playback/gstplaybin.c:
12876           Improve docs: add section about BUFFERING messages sent by playbin.
12877
12878 2006-08-29  Michael Smith  <msmith@fluendo.com>
12879
12880         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12881         (gst_vorbis_enc_buffer_check_discontinuous),
12882         (gst_vorbis_enc_chain):
12883           Ignore explicit DISCONT marked on buffers (which is often spurious,
12884           particularly when using multiple segments), in favour of solely
12885           using the timestamps/durations.
12886
12887 2006-08-29  Edward Hervey  <edward@fluendo.com>
12888
12889         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12890         Don't rely on incoming buffers offset anymore, since it is completely
12891         broken when using multiple segments.
12892         Instead convert the incoming buffers timestamp to running time, and
12893         then convert that value to the offsets.
12894         Also inform GstSegment of the last outputted stop position, which is
12895         needed if we received several segments with an unknown stop value.
12896
12897 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12898
12899         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12900           fix buffer unreffing on a header push failure
12901
12902 2006-08-28  Wim Taymans  <wim@fluendo.com>
12903
12904         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12905         (gst_audio_rate_chain):
12906         Make the metadata of the buffer writable before changing its
12907         flags.
12908
12909 2006-08-28  Wim Taymans  <wim@fluendo.com>
12910
12911         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12912         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12913         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12914         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12915         Fix audiorate some more.
12916         Reset and resync counters on flush and READY.
12917         Handle the DISCONT flag correctly.
12918         Use GstSegment to track position.
12919         Fail when not negotiated.
12920         Fixes #353234.
12921
12922 2006-08-25  Michael Smith  <msmith@fluendo.com>
12923
12924         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12925           Fix spelling.
12926           Remove accidently included debug line.
12927
12928 2006-08-25  Wim Taymans  <wim@fluendo.com>
12929
12930         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12931         Small cleanups.
12932         If a buffer is received with no caps, make the buffer metadata
12933         writable and set the caps, making sure that we don't screw up the
12934         refcounts.
12935
12936 2006-08-25  Michael Smith  <msmith@fluendo.com>
12937
12938         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12939         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12940           Fix memory leaks and misleading debug messages, add a couple of
12941           comments.
12942
12943         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12944         (gst_multi_fd_sink_render):
12945           Do not use gst_buffer_make_writable() in a basesink render method,
12946           as it may incorrectly unref the buffer. Instead, use convoluted
12947           dance to avoid copying the buffer except when we need to.
12948
12949 2006-08-25  Michael Smith  <msmith@fluendo.com>
12950
12951         * ext/vorbis/vorbisenc.c:
12952         (gst_vorbis_enc_buffer_check_discontinuous):
12953           Allow very small discontinuities in the timestamps. These we can't
12954           do anything useful with anyway (because vorbis's timestamps have
12955           only sample granularity), and are commonly produced by elements with
12956           minor bugs. Allow up to 1/2 a sample out.
12957           Fixes #351742.
12958
12959 2006-08-24  Wim Taymans  <wim@fluendo.com>
12960
12961         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12962         (play_scrub_toggle_cb), (main):
12963         Add a checkbox to enable play scrubbing. Makes it possible to disable
12964         normal scrubbing.
12965
12966 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12967
12968         * tests/check/elements/.cvsignore:
12969           make buildbot happy
12970
12971 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12972
12973         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12974         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12975         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12976         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12977         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12978         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12979         (gst_ogm_text_parse_strip_trailing_zeroes),
12980         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12981         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12982           Refactor ogm parse, do better input checking, misc. clean-ups.
12983           Cache incoming events and push them once the source pad has
12984           been created. Don't pass unterminated strings to sscanf().
12985           Strip trailing zeroes from subtitle text output, since they
12986           are not valid UTF-8. Don't push vorbiscomment packets on
12987           the subtitle text pad. Output perfect streams if possible.
12988
12989 2006-08-23  Wim Taymans  <wim@fluendo.com>
12990
12991         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12992         Waits for tasks to settle down so that we clean up correctly for 
12993         valgrind.
12994
12995 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12996
12997         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12998           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12999           actually return return value in taglists_are_equal.
13000
13001 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13002
13003         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13004           Fix crash due to broken bitstream parsing on x86-64: can't make
13005           any assumptions about sizeof(struct) due to alignment/packing
13006           differences on different architectures. Fixes #351790.
13007
13008 2006-08-22  Wim Taymans  <wim@fluendo.com>
13009
13010         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13011         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13012         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13013         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13014         (gst_riff_parse_info):
13015         Protect public functions against bad input.
13016         Do some cleanups.
13017         Fix documentation.
13018
13019 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13020
13021         * gst-libs/gst/riff/riff-ids.h:
13022         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13023           Add voxware audio IDs (even if we can't play it) (#351795).
13024
13025 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13026
13027         * gst-libs/gst/riff/riff-media.c:
13028         (gst_riff_create_video_template_caps),
13029         (gst_riff_create_audio_template_caps),
13030         (gst_riff_create_iavs_template_caps):
13031           Const-ify some arrays and use G_N_ELEMENTS instead
13032           of wasting oodles of RAM on terminator bits.
13033
13034 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13035
13036         * gst-libs/gst/tag/gstvorbistag.c:
13037         (gst_tag_list_to_vorbiscomment_buffer):
13038         * tests/check/libs/tag.c: (GST_START_TEST):
13039           And the same for _to_vorbiscomment_buffer(): allow
13040           id_data_len == 0 for speex.
13041
13042 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13043
13044         * configure.ac:
13045         * docs/plugins/Makefile.am:
13046         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13047         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13048         * docs/plugins/inspect/plugin-gdp.xml:
13049         * gst/gdp/Makefile.am:
13050         * tests/check/Makefile.am:
13051           Move GDP plugin to -base from -bad.  Closes #347783.
13052
13053 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13054
13055         * gst-libs/gst/tag/gstvorbistag.c:
13056         (gst_tag_list_from_vorbiscomment_buffer):
13057           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13058           Also add some checks to make sure we don't memcmp() beyond the end of
13059           vorbiscomment buffer if the ID to check for is larger than the buffer.
13060
13061         * tests/check/libs/tag.c: (GST_START_TEST):
13062           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13063
13064 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13065
13066         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13067         (gst_vorbis_enc_set_metadata):
13068           Use vorbis comment utility functions from libgsttag
13069           instead of re-inventing the wheel (partially fixes #347091).
13070
13071 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13072
13073         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13074         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13075         as some that won't.
13076
13077 2006-08-21  Wim Taymans  <wim@fluendo.com>
13078
13079         * docs/libs/Makefile.am:
13080         * docs/libs/gst-plugins-base-libs-sections.txt:
13081         * docs/libs/gst-plugins-base-libs.types:
13082         Don't try to GObject scan the netbuffer as it's not a GObject.
13083         Fixes #351308.
13084
13085         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13086         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13087         Document GstNetBuffer.
13088
13089 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13090
13091         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13092         (audioconvert_suite):
13093           Add testcase for caps-size-explosion
13094
13095 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13096
13097         * gst/audioconvert/gstaudioconvert.c:
13098         (gst_audio_convert_get_unit_size), (set_structure_widths):
13099           Lower debug, use g_assert in _get_unit_size
13100
13101         * gst/audioresample/gstaudioresample.c:
13102         (audioresample_get_unit_size):
13103         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13104         (gst_ffmpegcsp_get_unit_size):
13105         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13106           use g_assert in _get_unit_size
13107
13108 2006-08-18  Wim Taymans  <wim@fluendo.com>
13109
13110         * docs/libs/gst-plugins-base-libs-sections.txt:
13111         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13112         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13113         (gst_rtp_buffer_get_payload_buffer):
13114         * gst-libs/gst/rtp/gstrtpbuffer.h:
13115         Document GstRTPBuffer.
13116         Added function to efficiently strip payload headers.
13117         API: gst_rtp_buffer_get_payload_subbuffer()
13118
13119 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13120
13121         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13122         (gst_tag_to_vorbis_comments):
13123           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13124           tags and deserialise them properly as well (#347091).
13125           Add some more gtk-doc blurbs and also some g_return_if_fail().
13126
13127         * tests/check/libs/tag.c: (GST_START_TEST),
13128         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13129           More tests.
13130
13131 2006-08-17  Wim Taymans  <wim@fluendo.com>
13132
13133         * ext/ogg/Makefile.am:
13134         * ext/ogg/gstogg.c: (plugin_init):
13135         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13136         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13137         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13138         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13139         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13140         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13141         Added ogg-in-avi parser element. Fixes #140139.
13142
13143         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13144         Fixed a bug in oggdemux debug code.
13145
13146         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13147         (gst_riff_create_audio_template_caps):
13148         Recognise Ogg in the AVI extensible wave format.
13149
13150 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13151
13152         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13153           Make buffer durations add up (duration should be next_ts-ts for
13154           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13155           from CVS.
13156
13157         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13158         (test_buffer_timestamps), (cddabasesrc_suite):
13159           Add unit test for the above.
13160
13161         * tests/check/Makefile.am:
13162           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13163           to see what happens.
13164
13165 2006-08-16  Wim Taymans  <wim@fluendo.com>
13166
13167         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13168         (gst_alsasink_open):
13169         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13170         (gst_alsasrc_open):
13171         Avoid setting and using a NULL device name.
13172         Print more info when we fail to open a device.
13173
13174 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * docs/libs/gst-plugins-base-libs-sections.txt:
13177         * gst-libs/gst/tag/tag.h:
13178         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13179           API: add gst_tag_parse_extended_comment() (#351426).
13180
13181         * tests/check/Makefile.am:
13182         * tests/check/libs/.cvsignore:
13183         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13184           Add unit test for gst_tag_parse_extended_comment().
13185
13186 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13187
13188         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13190           Fix leak (#351502).
13191
13192 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13193
13194         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13195         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13196         * docs/plugins/gst-plugins-base-plugins.args:
13197         * gst/playback/gstplaybin.c:
13198           Document playbin.
13199           
13200         * docs/plugins/inspect/plugin-adder.xml:
13201         * docs/plugins/inspect/plugin-alsa.xml:
13202         * docs/plugins/inspect/plugin-audioconvert.xml:
13203         * docs/plugins/inspect/plugin-audiorate.xml:
13204         * docs/plugins/inspect/plugin-audioresample.xml:
13205         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13206         * docs/plugins/inspect/plugin-cdparanoia.xml:
13207         * docs/plugins/inspect/plugin-decodebin.xml:
13208         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13209         * docs/plugins/inspect/plugin-gnomevfs.xml:
13210         * docs/plugins/inspect/plugin-ogg.xml:
13211         * docs/plugins/inspect/plugin-pango.xml:
13212         * docs/plugins/inspect/plugin-playbin.xml:
13213         * docs/plugins/inspect/plugin-subparse.xml:
13214         * docs/plugins/inspect/plugin-tcp.xml:
13215         * docs/plugins/inspect/plugin-theora.xml:
13216         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13217         * docs/plugins/inspect/plugin-video4linux.xml:
13218         * docs/plugins/inspect/plugin-videorate.xml:
13219         * docs/plugins/inspect/plugin-videoscale.xml:
13220         * docs/plugins/inspect/plugin-videotestsrc.xml:
13221         * docs/plugins/inspect/plugin-volume.xml:
13222         * docs/plugins/inspect/plugin-vorbis.xml:
13223         * docs/plugins/inspect/plugin-ximagesink.xml:
13224         * docs/plugins/inspect/plugin-xvimagesink.xml:
13225           Update to CVS version.
13226
13227 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13228
13229         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13230         (gst_play_bin_set_property), (gst_play_bin_get_property),
13231         (value_list_append_structure_list),
13232         (gst_play_bin_handle_redirect_message),
13233         (gst_play_bin_handle_message):
13234           API: GstPlayBin::connection-speed
13235           Add "connection-speed" property; re-order redirect messages with
13236           multiple redirect locations depending on the minimum bitrate if
13237           that information is available and a connection speed is set
13238           (#350399).
13239
13240 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13241
13242         * gst/playback/gstplaybin.c:
13243           Update max volume to the same value that the volume element uses.
13244
13245 2006-08-14  Wim Taymans  <wim@fluendo.com>
13246
13247         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13248         Less uglyness..
13249
13250 2006-08-14  Wim Taymans  <wim@fluendo.com>
13251
13252         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13253         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13254         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13255         Add some more debug info.
13256         Don't crash when a seek failed.
13257         Actually return the result of the seek instead of TRUE.
13258         Ignore multiple BOS pages with the same serial so that we don't create
13259         the same stream multiple times.
13260         Post an error when we fail to do the initial seek.
13261
13262 2006-08-13  Wim Taymans  <wim@fluendo.com>
13263
13264         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13265         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13266         Small code cleanup.
13267
13268         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13269         (gst_alsa_mixer_new):
13270         Remove hack that always set the device to hw:0*.
13271         Properly find the card name for whatever device was configured.
13272         Do some better debugging.
13273         Fixes #350784.
13274
13275         * ext/alsa/gstalsamixerelement.c:
13276         (gst_alsa_mixer_element_set_property),
13277         (gst_alsa_mixer_element_change_state):
13278         Cleanups.
13279         Handle setting of a NULL device name better.
13280
13281 2006-08-11  Wim Taymans  <wim@fluendo.com>
13282
13283         * gst/adder/gstadder.c:
13284         Don't clip float values. Fixes #350900.
13285
13286 2006-08-11  Andy Wingo  <wingo@pobox.com>
13287
13288         * gst/tcp/gsttcp.c: Really fix the build?
13289
13290         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13291         fixes the build.
13292
13293 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13294
13295         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13296           Float caps shouldn't have a "signed" field.
13297
13298 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13299
13300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13301           Implement SEEKING query in its most basic form, so that we can
13302           at least check if we're seekable or not (#350655).
13303
13304 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13305
13306         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13307           The checks here are not even close to anything that would
13308           justify MAXIMUM probability, lowering to POSSIBLE until someone
13309           fixes the checks (case at hand: quicktime redirection files
13310           might start with 00 00 01 XX and pass the checks here just
13311           fine, see #350399).
13312
13313 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13314
13315         Patch by: Sjoerd Simons  <sjoerd at luon net>
13316
13317         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13318           Better detection for multipart/x-mixed-replace: accept leading
13319           whitespaces before the boundary marker as well (as our very own
13320           multipartmux used to produce) (#349068).
13321
13322 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13323
13324         Patch by: Young-Ho Cha  <ganadist at chollian net>
13325
13326         * gst-libs/gst/riff/riff-ids.h:
13327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13328         (gst_riff_create_audio_template_caps):
13329           Detect DTS audio streams (#350157).
13330
13331 2006-08-05  Andy Wingo  <wingo@pobox.com>
13332
13333         * ext/theora/gsttheoraparse.h:
13334         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13335         (theora_parse_dispose, theora_parse_set_property)
13336         (theora_parse_get_property, theora_parse_munge_granulepos)
13337         (theora_parse_push_buffer, theora_parse_change_state):
13338         API: GstTheoraParse::synchronization-points
13339         Add a property 'synchronization-points' to fix badly synchronized oggs.
13340
13341 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13342
13343         * tests/check/Makefile.am:
13344         * tests/check/libs/.cvsignore:
13345         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13346         (fixed_caps_have_channel_positions), (GST_START_TEST),
13347         (audio_suite), (main):
13348           Add a few tests for the channel position stuff in libgstaudio.
13349
13350 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13351
13352         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13353         (gst_alsa_detect_channels):
13354         * ext/alsa/gstalsasink.c:
13355           Add support for cards that (only) do more than 8 channels,
13356           like the Delta 44 (#345188).
13357
13358         * gst-libs/gst/audio/multichannel.c:
13359         (gst_audio_check_channel_positions):
13360         * gst-libs/gst/audio/multichannel.h:
13361           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13362           unspecified channel position and cannot be combined with any
13363           of the other audio channel positions; adjust position layout
13364           checks accordingly (#345188).
13365
13366 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13367
13368         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13369           Recognise ancient RealAudio files (see #349779).
13370
13371 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13372
13373         Patch by: Jens Granseuer  <jensgr at gmx net>
13374
13375         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13376           Add typefinder for Interplay's MVE format (#348973).
13377
13378 2006-08-02  Wim Taymans  <wim@fluendo.com>
13379
13380         Patch by: Marcel Moreaux <marcelm at luon dot net>
13381
13382         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13383         (gst_base_rtp_depayload_add_to_queue):
13384         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13385         Handle RTP sequence number rollover.
13386         Disable jitterbuffer by default.
13387
13388 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13389
13390         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13391         (audioresample_set_caps):
13392         Don't leak references to the incoming caps. Clean them up when
13393         stopping.
13394
13395         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13396         (gst_video_scale_finalize):
13397         Don't leak our temporary pixel buffer.
13398
13399         * tests/check/Makefile.am:
13400         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13401         (GST_START_TEST), (simple_launch_lines_suite):
13402
13403         Fix leaks and re-enable the test for valgrind checking.
13404
13405 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13406
13407         Patch by: Sjoerd Simons  <sjoerd at luon net>
13408
13409         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13410         (plugin_init):
13411           Add typefind function for multipart/x-mixed-replace (#348916).
13412
13413 2006-07-28  Wim Taymans  <wim@fluendo.com>
13414
13415         * gst/adder/gstadder.c: (gst_adder_setcaps),
13416         (gst_adder_query_duration):
13417         Fix leak in duration query.
13418         Reflow some docs and notes.
13419
13420 2006-07-28  Michael Smith  <msmith@fluendo.com>
13421
13422         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13423         (vorbisenc_suite):
13424           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13425           aspect of it.
13426
13427 2006-07-28  Michael Smith  <msmith@fluendo.com>
13428
13429         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13430         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13431         (gst_vorbis_enc_push_buffer),
13432         (gst_vorbis_enc_buffer_check_discontinuous),
13433         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13434         * ext/vorbis/vorbisenc.h:
13435           Handle discontinuities in the input vorbis stream correctly,
13436           so that the output is properly timestamped (and has good granulepos
13437           values). Needs some oggmux fixes too.
13438
13439 2006-07-27  Wim Taymans  <wim@fluendo.com>
13440
13441         patch by: Kai Vehmanen <kv2004 eca cx>
13442
13443         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13444         (gst_base_rtp_depayload_chain),
13445         (gst_base_rtp_depayload_handle_sink_event),
13446         (gst_base_rtp_depayload_change_state):
13447         Don't send multiple newsegments with different formats.
13448         Fixes #348677.
13449
13450 2006-07-26  Wim Taymans  <wim@fluendo.com>
13451
13452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13453         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13454         Make seeking in ogg more accurate again by doing the more correct
13455         granuletime to stream time conversion.
13456
13457 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13458
13459         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13460         (gst_multi_fd_sink_new_client):
13461           debug a little more understandably
13462           do not use goto as a substitute for break, especially if
13463           break is also being used
13464
13465 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13466
13467         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13468         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13469           Remove GLib-2.6 compatibility cruft.
13470
13471 2006-07-24  Wim Taymans  <wim@fluendo.com>
13472
13473         * gst-libs/gst/audio/gstbaseaudiosink.c:
13474         (gst_base_audio_sink_render):
13475         Don't try to align a sample to an unknown value.
13476
13477 2006-07-24  Wim Taymans  <wim@fluendo.com>
13478
13479         * gst-libs/gst/audio/gstbaseaudiosink.c:
13480         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13481         When the audio clock is slaved to another clock, never try to align
13482         samples but trust the rate interpolation algorithm.
13483
13484 2006-07-24  Wim Taymans  <wim@fluendo.com>
13485
13486         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13487         Don't try to calculate silence samples, base class does this much
13488         better now.
13489
13490         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13491         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13492         (gst_ring_buffer_acquire):
13493         Calculate silence samples correctly.
13494
13495         * gst-libs/gst/audio/gstringbuffer.h:
13496         Add _CAST macro.
13497
13498 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13499
13500         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13501           Limit search for the first markup tag to the first few kB of
13502           the file. If we don't find one there, it's highly unlikely that
13503           this is an XML(-ish) file.
13504
13505 2006-07-21  Andy Wingo  <wingo@pobox.com>
13506
13507         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13508         test to the one in vorbisenc. Also commented out.
13509
13510         * tests/check/pipelines/vorbisenc.c: 
13511         (test_discontinuity): New test, commented out until Mike lands
13512         some elite vorbisenc patches.
13513
13514         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13515         Bufferstraw was actually factored out of these tests. Now we share
13516         code yay.
13517
13518         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13519         for bufferstraw addition to gstcheck.
13520
13521 2006-07-21  Wim Taymans  <wim@fluendo.com>
13522
13523         * ext/theora/theoradec.c: (clip_buffer):
13524         Better clipping.
13525
13526 2006-07-21  Wim Taymans  <wim@fluendo.com>
13527
13528         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13529         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13530         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13531         Fix leak.
13532         Avoid type casting when we can.
13533
13534         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13535         Fix mem leak.
13536
13537 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13538
13539         * ext/alsa/gstalsamixerelement.c:
13540         (gst_alsa_mixer_element_change_state):
13541           Make state change fail if the specified device can't be opened
13542           for some reason.
13543
13544 2006-07-20  Wim Taymans  <wim@fluendo.com>
13545
13546         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13547         (cb_newpad), (main):
13548         Example of a small audio/video player using decodebin.
13549
13550 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13551
13552         * gst-libs/gst/riff/riff-ids.h:
13553           Add 'fact' chunk id
13554
13555 2006-07-19  Wim Taymans  <wim@fluendo.com>
13556
13557         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13558         (gst_base_rtp_depayload_chain),
13559         (gst_base_rtp_depayload_change_state):
13560         Don't assert when not negotiated but post a meaningfull 
13561         error message. Fixes #347918.
13562
13563         * gst-libs/gst/rtp/gstbasertppayload.c:
13564         Add comment about better default MTU size.
13565
13566         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13567         Small cleanups, start docs.
13568
13569 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13570
13571         Patch by: Martin Szulecki
13572
13573         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13574           If "device-name" is requested and the device is not
13575           open, try to temporarily open it to obtain this
13576           information (#342494).
13577
13578 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13579
13580         * gst-libs/gst/tag/gstid3tag.c:
13581           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13582
13583         * gst-libs/gst/tag/gsttageditingprivate.h:
13584         * gst-libs/gst/tag/gstvorbistag.c:
13585           Some more random const-ifications.
13586
13587 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13588
13589         * gst-libs/gst/riff/riff-ids.h:
13590         * gst-libs/gst/riff/riff-media.c:
13591         (gst_riff_create_video_template_caps):
13592           Add more FOURCCs (sort list to make stuff easier to find),
13593           add comment what those 16 bytes in struct _gst_riff_strh according to
13594           one avi-dumper are
13595
13596 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13597
13598         * gst-libs/gst/audio/multichannel.c:
13599         (gst_audio_check_channel_positions),
13600         (gst_audio_fixate_channel_positions):
13601           Const-ify two arrays.
13602
13603 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13604
13605         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13606           Fix typo, so that alsasink also advertises 8 channels
13607           if that's supported (tags: can, worms, open, alsa, ph34r).
13608
13609 2006-07-17  Wim Taymans  <wim@fluendo.com>
13610
13611         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13612         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13613         *sigh*, when is the compiler going to warn when the comments
13614         are out-of-sync with the code.. Refix case of busted theora
13615         headers with 0 granule pos.
13616
13617 2006-07-14  Wim Taymans  <wim@fluendo.com>
13618
13619         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13620         (gst_base_rtp_depayload_wait),
13621         (gst_base_rtp_depayload_change_state),
13622         (gst_base_rtp_depayload_set_property),
13623         (gst_base_rtp_depayload_get_property):
13624         Fix 99% cpu load by waiting for absolute times on the
13625         clock. Fixes #347300.
13626
13627 2006-07-14  Andy Wingo  <wingo@pobox.com>
13628
13629         * ext/theora/gsttheoraparse.h: 
13630         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13631         (theora_parse_push_headers, theora_parse_clear_queue)
13632         (theora_parse_drain_queue_prematurely, )
13633         (theora_parse_sink_event, theora_parse_change_state): Queue events
13634         until we initialized our state, like in vorbisparse.
13635
13636         * ext/vorbis/vorbisparse.h: 
13637         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13638         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13639         (vorbis_parse_drain_queue_prematurely, )
13640         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13641         until we have initialized our state. Fixes seeking after an
13642         initial pad block.
13643
13644 2006-07-14  Andy Wingo  <wingo@pobox.com>
13645
13646         Patch by: Iain Holmes <iaingnome@gmail.com>
13647         
13648         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13649
13650 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13651
13652         * configure.ac:
13653         Bump nano back to CVS
13654
13655 === release 0.10.9 ===
13656
13657 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13658
13659         * configure.ac:
13660           releasing 0.10.9, "I walk the line"
13661
13662 2006-07-14  Michael Smith  <msmith@fluendo.com>
13663
13664         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13665           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13666           (commonly happens when running this test under valgrind) when trying
13667           to remove the buffer probe.
13668
13669 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13670
13671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13672         Fix missing g_unlock from the previous commit
13673
13674 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13675
13676         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13677         (gst_ximagesink_change_state):
13678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13679         (gst_xvimagesink_change_state):
13680         Implement a locking order to ensure we always take the object lock
13681         before the x_lock and never vice-versa.
13682
13683 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13684
13685         * gst/playback/gstdecodebin.c: (find_compatibles):
13686         Fix a caps leak when linking (#347304)
13687
13688         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13689         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13690         (gst_ximagesink_change_state):
13691         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13692         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13693         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13694         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13695         Don't leak shared memory resources. Use the object lock to protect
13696         against the xcontext disappearing while returning a buffer from the
13697         pipeline. (#347304)
13698
13699 2006-07-12  Edward Hervey  <edward@fluendo.com>
13700
13701         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13702         (vorbis_handle_comment_packet):
13703         gst_tag_list_merge() returns a new object. Take that into account when
13704         using it. This avoids memleak.
13705         Revert previous commit which is not needed.
13706
13707 2006-07-12  Edward Hervey  <edward@fluendo.com>
13708
13709         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13710         Reset the decoder in finalize so that all fields get cleared.
13711
13712 2006-07-12  Wim Taymans  <wim@fluendo.com>
13713
13714         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13715         (gst_base_audio_src_set_clock),
13716         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13717         Don't try to post an error message when setting the clock fails
13718         as this can happen when adding an element to a bin which will then
13719         deadlock. Fixes #347296.
13720
13721 2006-07-12  Edward Hervey  <edward@fluendo.com>
13722
13723         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13724         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13725         (vorbis_handle_type_packet):
13726         Post tag messages on the bus even if we're not initialized.
13727         If we're not initialized, we still postpone the event pushing of tags.
13728
13729 2006-07-12  Wim Taymans  <wim@fluendo.com>
13730
13731         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13732         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13733         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13734         Revert last two changes that broke the freeze.
13735
13736 2006-07-12  Wim Taymans  <wim@fluendo.com>
13737
13738         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13739         basesink calculates silence sample correctly for us.
13740
13741 2006-07-12  Wim Taymans  <wim@fluendo.com>
13742
13743         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13744         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13745         Calculate correct silence samples so we don't fill our ringbuffer
13746         with noise.
13747
13748 2006-07-12  Edward Hervey  <edward@fluendo.com>
13749
13750         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13751         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13752         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13753         * ext/vorbis/vorbisdec.h:
13754         Delay sending events (newsegment, tags) until the decoder is properly
13755         initialized.
13756         Fixes #347295
13757
13758 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13759
13760         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13761         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13762           Patch from #347221 adding a test for audioconvert
13763           channel remappings.
13764
13765 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13766
13767         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13768         (gst_ssa_parse_parse_line):
13769           Don't include the terminating NUL in the buffer size,
13770           it's only there for extra paranoia (would add random
13771           '*' characters at the end of each subtitle since the
13772           terminator itself is not valid UTF-8 technically).
13773           Also fix indenting after boilerplate macro.
13774
13775 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13776
13777         * gst/playback/gstdecodebin.c: (close_pad_link):
13778           Also emit 'unknown-type' signal (which should really be
13779           called unhandled-type) if we found potential decoders/demuxers
13780           in the registry but none of them worked in the end (as in the
13781           case where the plugins don't exist any longer but are still
13782           listed in the registry). Fixes #329798.
13783
13784 2006-07-08  Andy Wingo  <wingo@pobox.com>
13785
13786         * theoraparse.c (theora_parse_push_buffer)
13787         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13788         Add some more debugging. Fix granulepos reconstruction in the face
13789         of discontinuities.
13790
13791 2006-07-06  Wim Taymans  <wim@fluendo.com>
13792
13793         * gst-libs/gst/audio/gstbaseaudiosink.c:
13794         (gst_base_audio_sink_class_init),
13795         (gst_base_audio_sink_provide_clock):
13796         Use gobject_class instead of G_OBJECT_CLASS (klass)
13797
13798         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13799         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13800         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13801         (gst_base_audio_src_get_time),
13802         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13803         (gst_base_audio_src_create_ringbuffer):
13804         Fix latency and buffer-time constants and properties ala basesink.
13805         Implement pull based scheduling. Fixes #346527.
13806         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13807         one segment.
13808         Refuse slaving to another clock instead of silently not working.
13809         Only provide a clock when we are actually able to do so.
13810         Various small cleanups and compiler hints.
13811
13812 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13813
13814         Patch by: Lutz Mueller <lutz at topfrose de>
13815
13816         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13817         (plugin_init):
13818           Add typefinding for text/html (#346581).
13819
13820 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13821
13822         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13823         (xml_check_first_element), (xml_type_find), (smil_type_find):
13824           Fix SMIL typefinding, make xml_check_first_element() more
13825           useful.
13826
13827 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13828
13829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13830         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13831         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13832         * gst/playback/gstplaybasebin.h:
13833           Protect list of elements with a subtitle-encoding property and
13834           the subtitle encoding member itself with a lock of their own
13835           instead of using the object lock. This prevents a dead-lock in
13836           the element-remove callback in some circumstances when shutting
13837           down playbin.
13838
13839 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13840
13841         * win32/common/libgsttag.def:
13842         Export some new functions.
13843         * win32/vs6/libgstogg.dsp:
13844         Add a link to libgsttag-0.10.lib.
13845
13846 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13847
13848         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13849           Some const-ification.
13850
13851 2006-07-04  Wim Taymans  <wim@fluendo.com>
13852
13853         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13854         Improve checking if we are dealing with a stream. Added some
13855         more uris that need buffering.
13856
13857 2006-07-03  Edward Hervey  <edward@fluendo.com>
13858
13859         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13860         Remove unused variable.
13861
13862 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13863
13864         * Makefile.am:
13865           include lcov.mak
13866         * configure.ac:
13867           add GCOV_LIBS to GST_LIBS
13868
13869 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13870
13871         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13872
13873         * ext/alsa/gstalsasrc.c:
13874           Add 32 bps to template caps and increase channels range
13875           from [1,2] to [1,MAX]. See #346326.
13876
13877 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13878
13879         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13880           Recognise 'WMVA' video codec fourcc (#345879).
13881           
13882 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13883          
13884         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13885           Fixed nasty memory leak
13886
13887 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13888
13889         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13890         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13891           fix logging
13892
13893 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13894
13895         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13896         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13897         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13898         Protect remove_fakesink using a mutex, so that we don't try and
13899         remove the fakesink simultaneously from multiple threads.
13900
13901         When going from READY to PAUSED, restore the fakesink, so that
13902         it is there when decodebin gets reused.
13903
13904 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13905
13906         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13907         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13908         * gst-libs/gst/rtp/gstbasertppayload.c:
13909         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13910         * gst/tcp/gstmultifdsink.c:
13911         * gst/tcp/gsttcpclientsink.c:
13912         * gst/tcp/gsttcpclientsrc.c:
13913         * gst/tcp/gsttcpserversink.c:
13914         * gst/tcp/gsttcpserversrc.c:
13915         * gst/videorate/gstvideorate.c:
13916         * gst/videotestsrc/gstvideotestsrc.c:
13917         * sys/v4l/gstv4ljpegsrc.c:
13918         * sys/v4l/gstv4lmjpegsink.c:
13919         * sys/v4l/gstv4lsrc.c:
13920         * tests/examples/seek/scrubby.c:
13921         * tests/examples/seek/seek.c:
13922           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13923
13924 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13925
13926         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13927           Second field in GEnumValue shouldn't be a description,
13928           but a stringified version of the enum value.
13929
13930 2006-06-22  Wim Taymans  <wim@fluendo.com>
13931
13932         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13933         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13934         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13935         Avoid type checking in buffer casts.
13936         Avoid caps copy in buffer_alloc when we can.
13937         Use pad_peer_accept.
13938
13939 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13940
13941         * gst-libs/gst/tag/tag.h:
13942           Oops, make that 'Since: 0.10.9'.
13943
13944 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13945
13946         * docs/libs/gst-plugins-base-libs-sections.txt:
13947         * gst-libs/gst/tag/tag.h:
13948         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13949         (gst_tag_image_type_get_type):
13950           API: add GstTagImageType enum to describe images contained
13951           in image tags (#345641).
13952
13953 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13954
13955         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13956           Fix warnings with gst-inspect: "buffers-min" property
13957           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13958           typo in property description.
13959
13960 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13961
13962         Patch by: Cody Russell <bratsche at gnome org>
13963
13964         * gst/audioresample/gstaudioresample.c:
13965         (gst_audioresample_class_init):
13966         * gst/playback/gststreamselector.c:
13967         (gst_stream_selector_class_init):
13968         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13969         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13970         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13971         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13972         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13973         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13974         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13975         * gst/videotestsrc/gstvideotestsrc.c:
13976         (gst_video_test_src_class_init):
13977         * gst/volume/gstvolume.c: (gst_volume_class_init):
13978           Avoid unnecessary class cast check in class_init
13979           functions (#337747).
13980
13981 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13982
13983         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13984         (gst_text_overlay_video_chain):
13985           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13986           and doesn't validate its input either (and neither did
13987           textoverlay it seems). Let's do that then and fix #345206.
13988
13989 2006-06-19  Wim Taymans  <wim@fluendo.com>
13990
13991         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13992         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13993         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13994         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13995         (find_syncframe), (find_limits), (assign_value),
13996         (count_burst_unit), (gst_multi_fd_sink_new_client),
13997         (gst_multi_fd_sink_handle_client_write),
13998         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13999         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14000         (gst_multi_fd_sink_change_state):
14001         * gst/tcp/gstmultifdsink.h:
14002         Added shiny new burst-on-connect methods.
14003         Add properties to control the minimal amount of data queued.
14004         Small cleanups.
14005         API: bytes-min property
14006         API: time-min property
14007         API: buffers-min property
14008         API: burst-unit property
14009         API: burst-value property
14010         API: add-full signal
14011
14012         * gst/tcp/gsttcp-marshal.list:
14013         Added new marshaller code for the new signal.
14014
14015         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14016         (multifdsink_suite):
14017         Added testcases for new burst methods.
14018
14019 2006-06-19  Edward Hervey  <edward@fluendo.com>
14020
14021         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14022         Implement clipping for accurate seeking.
14023         Closes #345225
14024
14025 2006-06-19  Wim Taymans  <wim@fluendo.com>
14026
14027         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14028
14029         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14030         (gst_video_scale_transform):
14031         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14032
14033 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14034
14035         * configure.ac:
14036           Fix --disable-external (can't set conditionals conditionally,
14037           #343602).
14038
14039 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14040
14041         * tests/check/elements/audioresample.c: (test_reuse),
14042         (audioresample_suite):
14043           Add test case for bug #342789 fixed below.
14044
14045 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14046
14047         * gst/audioresample/gstaudioresample.c:
14048         (gst_audioresample_class_init), (gst_audioresample_init),
14049         (audioresample_start), (audioresample_stop),
14050         (gst_audioresample_set_property), (gst_audioresample_get_property):
14051           Implement GstBaseTransform::start and ::stop so that audioresample
14052           can clear its internal state properly and be reused instead of
14053           causing non-negotiated errors with playbin under some circumstances
14054           (#342789).
14055
14056         * tests/check/elements/audioresample.c: (setup_audioresample),
14057         (cleanup_audioresample):
14058           Need to set element state here so that ::start and ::stop are
14059           called.
14060
14061 2006-06-16  Wim Taymans  <wim@fluendo.com>
14062
14063         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14064
14065         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14066         Parse extra data better, apparently it's right behind
14067         the normal strf header size. Fixes #343500.
14068
14069 2006-06-16  Wim Taymans  <wim@fluendo.com>
14070
14071         * ext/alsa/gstalsasink.c: (set_hwparams):
14072         If we fail to set the buffer_time and period_time alsa
14073         parameters, post a warning and leave alsa select a 
14074         default instead of failing. Fixes #342085
14075
14076 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14077
14078         * docs/libs/gst-plugins-base-libs-sections.txt:
14079         * gst-libs/gst/cdda/gstcddabasesrc.h:
14080           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14081           out in the header file and shouldn't be listed in the docs.
14082
14083         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14084           Must dereference pointer to fourcc in the debug statement.
14085
14086 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14087
14088         * docs/libs/Makefile.am:
14089         * docs/libs/gst-plugins-base-libs-docs.sgml:
14090         * docs/libs/gst-plugins-base-libs-sections.txt:
14091         * docs/libs/gst-plugins-base-libs.types:
14092         add remaining symbols into correct setions
14093         
14094         * gst-libs/gst/audio/gstringbuffer.c:
14095         fix incomplete docs
14096         
14097         * gst-libs/gst/audio/gstringbuffer.h:
14098         comment out not yet implemented function
14099         
14100         
14101         * gst-libs/gst/floatcast/floatcast.h:
14102         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14103         add short descriptions
14104         
14105         
14106         * gst-libs/gst/interfaces/propertyprobe.c:
14107         fix return value docs   
14108         
14109         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14110         simplify debug logging
14111         
14112         * gst-libs/gst/riff/riff-read.h:
14113         sync function prototype and docs
14114         
14115         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14116         remove left over symbol
14117
14118 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14119
14120         * autogen.sh:
14121         * configure.ac:
14122         * docs/Makefile.am:
14123           Use GST_PLUGIN_DOCS macro in configure.ac, add
14124           --enable-plugin-docs default to autogen.sh and use
14125           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14126
14127 2006-06-15  Wim Taymans  <wim@fluendo.com>
14128
14129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14130         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14131         (gst_ogg_demux_loop):
14132         Combine GstFlowReturn from the source pads to give a
14133         meaningfull result to the upstream peer or to stop the
14134         processing task in case of errors.
14135
14136 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14137
14138         * gst/playback/gststreaminfo.c: (cb_probe):
14139           Try GST_TAG_CODEC as fallback when extracting the
14140           codec name; more debug info.
14141
14142 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14143
14144         * ext/ogg/Makefile.am:
14145         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14146           Extract language tags from ogm subtitle streams, so that
14147           the subtitle menu choices are labelled correctly in
14148           Totem (fixes #344708).
14149
14150 2006-06-14  Wim Taymans  <wim@fluendo.com>
14151
14152         Patch by: Alessandro Decina <alessandro at nnva dot org>
14153
14154         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14155         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14156         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14157         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14158         Fix various leaks. Fixes #343699.
14159         Add x-smoke mime type.
14160
14161 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14162
14163         * gst-libs/gst/riff/riff-ids.h:
14164           Add IDs for 'bext' chunks (see #343837).
14165
14166 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14167
14168         Patch by: Young-Ho Cha  <ganadist at chollian net>
14169
14170         * gst/subparse/samiparse.c: (sami_context_pop_state),
14171         (handle_start_font), (end_sami_element):
14172           Honour font face tags in SAMI subtitles (#344503).
14173
14174 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14175
14176         * po/POTFILES.in:
14177           add missing files containing translatable strings
14178
14179 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14180
14181         * docs/libs/tmpl/.cvsignore:
14182           we don't want those *.sgml files in CVS either
14183
14184 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14185
14186         * docs/libs/.cvsignore:
14187         * tests/check/elements/.cvsignore:
14188         * tests/check/libs/.cvsignore:
14189           ignore more
14190
14191 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14192
14193         * docs/libs/Makefile.am:
14194           also commiting the changed Makefile.am (added more libs to the
14195           doc-build)
14196
14197 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14198
14199         * docs/libs/gst-plugins-base-libs-docs.sgml:
14200         * docs/libs/gst-plugins-base-libs-sections.txt:
14201         * docs/libs/gst-plugins-base-libs.types:
14202           first batch of reordering things, add index & hierarchy
14203
14204 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14205
14206         * configure.ac:
14207           use GST_PKG_CHECK_MODULES, cleans up output
14208
14209 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14210
14211         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14212           Add support for burn:// URIs (#343385); const-ify things a bit,
14213           use G_N_ELEMENTS instead of hard-coded array size.
14214
14215 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14216
14217         Patch by: Young-Ho Cha  <ganadist at chollian net>
14218
14219         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14220           Fix up broken entities before passing them to libxml *sigh*.
14221           (#343303).
14222           
14223 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14224
14225         * configure.ac:
14226           back to TRUNK
14227
14228 === release 0.10.8 ===
14229
14230 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14231
14232         * configure.ac:
14233           releasing 0.10.8, "Moar gij ziet mij nie"
14234
14235 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14236
14237         * configure.ac:
14238         * po/af.po:
14239         * po/az.po:
14240         * po/cs.po:
14241         * po/en_GB.po:
14242         * po/hu.po:
14243         * po/it.po:
14244         * po/nb.po:
14245         * po/nl.po:
14246         * po/or.po:
14247         * po/sq.po:
14248         * po/sr.po:
14249         * po/sv.po:
14250         * po/uk.po:
14251         * po/vi.po:
14252         * win32/common/config.h:
14253           0.10.7.2 prerelease
14254
14255 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14256
14257         * docs/libs/tmpl/gstaudio.sgml:
14258         * docs/libs/tmpl/gstcolorbalance.sgml:
14259         * docs/libs/tmpl/gstmixer.sgml:
14260         * docs/libs/tmpl/gstringbuffer.sgml:
14261         * docs/libs/tmpl/gsttuner.sgml:
14262         * docs/libs/tmpl/gstxoverlay.sgml:
14263         * gst-libs/gst/audio/audio.c:
14264         * gst-libs/gst/audio/gstringbuffer.c:
14265         * gst-libs/gst/interfaces/colorbalance.c:
14266         * gst-libs/gst/interfaces/mixer.c:
14267         * gst-libs/gst/interfaces/tuner.c:
14268         * gst-libs/gst/interfaces/xoverlay.c:
14269           move last template doc snippets to source code and delete them
14270
14271 2006-06-06  Michael Smith  <msmith@fluendo.com>
14272
14273         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14274         (theora_parse_drain_queue):
14275           Mark DELTA_UNIT on non-keyframes.
14276
14277 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14278
14279         * gst-libs/gst/audio/gstbaseaudiosink.c:
14280         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14281         * gst-libs/gst/audio/gstbaseaudiosink.h:
14282         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14283         (gst_ring_buffer_samples_done):
14284         * gst-libs/gst/audio/gstringbuffer.h:
14285         Document better the fact that latency_time and buffer_time are values
14286         stored in microseconds, and not the usual GStreamer nanoseconds.
14287         Change the variables (compatibly) that store them from GstClockTime 
14288         to guint64 to make it more clear that they're not storing clock times.
14289         Also, remove the bogus property description that says the user can
14290         specify -1 to get the default value, since that's never been the case.
14291
14292         When computing the default segment size for the ring buffer, make it
14293         an integer number of samples.
14294
14295         When the sub-class indicates a delay greater than the number of
14296         samples we've written return 0 from the audio sink get_time method.
14297
14298 2006-06-02  Michael Smith  <msmith@fluendo.com>
14299
14300         * tests/check/elements/audioconvert.c: (set_channel_positions),
14301         (get_float_mc_caps), (get_int_mc_caps):
14302         * tests/check/elements/audioresample.c:
14303         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14304         * tests/check/elements/videorate.c:
14305         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14306         * tests/check/elements/volume.c:
14307         * tests/check/elements/vorbisdec.c:
14308         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14309           Don't busy-wait in tests; this was causing test timeouts very
14310           frequently when running under valgrind.
14311
14312 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14313
14314         * gst/tcp/README:
14315         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14316         (gst_multi_fd_sink_remove_client_link),
14317         (gst_multi_fd_sink_client_queue_caps),
14318         (gst_multi_fd_sink_client_queue_buffer),
14319         (gst_multi_fd_sink_handle_client_write),
14320         (gst_multi_fd_sink_render):
14321         * gst/tcp/gstmultifdsink.h:
14322           make multifdsink properly deal with streamheader:
14323           - streamheader is taken from caps
14324           - buffers marked with IN_CAPS are not sent
14325           - streamheaders are sent, on connection, from the caps of the
14326             buffer where the client gets positioned to
14327           - further streamheader changes are done every time the client
14328             will receive a buffer with different caps
14329         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14330         (gst_multifdsink_create_streamheader):
14331           add tests for this
14332
14333 2006-06-02  Michael Smith  <msmith@fluendo.com>
14334
14335         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14336           Reinstate limit on channel count. Vorbis does not define the meaning
14337           of > 6 channels, so they're just independent channels. Gstreamer
14338           currently has no mechanism to represent N independent channels.
14339
14340 2006-06-02  Michael Smith  <msmith@fluendo.com>
14341
14342         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14343           Don't arbitrarily restrict channel counts and rate in vorbis.
14344           In terms of effects likely on real-world files, this fixes 96kHz
14345           playback of vorbis.
14346
14347 2006-06-02  Michael Smith  <msmith@fluendo.com>
14348
14349         * gst/audioconvert/audioconvert.c: (float):
14350           More correct float->int conversion.
14351
14352 2006-06-02  Michael Smith  <msmith@fluendo.com>
14353
14354         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14355           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14356           value. Fixes g-critical on trying to play back ogg containing
14357           unknown codec.
14358
14359 2006-06-02  Wim Taymans  <wim@fluendo.com>
14360
14361         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14362         (setup_source):
14363         * gst/playback/gstplaybasebin.h:
14364         Make the subtitle detection work from any thread so we don't
14365         deadlock. Fixes #343397.
14366
14367 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14368
14369         * gst/volume/Makefile.am:
14370           Seriously, it's not *that* hard to get compilation right.  Even
14371           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14372
14373 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14374
14375         * gst/volume/gstvolume.c: (volume_choose_func),
14376         (volume_update_real_volume), (gst_volume_class_init),
14377         (gst_volume_init), (volume_process_float), (volume_process_int16),
14378         (volume_process_int16_clamp), (volume_set_caps),
14379         (volume_transform_ip), (plugin_init):
14380         * gst/volume/gstvolume.h:
14381         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14382         another property desc., remove unused param from process function
14383         
14384         * tests/check/elements/volume.c: (volume_suite):
14385         reactivate the passthrough test
14386
14387 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14388
14389         * ext/alsa/gstalsamixerelement.h:
14390         * ext/alsa/gstalsamixeroptions.h:
14391         * ext/alsa/gstalsamixertrack.h:
14392         * ext/gnomevfs/gstgnomevfssink.h:
14393         * ext/gnomevfs/gstgnomevfssrc.h:
14394         * ext/theora/gsttheoradec.h:
14395         * ext/theora/gsttheoraenc.h:
14396         * ext/theora/gsttheoraparse.h:
14397         * ext/vorbis/vorbisparse.h:
14398         * gst-libs/gst/audio/gstaudioclock.h:
14399         * gst-libs/gst/audio/gstaudiofilter.h:
14400         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14401         * gst/audioconvert/gstaudioconvert.h:
14402         * gst/audioresample/gstaudioresample.h:
14403         * gst/audiotestsrc/gstaudiotestsrc.h:
14404         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14405         * gst/playback/gststreamselector.h:
14406         * gst/tcp/gstmultifdsink.h:
14407         * gst/tcp/gsttcpclientsink.h:
14408         * gst/tcp/gsttcpclientsrc.h:
14409         * gst/tcp/gsttcpserversink.h:
14410         * gst/tcp/gsttcpserversrc.h:
14411         * gst/videorate/gstvideorate.h:
14412         * gst/videoscale/gstvideoscale.h:
14413         * gst/videotestsrc/gstvideotestsrc.h:
14414         * gst/volume/gstvolume.h:
14415         * sys/v4l/gstv4ljpegsrc.h:
14416         * sys/v4l/gstv4lmjpegsink.h:
14417         * sys/v4l/gstv4lmjpegsrc.h:
14418         * sys/v4l/gstv4lsrc.h:
14419         * sys/ximage/ximagesink.h:
14420         * sys/xvimage/xvimagesink.h:
14421         * tests/old/testsuite/alsa/sinesrc.h:
14422         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14423
14424 2006-05-31  Wim Taymans  <wim@fluendo.com>
14425
14426         * ext/libvisual/visual.c: (gst_visual_reset),
14427         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14428         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14429         Handle DISCONT.
14430         Use running time before doing QoS.
14431         Handle mono too.
14432
14433 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14434
14435         * docs/libs/Makefile.am:
14436           set a magic variable to indicate we know the docs are incomplete
14437
14438 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14439
14440         * win32/common/libgstvideo.def:
14441           export gst_video_calculate_display_ratio
14442         * win32/vs6/libgstvideoscale.dsp:
14443           add link to libgstvideo-0.10.lib
14444
14445 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14446
14447         * gst/playback/gstplaybasebin.c: (gen_source_element):
14448           Throw a more comprehensible error for rtsp:// URIs (rather
14449           than erroring out with a negotiation error later on) until
14450           we fix playbin to handle rtspsrc etc.
14451
14452 2006-05-30  Wim Taymans  <wim@fluendo.com>
14453
14454         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14455         (gst_text_overlay_text_event):
14456         Added some FIXMEs.
14457
14458 2006-05-30  Wim Taymans  <wim@fluendo.com>
14459
14460         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14461         (gst_adder_request_new_pad), (gst_adder_release_pad):
14462         * gst/adder/gstadder.h:
14463         Implement release_request_pad.
14464         Make padcounter atomic.
14465
14466         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14467         Added check for release_pad in adder.
14468
14469 2006-05-30  Wim Taymans  <wim@fluendo.com>
14470
14471         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14472         Fix build again.
14473
14474 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14475
14476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14477         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14478         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14479         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14480         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14481         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14482         (gst_ogg_demux_bisect_forward_serialno),
14483         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14484         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14485           add more debugging
14486           clean up printf formats for granulepos and serialno
14487
14488 2006-05-30  Michael Smith  <msmith@fluendo.com>
14489
14490         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14491         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14492         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14493         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14494         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14495         * ext/vorbis/vorbisenc.h:
14496           Multi-channel caps negotiation, so we can do proper multichannel
14497           vorbis encoding, negotiated through audioconvert.
14498
14499 2006-05-30  Wim Taymans  <wim@fluendo.com>
14500
14501         * tests/check/elements/adder.c: (test_event_message_received),
14502         (test_play_twice_message_received), (GST_START_TEST),
14503         (adder_suite):
14504         Added check to show that #339935 is fixed with ongoing
14505         adder and collectpads fixes.
14506
14507 2006-05-29  Wim Taymans  <wim@fluendo.com>
14508
14509         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14510         Don't leak pad name.
14511
14512 2006-05-29  Wim Taymans  <wim@fluendo.com>
14513
14514         * gst/adder/gstadder.c: (gst_adder_query_duration),
14515         (forward_event_func), (forward_event), (gst_adder_src_event):
14516         Fix adder seeking.
14517         Make query/seeking code threadsafe.
14518
14519         * tests/check/Makefile.am:
14520         * tests/check/elements/adder.c: (test_event_message_received),
14521         (GST_START_TEST), (test_play_twice_message_received):
14522         Fix adder test case.
14523
14524 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14525
14526         Patch by: Young-Ho Cha  <ganadist at chollian net>
14527
14528         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14529         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14530         (set_encoding_element), (decodebin_element_added_cb),
14531         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14532         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14533         * gst/playback/gstplaybasebin.h:
14534           Add 'subtitle-encoding' property to playbin, so applications can
14535           force a subtitle encoding for non-UTF8 subtitles (#342268).
14536
14537         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14538         (gst_sub_parse_set_property):
14539           Rename recently-added 'encoding' property to 'subtitle-encoding'
14540           (so it can be proxied by playbin/decodebin in a generic way
14541           with less danger of false positives).
14542
14543 2006-05-29  Michael Smith  <msmith@fluendo.com>
14544
14545         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14546         (append_with_other_format), (set_structure_widths),
14547         (gst_audio_convert_transform_caps):
14548           Patch from #341562: give more specific audio caps in get_caps, so
14549           that basetransform  can make better decisions on what caps to
14550           negotiate.
14551
14552 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14553
14554         * tests/check/elements/volume.c:
14555         make it compile again
14556
14557 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14558
14559         * tests/check/elements/volume.c: (volume_suite):
14560         disable test until #343196 gets resolved
14561
14562 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14563
14564         * gst/adder/gstadder.c: (gst_adder_get_type):
14565         Make it easier to copy&paste
14566         
14567         * gst/volume/Makefile.am:
14568         * gst/volume/gstvolume.c: (volume_update_real_volume),
14569         (gst_volume_set_volume), (gst_volume_set_mute),
14570         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14571         (volume_transform_ip), (volume_update_mute),
14572         (volume_update_volume):
14573         * gst/volume/gstvolume.h:
14574         Add own debug category, move duplicate code to helper function, fix
14575         property texts, add more comments and prepare ffor liboil-goodness
14576         
14577         * tests/check/Makefile.am:
14578         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14579         add test for mute and passtrough case, be a bit more verbose to track
14580         failure
14581         
14582         * tests/check/generic/states.c: (GST_START_TEST):
14583         catch elements that fail to instantiate
14584
14585 2006-05-28  Edward Hervey  <edward@fluendo.com>
14586
14587         * tests/check/pipelines/simple-launch-lines.c:
14588         * tests/check/pipelines/theoraenc.c:
14589         * tests/check/pipelines/vorbisenc.c:
14590         Comment out tests using parse_launch() if core was built without
14591         parsing capabilities.
14592
14593 2006-05-27  Edward Hervey  <edward@fluendo.com>
14594
14595         * tests/check/Makefile.am:
14596         Extra bonus points for whoever explains to ensonic that you are meant
14597         to test unit tests thoroughly before commiting them, especially if
14598         you know it's going to break.
14599         De-activated element/adder tests.
14600
14601 2006-05-27  Edward Hervey  <edward@fluendo.com>
14602
14603         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14604         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14605         Marking caps conversion issues as GST_WARNING is way too verbose,
14606         Moving them to GST_LOG.
14607
14608 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14609
14610         * README:
14611           Replace current README (containing the release notes from
14612           some 0.9.x version) with a proper README taken from the core.
14613
14614 2006-05-26  Wim Taymans  <wim@fluendo.com>
14615
14616         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14617         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14618         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14619         (vorbis_dec_change_state):
14620         Small cleanups.
14621         Add some FIXMEs
14622         Clip output samples to segment boundaries.
14623
14624 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14625
14626         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14627         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14628         Improve the errors produced on bad output, including some human
14629         readable description strings.
14630         Handle the (theoretical for ximagesink) case where the XServer 
14631         has a different idea about the size required for a particular 
14632         frame and gives us too small a memory allocation.
14633
14634 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14635
14636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14637         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14638         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14639         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14640         Improve the errors produced on bad output, including some human 
14641         readable description strings.
14642         Handle RGB Xv formats properly by transforming them into our 
14643         big-endian caps description.
14644         Use gst_caps_truncate to ensure that we never try and choose a
14645         non-fixed caps in buffer_alloc.
14646         Handle the case where the XServer has a different idea about the size
14647         required for a particular frame and gives us too small a memory
14648         allocation.
14649         Use -1 to indicate 'no image format', because 0 is a valid XServer
14650         image format number.
14651         Put RGB Xv formats at the end of the caps, so that we always prefer
14652         YUV format frames.
14653         Iterate the available Xv Encodings to determine the maximum width and
14654         height, and then return that in our caps.
14655         (Closes #315312, #337544)
14656
14657 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14658
14659         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14660         When there is only one unfinished pad and it receives an event that
14661         doesn't match our requirements, we need to set alldone=FALSE so that
14662         the fakesink is not removed yet.
14663
14664 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14665
14666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14667           Use gst_type_find_helper_for_buffer() to find the type
14668           of stream from the first packet.
14669
14670         * configure.ac:
14671           Bump requirements to core CVS (needed for vorbis
14672           typefinding to work).
14673
14674 2006-05-24  Edward Hervey  <edward@fluendo.com>
14675
14676         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14677         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14678         contain.  Else they play perfectly fine with qtdemux.
14679
14680 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14681
14682         * ext/theora/theoradec.c:
14683         * ext/theora/theoraenc.c:
14684         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14685         * gst/audiorate/gstaudiorate.c:
14686           make more debug catagories static
14687         
14688         * tests/check/Makefile.am:
14689         * tests/check/elements/adder.c: (message_received),
14690         (test_event_message_received), (GST_START_TEST),
14691         (test_play_twice_message_received), (adder_suite):
14692           added test case for using element twice, extra bonus points for anyone
14693           who can make these test run reliably
14694
14695 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14696
14697         * ext/theora/theoradec.c: (theora_dec_chain):
14698           Make work with time-stamped input buffers that do not
14699           have a granulepos in BUFFER_OFFSET_END (like theora
14700           buffers coming from matroskademux). Fixes #342448.
14701
14702 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14703
14704         Patch by: Peter Kjellerstedt  <pkj at axis com>
14705
14706         * gst/tcp/Makefile.am:
14707           fdstresstest doesn't need Gtk+, fix compilation if 
14708           gtk is not available (#342566).
14709
14710 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14711          
14712         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14713           80 line columns
14714           Removed redundant floor()
14715
14716 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14717
14718         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14719           On second thought, just skip JUNK chunks automatically, so
14720           the caller doesn't have to handle this. Fixes #342345.
14721           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14722           not GST_FLOW_ERROR.
14723
14724 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14725
14726         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14727           Don't bail out on JUNK chunks with a size of 0 (would try to
14728           pull_range 0 bytes before, which sources don't like too much).
14729           See #342345.
14730
14731 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14732
14733         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14735         Use the gstutil scaling function to preserve 64 bits while calculating
14736         output width and height from the display-aspect-ratio. (A continuation
14737         of #341542)
14738
14739 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14740
14741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14742         (gst_xvimagesink_buffer_alloc):
14743         * sys/xvimage/xvimagesink.h:
14744         When performing buffer allocations, remember the caps and image format
14745         we return so that if the same caps are asked for next time we can
14746         return them immediately without doing any caps intersections.
14747
14748 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14749          
14750         * gst-libs/gst/rtp/README:
14751           Some new documentation
14752         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14753           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14754         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14755         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14756           New RTP audio base payloader class. Supports frame or sample based
14757           codecs.  Not enabled in Makefile.am until approved.
14758
14759 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14760
14761         * tests/check/elements/alsa.c: (test_device_property_probe):
14762           Fix test case: don't try to free NULL GValueArray when there
14763           are no devices.
14764
14765 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14766
14767         * tests/check/Makefile.am:
14768         * tests/check/elements/alsa.c: (test_device_property_probe),
14769         (alsa_suite), (main):
14770           Add simple test that runs a device property probe on alsasrc,
14771           alsasink and alsamixer. Disable valgrind check for now (too
14772           many leaks in libasound, and valgrind ignored my suppressions
14773           additions).
14774
14775 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14776
14777         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14778         (gst_alsa_device_property_probe_probe_property),
14779         (gst_alsa_device_property_probe_needs_probe),
14780         (gst_alsa_device_property_probe_get_values),
14781         (gst_alsa_type_add_device_property_probe_interface):
14782         * ext/alsa/gstalsadeviceprobe.h:
14783         * ext/alsa/gstalsamixerelement.c:
14784         (gst_alsa_mixer_element_init_interfaces):
14785         * ext/alsa/gstalsamixerelement.h:
14786           Clean up and simplify alsa device probing. Make it actually work
14787           for multiple classes. Don't cache results any longer.
14788
14789         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14790         (gst_alsasink_init):
14791         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14792         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14793         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14794           Make alsasink and alsasrc implement the GstPropertyProbe interface
14795           for device probing (#342181).
14796           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14797
14798 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14799
14800         * gst/subparse/samiparse.c: (handle_start_font):
14801           Don't ignore return value of strtol (++compiler_happiness).
14802
14803 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14804
14805         Patch by: Young-Ho Cha  <ganadist chollian net>
14806
14807         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14808         (gst_sub_parse_class_init), (gst_sub_parse_init),
14809         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14810         (convert_encoding):
14811         * gst/subparse/gstsubparse.h:
14812           Add 'encoding' property (#341681).
14813
14814         * gst/subparse/samiparse.c: (characters_sami):
14815           Output is pango markup, so we need to escape text
14816           between tags (#342143).
14817
14818 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14819
14820         * gst-libs/gst/audio/multichannel.c:
14821         (gst_audio_check_channel_positions):
14822           It's okay to have caps with channels=1 and a channel position
14823           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14824           (deinterleavers might want to keep the position in the caps,
14825           so that they can be re-interleaved again properly later).
14826           Leave check for unexpected 2-channel layouts intact for now.
14827
14828 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14829
14830         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14831         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14832         basesrc can do its job correctly.
14833
14834 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14835
14836         * ext/alsa/Makefile.am:
14837         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14838         (gst_alsa_detect_formats), (get_channel_free_structure),
14839         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14840         (gst_alsa_probe_supported_formats):
14841         * ext/alsa/gstalsa.h:
14842         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14843           Refactor and improve caps probing code: probe signedness
14844           when we probe the supported formats/widths; set endianness
14845           to the one we actually probed for (ie. cpu endianness).
14846           
14847         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14848         (gst_alsasrc_close):
14849         * ext/alsa/gstalsasrc.h:
14850           Implement caps probing for alsasrc.
14851
14852 2006-05-15  Wim Taymans  <wim@fluendo.com>
14853
14854         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14855         (theora_dec_src_query), (theora_dec_src_event),
14856         (theora_dec_sink_event), (theora_handle_comment_packet),
14857         (theora_handle_data_packet), (theora_dec_change_state):
14858         Cleanups, add some G_LIKELY.
14859         Use segment helpers instead of our own wrong code.
14860         Clear queued buffers on seek and READY.
14861
14862         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14863         (vorbis_dec_convert), (vorbis_dec_src_query),
14864         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14865         (vorbis_handle_comment_packet), (vorbis_dec_push),
14866         (vorbis_handle_data_packet), (vorbis_dec_chain),
14867         (vorbis_dec_change_state):
14868         * ext/vorbis/vorbisdec.h:
14869         Remove old useless packetno variable.
14870         Do position query properly.
14871         Add some G_LIKELY.
14872         Do cleanup of queued buffers in new helper function
14873         and use it.
14874
14875 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14876
14877         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14878           Query supported sample rates. Fixes #341732.
14879
14880 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14881
14882         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14883         (gst_decode_bin_change_state): Make decodebin reusable
14884         when going from PAUSE_TO_READY and then back to PAUSED.
14885         Fixes #331678.
14886
14887 2006-05-15  Wim Taymans  <wim@fluendo.com>
14888
14889         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14890         (vorbis_dec_convert), (vorbis_dec_src_query),
14891         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14892         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14893         (vorbis_dec_clean_queued), (vorbis_dec_push),
14894         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14895         Cleanups. Use refcounting and DEBUG_OBJECT.
14896         Reset segment on flush, use code methods instead of our
14897         own wrong version.
14898         Fix potential memleak.
14899
14900 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14901
14902         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14903         (gst_alsasink_init):
14904         * ext/alsa/gstalsasink.h:
14905           Don't leak allocated snd_output_t structure if there's
14906           more than one alsasink instance at a time (#341873).
14907           Also fix GObject macros in header file.
14908           
14909 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14910
14911         * gst/subparse/gstsubparse.c:
14912         (gst_sub_parse_data_format_autodetect):
14913           Don't use libxml functions in the typefinding code.
14914
14915 2006-05-15  Wim Taymans  <wim@fluendo.com>
14916
14917         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14918         Fix seeking performance in the case where a non-header 
14919         packet has a 0 granulepos (busted theora case). 
14920         Fixes #341719
14921         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14922          the first place, you limelight stealer you)
14923
14924 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14925
14926         * gst/subparse/gstsubparse.c:
14927         (gst_sub_parse_data_format_autodetect):
14928           Improve SAMI typefinding: handle case where there are
14929           whitespaces or newlines in front of the first <SAMI>
14930           tag (#169936).
14931
14932 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14933
14934         * configure.ac:
14935           Build video4linux plugin even if there's no XVIDEO, just
14936           without implementing the GstXOverlay interface (#334002).
14937          
14938 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14939
14940         * configure.ac:
14941         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14942         (plugin_init):
14943           Add tentative support for libvisual-0.4 (#336881).
14944
14945 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14946
14947         Patch by: Young-Ho Cha <ganadist at chollian net>
14948
14949         * gst/subparse/samiparse.c: (handle_start_font):
14950           Need to map "silver" colour explicitly (#169936).
14951
14952 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14953
14954         Patch by: Young-Ho Cha  <ganadist at chollian net>
14955
14956         * gst/subparse/Makefile.am:
14957         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14958         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14959         (gst_sub_parse_format_autodetect), (feed_textbuf),
14960         (gst_subparse_type_find), (plugin_init):
14961         * gst/subparse/gstsubparse.h:
14962         * gst/subparse/samiparse.c:
14963         * gst/subparse/samiparse.h:
14964           Add support for SAMI subtitles (#169936).
14965
14966 2006-05-14  Michael Smith  <msmith@fluendo.com>
14967
14968         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14969           Fix #341696: crash when mixing L+R+C to mono or stereo.
14970         * tests/check/Makefile.am:
14971         * tests/check/elements/audioconvert.c: (set_channel_positions),
14972         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14973         (audioconvert_suite):
14974           Add test for the above, including some generic framework bits for
14975           testing multichannel things.
14976
14977 === release 0.10.7 ===
14978
14979 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14980
14981         * configure.ac:
14982           releasing 0.10.7, "Leave the gun"
14983
14984 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14985
14986         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14988         Fix the build.
14989
14990 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14991
14992         * docs/libs/gst-plugins-base-libs-docs.sgml:
14993         * docs/libs/gst-plugins-base-libs-sections.txt:
14994         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14995         * gst-libs/gst/video/video.h:
14996         * gst/videoscale/Makefile.am:
14997         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14999         * tests/check/Makefile.am:
15000         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15001         (main):
15002           Fix integer overflow problem with pixel-aspect-ratio calculations
15003           in videoscale and xvimagesink (#341542)
15004
15005 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15006
15007         * gst-libs/gst/tag/gstid3tag.c:
15008           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15009
15010 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15011
15012         * win32/MANIFEST:
15013           update win32 files listing
15014
15015 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15016
15017         patch by: Sjoerd Simons (sjoerd@luon.net)
15018
15019         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15020         (group_create), (group_destroy), (add_stream),
15021         (gst_play_base_bin_get_property),
15022         (gst_play_base_bin_get_streaminfo_value_array):
15023         * gst/playback/gstplaybasebin.h:
15024           API: GstPlayBaseBin::stream-info-value-array property
15025           use a more bindings-friendly way of exposing streaminfo
15026           using a GValueArray.  Tested in ipython.
15027           Closes #341114
15028
15029 2006-05-11  Wim Taymans  <wim@fluendo.com>
15030
15031         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15032         (queue_underrun_cb), (queue_filled_cb):
15033         Also catch queue underruns but don't do anything yet.
15034         Refactor and comment queue enlarging code a bit.
15035
15036         * gst/playback/gstplaybasebin.c: (queue_overrun),
15037         (queue_threshold_reached), (queue_out_of_data),
15038         (gen_preroll_element):
15039         If a queue over/underruns check that we don't create nasty
15040         deadlocks when the min-threshold is not reached but the
15041         max-bytes is. In those cases disable max-bytes when we
15042         know that the queue is fed timed data.
15043         Add more comments.
15044
15045 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15046
15047         * gst/playback/gstplaybin.c: (gen_audio_element):
15048           Make playbin automatically plug an 'audioresample'
15049           element before the audio sink as well. This solves
15050           problems with sinks that only accept a very specific
15051           sample rate, like esdsink (e.g. #340379).
15052
15053 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15054
15055         * gst/playback/gstplaybasebin.c: (gen_source_element):
15056           Make http sources send special headers so that we receive
15057           icecast metadata if the http stream is an icecast stream
15058           (otherwise the server will just ignore them). This also
15059           means that from now on users will need the 'icydemux'
15060           element from gst-plugins-good installed if they want to
15061           listen to icecast radio streams. (#341432, #333657).
15062
15063 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15064
15065         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15066         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15067           remove stupid example from docs - it should come with a simple
15068           C program instead.
15069           Clean up/fix docs
15070         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15071         (fail_if_can_read), (GST_START_TEST),
15072         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15073           add a test for changing streamheader which exposes a bug in
15074           multifdsink
15075
15076 2006-05-11  Michael Smith  <msmith@fluendo.com>
15077
15078         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15079         (gst_gnome_vfs_src_received_headers_callback):
15080         * ext/gnomevfs/gstgnomevfssrc.h:
15081           Don't set icy-caps unless we have a sane interval value. Move
15082           interval to a local variable; we never use it outside this function.
15083
15084 2006-05-11  Wim Taymans  <wim@fluendo.com>
15085
15086         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15088         Register special buffer types along with the objects so
15089         that they are not registered at runtime from N different
15090         streaming threads since they are not threadsafe.
15091
15092 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15093
15094         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15095         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15096           add two more tests, one doing streamheader
15097
15098 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15099
15100         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15101           clean up the bufqueue when shutting down
15102         * tests/check/Makefile.am:
15103         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15104         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15105         (main):
15106           add a test for the leak that was just fixed
15107
15108 2006-05-10  Wim Taymans  <wim@fluendo.com>
15109
15110         * gst/adder/gstadder.c: (gst_adder_setcaps),
15111         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15112         (gst_adder_src_event), (gst_adder_sink_event),
15113         (gst_adder_class_init), (gst_adder_finalize),
15114         (gst_adder_request_new_pad), (gst_adder_collected):
15115         * gst/adder/gstadder.h:
15116         Updated some docs. Added comments and FIXMEs all over the place.
15117         Improve debugging info.
15118         Fix leak on finalize by not calling the parent.
15119         Implement duration query.
15120         Make event forwarding threadsafe.
15121         Correctly send NEWSEGMENT at start and after flush.
15122         Handle EOS correctly.
15123         Post error when not negotiated.
15124
15125         * tests/check/elements/adder.c: (GST_START_TEST):
15126         Added FIXME in the test.
15127
15128 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15129
15130         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15131         (gst_text_overlay_halign_get_type),
15132         (gst_text_overlay_wrap_mode_get_type):
15133         * ext/theora/theoradec.c: (theora_handle_type_packet),
15134         (theora_handle_data_packet):
15135         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15136         (theora_enc_sink_setcaps), (theora_enc_chain):
15137         * gst-libs/gst/cdda/gstcddabasesrc.c:
15138         (gst_cdda_base_src_mode_get_type):
15139         * gst/audiotestsrc/gstaudiotestsrc.c:
15140         (gst_audiostestsrc_wave_get_type):
15141         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15142         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15143         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15144         (gst_sync_method_get_type), (gst_unit_type_get_type),
15145         (gst_client_status_get_type):
15146         * gst/videoscale/gstvideoscale.c:
15147         (gst_video_scale_method_get_type):
15148         * gst/videotestsrc/gstvideotestsrc.c:
15149         (gst_video_test_src_pattern_get_type):
15150         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15151         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15152         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15153         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15154         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15155         (paint_setup_RGB565), (paint_setup_xRGB1555):
15156           Const-ify GEnumValue and GFlagsValue arrays. Use
15157           GST_ROUND_UP_* macros instead of home-made ones.
15158
15159 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15160
15161         * configure.ac:
15162           Require core CVS for the new newsegment stuff.
15163
15164 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15165
15166         Patch by: Sjoerd Simons  <sjoerd at luon net>
15167
15168         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15169           Register nick for enum value (#341160).
15170
15171 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15172
15173         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15174         (plugin_init):
15175          backout typefind patch #340375
15176          
15177         * tests/check/elements/adder.c: (message_received),
15178         (GST_START_TEST), (adder_suite):
15179           redo, signal-handling of test
15180
15181 2006-05-09  Wim Taymans  <wim@fluendo.com>
15182
15183         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15184         (gst_adder_collected):
15185         * gst/adder/gstadder.h:
15186         Remove bogus segment merging and forwarding, we don't
15187         care about timestamps anyway and we just produce a
15188         continuous stream. 
15189         Also create a nice NEWSEGMENT event when we start.
15190         Use _scale_int some more.
15191
15192 2006-05-09  Edward Hervey  <edward@fluendo.com>
15193
15194         * tests/icles/stress-xoverlay.c:
15195         Fix if core was built without parsing support.
15196
15197 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15198
15199         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15200           Add SEDG (Samsung MPEG-4) fourcc.
15201
15202 2006-05-09  Edward Hervey  <edward@fluendo.com>
15203
15204         * tests/icles/stress-xoverlay.c:
15205         * tests/examples/volume/volume.c:
15206         Fix if core was built without parsing support.
15207
15208         * tests/examples/seek/seek.c:
15209         Disable the parse_launch example if core was built without parsing
15210         support.
15211
15212 2006-05-08  Edward Hervey  <edward@fluendo.com>
15213
15214         * autogen.sh: (CONFIGURE_DEF_OPT): 
15215         libtoolize on Darwin/MacOSX is called glibtoolize
15216
15217 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15218
15219         * tests/check/Makefile.am:
15220         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15221           Disable the adder test, until the build-slaves posses the kindness to 
15222           either like it or to give valid reason for not doing so 
15223
15224 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15225
15226         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15227         (adder_suite):
15228           Shuffle NULL state change around and raise timeout more
15229
15230 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15231
15232         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15233         (mp4_type_find), (plugin_init):
15234           Add typefind to distinguish between "audio/x-m4a" and new type
15235           "video/mp4". Fixes #340375
15236
15237         * tests/check/elements/adder.c: (adder_suite):
15238           Raise timeout to make buildbot happy
15239
15240 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15241
15242         * gst/adder/gstadder.c: (gst_adder_sink_event),
15243         (gst_adder_request_new_pad), (gst_adder_change_state):
15244         * gst/adder/gstadder.h:
15245         * tests/check/Makefile.am:
15246         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15247         (adder_suite), (main):
15248           Add sink-event handling to adder. It tries to merge incomming
15249           newsegment-events. Added test to check if segment_done is comming
15250           through. Fixes #340060
15251
15252 2006-05-05  Andy Wingo  <wingo@pobox.com>
15253
15254         * ext/theora/theoraparse.c (gst_theora_parse_init)
15255         (theora_parse_src_convert, theora_parse_src_query):
15256         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15257         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15258         query functions on the source pads of the theora and vorbis parse
15259         elements. Fixes position querying when doing a remux.
15260
15261 2006-05-05  Michael Smith  <msmith@fluendo.com>
15262
15263         * ext/theora/theoraparse.c: (parse_granulepos),
15264         (theora_parse_drain_queue_prematurely),
15265         (theora_parse_queue_buffer), (theora_parse_sink_event):
15266           Fix flushing.
15267           Fix invalid granulepos outputs when starting with a non-keyframe.
15268
15269 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15270
15271         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15272         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15273         Rearrange MPEG system stream detection, fixing some memleaks in the
15274         process.
15275         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15276         they clean up their data correctly.
15277         Remove unused ogganx caps and move the 'is_annodex' check to inside
15278         the 'is_ogg' if statement.
15279
15280 2006-05-05  Wim Taymans  <wim@fluendo.com>
15281
15282         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15283         Properly remove ghostpads. Fixes #340392
15284
15285 2006-05-04  David Schleef  <ds@schleef.org>
15286
15287         * gst/typefind/gsttypefindfunctions.c:
15288
15289 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15290
15291         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15292         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15293
15294         When typefinding an MP3 in push-based mode, don't penalise the
15295         probability down to 74% when we found 5 valid frames just because we
15296         can't peek the end of the file.
15297
15298         Make the probability for detecting MPEG Transport Streams based on the
15299         number of sequential headers we successfully detected.
15300
15301 2006-05-03  Wim Taymans  <wim@fluendo.com>
15302
15303         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15304         (vorbis_dec_push), (vorbis_dec_chain):
15305         Still produce an error when we receive an empty packet.
15306
15307 2006-05-03  Wim Taymans  <wim@fluendo.com>
15308
15309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15310         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15311         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15312         Mark buffers with DISCONT after seek and after activating new
15313         chains.
15314
15315         * ext/theora/gsttheoradec.h:
15316         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15317         (theora_get_query_types), (theora_dec_sink_event),
15318         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15319         (theora_dec_change_state):
15320         Fix frame counter.
15321         Detect and mark DISCONT buffers.
15322
15323         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15324         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15325         (vorbis_dec_change_state):
15326         * ext/vorbis/vorbisdec.h:
15327         Use GstSegment.
15328         Detect and mark DISCONT buffers.
15329         Don't crash on 0 sized buffers.
15330
15331 2006-05-03  Wim Taymans  <wim@fluendo.com>
15332
15333         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15334         (volume_transform_ip):
15335         Increase "volume" property to 10.0. Fixes #340369.
15336         Set the process function to NULL when capsnego fails so that
15337         we properly error out.
15338
15339 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15340
15341         * gst/playback/gstplaybin.c: (add_sink):
15342         * gst/playback/test.c: (main):
15343         * gst/playback/test5.c: (dump_element_stats):
15344         * gst/playback/test6.c: (main):
15345           free caps using gst_caps_unref, don't leak caps-strings
15346
15347 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15348
15349         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15350         (plugin_init):
15351           Refine musepack typefinding a bit. Return MAXIMUM
15352           probability when we detect stream version 7 to make
15353           sure the mpeg audio typefinder doesn't trump us.
15354
15355 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15356
15357         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15358           Protect against unexpected NULL strf_data buffer.
15359
15360 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15361
15362         * tests/check/elements/audioconvert.c: (verify_convert),
15363         (GST_START_TEST):
15364           interpret the out[] buffer in the order the bytes are actually
15365           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15366           Other tests should use BYTE_ORDER since the array is filled in
15367           with actual values
15368
15369 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15370
15371         * tests/check/elements/audioconvert.c: (verify_convert),
15372         (GST_START_TEST):
15373           when a test fails, give an indication of which it is
15374
15375 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15376
15377         * gst-libs/gst/cdda/gstcddabasesrc.c:
15378           compile fix; strtol() needs <stdlib.h>
15379
15380 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15381
15382         * ext/alsa/gstalsamixerelement.c:
15383         * ext/alsa/gstalsasrc.c:
15384         * ext/cdparanoia/gstcdparanoiasrc.c:
15385         * ext/gnomevfs/gstgnomevfssink.c:
15386         * ext/gnomevfs/gstgnomevfssrc.c:
15387         * ext/ogg/gstoggdemux.c:
15388         * ext/ogg/gstoggmux.c:
15389         * ext/ogg/gstoggparse.c:
15390         * ext/ogg/gstogmparse.c:
15391         * ext/pango/gstclockoverlay.c:
15392         * ext/pango/gsttextoverlay.c:
15393         * ext/pango/gsttextrender.c:
15394         * ext/pango/gsttimeoverlay.c:
15395         * ext/theora/theoradec.c:
15396         * ext/theora/theoraenc.c:
15397         * ext/vorbis/vorbisdec.c:
15398         * ext/vorbis/vorbisenc.c:
15399         * gst-libs/gst/audio/gstaudiofilter.c:
15400         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15401         * gst/audioconvert/gstaudioconvert.c:
15402         * gst/audiorate/gstaudiorate.c:
15403         * gst/audioresample/gstaudioresample.c:
15404         * gst/audiotestsrc/gstaudiotestsrc.c:
15405         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15406         * gst/playback/gstdecodebin.c:
15407         * gst/playback/gstplaybin.c:
15408         * gst/playback/gststreamselector.c:
15409         * gst/subparse/gstsubparse.c:
15410         * gst/tcp/gstmultifdsink.c:
15411         * gst/tcp/gsttcpclientsink.c:
15412         * gst/tcp/gsttcpclientsrc.c:
15413         * gst/tcp/gsttcpserversink.c:
15414         * gst/tcp/gsttcpserversrc.c:
15415         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15416         * gst/videorate/gstvideorate.c:
15417         * gst/videoscale/gstvideoscale.c:
15418         * gst/videotestsrc/gstvideotestsrc.c:
15419         * gst/volume/gstvolume.c:
15420         * sys/v4l/gstv4ljpegsrc.c:
15421         * sys/v4l/gstv4lmjpegsink.c:
15422         * sys/v4l/gstv4lmjpegsrc.c:
15423         * sys/v4l/gstv4lsrc.c:
15424         * sys/ximage/ximagesink.c:
15425         * sys/xvimage/xvimagesink.c:
15426         * tests/check/libs/cddabasesrc.c:
15427           make GstElementDetails const
15428
15429 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15430
15431         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15432         (gst_adder_init):
15433           send events from src-pad to all sink-pads fixes #338657
15434
15435 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15436
15437         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15438         (alsasink_parse_spec):
15439           query width capabilities from alsa, fixes #338919
15440
15441 2006-04-28  Wim Taymans  <wim@fluendo.com>
15442
15443         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15444         (gst_multi_fd_sink_remove_client_link):
15445         * gst/tcp/gstmultifdsink.h:
15446         Fix race condition in multifdsink that can lead to spurious 
15447         duplicate clients. this patch adds a new signal that is fired when
15448         multifdsink has removed all references to the fd.
15449         Fixes #339574.
15450         Updated documentation.
15451         API: client-fd-removed signal added
15452
15453 2006-04-28  Michael Smith  <msmith@fluendo.com>
15454
15455         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15456           When asking g_value_array_new to prealloc elements, we may as well
15457           ask for the right number of elements.
15458
15459 2006-04-28  Wim Taymans  <wim@fluendo.com>
15460
15461         * gst-libs/gst/audio/gstbaseaudiosink.c:
15462         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15463         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15464         patch to make timestamp checking more tollerant to rounding 
15465         errors given that real discontinuities are to be marked on
15466         buffers. Fixes some asf files and #338778.
15467         Also avoid some crashers when we receive an event in the 
15468         NULL state.
15469
15470 2006-04-28  Michael Smith  <msmith@fluendo.com>
15471
15472         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15473         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15474         (gst_gnome_vfs_src_get_property),
15475         (gst_gnome_vfs_src_send_additional_headers_callback),
15476         (gst_gnome_vfs_src_received_headers_callback),
15477         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15478         (gst_gnome_vfs_src_stop):
15479         * ext/gnomevfs/gstgnomevfssrc.h:
15480           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15481           proper shared support within icydemux.
15482
15483 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15484
15485         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15486         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15487           fix up docs
15488           fix a leak when no caps negotiated
15489           fix counting of input frames
15490         * tests/check/elements/.cvsignore:
15491         * tests/check/elements/videorate.c: (assert_videorate_stats),
15492         (GST_START_TEST), (videorate_suite):
15493           add tests for these
15494
15495 2006-04-28  Wim Taymans  <wim@fluendo.com>
15496
15497         * gst-libs/gst/audio/gstringbuffer.c:
15498         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15499         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15500         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15501         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15502         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15503         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15504         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15505         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15506         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15507         Check arguments passed to public functions instead of
15508         crashing.
15509
15510 2006-04-28  Wim Taymans  <wim@fluendo.com>
15511
15512         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15513         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15514         GstBaseAudioSrc must be live or it does not work.
15515
15516         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15517         Don't set live to TRUE as this is the default in the parentclass.
15518
15519 2006-04-28  Wim Taymans  <wim@fluendo.com>
15520
15521         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15522         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15523         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15524         fixation cases better. Fixes #338991
15525
15526 2006-04-28  Wim Taymans  <wim@fluendo.com>
15527
15528         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15529         Handle 0/1 framerate correctly Fixes #331901.
15530
15531 2006-04-28  Wim Taymans  <wim@fluendo.com>
15532
15533         * tests/check/elements/audioconvert.c: (get_float_caps),
15534         (GST_START_TEST), (audioconvert_suite):
15535         Added check for correct clipping when doing float samples
15536         in audioconvert.
15537
15538 2006-04-28  Wim Taymans  <wim@fluendo.com>
15539
15540         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15541         (gst_video_rate_chain):
15542         Print more debugging info.
15543
15544 2006-04-28  Wim Taymans  <wim@fluendo.com>
15545
15546         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15547         (resample_set_state_from_caps):
15548         Add support for other formats audioresample can handle such as
15549         32 bits in and float and 64 bits float. Fixes #301759
15550
15551 2006-04-28  Wim Taymans  <wim@fluendo.com>
15552
15553         * gst/audioconvert/audioconvert.c: (float):
15554         correctly clip float samples > 1.0. Fixes #338718
15555
15556 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15557
15558         Patch by: Young-Ho Cha  <ganadist at chollian net>
15559
15560         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15561         (gst_text_overlay_render_text):
15562           Don't strip newlines from the text. Also, center lines
15563           within multi-line paragraphs (#339405).
15564
15565 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15566
15567         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15568           Fix wavpack typefinding to work in more cases (don't peek
15569           for chunks of multiple hundred kBs at once, but process
15570           things step-by-step in smaller units). Fixes #339786.
15571
15572 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15573
15574         * configure.ac:
15575           back to HEAD
15576
15577 === release 0.10.6 ===
15578
15579 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15580
15581         * configure.ac:
15582           releasing 0.10.6, "Chao"
15583
15584 2006-04-26  David Schleef  <ds@schleef.org>
15585
15586         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15587           Fixes #338897.
15588
15589 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15590
15591         * configure.ac:
15592         * win32/common/config.h:
15593           new prerelease
15594
15595 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15596
15597         patch by: Wim Taymans
15598
15599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15600         (gst_ogg_demux_perform_seek):
15601           make sure correct newsegments are sent, so that the decoder
15602           and the demuxer agree on timestamps.  Fixes playback of a lot
15603           of Ogg files that do not start from 0.  Fixes #339833.
15604
15605 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15606
15607         Patch by: Edward Hervey  <edward@fluendo.com>
15608
15609         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15610         * tests/check/Makefile.am:
15611         * tests/check/elements/videorate.c: (assert_videorate_stats),
15612         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15613         (videorate_suite), (main):
15614           Fix an infinite loop if frames are passed in with wrongly ordered
15615           timestamps.  Fixes #339013.
15616
15617 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15618
15619         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15620
15621         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15622           fix typefinding on some ISO files.  Fixes #339212.
15623
15624 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15625
15626         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15627
15628         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15629           add another H264 fourcc.  Fixes #339047.
15630
15631 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15632
15633         Patch by: Jan Schmidt
15634
15635         * gst/playback/gststreamselector.c:
15636         (gst_stream_selector_bufferalloc):
15637           Restore old StreamSelector behaviour.
15638           Fixes #338419.
15639
15640 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15641
15642         * configure.ac:
15643         * win32/common/config.h:
15644           prerelease
15645
15646 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15647
15648         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15649
15650         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15651         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15652           Fix some memory leaks: on finalize, free buffers left in the queue
15653           before destroying the queue; in _push(), unref rtp_buf even if
15654           the process vfunc returned a NULL buffer as output buffer (#337548);
15655           demote some recuring debug messages to LOG level.
15656
15657 2006-04-11  Wim Taymans  <wim@fluendo.com>
15658
15659         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15660         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15661         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15662         (gst_ogg_demux_loop):
15663         More cleanups.
15664         Respect segment stop when emiting EOS or SEGMENT_DONE.
15665         Fixes (#337945).
15666
15667 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15668
15669         * gst/playback/gststreamselector.c:
15670         (gst_stream_selector_get_property):
15671           Don't leak pad name.
15672
15673 2006-04-10  Michael Smith  <msmith@fluendo.com>
15674
15675         * tests/check/Makefile.am:
15676         * tests/check/gst-plugins-base.supp:
15677           Suppress an old libtheora bug (fixed in more recent versions), so 
15678           that FC4 buildslaves can pass.
15679
15680 2006-04-10  Wim Taymans  <wim@fluendo.com>
15681
15682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15683         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15684         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15685         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15686         (gst_ogg_demux_loop):
15687         Don't leak events.
15688         Remember what error we got when finding chains, if we
15689         were shutdown, that would not be an error.
15690
15691 2006-04-10  Wim Taymans  <wim@fluendo.com>
15692
15693         * gst-libs/gst/audio/gstbaseaudiosink.c:
15694         (gst_base_audio_sink_event):
15695         Starting the ringbuffer when we did not acquire it can cause
15696         a deadlock, is pointless and causes nasty things for
15697         subclasses. 
15698         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15699
15700 2006-04-10  Wim Taymans  <wim@fluendo.com>
15701
15702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15703         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15704         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15705         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15706         (gst_ogg_demux_deactivate_current_chain),
15707         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15708         (gst_ogg_demux_bisect_forward_serialno),
15709         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15710         Add some more debugging.
15711
15712 2006-04-10  Wim Taymans  <wim@fluendo.com>
15713
15714         * ext/theora/theoradec.c: (theora_dec_src_event),
15715         (theora_handle_data_packet):
15716         Some more debug info.
15717
15718         * tests/examples/seek/seek.c: (start_seek), (main):
15719         Print element messages too.
15720
15721 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15722
15723         * gst/audioresample/debug.h:
15724           replace debug macros with variable number of parameters
15725           by a simple alias to gstreamer standard debug macros 
15726          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15727           supported by MSVC 6.0 and 7.1)
15728         * gst/audioresample/resample.h:
15729           define M_PI and rint for WIN32
15730         * win32/common/libgstaudio.def:
15731         * win32/common/libgstriff.def:
15732         * win32/common/libgsttag.def:
15733         * win32/common/libgstvideo.def:
15734           add new exported functions
15735         * win32/vs6:
15736           update project files
15737
15738 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15739
15740         * ext/alsa/gstalsamixeroptions.c:
15741         (gst_alsa_mixer_options_class_init):
15742         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15743         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15744         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15745         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15746         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15747         * gst-libs/gst/audio/gstaudiofilter.c:
15748         (gst_audio_filter_class_init):
15749         * gst-libs/gst/audio/gstaudiosink.c:
15750         (gst_audioringbuffer_class_init):
15751         * gst-libs/gst/audio/gstaudiosrc.c:
15752         (gst_audioringbuffer_class_init):
15753         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15754         * gst-libs/gst/interfaces/colorbalancechannel.c:
15755         (gst_color_balance_channel_class_init):
15756         * gst-libs/gst/interfaces/mixeroptions.c:
15757         (gst_mixer_options_class_init):
15758         * gst-libs/gst/interfaces/mixertrack.c:
15759         (gst_mixer_track_class_init):
15760         * gst-libs/gst/interfaces/tunerchannel.c:
15761         (gst_tuner_channel_class_init):
15762         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15763         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15764         (gst_netbuffer_class_init):
15765         * gst-libs/gst/rtp/gstbasertppayload.c:
15766         (gst_basertppayload_class_init):
15767         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15768         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15769         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15770         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15771         * gst/playback/gststreamselector.c:
15772         (gst_stream_selector_class_init):
15773         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15774         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15775         * sys/v4l/gstv4lcolorbalance.c:
15776         (gst_v4l_color_balance_channel_class_init):
15777         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15778         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15779         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15780         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15781         (gst_v4l_tuner_norm_class_init):
15782         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15784         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15785         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15786
15787 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15788
15789         * ext/pango/gsttextrender.h:
15790         * gst-libs/gst/audio/gstaudiosink.h:
15791         * gst-libs/gst/audio/gstaudiosrc.h:
15792         * gst-libs/gst/audio/gstbaseaudiosink.h:
15793         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15794         * gst-libs/gst/audio/gstringbuffer.h:
15795         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15796         * gst-libs/gst/rtp/gstbasertppayload.h:
15797         * gst-libs/gst/video/gstvideofilter.h:
15798         * gst-libs/gst/video/gstvideosink.h:
15799         * gst/playback/gstplaybasebin.h:
15800         * gst/tcp/gstmultifdsink.h:
15801         * sys/v4l/gstv4lelement.h:
15802         Fix broken GObject macros
15803
15804 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15805
15806         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15807         More debug to trace why my USB headset is not working with gst
15808
15809 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15810
15811         * gst/playback/gstplaybasebin.c: (group_destroy):
15812         Clean up our group elements properly in the case where it never 
15813         got committed - it still got added unconditionally to the bin.
15814
15815 2006-04-07  Wim Taymans  <wim@fluendo.com>
15816
15817         * ext/theora/theoradec.c: (theora_dec_sink_event),
15818         (theora_handle_data_packet), (theora_dec_chain):
15819         Unref unhandled events.
15820         Protect against empty buffers.
15821         Perform QoS on running time.
15822
15823 2006-04-07  Michael Smith  <msmith@fluendo.com>
15824
15825         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15826         (gst_vorbis_enc_chain):
15827           Remove leaks from vorbisenc.
15828           Mostly minor changes, the only significant one is that now the
15829           buffers we set as 'streamheader' on the caps are copies of the
15830           original buffers, to avoid circular refcounting problems.
15831
15832 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15833
15834         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15835           Don't remove our mute-probe if someone else already did so.
15836           Don't set a 2nd one if there is already one pending on the pad.
15837
15838         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15839         (do_playbin_seek):
15840           When a seek fails, ensure that playbin is still set back to playing.
15841           
15842         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15843         (mpeg_ts_type_find), (plugin_init):
15844           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15845
15846 2006-04-06  Andy Wingo  <wingo@pobox.com>
15847
15848         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15849         (gst_video_rate_init): Caps-related parameters should not be reset
15850         by a flush -- move their inits to the instance init function.
15851         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15852         is not OK, just return the result.
15853
15854         * gst/audiotestsrc/gstaudiotestsrc.c
15855         (gst_audio_test_src_class_init)
15856         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15857         broken by Stefan's commit on 24 March.
15858
15859         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15860         buffers being pushed out. Fixes oggmux ! multifdsink.
15861
15862 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15863
15864         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15865         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15866         * ext/vorbis/vorbisdec.h:
15867         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15868         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15869         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15870         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15871         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15872         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15873         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15874         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15875         (gst_vorbis_enc_buffer_from_packet),
15876         (gst_vorbis_enc_buffer_from_header_packet),
15877         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15878         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15879         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15880         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15881         (gst_vorbis_enc_change_state):
15882         * ext/vorbis/vorbisenc.h:
15883           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15884           vorbisenc adhere to the official nomenclature; use boilerplate
15885           macro.
15886
15887 2006-04-04  Andy Wingo  <wingo@pobox.com>
15888
15889         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15890         Whoops, fix bug introduced. Bad hacker!
15891         
15892         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15893         Properly handle the case where you get EOS before any buffers are
15894         received. Use gst_buffer_make_metadata_writable where appropriate.
15895
15896         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15897         is often negative -- make it signed so as not to wrap around.
15898         Fixes segfaults introduced on 9 March.
15899
15900 2006-04-03  Wim Taymans  <wim@fluendo.com>
15901
15902         * ext/theora/gsttheoradec.h:
15903         * ext/theora/theoradec.c: (theora_dec_src_event):
15904         Don't try to store a gdouble in a gboolean.
15905         Small cleanups.
15906
15907 2006-04-03  Michael Smith  <msmith@fluendo.com>
15908
15909         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15910           Oggmux sucks.
15911           Make it suck slightly less by writing out the final page.
15912           Still can't encode a vorbis-in-ogg file correctly, though.
15913
15914 2006-04-03  Andy Wingo  <wingo@pobox.com>
15915
15916         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15917         a g_print.
15918
15919         * ext/theora/theora.c (plugin_init): Register theoraparse.
15920
15921         * ext/theora/gsttheoraparse.h: 
15922         * ext/theora/theoraparse.c: New files implementing a theora
15923         parser. Now we can properly remux ogg/theora+vorbis, yay.
15924
15925         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15926
15927 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15928
15929         * gst/audiotestsrc/gstaudiotestsrc.c:
15930           Fixed the sample pipeline (see #323798)
15931
15932 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15933
15934         * configure.ac:
15935         * win32/common/config.h:
15936         * win32/common/config.h.in:
15937           use AS_VERSION and AS_NANO
15938           more cleanups
15939
15940 2006-03-31  Andy Wingo  <wingo@pobox.com>
15941
15942         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15943         uninitialized variable return that would happen.
15944         
15945         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15946         uninitialized variable return that would never happen.
15947
15948         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15949         (vorbis_parse_sink_event): Add an event function to flush our
15950         state on a seek, and to drain buffers on a premature EOS.
15951         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15952         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15953         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15954         (vorbis_parse_drain_queue): Queue up buffers until we can set
15955         their timestamps and granulepos values.
15956
15957         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15958         and keep track of data needed for deriving granulepos and
15959         timestamps for buffers.
15960
15961 2006-03-29  Wim Taymans  <wim@fluendo.com>
15962
15963         Patch by: j^ <j at bootlab dot org>
15964
15965         * ext/alsa/gstalsamixerelement.c:
15966         (gst_alsa_mixer_element_class_init):
15967         * ext/alsa/gstalsasink.c:
15968         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15969         * ext/ogg/gstoggdemux.c:
15970         * ext/ogg/gstoggmux.c:
15971         * ext/ogg/gstoggparse.c:
15972         * ext/pango/gstclockoverlay.c:
15973         * ext/pango/gsttextoverlay.c:
15974         * ext/pango/gsttextrender.c:
15975         * ext/pango/gsttimeoverlay.c:
15976         * ext/theora/theoradec.c:
15977         * ext/theora/theoraenc.c:
15978         * ext/vorbis/vorbisdec.c:
15979         * ext/vorbis/vorbisenc.c:
15980         * gst/audioconvert/gstaudioconvert.c:
15981         * gst/subparse/gstsubparse.c:
15982         * gst/tcp/gstmultifdsink.c:
15983         * gst/tcp/gsttcpclientsink.c:
15984         * gst/tcp/gsttcpclientsrc.c:
15985         * gst/tcp/gsttcpserversink.c:
15986         * gst/tcp/gsttcpserversrc.c:
15987           better/unified long descriptions
15988           Fixes #336477
15989
15990 2006-03-29  Wim Taymans  <wim@fluendo.com>
15991
15992         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15993         (stop_seek):
15994         Don't let double and triple clicks mess up our state.
15995
15996 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15997
15998         * gst/playback/gstplaybin.c: (gen_video_element),
15999         (gen_text_element), (gen_audio_element), (gen_vis_element):
16000           Error out gracefully when we can't create any of the usual
16001           conversion elements for some reason. Also, don't try to
16002           create an audioscale (sic) element that's not used anyway.
16003
16004 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16005
16006         * gst/playback/gstplaybasebin.c: (setup_source):
16007           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16008           element for a particular protocol, that's confusing for users.
16009           Instead, post a RESOURCE_FAILED error, so that our own error
16010           message is actually shown in totem etc. (#336303).
16011
16012 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16013
16014         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16015
16016         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16017         (gst_gnome_vfs_src_get_icy_metadata):
16018           Fix some minor memory leaks (#336194).
16019
16020 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16021
16022         * ext/gnomevfs/gstgnomevfs.c:
16023         (gst_gnome_vfs_location_to_uri_string):
16024         * ext/gnomevfs/gstgnomevfs.h:
16025         * ext/gnomevfs/gstgnomevfssink.c:
16026         (gst_gnome_vfs_sink_set_property):
16027         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16028           Make gnomevfssink accept filenames as well as URIs for the
16029           "location" property, just like gnomevfssrc does (and
16030           filesrc/filesink do) (#336190).
16031
16032 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16033
16034         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16035           set to NULL before unreffing, fixes a valgrind leak.
16036           Why was this not triggering the error that an object needs to
16037           be NULL before unreffing ?
16038         * win32/common/config.h:
16039           update
16040
16041 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16042
16043         * gst/subparse/gstsubparse.c: (convert_encoding),
16044         (gst_sub_parse_change_state):
16045         * gst/subparse/gstsubparse.h:
16046           Text subtitle files may or may not be UTF-8. If it's not, we
16047           don't really want to see '?' characters in place of non-ASCII
16048           characters like accented characters. So let's assume the input
16049           is UTF-8 until we come across text that is clearly not. If it's
16050           not UTF-8, we don't really know what it is, so try the following:
16051           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16052           is set; if not, check (b) if the current locale encoding is
16053           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16054           the current locale encoding is UTF-8 and the environment variable
16055           was not set to any particular encoding. Not perfect, but better
16056           than nothing (and better than before, I think) (fixes #172848).
16057
16058 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16059
16060         * configure.ac:
16061           update core requirement to 0.10.4.1 because of async_playback
16062           vmethod on GstBaseSink
16063
16064 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16065
16066         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16067         * gst/adder/gstadder.c: (gst_adder_init):
16068         use DEBUG_FUNCPTR for collectpads
16069
16070 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16071
16072         * docs/plugins/Makefile.am:
16073         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16074         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16075         * ext/cdparanoia/gstcdparanoiasrc.c:
16076         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16077         (gst_gnome_vfs_sink_class_init):
16078         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16079         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16080         * ext/ogg/gstoggmux.c:
16081         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16082         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16083         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16084         * ext/pango/gsttextoverlay.c:
16085         * ext/pango/gsttextrender.c:
16086         * ext/theora/theoradec.c:
16087         * ext/theora/theoraenc.c:
16088         * ext/vorbis/vorbisdec.c:
16089         * ext/vorbis/vorbisenc.c:
16090         * gst-libs/gst/audio/gstaudiofilter.c:
16091         (gst_audio_filter_base_init):
16092         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16093         (gst_audio_filter_template_base_init):
16094         * gst/adder/gstadder.c: (gst_adder_get_type):
16095         * gst/adder/gstadder.h:
16096         * gst/audioconvert/gstaudioconvert.c:
16097         * gst/audiotestsrc/gstaudiotestsrc.c:
16098         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16099         (gst_audio_test_src_create):
16100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16101         * gst/playback/gstdecodebin.c:
16102         * gst/playback/gstplaybin.c:
16103         * gst/playback/gststreamselector.c:
16104         (gst_stream_selector_base_init):
16105         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16106         * gst/volume/gstvolume.c:
16107         * sys/v4l/gstv4lmjpegsink.c:
16108         * sys/v4l/gstv4lmjpegsrc.c:
16109         * tests/check/libs/cddabasesrc.c:
16110         * tests/old/examples/gob/gst-identity2.gob:
16111           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16112           define GstElementDetails at the top
16113
16114 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16115
16116         * win32/common/libgstinterfaces.def:
16117         Add a lot of export functions for gst-python
16118         * win32/vs6/libgstinterfaces.dsp:
16119         Add a missing include folder in the project configuration
16120         
16121 2006-03-23  Wim Taymans  <wim@fluendo.com>
16122
16123         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16124         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16125         (gst_base_audio_src_change_state):
16126         Fix audio sources, forgot to make the ringbuffer
16127         startable...
16128
16129 2006-03-23  Wim Taymans  <wim@fluendo.com>
16130
16131         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16132         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16133         (gst_base_audio_src_change_state):
16134         unparent instead of unref the ringbuffer.
16135
16136 2006-03-23  Wim Taymans  <wim@fluendo.com>
16137
16138         * gst-libs/gst/audio/gstbaseaudiosink.c:
16139         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16140         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16141         Implement new async_play vmethod to start slaving and allow
16142         playback start in case of async PLAY state changes. 
16143
16144         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16145         Enable QoS with new method in base class.
16146
16147 2006-03-23  Wim Taymans  <wim@fluendo.com>
16148
16149         Patch by: Julien MOUTTE <julien at moutte dot net>
16150
16151         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16152         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16153         Partially handle 0 framerate, only EOS after the first frame
16154         is missing.
16155
16156 2006-03-23  Wim Taymans  <wim@fluendo.com>
16157
16158         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16159
16160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16161         (gst_riff_create_video_template_caps):
16162         * gst/ffmpegcolorspace/avcodec.h:
16163         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16164         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16165         (gst_ffmpegcsp_avpicture_fill):
16166         * gst/ffmpegcolorspace/imgconvert.c:
16167         Patch for support of YVU9 AVI files (#334822)
16168
16169 2006-03-22  Edward Hervey  <edward@fluendo.com>
16170
16171         * docs/design/design-decodebin.txt:
16172         Added design document for new decodebin
16173         (Target Caps): text/x-pango-markup is also a default target caps.
16174
16175 2006-03-22  Wim Taymans  <wim@fluendo.com>
16176
16177         * gst-libs/gst/audio/gstbaseaudiosink.c:
16178         (gst_base_audio_sink_dispose):
16179         Since we _parent the ringbuffer, we also need to
16180         _unparent instead of a plain _unref.
16181
16182 2006-03-22  Wim Taymans  <wim@fluendo.com>
16183
16184         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16185         (stop_seek), (scrub_toggle_cb), (main):
16186         Add scrub checkbox.
16187
16188 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16189
16190         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16191         (gst_ogg_parse_chain):
16192           Fix very inefficient usage of linked lists (#335365).
16193
16194 2006-03-21  Edward Hervey  <edward@fluendo.com>
16195
16196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16197         * gst/playback/gstplaybin.c: (handoff):
16198         * gst/playback/gststreamselector.c:
16199         (gst_stream_selector_set_property):
16200         gcc 4.1 unreferenced pointer fixes.
16201         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16203         gst_buffer_ref() now takes a GstBuffer*.
16204
16205 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16206
16207         * sys/xvimage/xvimagesink.c:
16208         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16209         by Jan Schmidt.
16210
16211 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16212
16213         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16214         (id3v1_type_find), (apetag_type_find), (plugin_init):
16215           Can't do tag preferences via probability, as tags would then
16216           lose against types that are recognised with MAXIMUM probability
16217           (like .wav); so let all tag typefinders return MAXIMUM themselves
16218           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16219           that we can prefer APE to ID3v1 (fixes #335028).
16220           
16221 2006-03-17  Wim Taymans  <wim@fluendo.com>
16222
16223         * gst-libs/gst/audio/gstbaseaudiosink.c:
16224         (gst_base_audio_sink_change_state):
16225         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16226         (gst_ring_buffer_may_start):
16227         * gst-libs/gst/audio/gstringbuffer.h:
16228         Only start playback if we are playing.
16229         should fix #330748.
16230
16231 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16232
16233         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16234         * win32/common/config.h:
16235           Revert accidental commits to these files.
16236
16237 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16238
16239         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16240
16241         * tests/Makefile.am:
16242           Don't try to build tests in tests/icles if we
16243           don't have X (#323852)
16244
16245 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16246
16247         * gst-libs/gst/tag/gstid3tag.c:
16248           Add TXXX frame identifiers for replaygain stuff as used
16249           by some taggers (see #323721).
16250
16251 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16252
16253         * gst/playback/gststreamselector.c:
16254         (gst_stream_selector_set_property),
16255         (gst_stream_selector_bufferalloc):
16256           Preserve the existing buggy streamselector behaviour by performing
16257           a fallback buffer allocation when downstream isn't linked yet.
16258           This should really be fixed in playbin by blocking pads until it's
16259           linked them.
16260           Also, use gst_pad_alloc_buffer instead of
16261           gst_pad_alloc_buffer_and_set.
16262
16263 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16264
16265         * gst-libs/gst/tag/gstid3tag.c:
16266           Don't crash on unknown ID3v2 TXXX frames.
16267           
16268 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16269
16270         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16271           Chain up to the parent finalize method.
16272           Add 32-bit sample size to the template caps.
16273
16274         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16275         (gst_riff_create_video_template_caps):
16276           Add the fourcc that the VMWare codec uses.
16277           
16278         * gst/playback/gststreamselector.c:
16279         (gst_stream_selector_set_property),
16280         (gst_stream_selector_bufferalloc),
16281         (gst_stream_selector_request_new_pad):
16282           For the active pad, forward buffer-alloc requests, otherwise
16283           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16284           having to memcpy every frame when used by playbin.
16285
16286         * gst/tcp/gstmultifdsink.c:
16287         (gst_multi_fd_sink_handle_client_write):
16288           Get negotiated caps from the sink pad, rather than the sink
16289           pad's peer.
16290
16291 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16292
16293         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16294         
16295         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16296           Don't forget to set src->callbacks_pushed to FALSE again when
16297           popping them, otherwise re-activation in a different mode won't
16298           work (#334620).
16299
16300 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16301
16302         Patch by: Sebastien Moutte  <sebastien moutte net>
16303
16304         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16305         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16306         (gst_ffmpeg_smpfmt_to_caps):
16307           Replace __VA_ARGS__ caps creation macros with varargs functions.
16308           Makes things compile on MSVC (#320765), looks nicer, and we can
16309           tell the compiler to check for the NULL terminator.
16310
16311 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16312
16313         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16314
16315         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16316           Make sure the buffer we copy into is really always big
16317           enough, this time for real (#333488).
16318           
16319 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16320
16321         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16322           Add support for 24bpp DIB (#305279).
16323
16324 2006-03-14  Wim Taymans  <wim@fluendo.com>
16325
16326         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16327         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16328         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16329         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16330         (gst_video_scale_init), (gst_video_scale_src_event):
16331         Re-enable QoS after the release.
16332         Rework videoscale to use the base class src_event handler.
16333
16334 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16335
16336         * configure.ac:
16337           back to CVS.
16338
16339 === release 0.10.5 ===
16340
16341 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16342
16343         * configure.ac:
16344           releasing 0.10.5, "Net"
16345
16346 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16347
16348         * docs/plugins/Makefile.am:
16349           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16350           
16351 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16352
16353         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16354         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16355         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16356           Add cdparanoiasrc to docs.
16357
16358         * gst-libs/gst/cdda/gstcddabasesrc.c:
16359           More GstCddaBaseSrc docs.
16360
16361 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16362
16363         * docs/libs/gst-plugins-base-libs-sections.txt:
16364         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16365         * gst-libs/gst/tag/tag.h:
16366           API: libgsttag: new method gst_tag_from_id3_user_tag().
16367
16368 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16369
16370         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16371           NULL-terminate array of mpeg4 video file extensions.
16372           Fixes crash on PPC (#334226).
16373
16374 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16375
16376         * ext/gnomevfs/gstgnomevfssrc.c:
16377         (gst_gnome_vfs_src_check_get_range):
16378           gnome_vfs_uri_is_local() alone is not a good indicator
16379           whether we can operate in pull-mode with a specific URI,
16380           as it returns FALSE for file:// URIs that point to an
16381           NFS-mounted path. Be more conservative here: whitelist
16382           local files, blacklist http URIs and use the old
16383           mechanism for anything else (fixes #334216).
16384
16385 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16386
16387         * configure.ac:
16388           back to trunk
16389
16390 === release 0.10.4 ===
16391
16392 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16393
16394         * configure.ac:
16395           releasing 0.10.4, "Power"
16396
16397 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16398
16399         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16400         Disable max-lateness by setting it to -1 for now, so that 
16401         we can bed QoS stuff in thoroughly between now and the next
16402         release.
16403
16404 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16405
16406         Patch by: Fabrizio Gennari
16407
16408         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16409           Make sure we don't read beyond the palette buffer in case of
16410           broken or manipulated files (#333488)
16411
16412 2006-03-10  Edward Hervey  <edward@fluendo.com>
16413
16414         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16415         Fix for variable not initialized.
16416
16417 2006-03-09  Wim Taymans  <wim@fluendo.com>
16418
16419         * ext/libvisual/visual.c: (gst_visual_get_type),
16420         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16421         (gst_visual_chain):
16422         Small cleanups.
16423
16424         * ext/theora/gsttheoradec.h:
16425         * ext/theora/theoradec.c: (gst_theora_dec_init),
16426         (gst_theora_dec_reset), (_theora_granule_time),
16427         (theora_dec_src_convert), (theora_dec_sink_convert),
16428         (theora_dec_src_query), (theora_dec_src_event),
16429         (theora_dec_sink_event), (theora_handle_comment_packet),
16430         (theora_handle_header_packet), (theora_dec_push),
16431         (theora_handle_data_packet), (theora_dec_chain),
16432         (theora_dec_change_state):
16433         Add simple QoS.
16434
16435 2006-03-09  Wim Taymans  <wim@fluendo.com>
16436
16437         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16438         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16439         Some cleanups.
16440
16441 2006-03-09  Wim Taymans  <wim@fluendo.com>
16442
16443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16444         Don't try to activate NULL chains.
16445
16446 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16447
16448         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16449           Fix invalid memory access to region before peek'd data (#332964).
16450
16451 2006-03-09  Wim Taymans  <wim@fluendo.com>
16452
16453         Patch by: Christophe Fergeau
16454
16455         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16456         * ext/pango/gsttextrender.c: (gst_text_render_init):
16457         * gst/adder/gstadder.c: (gst_adder_init):
16458         Don't leak padtemplates, closes #333510.
16459
16460 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16461
16462         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16463           Fix invalid memory access: make sure string passed to
16464           regexec() is NUL-termianted.
16465
16466 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16467
16468         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16469         (mp3_type_find):
16470           Refactor mpeg/audio typefinding to make it more maintainable
16471           and easier to fine-tune. Make probing into middle of the file
16472           work properly (fixes #333900, also see #152688).
16473
16474 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16475
16476         * gst/typefind/gsttypefindfunctions.c:
16477         (utf8_type_find_have_valid_utf8_at_offset):
16478           Remove part from previous commit that was bogus:
16479           g_utf8_validate() does in fact not accept embedded
16480           zeroes, so we don't need to check for those (thanks
16481           to Mike for the hint).
16482
16483 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16484
16485         * gst/typefind/gsttypefindfunctions.c:
16486         (utf8_type_find_count_embedded_zeroes),
16487         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16488           Make plain/text typefinder more conservative: firstly, check
16489           for embedded zeroes, which are perfectly valid UTF-8 characters,
16490           but also a fairly good sign that something is not a plain text
16491           file; secondly, probe into the middle of the file if possible.
16492           If we can't probe into the middle, limit the probability value
16493           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16494
16495 2006-03-08  Michael Smith  <msmith@fluendo.com>
16496
16497         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16498           Make typefind function name for mpeg4 video unique.
16499
16500 2006-03-08  Wim Taymans  <wim@fluendo.com>
16501
16502         * ext/libvisual/visual.c: (gst_visual_init),
16503         (gst_visual_clear_actors), (gst_visual_dispose),
16504         (gst_visual_reset), (gst_visual_src_setcaps),
16505         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16506         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16507         (gst_visual_chain), (gst_visual_change_state):
16508         Cleanups, post nice errors.
16509         Handle sink and src events.
16510         Implement simple QoS.
16511
16512         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16513         Use new basesink methods to configure max-lateness.
16514         Small doc update.
16515
16516         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16517         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16518         Debug statement cleanups.
16519
16520         * gst/volume/gstvolume.c: (gst_volume_class_init):
16521         Simple cleanup.
16522
16523 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16524
16525         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16526         (gst_text_overlay_init), (gst_text_overlay_set_property),
16527         (gst_text_overlay_get_property):
16528           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16529           as string type properties, but mark them deprecated. Add
16530           'halignment' and 'valignment' properties that use enums
16531           instead of strings.
16532
16533 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16534
16535         Patch by: Fabrizio Gennari
16536
16537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16538           Allow palettes with less than 256 colours in AVI files
16539           (#333488)
16540
16541 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16542
16543         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16544         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16545         pad. We were releasing the queued text buffer when we should keep
16546         it until video pad gets EOS or discard the text buffer because it's
16547         too old. That was eating the last subtitle buffer. Add some more
16548         debug.
16549
16550 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16551
16552         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16553         (gst_text_overlay_video_chain):
16554           Fix invalid memory access (we can't access a buffer after it's been
16555           pushed downstream without taking a reference); fix memory leak (if
16556           there's no text to render, bail out before allocating stuff).
16557
16558 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16559
16560         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16561         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16562         * ext/pango/gsttextoverlay.h:
16563           If input is plain text, escape it before passing it to
16564           pango_layout_set_markup().
16565
16566 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16567
16568         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16569           Don't ignore flow return from gst_pad_push().
16570
16571 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16572
16573         Patch by: Fabrizio Gennari
16574
16575         * ext/libvisual/visual.c: (gst_visual_getcaps),
16576         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16579         (gst_vorbisenc_convert_sink):
16580         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16581         (gst_audio_duration_from_pad_buffer):
16582         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16583         (gst_audio_filter_chain):
16584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16585         (gst_base_rtp_depayload_setcaps):
16586         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16587         (gst_video_get_size):
16588         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16589           Don't leak references returned by gst_pad_get_parent()
16590           (#333663)
16591
16592 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16593
16594         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16595           change location param details
16596         * gst/volume/gstvolume.c: (plugin_init):
16597           correct plugin description
16598
16599 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16600
16601         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16602         (gst_gnome_vfs_src_check_get_range):
16603           Override GstBaseSrc::check_get_range() in order to avoid opening
16604           the resource just to check whether we can operate in pull-mode or
16605           not - we can predict that pretty well from the URI alone. Should
16606           fix problems with last.fm (#331690). (Requires latest core CVS).
16607
16608 2006-03-06  Wim Taymans  <wim@fluendo.com>
16609
16610         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16611         (gst_video_sink_class_init):
16612         Throw away frames that are later than 20 ms.
16613
16614 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16615
16616         Patch by: Fabrizio Gennari
16617
16618         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16619           Set depth on WMA caps (#333545)
16620
16621 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16622
16623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16624         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16625           put Theora BOS pages before others.  This hardcodes
16626           the Ogg/Theora I profile, but hey.
16627
16628 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16629
16630         * ext/ogg/README:
16631           updated with some examples
16632         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16633         (granulepos_add), (theora_buffer_from_packet):
16634         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16635         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16636         (gst_vorbisenc_chain):
16637           implement strategy from ext/ogg/README
16638         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16639         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16640         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16641         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16642           Fix muxer so that oggz-validate is happy with all streams;
16643           except for no eos mark, and the BOS page ordering
16644         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16645         (check_buffer_granulepos):
16646         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16647           update tests to check for OFFSET being set as requested
16648           fixed type of granulepos, it's not a ClockTime
16649
16650 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16651
16652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16653         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16654         Check that the xvimage we are creating has a correct size
16655         before returning it. (#314897)
16656
16657 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16658
16659         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16660           Give id3 and ape tag typefinders a rank slightly higher
16661           than PRIMARY to ensure they're always run before any of
16662           the other typefinders (in particular wav and mp3) (#324186).
16663
16664 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16665
16666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16667           Add support for '3IVD' fourcc (#333403).
16668
16669 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16670
16671         * configure.ac:
16672           Bump requirements to GStreamer CVS for the new error enum.
16673
16674         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16675           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16676           space left on the device (fixes #333352).
16677
16678 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16679
16680         * win32/vs6:
16681           add a project file for libgstvolume
16682           update the workspace
16683
16684 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16685
16686         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16687         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16688         (GST_START_TEST):
16689           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16690           Set IN_CAPS on header buffers
16691
16692 2006-03-02  Wim Taymans  <wim@fluendo.com>
16693
16694         * docs/plugins/Makefile.am:
16695         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16696         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16697         Add audioresample to docs.
16698
16699         * gst/audioconvert/gstaudioconvert.c:
16700         Add revision date.
16701
16702         * gst/audioresample/gstaudioresample.c:
16703         (gst_audioresample_base_init), (gst_audioresample_class_init),
16704         (gst_audioresample_init), (gst_audioresample_dispose),
16705         (audioresample_get_unit_size), (audioresample_transform_caps),
16706         (resample_set_state_from_caps), (audioresample_transform_size),
16707         (audioresample_set_caps), (audioresample_event),
16708         (audioresample_do_output), (audioresample_transform),
16709         (audioresample_pushthrough), (gst_audioresample_set_property),
16710         (gst_audioresample_get_property), (plugin_init):
16711         * gst/audioresample/gstaudioresample.h:
16712         Added docs.
16713         Small code cleanups.
16714
16715 2006-03-02  Wim Taymans  <wim@fluendo.com>
16716
16717         * docs/plugins/Makefile.am:
16718         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16719         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16720         Added videoscale to docs.
16721
16722         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16723         (gst_video_rate_swap_prev), (gst_video_rate_event),
16724         (gst_video_rate_chain):
16725         Fix typo in docs.
16726
16727         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16728         (gst_video_scale_init), (gst_video_scale_prepare_size),
16729         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16730         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16731         * gst/videoscale/gstvideoscale.h:
16732         Added docs, examples.
16733         Some code cleanups.
16734         Post errors instead of g_warning.
16735
16736 2006-03-02  Wim Taymans  <wim@fluendo.com>
16737
16738         * docs/libs/gst-plugins-base-libs-docs.sgml:
16739         * docs/libs/gst-plugins-base-libs-sections.txt:
16740         * docs/libs/gst-plugins-base-libs.types:
16741         * docs/plugins/Makefile.am:
16742         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16743         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16744         Added some more docs to libs and plugins.
16745
16746         * gst-libs/gst/audio/gstringbuffer.c:
16747         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16748         * gst-libs/gst/audio/gstringbuffer.h:
16749         Document ringbuffer some more.
16750
16751         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16752         (gst_video_rate_setcaps), (gst_video_rate_reset),
16753         (gst_video_rate_init), (gst_video_rate_flush_prev),
16754         (gst_video_rate_swap_prev), (gst_video_rate_event),
16755         (gst_video_rate_chain), (gst_video_rate_change_state):
16756         * gst/videorate/gstvideorate.h:
16757         Fix videorate to use segments.
16758         Make it work with 0/1 framerates (closes #331903)
16759         Handle EOS correctly.
16760         Added docs.
16761
16762 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16763
16764         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16765         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16766         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16767           In state change function, first chain up to parent class,
16768           then handle downwards state change stuff. Remove some
16769           commented out cruft from 0.8 code.
16770
16771 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16772
16773         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16774         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16775         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16776         (gst_ogm_parse_chain):
16777           Don't remove/re-add source pad if the new caps are the same as
16778           the old caps anyway (#333042). When removing source pad, don't
16779           unref it afterwards - we didn't ref it when adding. Sprinkle some
16780           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16781           after using gst_pad_get_parent(). Return downstream flow return
16782           value in chain function.
16783
16784 2006-03-02  Wim Taymans  <wim@fluendo.com>
16785
16786         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16787         * docs/plugins/gst-plugins-base-plugins.args:
16788         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16789         * docs/plugins/gst-plugins-base-plugins.interfaces:
16790         * docs/plugins/gst-plugins-base-plugins.signals:
16791         Fix hierarchy, added some more elements to the docs.
16792
16793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16794         (gst_ffmpegcsp_get_type):
16795         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16796         Fix docs for ffmpegcolorspace.
16797
16798 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16799
16800         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16801         (apetag_type_find), (ape_type_find), (plugin_init):
16802           Some typefinding fine-tuning:
16803           - rank ID3/APE tags in order of preference via probabilities, so that
16804             ID3v2 > APEv2 > APEv1 > ID3v1.
16805           - three or four bytes don't really justify MAXIMUM probability,
16806             change those to 'very likely' (musepack and monkeysaudio).
16807
16808 2006-03-01  Wim Taymans  <wim@fluendo.com>
16809
16810         * docs/plugins/Makefile.am:
16811         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16812         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16813         * ext/alsa/gstalsamixer.c:
16814         * ext/alsa/gstalsamixer.h:
16815         * ext/alsa/gstalsamixerelement.c:
16816         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16817         * ext/alsa/gstalsamixerelement.h:
16818         * ext/alsa/gstalsasink.c:
16819         * ext/alsa/gstalsasink.h:
16820         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16821         (gst_alsasrc_init):
16822         * ext/alsa/gstalsasrc.h:
16823         Added alsa docs.
16824         Small code cleanups.
16825
16826 2006-03-01  Wim Taymans  <wim@fluendo.com>
16827
16828         * ext/theora/Makefile.am:
16829         Dist new header too,
16830
16831 2006-03-01  Wim Taymans  <wim@fluendo.com>
16832
16833         * docs/plugins/Makefile.am:
16834         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16835         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16836         * ext/gnomevfs/gstgnomevfssink.h:
16837         * ext/gnomevfs/gstgnomevfssrc.h:
16838         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16839         * ext/vorbis/vorbisdec.h:
16840         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16841         * ext/vorbis/vorbisenc.h:
16842         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16843         (vorbis_parse_chain), (vorbis_parse_change_state):
16844         * ext/vorbis/vorbisparse.h:
16845         * gst/audioconvert/gstaudioconvert.h:
16846         * gst/tcp/gsttcpserversink.h:
16847         * gst/videotestsrc/gstvideotestsrc.c:
16848         * gst/videotestsrc/gstvideotestsrc.h:
16849         * gst/volume/gstvolume.c:
16850         * gst/volume/gstvolume.h:
16851         Fix some more docs.
16852         Added docs for vorbisdec and vorbisparse.
16853         Fix vorbisparse.
16854
16855 2006-03-01  Wim Taymans  <wim@fluendo.com>
16856
16857         * docs/plugins/Makefile.am:
16858         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16859         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16860         * ext/pango/gstclockoverlay.h:
16861         * ext/pango/gsttextoverlay.h:
16862         * ext/pango/gsttextrender.h:
16863         * ext/pango/gsttimeoverlay.h:
16864         * ext/theora/gsttheoradec.h:
16865         * ext/theora/gsttheoraenc.h:
16866         * ext/theora/theoradec.c:
16867         * ext/theora/theoraenc.c:
16868         * gst/audioconvert/gstaudioconvert.h:
16869         * gst/audiotestsrc/gstaudiotestsrc.h:
16870         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16871         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16872         * gst/tcp/gstmultifdsink.h:
16873         Updated/added documentation.
16874
16875         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16876         (gst_text_overlay_halign_get_type),
16877         (gst_text_overlay_wrap_mode_get_type),
16878         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16879         (gst_text_overlay_init), (gst_text_overlay_set_property),
16880         (gst_text_overlay_get_property):
16881         Fix up properties to be enums instead of string to make bindings,
16882         introspection and automatic GUI creation possible.
16883         Add getters for the properties.
16884
16885 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16886
16887         * gst/audiotestsrc/gstaudiotestsrc.c:
16888           added defines of M_PI and M_PI_2
16889         * gst/ffmpegcolorspace/avcodec.h:
16890           removed #include "stdint.h" for win32 as _stdint.h is 
16891           autogenerated to win32/common
16892         * win32/common/libgstaudio.def:
16893         * win32/common/libgsttag.def:
16894           added some exports
16895         * win32/vs6:
16896           some project files bugs corrected
16897         * win32/vs7:
16898           project files are reset to the default vs7 configuration 
16899           (they link to msvcr71.dll using default optimizations)
16900           
16901 2006-02-28  Wim Taymans  <wim@fluendo.com>
16902
16903         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16904         Fix some docs.
16905
16906 2006-02-28  Edward Hervey  <edward@fluendo.com>
16907
16908         * ext/alsa/gstalsasrc.c:
16909         Set proper class on the ElementDetails:
16910         Source/Audio instead of Src/Audio/
16911
16912 2006-02-28  Edward Hervey  <edward@fluendo.com>
16913
16914         * gst/videoscale/vs_scanline.c:
16915         (vs_scanline_resample_nearest_RGBA):
16916         Revert optimization in videoscale. It should go in liboil and have
16917         an appropriate liboil function.
16918
16919 2006-02-28  Wim Taymans  <wim@fluendo.com>
16920
16921         * gst-libs/gst/audio/gstbaseaudiosink.c:
16922         (gst_base_audio_sink_provide_clock):
16923         Don't try to provide a clock in the NULL state.
16924
16925 2006-02-28  Wim Taymans  <wim@fluendo.com>
16926
16927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16928         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16929         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16930         (gst_ogg_demux_deactivate_current_chain),
16931         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16932         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16933         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16934         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16935         Use GstSegment infrastructure to remove duplicated code
16936         and handle more seek cases correctly.
16937
16938 2006-02-28  Wim Taymans  <wim@fluendo.com>
16939
16940         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16941         (gst_ffmpegcsp_transform):
16942         Don't ignore return code from ffmpeg convert function.
16943
16944         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16945         Split out some long statements to ease debugging.
16946
16947 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16948
16949         * ext/libvisual/visual.c: (gst_visual_init),
16950         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16951         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16952         being able to renegotiate the size. Instead, use the negotiation
16953         algorithm from the goom plugin to pick an initial output caps. 
16954
16955         Also, allow theoretical libvisual plugins that might support non-GL 
16956         output even if they also do GL.
16957
16958 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16959
16960         * ext/libvisual/visual.c: (gst_visual_init),
16961         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16962         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16963         possible negotiation issues.
16964
16965 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16966
16967         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16968
16969 2006-02-24  Michael Smith  <msmith@fluendo.com>
16970
16971         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16972         (cmml_type_find), (plugin_init):
16973           Fix CMML type find function to not require a specific minor version
16974           of the CMML header.
16975
16976           Add an MPEG4 video elementary stream typefind function.
16977
16978 2006-02-04  Michael Smith  <msmith@fluendo.com>
16979
16980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16981         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16982         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16983         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16984         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16985         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16986           Annodex support in ogg demuxer. Doesn't do very much without the
16987           other annodex patches (to come).
16988
16989 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16990
16991         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16992
16993         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16994           Pick up palette for MS video v1 (#327028)
16995
16996 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16997
16998         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16999         (gst_ffmpegcsp_caps_remove_format_info),
17000         (gst_ffmpegcsp_get_unit_size):
17001           The 'palette_data' field from incoming RGB caps shouldn't be
17002           proxied on outgoing YUV caps; also, restrict unit size
17003           adjustment in case of paletted data only to the unit that
17004           actually has a palette. Fixes #330711.
17005
17006 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17007
17008         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17009         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17010         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17011         (gst_ffmpegcsp_get_unit_size):
17012           Plug some memory leaks.
17013
17014 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17015
17016         * sys/ximage/Makefile.am:
17017         * sys/xvimage/Makefile.am:
17018           Add some _CFLAGS and _LIBS that seem to be missing
17019           and/or required for Cygwin (see #317048).
17020
17021 2006-02-22  Wim Taymans  <wim@fluendo.com>
17022
17023         * ext/alsa/gstalsasrc.c:
17024         Fix description as pointed out by caugier.
17025
17026 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17027
17028         Reviewed by : Edward Hervey  <edward@fluendo.com>
17029
17030         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17031         (qt_type_find):
17032         Better 3gp typefinding (#331526).
17033
17034 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17035
17036         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17037           Don't send EOS event here, the base class will send one for us.
17038
17039         * gst/playback/gstplaybasebin.c: (prepare_output):
17040           Subpictures without video stream aren't allowed either.
17041         
17042         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17043           Fix debug statement copy'n'paste-o.
17044
17045 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17046
17047         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17048           Fix issues with mixer keeping state when muting/unmuting
17049           and when changing the volume whilst muted (see #331763
17050           and #331765).
17051
17052 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17053
17054         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17055         (parse_subrip), (gst_sub_parse_format_autodetect):
17056           Set right caps given that we send escaped text. Also,
17057           honour <i></i>, <b></b> and <u></u> markers that can be found
17058           in .srt files (fixes #310202).
17059
17060 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17061
17062         * gst-libs/gst/audio/mixerutils.c:
17063         (element_factory_rank_compare_func):
17064           Make order in which elements are tried more determinable.
17065
17066 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17067
17068         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17069         (remove_element_chain), (cleanup_decodebin),
17070         (gst_decode_bin_change_state): Make decodebin reusable by
17071         fixing remove_element_chain first and then introduce a
17072         cleaner in state change to ->NULL. (Closes #331678)
17073
17074 2006-02-19  Wim Taymans  <wim@fluendo.com>
17075
17076         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17077         use 0666 mask when creating files so umask gets applied
17078         correctly. Fixes #331295.
17079
17080 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17081
17082         * gst/subparse/Makefile.am:
17083         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17084         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17085         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17086         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17087         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17088         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17089         * gst/subparse/gstssaparse.h:
17090         * gst/subparse/gstsubparse.c: (plugin_init):
17091           Add very basic parser for SSA subtitle streams (as often
17092           found in matroska files).
17093
17094 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17095
17096         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17097           That should be text/x-pango-markup, not text/x-pango-layout.
17098
17099 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17100
17101         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17102         Polishing.
17103
17104 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17105
17106         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17107         (gst_text_overlay_finalize), (gst_text_overlay_init),
17108         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17109         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17110         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17111         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17112         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17113         Fix state change deadlock.
17114
17115 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17116
17117         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17118         (gst_text_overlay_finalize), (gst_text_overlay_init),
17119         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17120         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17121         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17122         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17123         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17124         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17125         and subtitles files.
17126
17127 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17128
17129         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17130         should be considered as raw.
17131
17132 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17133
17134         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17135         (cb_probe):
17136         * gst/playback/gststreaminfo.h: Introduce language informations.
17137
17138 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17139
17140         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17141         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17142         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17143         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17144         Set shared memory segments to be deleted as soon as we have attached,
17145         that way they get cleaned up automatically if we crash.
17146
17147 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17148
17149         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17150         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17151         functions are called with lock held.
17152
17153 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17154
17155         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17156         (gst_text_overlay_finalize), (gst_text_overlay_init),
17157         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17158         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17159         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17160         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17161         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17162         (gst_text_overlay_change_state): Refactoring of textoverlay
17163         without collectpads. This now supports sparse subtitles coming
17164         from a demuxer instead of a sub file. Seeking is still broken 
17165         though. Need to discuss with wtay some more on how to handle
17166         seeking correctly.
17167         * ext/pango/gsttextoverlay.h:
17168         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17169         subtitles coming from the demuxer.
17170
17171 2006-02-17  Wim Taymans  <wim@fluendo.com>
17172
17173         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17174         (gst_vorbisenc_convert_sink):
17175         Use some more scaling functions.
17176
17177 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17178
17179         * ext/cdparanoia/gstcdparanoiasrc.c:
17180         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17181         (gst_cd_paranoia_paranoia_callback),
17182         (gst_cd_paranoia_src_signal_is_being_watched),
17183         (gst_cd_paranoia_src_read_sector):
17184         * ext/cdparanoia/gstcdparanoiasrc.h:
17185           Add back 'transport-error' and 'uncorrected-error' signals and
17186           make them actually be fired when bad stuff happens (#319340).
17187
17188 2006-02-17  Wim Taymans  <wim@fluendo.com>
17189
17190         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17191         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17192         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17193         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17194         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17195         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17196         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17197         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17198         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17199         (gst_ring_buffer_clear):
17200         Small cleanups.
17201         Added some G_LIKELY.
17202
17203 2006-02-17  Wim Taymans  <wim@fluendo.com>
17204
17205         * gst-libs/gst/audio/TODO:
17206         Update TODO
17207
17208         * gst-libs/gst/audio/gstbaseaudiosink.c:
17209         (gst_base_audio_sink_get_offset):
17210         When trying to play samples ASAP and we don't have a
17211         previous sample, try to play at position 0 instead of
17212         an invalid position.
17213
17214 2006-02-17  Wim Taymans  <wim@fluendo.com>
17215
17216         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17217         (gst_alsasink_reset):
17218         Also release lock when we get an error in _reset();
17219         fix an error message.
17220
17221 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17222
17223         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17224         (gst_alsasink_init), (get_channel_free_structure),
17225         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17226         (gst_alsasink_close):
17227         * ext/alsa/gstalsasink.h:
17228           Add support for more than 2 channels (#326720).
17229
17230 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17231
17232         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17233           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17234           with 4 or 6 channels, assume a default channel layout to make things
17235           work (not sure there's anything else we can do in those cases).
17236
17237 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17238
17239         * gst-libs/gst/audio/multichannel.c:
17240           Minor docs fix.
17241
17242         * gst-libs/gst/riff/Makefile.am:
17243         * gst-libs/gst/riff/riff-ids.h:
17244         * gst-libs/gst/riff/riff-media.c:
17245         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17246           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17247           channels and a channel layout map.
17248           
17249 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17250
17251         Reviewed by Edward Hervey  <edward@fluendo.com>
17252
17253         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17254         C-level optimization of the RGBA nearest neighbour function.
17255         Eventually this might end up in liboil with vectorized versions.
17256
17257 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17258
17259         * gst-libs/gst/audio/multichannel.c:
17260         (gst_audio_get_channel_positions):
17261           When we have more than 2 channels, but no channel layout is
17262           specified in the caps, return some default channel layout
17263           to the caller and warn about about a possibly buggy element
17264           (could be buggy filtercaps as well of course) (#317038).
17265
17266 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17267
17268         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17269           Add gst-libs/gst/cdda to list of lib search paths.
17270
17271 2006-02-15  Andy Wingo  <wingo@pobox.com>
17272
17273         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17274         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17275         to the Lord Jesus that I do not have to touch the ogg muxer ever
17276         again.
17277
17278 2006-02-15  Edward Hervey  <edward@fluendo.com>
17279
17280         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17281         quicktime movie files can also contain 'uuid' atoms.
17282
17283 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17284
17285         * gst/audioconvert/plugin.c: (plugin_init):
17286           Register the GstAudioChannelPosition enum type with the type
17287           system in the plugin_init function, so that it is known before
17288           any element actually makes use of multi-channel stuff. This is
17289           required for example if one wants to be able to deserialise/use
17290           a caps string with channel positions before any pipeline has
17291           been setup and started, like with gst-launch.
17292
17293 2006-02-14  Wim Taymans  <wim@fluendo.com>
17294
17295         * gst-libs/gst/audio/gstringbuffer.c:
17296         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17297         (gst_ring_buffer_samples_done), (wait_segment),
17298         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17299         Add some compiler G_(UN_)LIKELY help.
17300         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17301         make sure they can exit their functions. Should fix #330748
17302
17303 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17304
17305         * Makefile.am:
17306         * configure.ac:
17307         * win32/MANIFEST:
17308         * win32/common/_stdint.h:
17309           Windows does not have long long; copy the generated _stdint.h
17310         * win32/common/interfaces-enumtypes.c:
17311         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17312         (gst_mixer_track_flags_get_type),
17313         (gst_tuner_channel_flags_get_type):
17314         * win32/common/multichannel-enumtypes.c:
17315         (gst_audio_channel_position_get_type):
17316           update
17317
17318 2006-02-13  Wim Taymans  <wim@fluendo.com>
17319
17320         * gst-libs/gst/audio/gstbaseaudiosink.c:
17321         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17322         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17323         Always sync on first sample we receive when starting.
17324
17325 2006-02-13  Wim Taymans  <wim@fluendo.com>
17326
17327         * gst/playback/gstplaybin.c: (gen_vis_element):
17328         Update vis bin docs.
17329         Move queue after tee so we don't queue video buffers but
17330         audio samples instead. Fixes problems where the video queue
17331         is filled and the audio queue empty.
17332
17333 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17334
17335         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17336           No need to push an EOS event here, GstBaseSrc will do that for us
17337           when we return FLOW_UNEXPECTED.
17338           
17339 2006-02-12  Wim Taymans  <wim@fluendo.com>
17340
17341         * gst-libs/gst/audio/gstbaseaudiosink.c:
17342         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17343         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17344         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17345         Use scale functions when possible.
17346         Fix error messages.
17347         Free clockid when after waiting for EOS.
17348         Use G_(UN_)LIKLY when it makes sense.
17349         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17350
17351 2006-02-12  Edward Hervey  <edward@fluendo.com>
17352
17353         * gst/playback/gstplaybasebin.c: (prepare_output): 
17354         Remove stray semi-colon (fixes #330888).
17355
17356 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17357
17358         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17360         Fix up the XShm call testing so that we catch errors, and don't
17361         cause new ones by attempting to detach from a segment we failed
17362         to attach to. Fixes #312439.
17363
17364 2006-02-10  Edward Hervey  <edward@fluendo.com>
17365
17366         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17367         Added flv file typefind (video/x-flv).
17368
17369 2006-02-10  Edward Hervey  <edward@fluendo.com>
17370
17371         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17372         (gst_riff_create_video_template_caps):
17373         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17374         Also added the caps to the default set of riff video caps.
17375
17376 2006-02-09  Andy Wingo  <wingo@pobox.com>
17377
17378         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17379         time and the end time of the last packet in the page.
17380         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17381         on the pages in our queue, set the duration as well. Reflow a
17382         debug statement.
17383         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17384         Fixes bad muxing order.
17385
17386 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17387
17388         * gst-libs/gst/rtp/gstbasertppayload.c:
17389         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17390           update seqnum before setting it on the packet; this makes sure
17391           that the timestamp and seqnum properties match after pushing
17392           a buffer
17393
17394 2006-02-09  Andy Wingo  <wingo@pobox.com>
17395
17396         * gst-libs/gst/audio/gstringbuffer.c
17397         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17398         overflow after 13.5 hours of recording. Kapow!
17399
17400         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17401         the buffer size -- we don't care about underrun/overrun reporting
17402         right now, just need to return a useful value.
17403
17404 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17405
17406         * configure.ac:
17407           Back to CVS
17408
17409 === release 0.10.3 ===
17410
17411 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17412
17413         * configure.ac:
17414           releasing 0.10.3, "Under Pressure"
17415
17416 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17417
17418         * configure.ac:
17419         Drat. Bump libtool version number for new API.
17420         Prelease 0.10.2.3 (of 0.10.3)
17421
17422 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17423
17424         * configure.ac:
17425         * win32/common/config.h:
17426         0.10.2.2 prerelease (of 0.10.3).
17427
17428 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17429
17430         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17431           Revert Andy's newsegment change pending a more correct
17432           fix.
17433
17434 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17435
17436         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17437         (qt_type_find), (plugin_init):
17438           detect more files as 3gp
17439           group and reorder the iso file formats
17440
17441 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17442
17443         * ext/vorbis/vorbis.c: (plugin_init):
17444           Register musicbrainz tags, so apps don't have to.
17445
17446 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17447
17448         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17449         (gst_tag_to_vorbis_tag):
17450           Make sure we called gst_tag_register_musicbrainz_tags()
17451           before possibly mapping a vorbiscomment string from/to a
17452           musicbrainz tag.
17453
17454 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17455
17456         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17457           In case we can't find the required number of consecutive
17458           mpeg audio frames to positively identify an MPEG audio
17459           stream, check if there's at least a valid mpeg audio
17460           frame right at offset 0 and if so suggest mpeg/audio
17461           caps with a very low probability (#153004).
17462
17463 2006-02-07  Andy Wingo  <wingo@pobox.com>
17464
17465         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17466         a TIME segment if we get timestamped buffers. Requires recent
17467         fixes in core to work properly.
17468
17469 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17470
17471         * gst/playback/gstplaybasebin.c: (prepare_output):
17472           Don't print the URI as part of the error message, it
17473           makes error dialogs look rather ugly, especially if
17474           the URI is very long or has characters in it that
17475           need escaping.
17476
17477 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17478
17479         * gst/playback/gstplaybasebin.c: (prepare_output):
17480           Error out if we have only text or subtitles, but nothing
17481           else. Also error out if we have subtitles but no video
17482           stream.
17483
17484 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17485
17486         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17487           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17488           Post an error message on the bus when we encounter an
17489           error, which will hopefully be more meaningful than the
17490           'Internal Flow Error' message users get to see if we
17491           just return GST_FLOW_ERROR.
17492
17493 2006-02-07  Andy Wingo  <wingo@pobox.com>
17494
17495         * configure.ac (GST_MAJORMINOR): Update core version req to
17496         0.10.2.2, for the collectpads API addition (#330244).
17497
17498 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17499
17500         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17501           Return FALSE from plugin_init() when GnomeVFS can't
17502           be initialised for some reason (#328423).
17503
17504 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17505
17506         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17507         Stick to seeking theory until i find the bug.
17508         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17509
17510 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17511
17512         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17513         (theora_enc_finalize), (theora_enc_sink_setcaps),
17514         (theora_set_header_on_caps), (theora_enc_chain),
17515         (theora_enc_change_state):
17516         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17517           Make theoraenc and the tests leak free. Like, really.
17518
17519 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17520
17521         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17522         (theora_enc_finalize), (theora_enc_sink_setcaps):
17523           Add a finalize method to ensure we clean up state even if
17524           someone omitted the state change back to NULL.
17525
17526         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17527         (gst_vorbisenc_chain):
17528           Free some more leaked bits.
17529
17530         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17531         (stop_pipeline):
17532           Wait for state changes to happen if they're ASYNC.
17533
17534           This ought to teach those fancy pants buildbots a lesson.
17535
17536 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17537
17538         * gst-libs/gst/tag/gstid3tag.c:
17539           Add mapping for ID3 International Standard Recording Code
17540           tag "TSRC"
17541
17542 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17543
17544         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17545           Don't leak tag names.
17546
17547 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17548
17549         * docs/libs/gst-plugins-base-libs-docs.sgml:
17550         * docs/libs/gst-plugins-base-libs-sections.txt:
17551         * gst-libs/gst/tag/gstid3tag.c:
17552         * gst-libs/gst/tag/gstvorbistag.c:
17553         * gst-libs/gst/tag/tags.c:
17554           Split libgsttag docs into multiple sections.
17555
17556 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17557
17558         * docs/libs/Makefile.am:
17559         * docs/libs/gst-plugins-base-libs-docs.sgml:
17560         * docs/libs/gst-plugins-base-libs-sections.txt:
17561         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17562         * gst-libs/gst/tag/gstvorbistag.c:
17563         * gst-libs/gst/tag/tag.h:
17564         * gst-libs/gst/tag/tags.c:
17565           Add libgsttag to the docs.
17566
17567 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17568
17569         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17570         (gst_text_overlay_init), (gst_text_overlay_src_event),
17571         (gst_text_overlay_collected): Fix clockoverlay.
17572
17573 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17574
17575         * docs/libs/compiling.sgml:
17576           Fix typo: it's pkg-config, not pkg-gconfig
17577
17578         * docs/libs/gst-plugins-base-libs-docs.sgml:
17579         * docs/libs/gst-plugins-base-libs-sections.txt:
17580         * docs/libs/tmpl/gstgconf.sgml:
17581           There is no libgstgconf in 0.10, remove it
17582           from the docs.
17583
17584 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17585
17586         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17587         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17588         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17589         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17590         (gst_sub_parse_class_init), (gst_sub_parse_init),
17591         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17592         (parse_mpsub), (parser_state_init), (handle_buffer),
17593         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17594         * gst/subparse/gstsubparse.h: Introduce seeking code.
17595
17596 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17597
17598         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17599           Add comment about LANGUAGE tag inconsistency (we want
17600           ISO-639-1, but extract three-letter identifiers?)
17601
17602         * po/POTFILES.in:
17603           Add two translatable files.
17604
17605 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17606
17607         * gst-libs/gst/tag/Makefile.am:
17608         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17609         * gst-libs/gst/tag/tag.h:
17610         * gst-libs/gst/tag/tags.c:
17611         (gst_tag_register_musicbrainz_tags_internal),
17612         (gst_tag_register_musicbrainz_tags):
17613           Forward-port some tags stuff from the 0.8 branch. This is
17614           mostly the addition of musicbrainz tags and their mapping
17615           to vorbistags, and a vorbistag mapping of the language tag.
17616
17617 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17618
17619         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17620         refactoring.
17621
17622 2006-02-04  David Schleef  <ds@schleef.org>
17623
17624         * ext/ogg/gstoggmux.c:
17625         * gst/typefind/gsttypefindfunctions.c:
17626           Add Dirac typefinding and add dirac format to oggmux.
17627
17628 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17629
17630         * gst/playback/gstdecodebin.c: (try_to_link_1):
17631           Don't put essential function call into
17632           g_return_*() macro, otherwise it'll all be
17633           replaced by NOOPs when compiling with
17634           G_DISABLE_CHECKS defined.
17635
17636 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17637
17638         * ext/ogg/gstoggdemux.c:
17639         * ext/ogg/gstoggparse.c:
17640         * gst/tcp/gsttcpserversink.c:
17641         * sys/v4l/v4lsrc_calls.c:
17642         * sys/v4l/v4lsrc_calls.h:
17643         Just make it compile with --disable-gst-debug.
17644
17645 2006-02-03  Wim Taymans  <wim@fluendo.com>
17646
17647         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17648         (gst_alsasink_class_init), (gst_alsasink_init),
17649         (gst_alsasink_write), (gst_alsasink_reset):
17650         * ext/alsa/gstalsasink.h:
17651         Add lock to protect alsa calls.
17652         Implement reset to flush samples ASAP, does not work
17653         with dmix though.
17654
17655 2006-02-02  Wim Taymans  <wim@fluendo.com>
17656
17657         * gst-libs/gst/audio/gstbaseaudiosink.c:
17658         (gst_base_audio_sink_provide_clock):
17659         Ugh.. getting late I guess...
17660
17661 2006-02-02  Wim Taymans  <wim@fluendo.com>
17662
17663         * gst-libs/gst/audio/gstbaseaudiosink.c:
17664         (gst_base_audio_sink_provide_clock),
17665         (gst_base_audio_sink_set_property),
17666         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17667         Don't try to provide a clock when we are not negotiated since
17668         we might not be able to make it run.
17669
17670 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17671
17672         * gst/playback/gstdecodebin.c: (try_to_link_1):
17673           Unlinking two source pads is ... hard.
17674
17675 2006-02-02  Wim Taymans  <wim@fluendo.com>
17676
17677         * gst-libs/gst/audio/TODO:
17678         Updated.
17679
17680         * gst-libs/gst/audio/gstbaseaudiosink.c:
17681         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17682         On EOS, wait till the last sample is played before posting EOS.
17683
17684 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17685
17686         Patch by: Kai Vehmanen
17687         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17688           Adds ability to enable newsegment bypass by setting queue_delay to
17689           zero. Also avoid thread being started if queue_delay is zero.
17690
17691 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17692
17693         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17694           Make test work again by connecting fakesinks to each decoded pad,
17695           which makes the pipeline wait until each fakesink has a buffer
17696           queued before going to PAUSED state. At that point we know the
17697           decodebin pads are negotiated.
17698
17699 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17700
17701         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17702         (gst_cdda_base_src_handle_event):
17703         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17704           Pass unhandled queries to the parent class's query function.
17705
17706 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17707
17708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17709         (gst_ogg_pad_src_query):
17710         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17711         * ext/theora/theoradec.c: (theora_dec_src_query),
17712         (theora_dec_sink_query):
17713         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17714         (vorbis_dec_sink_query):
17715         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17716         (gst_vorbisenc_sink_query):
17717         * gst/adder/gstadder.c: (gst_adder_query):
17718           Pass unhandled queries upstream instead of just
17719           dropping them (#326447). Also, fix supported
17720           query types list for some elements.
17721
17722 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17723
17724         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17725         (paris_type_find), (ilbc_type_find), (plugin_init):
17726           Fix typefinding for audio/x-au, audio/x-paris and
17727           audio/iLBC-sh. We cannot use the START_WITH macros
17728           here, because there can only be one typefind factory
17729           with the same name (caps), so the second one would
17730           replace the first one and the first one would never
17731           be called when doing typefinding (see #161712).
17732           
17733
17734 2006-01-31  Wim Taymans  <wim@fluendo.com>
17735
17736         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17737         (vorbis_handle_header_packet), (vorbis_dec_push),
17738         (vorbis_handle_data_packet):
17739         Use scale_int when we can, add some more scaling.
17740         Check packettype before parsing it.
17741
17742 2006-01-31  Wim Taymans  <wim@fluendo.com>
17743
17744         * ext/theora/theoradec.c: (_theora_granule_time),
17745         (theora_dec_src_convert), (theora_dec_sink_convert):
17746         Call right _scale functions.
17747         Use parameter instead of some other random value.
17748
17749 2006-01-31  Wim Taymans  <wim@fluendo.com>
17750
17751         * ext/theora/theoradec.c: (_theora_granule_frame),
17752         (_theora_granule_time), (_inc_granulepos),
17753         (theora_dec_src_convert), (theora_dec_sink_convert),
17754         (theora_handle_type_packet), (theora_handle_data_packet),
17755         (theora_dec_chain):
17756         Use higher precision timestamps calculation.
17757         Convert some other conversions to _scale.
17758
17759 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17760
17761         * gst/audiotestsrc/gstaudiotestsrc.c:
17762         (gst_audio_test_src_create_sine_table), (plugin_init):
17763         * gst/volume/gstvolume.c: (plugin_init):
17764           initialize gst_controller before using
17765
17766 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17767
17768         * tests/check/pipelines/theoraenc.c:
17769         * tests/check/pipelines/vorbisenc.c:
17770         Define constant using G_GINT64_CONSTANT to avoid errors when
17771         passing it around - otherwise it gets truncated to 32 bits.
17772
17773         Fixes failing tests.
17774
17775 2006-01-31  Andy Wingo  <wingo@pobox.com>
17776
17777         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17778         caps being set doesn't have a framerate value. Basically a stopgap
17779         measure.
17780
17781         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17782         technically correct enough to put into core though.
17783         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17784         DURATION. Fixes theoraenc ! oggmux.
17785
17786         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17787         fraction, not double.
17788
17789 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17790
17791         * win32/vs7:
17792         add vs7 project files created by Sergey Scobich
17793
17794 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17795
17796         * win32/vs8:
17797         add vs8 project files created by Sergey Scobich
17798         
17799 2006-01-30  Andy Wingo  <wingo@pobox.com>
17800
17801         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17802         timestamp + duration, not just timestamp -- ogg pages should be
17803         ordered by stop time. Necessary fix given the change in vorbis
17804         timestamps.
17805
17806         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17807         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17808         (granulepos_add): New function, handles the messiness of adjusting
17809         granulepos values.
17810         (theora_buffer_from_packet):
17811         (theora_enc_chain):
17812         (theora_enc_sink_event): Use granulepos_add, not +.
17813
17814         * tests/check/pipelines/theoraenc.c
17815         (check_buffer_granulepos_from_starttime): Just check the frame
17816         count, not the actual granulepos -- we can't dictate to the
17817         encoder when it should be placing keyframes.
17818
17819 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17820
17821         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17822           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17823           play an http:// stream from a server that's not serving
17824
17825 2006-01-30  Andy Wingo  <wingo@pobox.com>
17826
17827         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17828         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17829         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17830         available.
17831
17832         * ext/theora/gsttheoraenc.h:
17833         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17834         although theoraenc was timestamping correctly. Added handling of
17835         streams that start with nonzero timestamps.
17836
17837         * tests/check/Makefile.am:
17838         * tests/check/pipelines/theoraenc.c: New file, basically does same
17839         tests as vorbisenc.
17840
17841         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17842
17843 2006-01-30  Wim Taymans  <wim@fluendo.com>
17844
17845         * gst-libs/gst/audio/gstaudiosink.c:
17846         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17847         (gst_audioringbuffer_pause):
17848         Implement pause that does not wait for completion.
17849
17850         * gst-libs/gst/audio/gstbaseaudiosink.c:
17851         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17852         Don't drop buffers when going to PAUSED but perform preroll on
17853         remaining samples now that core base class supports this.
17854
17855         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17856         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17857         (gst_ring_buffer_commit):
17858         Pause should not signal waiters.
17859         Implement return value of _commit correctly.
17860
17861 2006-01-30  Andy Wingo  <wingo@pobox.com>
17862
17863         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17864
17865         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17866         updated to timestamp from the first sample, not the last.
17867         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17868         special care of granulepos and timestamp for header packets.
17869         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17870         when the first buffer has a nonzero timestamp.
17871
17872         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17873         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17874         case when the first audio buffer we get has a nonzero timestamp.
17875         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17876         properly timestamp vorbis buffers with the time of the first
17877         sample, not the last.
17878         
17879         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17880         vorbis_granule_time_copy -- now it takes the granule/subgranule
17881         offset into account.
17882
17883         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17884         timestamps, durations, and granulepos on buffers produced by
17885         vorbisenc.
17886
17887 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17888
17889         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17890         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17891           Patch from Eric Jonas to support conversions to/from UYVY 
17892           (Fixes: #324626)
17893
17894 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17895
17896         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17897         (setup_subtitle), (setup_source), (set_active_source):
17898         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17899         (gen_text_element), (gen_audio_element), (gen_vis_element),
17900         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17901
17902 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17903
17904         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17905         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17906                 use gst_guint64_to_gdouble to be compliant with vs6
17907         * gst/playback/gstdecodebin.c: (try_to_link_1)
17908         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17909                 use G_GINT64_CONSTANT for int64 constants
17910         * win32/common/libgstinterfaces.def:
17911                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17912         * win32/vs6:
17913                 update and add new project files
17914                 
17915 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17916
17917         * Makefile.am:
17918         * win32/MANIFEST:
17919         * win32/common/interfaces-enumtypes.c:
17920         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17921         (gst_mixer_track_flags_get_type),
17922         (gst_tuner_channel_flags_get_type):
17923         * win32/common/interfaces-enumtypes.h:
17924         * win32/common/multichannel-enumtypes.c:
17925         (gst_audio_channel_position_get_type):
17926         * win32/common/multichannel-enumtypes.h:
17927           add a win32-update rule like in core, and copy over enumtypes files
17928
17929 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17930
17931         * win32/MANIFEST:
17932         * win32/common/config.h:
17933         * win32/common/config.h.in:
17934           add config files just like in core
17935
17936 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17937
17938         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17939           Make gcc-4.1 happy (part of #327357).
17940
17941 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17942
17943         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17944         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17945         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17946         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17947         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17948         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17949           Update all error messages.  All of them should either use
17950           the default translated message, or actually provide a
17951           translatable string.
17952           Make the string for channel count problems meaningful.
17953
17954 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17955
17956         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17957           check for and throw RESOURCE_BUSY
17958
17959 2006-01-27  David Schleef  <ds@schleef.org>
17960
17961         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17962           checked in this change -- it requires liboil features not
17963           in 0.3.6.  Revert parts.
17964
17965 2006-01-27  David Schleef  <ds@schleef.org>
17966
17967         * REQUIREMENTS:
17968         * configure.ac: update liboil requirement to 0.3.6
17969         * gst/videoscale/Makefile.am:
17970         * gst/videoscale/vs_scanline.c: liboilify
17971
17972 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17973
17974         * ext/libvisual/visual.c: (get_buffer):
17975           When pad_alloc returns a GstFlowReturn other
17976           than GST_FLOW_OK, make sure it is passed upstream.
17977
17978 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17979
17980         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17981         (gst_alsasink_class_init):
17982           Free the device name string.
17983
17984         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17985         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17986         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17987           Don't remove a pad from the collectpads structure until it
17988           is released - it's a request pad, and may receive data again
17989           if the element gets moved back to PLAYING state.
17990
17991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17992           Ensure we turn on double buffering on the Xv port, and
17993           set the colour key to something dark and mysterious that
17994           isn't black.
17995
17996 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17997
17998         * ext/alsa/gstalsaplugin.c: (plugin_init):
17999         * ext/cdparanoia/gstcdparanoiasrc.c:
18000         (gst_cd_paranoia_src_base_init), (plugin_init):
18001         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18002         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18003           - a library should not call setlocale. see "Libraries" node in
18004             gettext manual
18005           - make sure all plugins that use translation do bindtextdomain
18006             to point to the localedir
18007         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18008         (setup_sinks), (plugin_init):
18009           all this, and check for NULL when creating sinks
18010
18011 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18012
18013         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18014         (plugin_init): Make typefinding of subtitles work again.
18015
18016 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18017
18018         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18019         (mp3_type_frame_length_from_header), (mp3_type_find),
18020         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18021         (plugin_init):
18022           Backport a bunch of typefinding fixes from the 0.8 branch.
18023           Also, improve wavpack typefinding: if we can't peek the
18024           entire wavpack block, try to parse the bits we can get and
18025           see if we find what we're looking for in those.
18026
18027 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18028
18029         * sys/ximage/ximagesink.c:
18030         (gst_ximagesink_calculate_pixel_aspect_ratio):
18031         * sys/xvimage/xvimagesink.c:
18032         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18033         more cases of pixel aspect ratio.
18034
18035 2006-01-26  Edward Hervey  <edward@fluendo.com>
18036
18037         * gst/playback/gstdecodebin.c: (pad_probe):
18038         Also consider the flush-start and tag events as unblockers
18039         for the pad probes.
18040
18041 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18042
18043         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18044         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18045         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18046         On the fly visualisation switch, works disabling, enabling as
18047         well but it won't be able to enable vis in a playbin that was
18048         created with no visualisation.
18049
18050 2006-01-25  Wim Taymans  <wim@fluendo.com>
18051
18052         * gst-libs/gst/audio/gstbaseaudiosink.c:
18053         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18054         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18055         resume after pause.
18056
18057 2006-01-25  Wim Taymans  <wim@fluendo.com>
18058
18059         * gst-libs/gst/audio/gstbaseaudiosink.c:
18060         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18061         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18062         Improve debugging.
18063         Post error when caps cannot be parsed.
18064         Resync on discontinuity in the stream.
18065         Clip samples to segment boundaries.
18066         return WRONG_STATE sooner when we are flushing.
18067
18068         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18069         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18070         Make audiosrc operate in TIME.
18071         Set TIMESTAMP and DURATION on buffers.
18072
18073 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18074
18075         * tests/examples/seek/seek.c: (main):
18076           Output tag messages as well.
18077
18078 2006-01-23  Edward Hervey  <edward@fluendo.com>
18079
18080         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18081         (free_pad_probes), (remove_fakesink), (pad_probe),
18082         (close_pad_link), (gst_decode_bin_change_state):
18083         Replace GstPadBlockCallback with pad probes that detect
18084         first buffer AND eos before removing fakesink.
18085         Fixes hang with demuxers doing EOS while pre-rolling.
18086         Solves #328279
18087
18088 2006-01-23  Andy Wingo  <wingo@pobox.com>
18089
18090         * ext/alsa/gstalsasink.c:
18091         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18092         (gst_base_rtp_depayload_setcaps),
18093         (gst_base_rtp_depayload_add_to_queue),
18094         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18095         
18096         Patch by: Jens Granseuer <jensgr at gmx dot net>
18097
18098 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18099
18100         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18101         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18102         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18103         frames. We might get a frame destroyed after changing state to
18104         NULL, adding a safety check on xcontext.
18105
18106 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18107
18108         * gst-libs/gst/interfaces/xoverlay.c:
18109           Fix prepare-xwindow-id code example in the docs - we need to
18110           ignore all messages that aren't element messages as well.
18111           
18112 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18113
18114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18115           I think one day i'll completely undestand how caps negotiation
18116           is supposed to work. This refactoring handles buffer_alloc
18117           called with caps we can't handle. We definitely don't want a
18118           set_caps with those caps, so we define and allocate a buffer
18119           we would like to receive.
18120
18121 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18122
18123         * gst/playback/gstplaybasebin.c: (setup_source):
18124           Free iterator when done.
18125
18126 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18127
18128         * gst-libs/gst/audio/gstbaseaudiosink.c:
18129         (gst_base_audio_sink_render):
18130           Fix playback of non-synchronised streams by assuming a rate
18131           of 1.0 instead of a random one.
18132
18133           Makes this work again:
18134
18135           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18136           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18137           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18138           audioresample ! alsasink
18139
18140 === release 0.10.2 ===
18141
18142 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18143
18144         * configure.ac:
18145           releasing 0.10.2, "Then the devil is six"
18146
18147 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18148
18149         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18150         * gst/playback/gststreamselector.c:
18151         (gst_stream_selector_set_property):
18152           Comment out broken code that connects to the state-changed signal.
18153           At this point, changing current stream selection is broken, but 
18154           stuff like gst-launch playbin current-audio=1 works and filters
18155           to the chosen stream.
18156
18157 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18158
18159         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18160           Fix #327216 (null dereference in vorbisdec)
18161
18162 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18163
18164         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18165           Post taglist actually on bus instead of just freeing it
18166           (fixes #327114 and totem bug #327080).
18167
18168         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18169           Use gst_element_found_tags_for_pad(), so that the tags
18170           are sent downstream as an event as well.
18171
18172 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18173
18174         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18175         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18176         (gst_ximagesink_buffer_alloc):
18177         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18178         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18179         (gst_xvimagesink_buffer_alloc):
18180           move all regularly occurring messages to GST_LOG level
18181           add some more object logs
18182
18183 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18184
18185         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18186           fix a silly segfault
18187
18188 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18189
18190         * docs/libs/gst-plugins-base-libs-docs.sgml:
18191         * docs/libs/gst-plugins-base-libs-sections.txt:
18192         * gst-libs/gst/audio/mixerutils.c:
18193         * gst-libs/gst/audio/mixerutils.h:
18194           Add docs for mixerutils stuff.
18195
18196 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18197
18198         * gst/playback/gstplaybasebin.c: (setup_source):
18199           Fix playback for sources that emit raw audio or
18200           raw video streams (e.g.: cd audio sources) (#325984).
18201
18202 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18203
18204         * gst-libs/gst/audio/mixerutils.c:
18205         (gst_audio_mixer_filter_do_filter):
18206           actually save the element we create
18207
18208 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18209
18210         * gst-libs/gst/cdda/gstcddabasesrc.c:
18211         (gst_cdda_base_src_handle_track_seek):
18212           No need to post a tag message on the bus when seeking
18213           within the same track, only post it when the current
18214           track changes.
18215
18216 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18217
18218         * gst/playback/gstplaybasebin.c: (group_destroy),
18219         (probe_triggered), (new_decoded_pad), (mute_group_type),
18220         (set_active_source):
18221         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18222         * gst/playback/gststreamselector.c:
18223         (gst_stream_selector_base_init),
18224         (gst_stream_selector_set_property),
18225         (gst_stream_selector_request_new_pad):
18226           Reenable stream selection. These mechanisms need a complete overhaul
18227           in the face of 0.8->0.10 changes though.
18228
18229 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18230
18231         * ext/ogg/gstoggdemux.c:
18232           Change the pad template to src_%d to match the pads that 
18233           are created from it. decodebin needs this information in order
18234           to decide that oggdemux is capable of producing multiple pads
18235           (and hence needs queues inserted).
18236
18237         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18238         (gst_ogg_mux_collected):
18239           Make debug output more useful by using GST_PTR_FORMAT.
18240
18241 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18242
18243         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18244
18245         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18246           Set depth and width for alaw/mulaw (fixes #326601).
18247
18248 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18249
18250         * tests/icles/Makefile.am:
18251           don't build the tests if we don't have the libs
18252
18253 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18254
18255         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18256         (gst_cd_paranoia_paranoia_callback):
18257           Don't try to free NULL pointers.
18258
18259 2006-01-10  Edward Hervey  <edward@fluendo.com>
18260
18261         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18262         (gst_audio_rate_change_state), (plugin_init):
18263         Add debugging category.
18264         Fix type issues.
18265         Add case for incoming buffers without valid offset/offset_end.
18266
18267 2006-01-10  Michael Smith  <msmith@fluendo.com>
18268
18269         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18270           Don't leak GCond in audio sources.
18271
18272 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18273
18274         * gst/playback/gstplaybin.c: (gen_audio_element):
18275           Don't leak an autoaudiosink/alsasink when we generate
18276           a new audio element. (old code, I guess)
18277
18278 2006-01-10  Michael Smith  <msmith@fluendo.com>
18279
18280         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18281           Support float audio in audiorate.
18282           Use width rather than depth for selecting sample width.
18283
18284 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18285
18286         * gst/videotestsrc/videotestsrc.h:
18287           Use GLib types here (that way we don't have to include the
18288           generated _stdint.h header, which makes life easier for win32
18289           folks that don't use autotools for the build) (#325990, patch
18290           by: Sergey Scobich).
18291
18292 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18293
18294         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18295         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18296         (gst_ring_buffer_pause), (wait_segment):
18297         * gst-libs/gst/audio/gstringbuffer.h:
18298           Name (private) union, makes Forte compiler happy (this time
18299           for real) (#324900).
18300
18301 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18302
18303         * gst-libs/gst/audio/Makefile.am:
18304           Link against libgstinterfaces, needed for mixer
18305           and property probe stuff.
18306
18307 2006-01-09  Edward Hervey  <edward@fluendo.com>
18308
18309         * gst-libs/gst/Makefile.am:
18310
18311 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18312
18313         * gst-libs/gst/audio/Makefile.am:
18314         * gst-libs/gst/audio/mixerutils.c:
18315         (gst_audio_mixer_filter_do_filter),
18316         (gst_audio_mixer_filter_check_element),
18317         (gst_audio_mixer_filter_probe_feature),
18318         (element_factory_rank_compare_func),
18319         (gst_audio_default_registry_mixer_filter):
18320         * gst-libs/gst/audio/mixerutils.h:
18321           Add gst_audio_default_registry_mixer_filter() utility
18322           function.
18323
18324 2006-01-03  Michael Smith  <msmith@fluendo.com>
18325
18326         * gst/audioresample/resample.h:
18327           As before, but for o_buf
18328
18329 2006-01-03  Michael Smith  <msmith@fluendo.com>
18330
18331         * gst/audioresample/resample.h:
18332           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18333           since we do arithmetic on it.
18334
18335 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18336
18337         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18338         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18339         (gst_ring_buffer_pause), (wait_segment):
18340         * gst-libs/gst/audio/gstringbuffer.h:
18341           Sun's Forte compiler doesn't seem to like anonymous structs,
18342           so use same setup as in GstBaseSrc (fixes #324900).
18343
18344 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18345
18346         * configure.ac:
18347         * gst/volume/Makefile.am:
18348         * gst/volume/demo.c:
18349           move old example to tests/examples/volume/volune.c
18350         * tests/examples/Makefile.am:
18351         * tests/examples/seek/seek.c: (main):
18352           change window-close event from "delete-event" to "destroy"
18353         * tests/examples/volume/Makefile.am:
18354         * tests/examples/volume/volume.c: (value_changed_callback),
18355         (setup_gui), (message_received), (eos_message_received), (main):
18356           fix event handling and bus usage
18357
18358 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18359
18360         * gst/audiotestsrc/gstaudiotestsrc.c:
18361         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18362         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18363         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18364         (gst_audio_test_src_create_square),
18365         (gst_audio_test_src_create_saw),
18366         (gst_audio_test_src_create_triangle),
18367         (gst_audio_test_src_create_silence),
18368         (gst_audio_test_src_create_white_noise),
18369         (gst_audio_test_src_create_pink_noise),
18370         (gst_audio_test_src_init_sine_table),
18371         (gst_audio_test_src_create_sine_table),
18372         (gst_audio_test_src_change_wave),
18373         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18374         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18375         * gst/audiotestsrc/gstaudiotestsrc.h:
18376           update to basesrc changes, implement segmented seeking and eos
18377           handling, add a 'sine-tab' waveform for performance critical playback
18378
18379 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18380
18381         * po/POTFILES.in:
18382           ... and this time the other modified file that I missed last time.
18383
18384 2005-12-29  Michael Smith  <msmith@fluendo.com>
18385
18386         * gst/playback/gstdecodebin.c: (new_pad):
18387           Fix non-C89 variable declaration not at the start of a block. Should
18388           help some compilers.
18389
18390 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18391
18392         * tests/check/Makefile.am:
18393           And now fix 'make distcheck' (builddir != srcdir)
18394
18395 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18396
18397         * configure.ac:
18398         * ext/cdparanoia/Makefile.am:
18399         * ext/cdparanoia/gstcdparanoia.c:
18400         * ext/cdparanoia/gstcdparanoia.h:
18401         * ext/cdparanoia/gstcdparanoiasrc.c:
18402         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18403         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18404         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18405         (gst_cd_paranoia_paranoia_callback),
18406         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18407         (gst_cd_paranoia_src_set_property),
18408         (gst_cd_paranoia_src_get_property), (plugin_init):
18409         * ext/cdparanoia/gstcdparanoiasrc.h:
18410           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18411           plugin again (there are still fixes required to playbin to make
18412           cdda:// uris work there).
18413
18414 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18415
18416         * tests/check/Makefile.am:
18417           Fix test case compilation.
18418
18419 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18420
18421         * gst-libs/gst/cdda/gstcddabasesrc.c:
18422         (gst_cdda_base_src_update_duration),
18423         (gst_cdda_base_src_calculate_cddb_id):
18424           An integer is not a string. Fix access to uninitialised variable.
18425
18426         * tests/check/Makefile.am:
18427           Add cddabasesrc unit test; also actually enable the vorbis test.
18428
18429         * tests/check/generic/states.c:
18430           Blacklist new cd audio elements as well.
18431
18432         * tests/check/libs/cddabasesrc.c:
18433           Unit test for GstCddaBaseSrc (discid calculation mostly).
18434
18435 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18436
18437         * docs/libs/Makefile.am:
18438         * docs/libs/gst-plugins-base-libs-docs.sgml:
18439         * docs/libs/gst-plugins-base-libs-sections.txt:
18440         * docs/libs/gst-plugins-base-libs.types:
18441           Add docs for libgstcdda/GstCddaBaseSrc.
18442
18443         * gst-libs/gst/interfaces/mixertrack.h:
18444           Do one struct member per line with a semicolon at the end, that way
18445           even gtk-doc might parse it without complaining.
18446
18447 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18448
18449         * configure.ac:
18450         * gst-libs/gst/Makefile.am:
18451         * gst-libs/gst/cdda/Makefile.am:
18452         * gst-libs/gst/cdda/base64.c:
18453         * gst-libs/gst/cdda/base64.h:
18454         * gst-libs/gst/cdda/gstcddabasesrc.c:
18455         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18456         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18457         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18458         (gst_cdda_base_src_get_property),
18459         (gst_cdda_base_src_get_track_from_sector),
18460         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18461         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18462         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18463         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18464         (gst_cdda_base_src_uri_get_protocols),
18465         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18466         (gst_cdda_base_src_uri_handler_init),
18467         (gst_cdda_base_src_setup_interfaces),
18468         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18469         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18470         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18471         (gst_cdda_base_src_add_tags),
18472         (gst_cdda_base_src_add_index_associations),
18473         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18474         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18475         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18476         (gst_cdda_base_src_create):
18477         * gst-libs/gst/cdda/gstcddabasesrc.h:
18478         * gst-libs/gst/cdda/sha1.c:
18479         * gst-libs/gst/cdda/sha1.h:
18480           Add new libgstcdda with GstCddaBaseSrc class.
18481
18482 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18483
18484         * ext/gnomevfs/gstgnomevfssink.h:
18485           Use GstBaseSinkClass as parent_class member for class struct, not
18486           GstBaseSink.
18487
18488 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18489
18490         Patch by: Michael Benes
18491
18492         * gst/videotestsrc/gstvideotestsrc.c:
18493         (gst_video_test_src_class_init), (gst_video_test_src_start):
18494           Add start method to reset running time and number of frames sent
18495           when starting up (fixes #324696)
18496
18497 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18498
18499         * docs/plugins/Makefile.am:
18500         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18501         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18502         * docs/plugins/gst-plugins-base-plugins.args:
18503         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18504         * docs/plugins/gst-plugins-base-plugins.signals:
18505           Add docs stuff for gnomevfssrc and gnomevfssink.
18506
18507         * ext/gnomevfs/gstgnomevfssrc.c:
18508           Fix example pipeline in gtk-doc blurb.
18509
18510 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18511
18512         * ext/gnomevfs/Makefile.am:
18513         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18514         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18515         (gst_gnome_vfs_handle_get_type), (plugin_init):
18516         * ext/gnomevfs/gstgnomevfs.h:
18517         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18518         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18519         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18520         (gst_gnome_vfs_sink_set_property),
18521         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18522         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18523         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18524         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18525         (gst_gnome_vfs_sink_uri_get_type),
18526         (gst_gnome_vfs_sink_uri_get_protocols),
18527         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18528         (gst_gnome_vfs_sink_uri_handler_init):
18529         * ext/gnomevfs/gstgnomevfssink.h:
18530           Port gnomevfssink; add gtk-doc blurb.
18531
18532         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18533         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18534         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18535         (gst_gnome_vfs_src_uri_get_type),
18536         (gst_gnome_vfs_src_uri_get_protocols),
18537         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18538         (gst_gnome_vfs_src_uri_handler_init),
18539         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18540         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18541         (gst_gnome_vfs_src_send_additional_headers_callback),
18542         (gst_gnome_vfs_src_received_headers_callback),
18543         (gst_gnome_vfs_src_push_callbacks),
18544         (gst_gnome_vfs_src_pop_callbacks),
18545         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18546         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18547         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18548         * ext/gnomevfs/gstgnomevfssrc.h:
18549           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18550           file; add gtk-doc blurb with example pipelines.
18551
18552 === release 0.10.1 ===
18553
18554 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18555
18556         * configure.ac:
18557           releasing 0.10.1, "Dobro Dedek"
18558
18559 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18560
18561         * gst/typefind/gsttypefindfunctions.c:
18562         iLBC30 and iLBC20 added to typefind.
18563
18564 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18565
18566         * gst-libs/gst/audio/gstbaseaudiosink.c:
18567         (gst_base_audio_sink_class_init):
18568         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18569         (gst_base_audio_src_class_init):
18570           update strings, values are in microseconds
18571           change the default sink buffer time to something that is smaller
18572           (to help software volume mixing have a slightly lower delay) but
18573           still be acceptable on Wim's laptop
18574
18575 2005-12-20  Edward Hervey  <edward@fluendo.com>
18576
18577         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18578         Made a quack, forgot to add DUCK to the riff video template.
18579
18580 2005-12-19  Edward Hervey  <edward@fluendo.com>
18581
18582         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18583         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18584         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18585         (gst_ogm_parse_chain):
18586         Make sure pads are initialized correctly.
18587         * gst-libs/gst/riff/riff-ids.h:
18588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18589         (gst_riff_create_video_template_caps):
18590         Add a whole bunch of FOURCC <=> MimeType.
18591         Extend the riff video pad template to support the newly added fourcc.
18592
18593 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18594
18595         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18596         (gst_ogg_demux_activate_chain):
18597           Extra debug output when activating/deactivating chains.
18598
18599         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18600         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18601         (unlinked):
18602           Remove a queue from our list when it becomes unlinked.
18603           Don't add queues to elements in class 'Demux' if they
18604           can only produce one pad 
18605
18606 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18607
18608         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18609         (gst_video_sink_get_type): Add a debug category.
18610
18611 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18612
18613         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18614         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18615           Handle downstream newsegment by sending our own newsegment before the
18616           next buffer to be released. (#323900)
18617
18618 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18619
18620         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18621         (gst_base_rtp_depayload_set_gst_timestamp):
18622           add queue delay to new segment as well (as opposed to just the first
18623           buffer). (bug #322347)
18624
18625 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18626
18627         * ext/libvisual/visual.c: (make_valid_name):
18628           change some char* into char[]
18629         * gst/audiotestsrc/gstaudiotestsrc.c:
18630         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18631         (gst_audio_test_src_create):
18632         * gst/audiotestsrc/gstaudiotestsrc.h:
18633           prepare to handle EOS and SEGMENT_DONE
18634
18635 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18636
18637         * tests/check/generic/states.c: (GST_START_TEST):
18638           Blacklist cdparanoia element in state test.
18639
18640 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18641
18642           Patch by: Benjamin Pineau
18643
18644         * gst/tcp/gsttcp.c:
18645         * gst/tcp/gsttcpclientsink.c:
18646         * gst/tcp/gsttcpserversink.c:
18647         * gst/tcp/gsttcpserversrc.c:
18648           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18649
18650 2005-12-15  Michael Smith  <msmith@fluendo.com>
18651
18652         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18653         (gst_video_rate_chain):
18654           Fix timestamping for videorate when the first buffer it sees has a
18655           non-zero timestamp. Fix some misleading debug output.
18656
18657 2005-12-15  Michael Smith  <msmith@fluendo.com>
18658
18659         * gst/audioresample/gstaudioresample.c:
18660           Don't leak all input buffers to audioresample.
18661
18662 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18663
18664         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18665           Don't operate on empty text buffers. Strip newlines and
18666           tabs only from the end of the text, but leave them intact
18667           in the middle. Fix typo in gtk-doc description.
18668
18669 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18670
18671         * gst/playback/gstplaybasebin.c:
18672         * gst/playback/gstplaybin.c: (handoff):
18673           Make sure the video frame buffer we return to apps via the
18674           "frame" property always has caps set on it. Modify
18675           _gst_gvalue_set_object() macro to handle NULL objects
18676           gracefully too.
18677
18678 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18679
18680         * gst/audiotestsrc/gstaudiotestsrc.c:
18681         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18682         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18683         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18684         (gst_audio_test_src_create):
18685         * gst/audiotestsrc/gstaudiotestsrc.h:
18686         Adjust to some recent api changes and add wtays new cool seeking
18687         capabillities
18688
18689 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18690
18691         * ext/alsa/Makefile.am:
18692         * ext/alsa/gstalsadeviceprobe.c:
18693         * ext/alsa/gstalsadeviceprobe.h:
18694           Helper functions to add device probing via the GstPropertyProbe
18695           interface to a class.
18696
18697         * ext/alsa/gstalsamixer.h:
18698           Comment out GST_ALSA_MIXER, it returns a struct that's not
18699           used.
18700
18701         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18702           Add some debug info. 
18703
18704         * ext/alsa/gstalsamixerelement.c:
18705         (gst_alsa_mixer_element_interface_supported),
18706         (gst_implements_interface_init),
18707         (gst_alsa_mixer_element_init_interfaces),
18708         (gst_alsa_mixer_element_class_init),
18709         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18710         (gst_alsa_mixer_element_set_property),
18711         (gst_alsa_mixer_element_get_property),
18712         (gst_alsa_mixer_element_change_state):
18713         * ext/alsa/gstalsamixerelement.h:
18714           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18715           for device handling (gnome-volume-control will need that).
18716
18717 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18718
18719         * ext/Makefile.am: fix cdparanoia entry
18720         * gst-plugins-base.spec.in: add cdparanoia
18721
18722 2005-12-12  Michael Smith  <msmith@fluendo.com>
18723
18724         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18725           Use the correct function to free list of typefind factories.
18726
18727 2005-12-12  Wim Taymans  <wim@fluendo.com>
18728
18729         * gst/videotestsrc/gstvideotestsrc.c:
18730         (gst_video_test_src_class_init), (gst_video_test_src_init),
18731         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18732         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18733         (gst_video_test_src_create):
18734         * gst/videotestsrc/gstvideotestsrc.h:
18735         Implement seeking in videotestsrc.
18736         Small cleanups.
18737
18738 2005-12-12  Wim Taymans  <wim@fluendo.com>
18739
18740         * ext/cdparanoia/Makefile.am:
18741         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18742         (gst_paranoia_endian_get_type), (_do_init),
18743         (cdparanoia_class_init), (cdparanoia_init),
18744         (cdparanoia_set_property), (cdparanoia_get_property),
18745         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18746         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18747         (cdparanoia_convert), (cdparanoia_get_query_types),
18748         (cdparanoia_query), (cdparanoia_set_index),
18749         (cdparanoia_uri_set_uri):
18750         * ext/cdparanoia/gstcdparanoia.h:
18751         Partially ported cdparanoia now that basesrc can support a
18752         plugin like this..
18753
18754 2005-12-12  Wim Taymans  <wim@fluendo.com>
18755
18756         * tests/examples/seek/scrubby.c: (main):
18757         Set higher priority for bus events so they don't get reordered with
18758         gtk gui events.
18759
18760         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18761         (flush_toggle_cb), (main):
18762         Added checkbox to disable flushing seeks. 
18763         Disable scrubbing when doing non flushing seeks.
18764
18765 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18766
18767         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18768         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18769         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18770         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18771           Implement some sort of event handling that doesn't rely on
18772           g_return_if_fail; make sure we always push the last chunk of an 
18773           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18774           state change function; remove some old cruft. Seeking is still
18775           rather unlikely to work though.
18776
18777         * tools/.cvsignore:
18778           Ignore more.
18779
18780 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18781
18782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18783         Fixed a leak of the current image reference when cleaning up.
18784         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18785
18786 2005-12-09  Michael Smith  <msmith@fluendo.com>
18787
18788         * tools/Makefile.am:
18789         * tools/gst-launch-ext-m.m:
18790           Remove gst-launch-ext. It doesn't work, and is no longer
18791           particularly useful.
18792
18793 2005-12-08  Luca Ognibene  <luogni@tin.it>
18794
18795         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18796           don't pass random values to ogmparse convert function.
18797           Make seeking possible in the exile1.ogm file.
18798
18799 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18800
18801         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18802         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18803           Work around refcount problem with g_value_set_object() that occur
18804           if the core has been compiled against GLib-2.6 (g_value_set_object()
18805           will only g_object_ref() the element, but the caller will
18806           gst_object_unref() it and bad things will happen due to the way
18807           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18808           totem for people on FC4 using Thomas's 0.10 RPMs.
18809           
18810 2005-12-07  Edward Hervey  <edward@fluendo.com>
18811
18812         Time to welcome ogm to 0.10 :)
18813         
18814         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18815         (gst_ogg_pad_typefind):
18816         Oggdemux can now properly typefind elements with dynamic pads.
18817         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18818         Properly set caps on src pad, and set caps on outgoing buffers.
18819
18820 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18821
18822         * ext/alsa/gstalsamixer.h:
18823         * ext/alsa/gstalsamixerelement.h:
18824         * ext/alsa/gstalsamixeroptions.h:
18825         * ext/alsa/gstalsamixertrack.h:
18826         * ext/alsa/gstalsasink.c:
18827         * ext/alsa/gstalsasink.h:
18828         * ext/alsa/gstalsasrc.c:
18829         * ext/alsa/gstalsasrc.h:
18830         * ext/cdparanoia/gstcdparanoia.h:
18831         * ext/gnomevfs/gstgnomevfsuri.h:
18832         * ext/ogg/gstoggdemux.c:
18833         * ext/ogg/gstoggmux.c:
18834         * ext/pango/gsttextoverlay.h:
18835         * ext/theora/theoradec.c:
18836         * ext/theora/theoraenc.c:
18837         * ext/vorbis/vorbisdec.h:
18838         * ext/vorbis/vorbisenc.c:
18839         * ext/vorbis/vorbisenc.h:
18840         * ext/vorbis/vorbisparse.h:
18841         * gst-libs/gst/audio/gstaudioclock.h:
18842         * gst-libs/gst/audio/gstaudiosink.c:
18843         * gst-libs/gst/audio/gstaudiosink.h:
18844         * gst-libs/gst/audio/gstaudiosrc.c:
18845         * gst-libs/gst/audio/gstaudiosrc.h:
18846         * gst-libs/gst/audio/gstbaseaudiosink.c:
18847         * gst-libs/gst/audio/gstbaseaudiosink.h:
18848         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18849         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18850         * gst-libs/gst/audio/gstringbuffer.h:
18851         * gst-libs/gst/audio/multichannel.h:
18852         * gst-libs/gst/floatcast/floatcast.h:
18853         * gst-libs/gst/interfaces/colorbalance.c:
18854         * gst-libs/gst/interfaces/colorbalance.h:
18855         * gst-libs/gst/interfaces/colorbalancechannel.h:
18856         * gst-libs/gst/interfaces/mixer.h:
18857         * gst-libs/gst/interfaces/mixeroptions.h:
18858         * gst-libs/gst/interfaces/mixertrack.h:
18859         * gst-libs/gst/interfaces/navigation.h:
18860         * gst-libs/gst/interfaces/propertyprobe.h:
18861         * gst-libs/gst/interfaces/tuner.h:
18862         * gst-libs/gst/interfaces/tunerchannel.h:
18863         * gst-libs/gst/interfaces/tunernorm.h:
18864         * gst-libs/gst/interfaces/xoverlay.h:
18865         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18866         * gst-libs/gst/riff/riff-ids.h:
18867         * gst-libs/gst/riff/riff-media.h:
18868         * gst-libs/gst/riff/riff-read.h:
18869         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18870         * gst-libs/gst/rtp/gstbasertppayload.c:
18871         * gst-libs/gst/rtp/gstbasertppayload.h:
18872         * gst-libs/gst/rtp/gstrtpbuffer.c:
18873         * gst-libs/gst/rtp/gstrtpbuffer.h:
18874         * gst-libs/gst/tag/gsttageditingprivate.h:
18875         * gst-libs/gst/tag/gstvorbistag.c:
18876         (gst_tag_list_from_vorbiscomment_buffer):
18877         * gst-libs/gst/tag/tag.h:
18878         * gst-libs/gst/video/video.h:
18879         * gst/adder/gstadder.c:
18880         * gst/adder/gstadder.h:
18881         * gst/audioconvert/audioconvert.c:
18882         * gst/audioconvert/audioconvert.h:
18883         * gst/audioconvert/gstaudioconvert.c:
18884         * gst/audioconvert/gstchannelmix.c:
18885         * gst/audioconvert/gstchannelmix.h:
18886         * gst/audiorate/gstaudiorate.c:
18887         * gst/audioresample/buffer.h:
18888         * gst/audioresample/functable.h:
18889         * gst/audioresample/gstaudioresample.c:
18890         * gst/audioresample/resample.h:
18891         * gst/ffmpegcolorspace/avcodec.h:
18892         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18893         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18894         * gst/ffmpegcolorspace/imgconvert.c:
18895         * gst/ffmpegcolorspace/imgconvert_template.h:
18896         * gst/playback/gstdecodebin.c:
18897         * gst/playback/gstplaybasebin.h:
18898         * gst/playback/gstplaybin.c:
18899         * gst/playback/gststreaminfo.h:
18900         * gst/tcp/gstfdset.c:
18901         * gst/tcp/gstfdset.h:
18902         * gst/tcp/gstmultifdsink.c:
18903         * gst/tcp/gstmultifdsink.h:
18904         * gst/tcp/gsttcp.h:
18905         * gst/tcp/gsttcpclientsrc.c:
18906         * gst/tcp/gsttcpclientsrc.h:
18907         * gst/tcp/gsttcpplugin.h:
18908         * gst/tcp/gsttcpserversink.c:
18909         * gst/tcp/gsttcpserversrc.c:
18910         * gst/typefind/gsttypefindfunctions.c:
18911         * gst/videorate/gstvideorate.c:
18912         * gst/videotestsrc/gstvideotestsrc.h:
18913         * gst/videotestsrc/videotestsrc.h:
18914         * sys/v4l/gstv4lcolorbalance.h:
18915         * sys/v4l/gstv4ltuner.h:
18916         * sys/v4l/gstv4lxoverlay.h:
18917         * sys/v4l/v4l_calls.h:
18918         * sys/v4l/videodev_mjpeg.h:
18919         * tests/check/elements/audioconvert.c:
18920         * tests/check/elements/audioresample.c:
18921         * tests/check/elements/audiotestsrc.c:
18922         * tests/check/elements/videotestsrc.c:
18923         * tests/check/elements/volume.c:
18924         * tests/examples/seek/scrubby.c:
18925         * tests/examples/seek/seek.c:
18926           expand tabs
18927
18928 === release 0.10.0 ===
18929
18930 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18931
18932         * configure.ac:
18933           releasing 0.10.0, "Mont-d'or"
18934
18935 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18936
18937         * tests/examples/seek/Makefile.am:
18938         Build fix for when gtk is not available.
18939
18940 2005-12-05  Andy Wingo  <wingo@pobox.com>
18941
18942         * ext/libvisual/visual.c: (get_buffer):
18943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18944         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18945         * ext/theora/theoradec.c: (theora_handle_data_packet):
18946         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18947         (theora_enc_chain):
18948         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18949         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18950         Update for alloc_buffer changes.
18951
18952 2005-12-05  Andy Wingo  <wingo@pobox.com>
18953
18954         patch by: Kai Vehmanen <kv2004 eca cx>
18955         
18956         * gst-libs/gst/rtp/gstbasertpdepayload.c
18957         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18958
18959 2005-12-04  Andy Wingo  <wingo@pobox.com>
18960
18961         patch by: Sebastien Cote <sebas642 yahoo ca>
18962         
18963         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18964         Fixes #319172.
18965
18966 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18967
18968         * docs/plugins/Makefile.am:
18969         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18970         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18971         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18972         * ext/pango/gstclockoverlay.c:
18973         * ext/pango/gsttextoverlay.c: 
18974         * ext/pango/gsttextrender.c:
18975         * ext/pango/gsttimeoverlay.c:
18976           Add gtk-doc blurbs to pango elements.
18977
18978 2005-12-02  Wim Taymans  <wim@fluendo.com>
18979
18980         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18981         * gst/audioresample/buffer.h:
18982         * gst/audioresample/gstaudioresample.c:
18983         * gst/audioresample/gstaudioresample.h:
18984         * gst/audioresample/resample.c: (resample_input_flush),
18985         (resample_input_pushthrough), (resample_input_eos),
18986         (resample_get_output_size_for_input),
18987         (resample_get_input_size_for_output), (resample_get_output_size),
18988         (resample_get_output_data):
18989         * gst/audioresample/resample.h:
18990         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18991         Fix audioresample, seek torture, new segments, reverse negotiation
18992         etc.. work fine.
18993
18994 2005-12-02  Wim Taymans  <wim@fluendo.com>
18995
18996         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18997         Small cleanups.
18998
18999 2005-12-02  Wim Taymans  <wim@fluendo.com>
19000
19001         * gst/audioconvert/gstaudioconvert.c:
19002         (gst_audio_convert_transform):
19003         Post errors.
19004
19005 === release 0.9.7 ===
19006
19007 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19008
19009         * configure.ac:
19010           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19011
19012 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19013
19014         * Makefile.am:
19015         * po/hu.po:
19016         * win32/MANIFEST:
19017         * win32/gst.sln:
19018           add win32 MANIFEST file
19019           do something to the hungarian translation
19020
19021 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19022
19023         * ext/Makefile.am:
19024           Add $(PANGO_DIR) to SUBDIRS
19025
19026         * ext/pango/gstclockoverlay.c:
19027         * ext/pango/gsttimeoverlay.c:
19028           Fix and improve element descriptions.
19029
19030 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19031
19032         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19033         * docs/plugins/inspect/plugin-libvisual.xml:
19034         * docs/plugins/inspect/plugin-pango.xml:
19035           add pango plugin to docs
19036
19037 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19038
19039         * configure.ac:
19040         * ext/Makefile.am:
19041           moved pango to base
19042
19043 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19044
19045         * configure.ac:
19046         * tests/Makefile.am:
19047         * tests/icles/.cvsignore:
19048         * tests/icles/Makefile.am:
19049         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19050         (close_display), (resize_window), (move_window), (create_window),
19051         (terminate_playback), (pause_playback), (start_playback), (main):
19052           add stress test for xoverlay from Julien
19053
19054 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19055
19056         * docs/libs/tmpl/gstcolorbalance.sgml:
19057         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19058         * gst-libs/gst/rtp/gstbasertppayload.c:
19059         * gst-libs/gst/rtp/gstrtpbuffer.c:
19060         * gst-libs/gst/rtp/gstrtpbuffer.h:
19061           Do burger's rename for rtp payloaders and depayloaders
19062
19063 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19064
19065         * win32/:
19066           add Visual Studio 6 build files
19067
19068 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19069
19070         * docs/libs/gst-plugins-base-libs-docs.sgml:
19071         * docs/libs/gst-plugins-base-libs-sections.txt:
19072         * docs/libs/tmpl/gstaudio.sgml:
19073         * docs/libs/tmpl/gstringbuffer.sgml:
19074         * gst-libs/gst/interfaces/xoverlay.c:
19075         * gst-libs/gst/video/gstvideofilter.c:
19076         * gst-libs/gst/video/gstvideosink.c:
19077           update documentation
19078
19079 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19080
19081         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19082         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19083         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19084         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19085         (gst_multi_fd_sink_get_stats),
19086         (gst_multi_fd_sink_remove_client_link),
19087         (gst_multi_fd_sink_handle_client_read),
19088         (gst_multi_fd_sink_client_queue_data),
19089         (gst_multi_fd_sink_client_queue_caps),
19090         (gst_multi_fd_sink_client_queue_buffer),
19091         (gst_multi_fd_sink_new_client),
19092         (gst_multi_fd_sink_handle_client_write),
19093         (gst_multi_fd_sink_recover_client),
19094         (gst_multi_fd_sink_queue_buffer),
19095         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19096         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19097         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19098         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19099         * gst/tcp/gstmultifdsink.h:
19100         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19101         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19102         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19103         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19104         (gst_tcp_client_sink_set_property),
19105         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19106         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19107         * gst/tcp/gsttcpclientsink.h:
19108         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19109         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19110         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19111         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19112         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19113         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19114         * gst/tcp/gsttcpclientsrc.h:
19115         * gst/tcp/gsttcpplugin.c: (plugin_init):
19116         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19117         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19118         (gst_tcp_server_sink_finalize),
19119         (gst_tcp_server_sink_handle_server_read),
19120         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19121         (gst_tcp_server_sink_set_property),
19122         (gst_tcp_server_sink_get_property),
19123         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19124         * gst/tcp/gsttcpserversink.h:
19125         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19126         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19127         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19128         (gst_tcp_server_src_set_property),
19129         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19130         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19131         * gst/tcp/gsttcpserversrc.h:
19132           more borgifying
19133
19134 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19135
19136         * docs/plugins/Makefile.am:
19137         * docs/plugins/gst-plugins-base-plugins.args:
19138         * docs/plugins/inspect/plugin-libvisual.xml:
19139         * gst/audioconvert/plugin.h:
19140         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19141         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19142         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19143         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19144         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19145         (plugin_init):
19146         * gst/audiotestsrc/gstaudiotestsrc.c:
19147         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19148         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19149         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19150         (gst_audio_test_src_get_query_types),
19151         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19152         (gst_audio_test_src_create_square),
19153         (gst_audio_test_src_create_saw),
19154         (gst_audio_test_src_create_triangle),
19155         (gst_audio_test_src_create_silence),
19156         (gst_audio_test_src_create_white_noise),
19157         (gst_audio_test_src_init_pink_noise),
19158         (gst_audio_test_src_generate_pink_noise_value),
19159         (gst_audio_test_src_create_pink_noise),
19160         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19161         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19162         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19163         (plugin_init):
19164         * gst/audiotestsrc/gstaudiotestsrc.h:
19165         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19166         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19167         (gst_sub_parse_init), (gst_sub_parse_formats),
19168         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19169         (convert_encoding), (get_next_line),
19170         (gst_sub_parse_data_format_autodetect),
19171         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19172         (gst_sub_parse_loop), (gst_sub_parse_chain),
19173         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19174         (plugin_init):
19175         * gst/subparse/gstsubparse.h:
19176         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19177         (gst_video_rate_base_init), (gst_video_rate_class_init),
19178         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19179         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19180         (gst_video_rate_init), (gst_video_rate_event),
19181         (gst_video_rate_chain), (gst_video_rate_set_property),
19182         (gst_video_rate_get_property), (gst_video_rate_change_state),
19183         (plugin_init):
19184         * gst/videoscale/gstvideoscale.c:
19185         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19186         (gst_video_scale_src_template_factory),
19187         (gst_video_scale_sink_template_factory),
19188         (gst_video_scale_get_type), (gst_video_scale_base_init),
19189         (gst_video_scale_class_init), (gst_video_scale_init),
19190         (gst_video_scale_set_property), (gst_video_scale_get_property),
19191         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19192         (gst_video_scale_prepare_size), (parse_caps),
19193         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19194         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19195         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19196         (plugin_init):
19197         * gst/videoscale/gstvideoscale.h:
19198         * gst/videotestsrc/gstvideotestsrc.c:
19199         (gst_video_test_src_pattern_get_type),
19200         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19201         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19202         (gst_video_test_src_set_pattern),
19203         (gst_video_test_src_set_property),
19204         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19205         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19206         (gst_video_test_src_event), (gst_video_test_src_get_times),
19207         (gst_video_test_src_create), (plugin_init):
19208         * gst/videotestsrc/gstvideotestsrc.h:
19209         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19210         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19211         (gst_video_test_src_black):
19212         * gst/videotestsrc/videotestsrc.h:
19213           borgify further
19214           clean up docs a little
19215
19216 2005-11-30  Wim Taymans  <wim@fluendo.com>
19217
19218         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19219         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19220         (gst_basertppayload_event), (gst_basertppayload_push),
19221         (gst_basertppayload_change_state):
19222         * gst-libs/gst/rtp/gstbasertppayload.h:
19223         closed #320644.
19224
19225 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19226
19227         * docs/libs/gst-plugins-base-libs-docs.sgml:
19228         * docs/libs/gst-plugins-base-libs-sections.txt:
19229         * gst-libs/gst/video/gstvideofilter.c:
19230         * gst-libs/gst/video/gstvideosink.c:
19231         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19232
19233 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19234
19235         * LICENSE:
19236           move
19237         * po/af.po:
19238         * po/az.po:
19239         * po/cs.po:
19240         * po/en_GB.po:
19241         * po/hu.po:
19242         * po/it.po:
19243         * po/nb.po:
19244         * po/nl.po:
19245         * po/or.po:
19246         * po/sq.po:
19247         * po/sr.po:
19248         * po/sv.po:
19249         * po/uk.po:
19250         * po/vi.po:
19251         * Makefile.am:
19252           update
19253         * scripts/autoplugins.sh:
19254           remove
19255
19256 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19257
19258         * Makefile.am:
19259         * configure.ac:
19260         * examples/Makefile.am:
19261         * examples/capsfilter/Makefile.am:
19262         * examples/capsfilter/capsfilter1.c:
19263         * examples/gob/Makefile.am:
19264         * examples/gob/gst-identity2.gob:
19265         * examples/indexing/.cvsignore:
19266         * examples/indexing/Makefile.am:
19267         * examples/indexing/indexmpeg.c:
19268         * examples/seeking/.cvsignore:
19269         * examples/seeking/Makefile.am:
19270         * examples/seeking/cdparanoia.c:
19271         * examples/seeking/cdplayer.c:
19272         * examples/seeking/chained.c:
19273         * examples/seeking/scrubby.c:
19274         * examples/seeking/seek.c:
19275         * examples/stats/Makefile.am:
19276         * examples/stats/mp2ogg.c:
19277         * examples/switch/.cvsignore:
19278         * examples/switch/Makefile.am:
19279         * examples/switch/switcher.c:
19280         * tests/Makefile.am:
19281         * tests/check/generic/.cvsignore:
19282         * tests/check/pipelines/.cvsignore:
19283         * tests/examples/Makefile.am:
19284         * tests/examples/seek/Makefile.am:
19285           reorganize stuff under tests/
19286
19287 2005-11-30  Edward Hervey  <edward@fluendo.com>
19288
19289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19290         Go away you stupid GstStaticPadTemplate memleak.
19291
19292 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19293
19294         * gst-libs/gst/net/Makefile.am:
19295         * gst-libs/gst/net/README:
19296         * gst-libs/gst/net/gstnetbuffer.c:
19297         * gst-libs/gst/net/gstnetbuffer.h:
19298           this was moved to "netbuffer"
19299
19300 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19301
19302         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19303         (gst_video_filter_class_init), (gst_video_filter_init):
19304         * gst-libs/gst/video/gstvideofilter.h:
19305           borgify name to bring in line with other classes
19306
19307 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19308
19309         * gst/audioscale/.cvsignore:
19310         * gst/audioscale/Makefile.am:
19311         * gst/audioscale/README:
19312         * gst/audioscale/audioscale.vcproj:
19313         * gst/audioscale/dtof.c:
19314         * gst/audioscale/dtos.c:
19315         * gst/audioscale/functable.c:
19316         * gst/audioscale/gstaudioscale.c:
19317         * gst/audioscale/gstaudioscale.h:
19318         * gst/audioscale/private.h:
19319         * gst/audioscale/resample.c:
19320         * gst/audioscale/resample.h:
19321         * gst/audioscale/test.c:
19322           remove
19323
19324 2005-11-30  Edward Hervey  <edward@fluendo.com>
19325
19326         * gst-libs/gst/netbuffer/Makefile.am:
19327         really, really tired
19328
19329 2005-11-30  Edward Hervey  <edward@fluendo.com>
19330
19331         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19332         Update for new GstTypeFindFactory _register()
19333
19334 2005-11-30  Edward Hervey  <edward@fluendo.com>
19335
19336         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19337         Let's not override libgstnet from core for no reason...
19338         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19339         Ok, maybe not so quick next time.
19340
19341 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19342
19343         * configure.ac:
19344         * gst-libs/gst/Makefile.am:
19345           moved gst-libs/gst/net to netbuffer through CVS surgery
19346           remove old directory
19347           updating build to accomodate
19348           (#322257)
19349
19350 2005-11-29  Andy Wingo  <wingo@pobox.com>
19351
19352         * pkgconfig/gstreamer-plugins-base.pc.in:
19353         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19354         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19355         (#322257).
19356
19357 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19358
19359         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19360         3rd time's the charm. Correct ref-counting for discarded buffers.
19361
19362 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19363
19364         * gst/playback/gststreamselector.c:
19365         (gst_stream_selector_class_init),
19366         (gst_stream_selector_set_property),
19367         (gst_stream_selector_get_property),
19368         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19369         Fix ref-counting
19370
19371 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19372
19373         * gst/subparse/gstsubparse.c: (feed_textbuf):
19374           Don't access already unref'ed buffer.
19375
19376 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19377
19378         * gst/playback/gststreamselector.c:
19379         (gst_stream_selector_class_init), (gst_stream_selector_init),
19380         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19381         (gst_stream_selector_get_property),
19382         (gst_stream_selector_get_linked_pad),
19383         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19384         * gst/playback/gststreamselector.h:
19385         Add the active-pad property for playbin to use shortly. Ignore buffers
19386         from any other pad, returning GST_FLOW_NOT_LINKED
19387
19388 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19389
19390         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19391         patch from bug #322704 (Alessandro Decina).
19392
19393 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19394
19395         * gst-libs/gst/audio/Makefile.am:
19396           folded audiofilter into the audio library
19397
19398 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19399
19400         * gst/videoscale/gstvideoscale.h:
19401         * gst/videoscale/gstvideoscale.c:
19402           remove unimplemented scale methods
19403
19404 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19405
19406         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19407           Don't leak caps.
19408
19409 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19410
19411         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19412         (gst_ximagesink_setcaps):
19413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19414         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19415         happens (only visible on ximagesink but bug is in xv too) set_caps was
19416         destroying the internal x[v]image used to memcpy non locally alloced
19417         buffers so that it got renewed on next _chain. The issue is that 
19418         _expose will try to put that image as it reffed it in _put.
19419         Using gst_buffer_unref instead of destroy fixes it !
19420
19421 2005-11-28  Edward Hervey  <edward@fluendo.com>
19422
19423         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19424         (try_to_link_1), (queue_filled_cb):
19425         Better use of the queues. Start with a small size queue and only increase
19426         the size of the queues when the other queues are empty.
19427
19428 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19429
19430         * gst-libs/gst/video/Makefile.am:
19431           compile in copied-over videofilter into the video library
19432         * gst-libs/gst/video/videosink.h:
19433           rename the header to gstvideosink.h since it's a base GstObject class
19434         * sys/ximage/ximagesink.h:
19435         * sys/xvimage/xvimagesink.h:
19436           use the new header
19437
19438 2005-11-28  Wim Taymans  <wim@fluendo.com>
19439
19440         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19441         * gst/playback/gstplaybasebin.h:
19442         Prepare to handle errors betters.
19443
19444         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19445         Set sinks to PAUSED first before adding and linking them so that
19446         we don't interrupt dataflow.
19447
19448 2005-11-28  Wim Taymans  <wim@fluendo.com>
19449
19450         * gst-libs/gst/audio/TODO:
19451         Updated TODO
19452
19453         * gst-libs/gst/audio/gstaudiosink.c:
19454         (gst_audioringbuffer_open_device),
19455         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19456         (gst_audioringbuffer_release):
19457         Small cleanups.
19458
19459         * gst-libs/gst/audio/gstbaseaudiosink.c:
19460         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19461         (gst_base_audio_sink_change_state):
19462         Slave to the master clock when going to PLAYING and unslave when
19463         going to PAUSED.
19464
19465         * gst-libs/gst/audio/gstringbuffer.c:
19466         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19467         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19468         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19469         (gst_ring_buffer_clear_all), (wait_segment),
19470         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19471         (gst_ring_buffer_advance):
19472         * gst-libs/gst/audio/gstringbuffer.h:
19473         Add some docs and cleanups.
19474
19475 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19476
19477         * sys/xvimage/xvimagesink.c:
19478         (gst_xvimagesink_navigation_send_event): Fix navigation events
19479         coordinates translation with pixel aspect ratios.
19480
19481 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19482
19483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19484         Use calculated video geometry from _setcaps instead of buffer
19485         caps to respect pixel aspect ratio. (fixes #322388)
19486
19487 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19488
19489         * docs/libs/tmpl/gstcolorbalance.sgml:
19490         * docs/libs/tmpl/gstmixer.sgml:
19491         * docs/libs/tmpl/gstxoverlay.sgml:
19492         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19493         interface.
19494
19495 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19496
19497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19498         Refuse to create an XvImage if we can't find the format.
19499
19500 2005-11-28  Edward Hervey  <edward@fluendo.com>
19501
19502         * gst-libs/gst/riff/riff-media.c:
19503         (gst_riff_create_audio_template_caps):
19504         Add ATRAC3 to the list of riff-possible audio caps.
19505         I know we still don't have a plugin for atrac3, but it's saner to output
19506         that than a cryptic mimetype.
19507
19508 2005-11-27  Edward Hervey  <edward@fluendo.com>
19509
19510         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19511         Don't try to create a zero-sized subbuffer.
19512
19513 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19514
19515         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19516         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19517         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19518         (gst_ximagesink_expose): Fixed a tricky race.
19519         * sys/ximage/ximagesink.h:
19520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19521         (gst_xvimagesink_expose): Fixed a tricky race.
19522         * sys/xvimage/xvimagesink.h:
19523
19524 2005-11-27  Edward Hervey  <edward@fluendo.com>
19525
19526         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19527         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19528         Remove unused properties, and add queues between demuxers and decoders
19529         so that a lot more files can preroll properly.
19530
19531 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19532
19533         * gst-libs/gst/net/Makefile.am:
19534         * gst-libs/gst/rtp/Makefile.am:
19535         * gst-libs/gst/tag/Makefile.am:
19536           remove silly include
19537         * gst/tags/Makefile.am:
19538         * gst/tags/gsttagediting.c:
19539         * gst/tags/gsttageditingprivate.h:
19540         * gst/tags/tagedit.vcproj:
19541           remove directory, is as good as empty
19542
19543 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19544
19545         * configure.ac:
19546           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19547         * gst-libs/Makefile.am:
19548         * gst-libs/gst/audio/Makefile.am:
19549         * gst-libs/gst/interfaces/Makefile.am:
19550         * gst-libs/gst/net/Makefile.am:
19551         * gst-libs/gst/riff/Makefile.am:
19552         * gst-libs/gst/rtp/Makefile.am:
19553         * gst-libs/gst/tag/Makefile.am:
19554         * gst-libs/gst/video/Makefile.am:
19555           and use them
19556
19557 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19558
19559         * docs/libs/tmpl/gstcolorbalance.sgml:
19560         * docs/libs/tmpl/gstmixer.sgml:
19561         * docs/libs/tmpl/gstxoverlay.sgml:
19562         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19563         * sys/ximage/ximagesink.h:
19564         * sys/xvimage/xvimagesink.h: More and more documentation.
19565
19566 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19567
19568         * docs/libs/gst-plugins-base-libs-docs.sgml:
19569         * docs/libs/gst-plugins-base-libs-sections.txt:
19570         * docs/libs/tmpl/gstcolorbalance.sgml:
19571         * docs/libs/tmpl/gstmixer.sgml:
19572         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19573         to documentation.
19574
19575 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19576
19577         * docs/plugins/Makefile.am:
19578         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19579         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19580         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19581
19582 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19583
19584         * docs/plugins/Makefile.am:
19585         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19586         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19587         * docs/plugins/inspect/plugin-adder.xml:
19588         * docs/plugins/inspect/plugin-alsa.xml:
19589         * docs/plugins/inspect/plugin-audioconvert.xml:
19590         * docs/plugins/inspect/plugin-audiorate.xml:
19591         * docs/plugins/inspect/plugin-audioresample.xml:
19592         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19593         * docs/plugins/inspect/plugin-decodebin.xml:
19594         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19595         * docs/plugins/inspect/plugin-gnomevfs.xml:
19596         * docs/plugins/inspect/plugin-ogg.xml:
19597         * docs/plugins/inspect/plugin-playbin.xml:
19598         * docs/plugins/inspect/plugin-subparse.xml:
19599         * docs/plugins/inspect/plugin-tcp.xml:
19600         * docs/plugins/inspect/plugin-theora.xml:
19601         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19602         * docs/plugins/inspect/plugin-video4linux.xml:
19603         * docs/plugins/inspect/plugin-videorate.xml:
19604         * docs/plugins/inspect/plugin-videoscale.xml:
19605         * docs/plugins/inspect/plugin-videotestsrc.xml:
19606         * docs/plugins/inspect/plugin-volume.xml:
19607         * docs/plugins/inspect/plugin-vorbis.xml:
19608         * docs/plugins/inspect/plugin-ximagesink.xml:
19609         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19610         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19611
19612 2005-11-26  Edward Hervey  <edward@fluendo.com>
19613
19614         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19615         Properly return GstFlowReturn from gst_pad_push in chain functions.
19616
19617 2005-11-25  Michael Smith  <msmith@fluendo.com>
19618
19619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19620         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19621         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19622         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19623           Handle various conditions better when we don't understand a stream.
19624           Removes a heap of CRITICALs on ogg streams containing unknown data.
19625
19626 2005-11-24  Andy Wingo  <wingo@pobox.com>
19627
19628         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19629         Be threadsafe.
19630
19631 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19632
19633         * configure.ac: back to HEAD
19634
19635 === release 0.9.6 ===
19636
19637 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19638
19639         * configure.ac:
19640           releasing 0.9.6, "White Eight"
19641
19642 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19643
19644         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19645         * docs/plugins/inspect/plugin-sine.xml:
19646           remove sinesrc some more
19647
19648 2005-11-23  Wim Taymans  <wim@fluendo.com>
19649
19650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19651         If we are reading too slowly, jump forward in the ringbuffer
19652         instead of blocking.
19653
19654 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19655
19656         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19657         (gst_visual_chain):
19658         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19659         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19660         (gst_videorate_chain):
19661         * gst/videotestsrc/gstvideotestsrc.c:
19662         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19663         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19664         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19665         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19666         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19667         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19668           Updates for API changes
19669
19670 2005-11-23  Wim Taymans  <wim@fluendo.com>
19671
19672         * gst-libs/gst/audio/gstbaseaudiosink.c:
19673         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19674         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19675         Fix for calibration API change.
19676
19677 2005-11-23  Michael Smith <msmith@fluendo.com>
19678
19679         * gst-libs/gst/audio/multichannel.c:
19680         (gst_audio_get_channel_positions),
19681         (gst_audio_set_channel_positions),
19682         (gst_audio_set_structure_channel_positions_list),
19683         (gst_audio_fixate_channel_positions):
19684           Use gst_value_array_*() functions on value arrays, not
19685           gst_value_list_*().
19686
19687 2005-11-23  Edward Hervey  <edward@fluendo.com>
19688
19689         * autogen.sh:
19690         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19691         Fixes autogen
19692
19693 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19694
19695         * check/Makefile.am:
19696         * check/elements/videotestsrc.c: (setup_videotestsrc),
19697         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19698         (main):
19699           add a test for videotestsrc
19700
19701 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19702
19703         * gst/sine/.cvsignore:
19704         * gst/sine/Makefile.am:
19705         * gst/sine/gstsinesrc.c:
19706         * gst/sine/gstsinesrc.h:
19707         * gst/sine/sinesrc.vcproj:
19708           and remove sinesrc from the repository.  Closes #321446
19709
19710 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19711
19712         * configure.ac:
19713         * gst-plugins-base.spec.in:
19714           remove sinesrc from the build
19715
19716 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19717
19718         * check/Makefile.am:
19719         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19720         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19721         (main):
19722           add a test for audiotestsrc, testing all waves.  Even seems
19723           leak-free at first glance, nice job Stefan
19724
19725 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19726
19727         * po/af.po:
19728         * po/az.po:
19729         * po/cs.po:
19730         * po/en_GB.po:
19731         * po/hu.po:
19732         * po/it.po:
19733         * po/nb.po:
19734         * po/nl.po:
19735         * po/or.po:
19736         * po/sq.po:
19737         * po/sr.po:
19738         * po/sv.po:
19739         * po/uk.po:
19740         * po/vi.po:
19741           Translation string updates
19742
19743         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19744         (gst_v4lsrc_set_caps):
19745         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19746         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19747         * sys/v4l/v4lsrc_calls.h:
19748           Improve v4lsrc, by making it work again.
19749
19750 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19751
19752         * ext/libvisual/visual.c: (gst_visual_chain):
19753           Fix the fps calculations.
19754
19755         * gst/ffmpegcolorspace/avcodec.h:
19756           Move structure element for clarity
19757
19758         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19759         * gst-libs/gst/interfaces/tunernorm.h:
19760         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19761         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19762         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19763         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19764         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19765         (gst_v4lmjpegsrc_getcaps):
19766         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19767         (gst_v4lsrc_set_caps):
19768         * sys/v4l/gstv4lsrc.h:
19769         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19770         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19771         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19772         * sys/v4l/v4lsrc_calls.h:
19773           Fractional framerates...
19774
19775 2005-11-22  Wim Taymans  <wim@fluendo.com>
19776
19777         * gst-libs/gst/audio/gstbaseaudiosink.c:
19778         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19779         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19780         And we provide a clock by default, of course...
19781
19782 2005-11-22  Wim Taymans  <wim@fluendo.com>
19783
19784         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19785         This clock can be slaved to a master clock now.
19786
19787         * gst-libs/gst/audio/gstbaseaudiosink.c:
19788         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19789         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19790         (gst_base_audio_sink_set_clock),
19791         (gst_base_audio_sink_set_property),
19792         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19793         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19794         * gst-libs/gst/audio/gstbaseaudiosink.h:
19795         Handle slaving the internal clock to the clock selected in the
19796         pipeline.
19797         Add property to make the basesink not provide a clock.
19798
19799         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19800         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19801         (gst_base_rtp_depayload_wait):
19802         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19803         We can use the clock in GstElement, no need to store it ourselves.
19804
19805 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19806
19807         * docs/libs/tmpl/gstaudio.sgml:
19808           update
19809         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19810         (gst_paranoia_endian_get_type):
19811         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19812         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19813         * gst/audiotestsrc/gstaudiotestsrc.c:
19814         (gst_audiostestsrc_wave_get_type):
19815         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19816         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19817         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19818         (gst_sync_method_get_type), (gst_unit_type_get_type),
19819         (gst_client_status_get_type), (gst_multifdsink_class_init),
19820         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19821         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19822         (gst_multifdsink_get_property):
19823         * gst/tcp/gstmultifdsink.h:
19824         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19825         * gst/videotestsrc/gstvideotestsrc.c:
19826         (gst_videotestsrc_pattern_get_type):
19827           remove deprecated properties
19828           fix up enums to correctly have short lowercase dashed nicks
19829
19830 2005-11-22  Michael Smith <msmith@fluendo.com>
19831
19832         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19833         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19834           Add underscore.
19835
19836 2005-11-22  Michael Smith <msmith@fluendo.com>
19837
19838         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19839         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19840           Use utility method for scaling clocktime for fractional framerates.
19841
19842 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19843
19844         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19845         (gst_visual_chain):
19846         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19847         * ext/theora/theoradec.c: (theora_handle_type_packet):
19848         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19849         (theora_enc_chain):
19850         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19851         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19852         * gst-libs/gst/video/video.h:
19853         * gst/ffmpegcolorspace/avcodec.h:
19854         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19855         (gst_ffmpeg_caps_to_pixfmt):
19856         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19857         (gst_ffmpegcsp_set_caps):
19858         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19859         (gst_videorate_setcaps), (gst_videorate_blank_data),
19860         (gst_videorate_chain):
19861         * gst/videotestsrc/gstvideotestsrc.c:
19862         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19863         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19864         (gst_videotestsrc_event), (gst_videotestsrc_create):
19865         * gst/videotestsrc/gstvideotestsrc.h:
19866         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19867         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19868         (gst_ximagesink_get_times), (gst_ximagesink_init):
19869         * sys/ximage/ximagesink.h:
19870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19871         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19872         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19873         * sys/xvimage/xvimagesink.h:
19874           Convert elements to use fractions for their framerate.
19875           V4L elements to come later tonight.
19876
19877 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19878
19879         * gst-libs/gst/audio/audio.c:
19880         * gst-libs/gst/audio/audio.h:
19881           remove some deprecated functions
19882
19883 2005-11-22  Andy Wingo  <wingo@pobox.com>
19884
19885         * Update for gst_tag_setter API changes.
19886
19887 2005-11-22  Andy Wingo  <wingo@pobox.com>
19888
19889         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19890         (gst_ogg_demux_perform_seek):
19891         * ext/theora/theoradec.c (theora_dec_sink_event):
19892         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19893         update-funcnames.
19894
19895 2005-11-22  Wim Taymans  <wim@fluendo.com>
19896
19897         * examples/seeking/seek.c: (main):
19898         Give higher priority to bus signals than the gtk events
19899         to fix a race condition in the segment looping.
19900
19901 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19902
19903         * ext/theora/Makefile.am:
19904         * ext/vorbis/Makefile.am:
19905         * gst-libs/gst/tag/Makefile.am:
19906         * gst-plugins-base.spec.in:
19907           Rename libgsttagedit to libgsttag (#322117).
19908
19909 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19910
19911         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19913           Call gst_x_overlay_prepare_xwindow_id() to give applications
19914           a final chance to set their own xwindow id before the video
19915           sink creates its own window.
19916
19917 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19918
19919         * sys/xvimage/xvimagesink.c:
19920         (gst_xvimagesink_navigation_send_event): Handle navigation
19921         events correcly with borders if applicable.
19922
19923 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19924
19925         Patch by: Luca Ognibene
19926
19927         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19928         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19930         (gst_ffmpegcsp_caps_remove_format_info):
19931         * gst/ffmpegcolorspace/imgconvert.c:
19932         * gst/ffmpegcolorspace/imgconvert_template.h:
19933           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19934           #318353); use gst_structure_has_name().
19935
19936 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19937
19938         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19939         (gst_ximagesink_class_init): Add debug macros on functions.
19940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19941         (gst_xvimagesink_xwindow_draw_borders),
19942         (gst_xvimagesink_xvimage_put),
19943         (gst_xvimagesink_xwindow_update_geometry),
19944         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19945         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19946         (gst_xvimagesink_xcontext_clear),
19947         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19948         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19949         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19950         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19951         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19952         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19953         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19954         expose while being PAUSED, out of data flow navigation events, etc..
19955
19956 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19957
19958         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19959         * gst-libs/gst/audio/audio.h:
19960           fix prototype - wondering why the test worked regardless
19961
19962 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19963
19964         * check/Makefile.am:
19965         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19966         * gst-libs/gst/audio/audio.h:
19967           add a method that returns a proper GstClockTime
19968
19969 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19970
19971         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19972         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19973         * gst-libs/gst/interfaces/xoverlay.h:
19974           Remove everything having to do with the desired size; add 
19975           gst_x_overlay_prepare_xwindow_id() function; remove the
19976           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19977           post a message on the bus instead (#321816).
19978
19979         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19981         (gst_xvimagesink_xoverlay_init):
19982           Remove desired size stuff (#321816).
19983
19984 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19985
19986         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19987         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19988         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19989           Terminate vararg functions with NULL instead of 0 to 
19990           make gcc4 happy.
19991
19992 2005-11-21  Andy Wingo  <wingo@pobox.com>
19993
19994         patch by: Sebastien Cote <sebas642@yahoo.ca>
19995         
19996         * gst-libs/gst/rtp/gstrtpbuffer.h: 
19997         * gst-libs/gst/rtp/gstrtpbuffer.c
19998         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19999
20000 2005-11-21  Andy Wingo  <wingo@pobox.com>
20001
20002         * gst/playback/gstplaybin.c (gen_audio_element) 
20003         (gen_video_element): Use the new MISSING_PLUGIN core error
20004         category. Closes #320060.
20005
20006         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20007         * gst/videorate/gstvideorate.c (gst_videorate_event):
20008         * ext/theora/theoradec.c (theora_dec_sink_event): 
20009         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20010         stream lock.
20011
20012         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20013         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20014         stream lock changes.
20015
20016 2005-11-21  Wim Taymans  <wim@fluendo.com>
20017
20018         * gst-libs/gst/audio/gstbaseaudiosink.c:
20019         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20020         (gst_base_audio_sink_provide_clock),
20021         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20022         (gst_base_audio_sink_change_state):
20023         * gst/audioresample/gstaudioresample.c:
20024         Segment update fix.
20025
20026 2005-11-21  Andy Wingo  <wingo@pobox.com>
20027
20028         * *.h:
20029         * *.c: Ran scripts/update-macros. Oh yes.
20030
20031 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20032
20033         * sys/ximage/Makefile.am:
20034         * sys/ximage/ximage.c:
20035           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20036           remove your old libgstximage.* manually if necessary).
20037
20038 2005-11-21  Michael Smith <msmith@fluendo.com>
20039
20040         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20041           Minimal fix for bug #320200: set the min/max bitrate in the correct
20042           units. A better fix would be to upgrade to the RATEMANAGE2
20043           interface, rather than using the deprecated interface used here, but
20044           that would require an update in our libvorbis dependency (to 1.1),
20045           which is probably undesirable.
20046
20047 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20048
20049         * ext/libvisual/visual.c: (get_buffer):
20050         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20051         (gst_base_audio_src_fixate):
20052         * gst/audioconvert/gstaudioconvert.c:
20053         (gst_audio_convert_fixate_caps):
20054         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20055         * gst/audiotestsrc/gstaudiotestsrc.c:
20056         (gst_audiotestsrc_src_fixate):
20057         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20058         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20059         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20060         * gst/videotestsrc/gstvideotestsrc.c:
20061         (gst_videotestsrc_src_fixate):
20062         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20064           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20065           (#322027)
20066
20067
20068 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20069
20070         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20071         (gst_riff_create_iavs_caps):
20072         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20073         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20074         (gst_riff_parse_info):
20075         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20076         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20078           Fixes for GST_FOURCC_FORMAT API change.
20079
20080 2005-11-21  Andy Wingo  <wingo@pobox.com>
20081
20082         patch by: Alessandro Dessina <alessandro nnva org>
20083
20084         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20085         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20086         (gst_ogg_parse_chain):
20087         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20088         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20089         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20090         gst_value_list calls on arrays. Fixes #321962.
20091
20092 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20093
20094         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20095         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20096         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20097         * gst/adder/gstadder.c: (gst_adder_init),
20098         (gst_adder_request_new_pad), (gst_adder_collected),
20099         (gst_adder_change_state):
20100           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20101           API change.
20102
20103 2005-11-21  Michael Smith <msmith@fluendo.com>
20104
20105         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20106         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20107           Properly handle pad_push return values.
20108
20109 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20110
20111         * gst-libs/gst/tag/Makefile.am:
20112         * gst-libs/gst/tag/gstvorbistag.c:
20113         (gst_tag_list_to_vorbiscomment_buffer):
20114           Remove obsolete vorbistag element and debug category.
20115
20116         * gst/playback/gstplaybasebin.c: (check_queue):
20117           Don't divide by 0 when queue-threshold is 0.
20118
20119         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20120           Don't modify an existing pixel-aspect-ratio if we fail to read
20121           a new one.
20122
20123 2005-11-20  Wim Taymans  <wim@fluendo.com>
20124
20125         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20126         (gst_vorbisenc_push_packet):
20127         GST_PAD_IS_USABLE is gone, use the return value of
20128         the push or pad_alloc_buffer instead.
20129
20130 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20131
20132         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20133         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20134         (gst_ximagesink_ximage_destroy),
20135         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20136         (gst_ximagesink_xwindow_new),
20137         (gst_ximagesink_xwindow_update_geometry),
20138         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20139         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20140         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20141         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20142         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20143         (gst_ximagesink_navigation_send_event),
20144         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20145         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20146         (gst_ximagesink_finalize), (gst_ximagesink_init),
20147         (gst_ximagesink_class_init):
20148         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20149         This new version brings correct software scaling, non flickering
20150         window while resizing, pixel aspect ratio handling, usage of
20151         hardware buffer pools, out of data flow event thread for 
20152         navigation and handling of expose events even when being PAUSED,
20153         a new property to keep video aspect ratio when resizing, etc...
20154
20155 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20156
20157         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20158         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20159         handling of PAR.
20160
20161 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20162
20163         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20164         Unsetting IS_SINK flag from the fakesink, so decodebin
20165         never behaves as a sink.
20166
20167 2005-11-17  Wim Taymans  <wim@fluendo.com>
20168
20169         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20170         (gst_base_audio_src_change_state):
20171         Fix the audiosrc base class again, we did not unflush.
20172
20173 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20174
20175         * examples/seeking/seek.c: (make_dv_pipeline),
20176         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20177         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20178         to ogg/vorbis/theora pipeline.
20179
20180 2005-11-17  Wim Taymans  <wim@fluendo.com>
20181
20182         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20183         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20184         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20185         Fix EOS on multiple streams.
20186         More debugging.
20187
20188 2005-11-16  Wim Taymans  <wim@fluendo.com>
20189
20190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20191         (gst_ogg_demux_perform_seek):
20192         Segment done must include stream time.
20193
20194         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20195         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20196         (gst_ogg_mux_change_state):
20197         Fix ogg muxer again.
20198
20199 2005-11-16  Wim Taymans  <wim@fluendo.com>
20200
20201         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20202         Fix compile again.
20203
20204 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20205
20206         * ext/libvisual/visual.c: (gst_visual_init):
20207         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20208         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20209         (gst_ogg_parse_chain):
20210         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20211         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20212         * ext/theora/theoradec.c: (gst_theora_dec_init):
20213         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20214         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20215         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20216         * gst/adder/gstadder.c: (gst_adder_class_init),
20217         (gst_adder_dispose):
20218         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20219         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20220         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20221           Fix a whole set of pad template leaks
20222
20223 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20224
20225         * check/generic/states.c: (GST_START_TEST):
20226           fix the test so that it only checks for elements that are part of
20227           this source module
20228
20229 2005-11-16  Michael Smith <msmith@fluendo.com>
20230
20231         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20232         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20233         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20234         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20235         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20236         (gst_ogg_mux_change_state):
20237           Fix leaking collectpads.
20238
20239 2005-11-16  Edward Hervey  <edward@fluendo.com>
20240
20241         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20242         (gst_videorate_event), (gst_videorate_chain):
20243         Handle segment seeks
20244
20245 2005-11-16  Wim Taymans  <wim@fluendo.com>
20246
20247         * gst-libs/gst/audio/gstbaseaudiosink.c:
20248         (gst_base_audio_sink_provide_clock),
20249         (gst_base_audio_sink_change_state):
20250         Set ringbuffer to non-flushing when going to PAUSED, set to
20251         flushing again when going to READY.
20252
20253         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20254         (gst_ring_buffer_stop):
20255         Start in flushing mode by default.
20256         Don't set flushing in the _stop method, let the app call
20257         this explicitly.
20258
20259 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20260
20261         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20262         * gst-libs/gst/video/videosink.h: Add helper function needed
20263         for video sinks.
20264
20265 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20266
20267         * gst/videoscale/gstvideoscale.c:
20268         (gst_videoscale_handle_src_event):
20269           Don't leak reference to pad parent.
20270
20271 2005-11-16  Wim Taymans  <wim@fluendo.com>
20272
20273         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20274         Set ringbuffer to flushing when stopping so that we don't
20275         block on wait_segment anymore and livelock.
20276
20277 2005-11-16  Wim Taymans  <wim@fluendo.com>
20278
20279         * examples/seeking/seek.c: (send_event), (do_seek),
20280         (loop_toggle_cb), (segment_done), (main):
20281         Added looping checkbox.
20282
20283 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20284
20285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20286         (gst_ogg_demux_init):
20287         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20288         (gst_vorbis_dec_init):
20289           revert unrefs, they don't pass make check
20290
20291 2005-11-15  Johan Dahlin  <johan@gnome.org>
20292
20293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20294         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20295         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20296         (gst_vorbis_dec_init):
20297         Fix pad template leaks. 
20298
20299 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20300
20301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20302           Make state change function thread safe.
20303
20304 2005-11-15  Edward Hervey  <edward@fluendo.com>
20305
20306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20307         (gst_ogg_demux_class_init):
20308         Implement GstElement::send_event, so we can send seek events
20309         in GST_STATE_READY
20310
20311 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20312
20313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20314         Discovered how to take away flickering while resizing the
20315         window. Please don't put that in ximagesink, refactoring in
20316         progress.
20317
20318 2005-11-14  Michael Smith <msmith@fluendo.com>
20319
20320         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20321         (gst_multifdsink_render):
20322           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20323
20324 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20325
20326         * gst/playback/gstplaybin.c: (gen_audio_element):
20327           Use autoaudiosink, it tends to be more widely available than
20328           autoaudiiosink.
20329           
20330 2005-11-14  Andy Wingo  <wingo@pobox.com>
20331
20332         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20333         as well if it is available. Fixes #316442.
20334
20335 2005-11-14  Michael Smith <msmith@fluendo.com>
20336
20337         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20338         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20339         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20340         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20341         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20342         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20343         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20344         (gst_vorbisenc_change_state):
20345           Fix a small memory leak in vorbisenc.
20346           Fix large memory leaks in oggmux, also fix lots of state change
20347           bugs in oggmux.
20348
20349 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20350
20351         * gst/videotestsrc/gstvideotestsrc.c:
20352         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20353         (gst_videotestsrc_src_fixate):
20354           move fixation to a fixate function
20355           remove negotiate function, basesrc's is good enough
20356           fixes a bug for check when using the element alone
20357
20358 2005-11-13  Edward Hervey  <edward@fluendo.com>
20359
20360         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20361         (key_toggle_cb), (main):
20362         Added checkboxes for adding/removing the accurate and key_unit seek
20363         flags.
20364
20365 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20366
20367         * configure.ac: back to HEAD
20368
20369 === release 0.9.5 ===
20370
20371 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20372
20373         * configure.ac:
20374           releasing 0.9.5, "No No Kia"
20375
20376 2005-11-11  Edward Hervey  <edward@fluendo.com>
20377
20378         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20379         Added parse-launch syntax seeking mode for the seeking example.
20380         This should help stress-test even more cases.
20381         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20382
20383 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20384
20385         * sys/xvimage/xvimagesink.c:
20386         (gst_xvimagesink_navigation_send_event):
20387           Check whether peer pad exists before sending navigation events
20388           to it.
20389
20390 2005-11-11  Michael Smith <msmith@fluendo.com>
20391
20392         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20393         (gst_vorbisenc_buffer_from_packet):
20394         * ext/vorbis/vorbisenc.h:
20395           Set duration on encoded buffers. This allows oggmux's
20396           max_page_delay parameter to actually work.
20397
20398 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20399
20400         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20401         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20402         (gst_ffmpegcsp_avpicture_fill):
20403         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20404         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20405           Make palettes work again (see #132341). Use our own macros
20406           for rounding up.
20407
20408 2005-11-10  Andy Wingo  <wingo@pobox.com>
20409
20410         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20411         string doober.
20412
20413 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20414
20415         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20416         (gst_ffmpegcsp_transform_caps):
20417           Prefer passthrough in transform_caps
20418
20419 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20420
20421         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20422           check for ALSA errors properly, instead of relying on ALSA's
20423           error strings to serve to the user.
20424
20425 2005-11-10  Wim Taymans  <wim@fluendo.com>
20426
20427         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20428         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20429         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20430         Modernise the seek code.
20431
20432 2005-11-10  Michael Smith <msmith@fluendo.com>
20433         
20434         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20435         (setup_substreams), (set_active_source):
20436           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20437           trying to go to NULL if we failed to read a file.
20438
20439 2005-11-10  Wim Taymans  <wim@fluendo.com>
20440
20441         * gst/audiotestsrc/gstaudiotestsrc.c:
20442         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20443         (gst_audiotestsrc_create):
20444         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20445         (gst_sinesrc_get_times), (gst_sinesrc_create):
20446         * gst/videotestsrc/gstvideotestsrc.c:
20447         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20448         (gst_videotestsrc_create):
20449         The base class can now sync for us.
20450
20451 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20452
20453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20454           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20455           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20456           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20457           format=(fourcc)I420" ! xvimagesink
20458
20459 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20460
20461         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20462         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20463         (gst_sinesrc_newsegment):
20464           Send newsegment event in TIME format, set duration if
20465           num-buffers is set, fix duration querying.
20466
20467 2005-11-10  Michael Smith <msmith@fluendo.com>
20468
20469         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20470         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20471         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20472         (gst_ogg_mux_collected):
20473          Fix EOS handling, partially. Now forwarding an EOS event once we have
20474          EOS on all pads works correctly. However, we still don't properly set
20475          EOS on the actual ogg stream pages.
20476
20477 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20478
20479         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20480           Set elements to NULL state before disposing of them.
20481
20482 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20483
20484         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20485
20486         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20487         (gst_base_rtp_depayload_init),
20488         (gst_base_rtp_depayload_set_gst_timestamp):
20489         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20490           We need to send a newsegment event for each instance, not
20491           just for the first instance of this class (get rid of
20492           static variable in function). (#321011).
20493           
20494 2005-11-08  Michael Smith <msmith@fluendo.com>
20495
20496         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20497         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20498         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20499         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20500           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20501           This makes us mux things correctly according to the ogg muxing
20502           rules. Still not handling EOS correctly right now, though.
20503
20504 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20505
20506         * gst/audioconvert/gstaudioconvert.c:
20507           Fix typo in docs. 
20508
20509 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20510
20511         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20512         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20513           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20514           creating a new chain; should fix live streaming. Also
20515           add more debug output and fix a typo.
20516
20517 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20518
20519         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20520
20521         * gst/volume/gstvolume.c: (volume_set_caps):
20522           Fix compilation on Solaris with Forte. (#320923)
20523
20524 2005-11-08  Wim Taymans  <wim@fluendo.com>
20525
20526         * gst-libs/gst/audio/gstbaseaudiosink.c:
20527         (gst_base_audio_sink_render):
20528         No need to do a typecheck.
20529
20530 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20531
20532         * ext/alsa/gstalsa.h:
20533           We register a debug category, so let's use it.
20534
20535 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20536
20537         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20538         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20539         Fixed a small problem.
20540
20541 2005-11-04  Wim Taymans  <wim@fluendo.com>
20542
20543         * examples/seeking/Makefile.am:
20544         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20545         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20546         (make_playerbin_pipeline), (format_value), (update_scale),
20547         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20548         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20549         (print_usage), (main):
20550         Added app for playback speed testing.
20551
20552         * examples/seeking/seek.c: (dynamic_link),
20553         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20554         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20555         (message_received), (main):
20556         Updated seek example.
20557
20558 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20559
20560         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20561         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20562         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20563         (gst_base_rtp_depayload_set_clock):
20564         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20565         Don't sleep on the bench (system clock) when you have a nice 
20566         comfortable bed (Gstreamer clock) to sleep on.
20567
20568 2005-11-03  Wim Taymans  <wim@fluendo.com>
20569
20570         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20571         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20572         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20573         Handle the case where a pad_block failed.
20574
20575 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20576
20577         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20578
20579         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20580         (gst_base_rtp_depayload_add_to_queue),
20581         (gst_base_rtp_depayload_push),
20582         (gst_base_rtp_depayload_set_gst_timestamp),
20583         (gst_base_rtp_depayload_queue_release):
20584           Fixes some bugs in the depayloader's queuing/de-queueing code.
20585
20586 2005-10-31  Michael Smith <msmith@fluendo.com>
20587
20588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20589         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20590         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20591           Patch from Alessandro Decina <alessandro@nnva.org>.
20592           Make oggdemux only find the final time in a chain, not per-pad,
20593           since the per-pad information can be very expensive to locate, and
20594           it isn't used anywhere. This makes reading a file containing
20595           OggSkeleton reasonably fast.
20596           Also, make chain finding work when there are logical bitstreams that
20597           can't be decoded. Fixes #319110.
20598
20599 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20600
20601         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20602         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20603         (gst_base_rtp_depayload_chain),
20604         (gst_base_rtp_depayload_add_to_queue),
20605         (gst_base_rtp_depayload_push),
20606         (gst_base_rtp_depayload_set_gst_timestamp),
20607         (gst_base_rtp_depayload_queue_release),
20608         (gst_base_rtp_depayload_start_thread),
20609         (gst_base_rtp_depayload_set_property),
20610         (gst_base_rtp_depayload_get_property):
20611         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20612         Some random fixes, to fullfill the desires of thomas.
20613
20614 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20615
20616         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20617         (gst_base_rtp_depayload_add_to_queue),
20618         (gst_base_rtp_depayload_push):
20619         Fixed the queueing algorithm.
20620
20621 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20622
20623         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20624         (gst_base_rtp_depayload_push):
20625         A small fix
20626
20627 2005-10-31  Wim Taymans  <wim@fluendo.com>
20628
20629         * gst-libs/gst/audio/gstringbuffer.h:
20630         Don't break ABI.
20631
20632         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20633         (gst_ffmpeg_caps_to_pixfmt):
20634         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20635         (gst_ffmpegcsp_set_caps):
20636         Some more comments.
20637         Handle missing required caps fields better.
20638
20639 2005-10-31  Wim Taymans  <wim@fluendo.com>
20640
20641         * gst-libs/gst/audio/gstbaseaudiosink.c:
20642         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20643         (gst_base_audio_sink_render):
20644         * gst-libs/gst/audio/gstringbuffer.c:
20645         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20646         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20647         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20648         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20649         (gst_ring_buffer_read):
20650         * gst-libs/gst/audio/gstringbuffer.h:
20651         Add flushing mode to the ringbuffer so that it in all cases does
20652         not try to handle more audio. This makes sure it does not try to
20653         block anymore when flushing and fixes a livelock.
20654
20655 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20656
20657         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20658         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20659         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20660           Explicitly check for -1 values before doing a conversion
20661           and always map them to -1. (#315545)
20662
20663 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20664
20665         * gst/playback/gstplaybin.c: (gen_video_element):
20666           first try autovideosink, then xvimagesink, then error out
20667         * po/POTFILES.in:
20668           add translatable file
20669         * po/af.po:
20670         * po/az.po:
20671         * po/cs.po:
20672         * po/en_GB.po:
20673         * po/hu.po:
20674         * po/it.po:
20675         * po/nb.po:
20676         * po/nl.po:
20677         * po/or.po:
20678         * po/sq.po:
20679         * po/sr.po:
20680         * po/sv.po:
20681         * po/uk.po:
20682         * po/vi.po:
20683           update translations
20684
20685 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20686
20687         * gst-libs/gst/rtp/gstbasedepayload.c:
20688         * gst-libs/gst/rtp/gstbasedepayload.h:
20689           Minor cleanups
20690
20691 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20692
20693         * gst/playback/.cvsignore:
20694         * gst/playback/decodetest.c:
20695         * gst/playback/test3.c:
20696           Port these two tests as well.
20697
20698 2005-10-27  Wim Taymans  <wim@fluendo.com>
20699
20700         * ext/theora/theoradec.c: (theora_dec_src_query),
20701         (theora_dec_sink_event):
20702         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20703         (theora_enc_change_state):
20704         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20705         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20706         Take proper locks when handling events.
20707
20708 2005-10-27  Wim Taymans  <wim@fluendo.com>
20709
20710         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20711         (gst_adder_change_state):
20712         Fix timestamps and fix deadlock when stopping the collectpads.
20713
20714 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20715
20716         * gst-libs/gst/rtp/gstrtpbuffer.h:
20717         Declaring the payload types as strings too so that they can be used
20718         in the padtemplate inialization.
20719
20720 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20721
20722         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20723
20724         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20725         (gst_base_rtp_depayload_class_init):
20726         Fixes a small but nasty bug. The derived elements no longer segfaults
20727         on finalization.
20728
20729 2005-10-26  Michael Smith <msmith@fluendo.com>
20730
20731         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20732           When clearing an audioconvert context, set tmpbufsize to zero, so
20733           we'll allocate it again later if required.
20734           This fixes audioconvert re-negotiating formats, which previously
20735           segfaulted with a NULL destination buffer.
20736
20737 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20738
20739         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20740         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20741         (gst_base_rtp_depayload_set_gst_timestamp),
20742         (gst_base_rtp_depayload_queue_release):
20743         Fixed a smalll memleak.
20744
20745 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20746         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20747         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20748         (gst_base_rtp_depayload_finalize),
20749         (gst_base_rtp_depayload_setcaps),
20750         (gst_base_rtp_depayload_add_to_queue),
20751         (gst_base_rtp_depayload_push),
20752         (gst_base_rtp_depayload_set_gst_timestamp),
20753         (gst_base_rtp_depayload_queue_release),
20754         (gst_base_rtp_depayload_thread),
20755         (gst_base_rtp_depayload_change_state):
20756         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20757         Changed the C++ comments to C comments
20758
20759 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20760
20761         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20762         * gst/tcp/gsttcpclientsrc.h:
20763         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20764         * gst/tcp/gsttcpserversrc.h:
20765           Remove unused 'curoffset' structure member.
20766
20767 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20768
20769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20770         (gst_base_rtp_depayload_base_init),
20771         (gst_base_rtp_depayload_finalize):
20772         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20773         * gst-libs/gst/rtp/gstbasertppayload.h:
20774           The pad-template on the sinkpad should be set by the derived classes.
20775           Also added some useful macros.
20776
20777 2005-10-24  Wim Taymans  <wim@fluendo.com>
20778
20779         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20780         Correctly flush decoder samples even if we could not
20781         copy them to an output buffer. Fixes #319618.
20782
20783 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20784
20785         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20787         the caps against our xcontext caps.
20788
20789 2005-10-24  Wim Taymans  <wim@fluendo.com>
20790
20791         * gst-libs/gst/audio/gstbaseaudiosink.c:
20792         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20793         Remove g_print
20794         Use sync property from baseclass to disable sync.
20795
20796 2005-10-24  Wim Taymans  <wim@fluendo.com>
20797
20798         * gst-libs/gst/audio/gstbaseaudiosink.c:
20799         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20800         Buffers with no timestamps get aligned with previous buffers or
20801         on underrun, played ASAP.
20802
20803 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20804
20805         * gst-libs/gst/video/video.h:
20806         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20807         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20809         here comes my change on caps for framerate and geometry range.
20810         We are now accepting 1 to MAXINT for width and height, and from
20811         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20812         to be blended correctly in videomixer.
20813
20814 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20815
20816         * configure.ac:
20817           back to HEAD
20818
20819 === release 0.9.4 ===
20820
20821 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20822
20823         * NEWS:
20824         * RELEASE:
20825         * configure.ac:
20826           releasing 0.9.4, "Velociraptor"
20827
20828 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20829
20830         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20831         * po/POTFILES.in:
20832           STOPPED -> FAILED
20833
20834 2005-10-21  Wim Taymans  <wim@fluendo.com>
20835
20836         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20837         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20838         (pad_blocked), (close_pad_link), (new_pad):
20839         Don't try to remove elements twice.
20840
20841 2005-10-21  Wim Taymans  <wim@fluendo.com>
20842
20843         * ext/theora/theoradec.c: (theora_dec_src_query),
20844         (theora_dec_sink_event):
20845         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20846         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20847         (vorbis_handle_data_packet):
20848         * ext/vorbis/vorbisdec.h:
20849         Fix old naming.
20850
20851         * gst-libs/gst/audio/gstbaseaudiosink.c:
20852         (gst_base_audio_sink_render):
20853         Don't try to sync on buffers without a timestamp.
20854
20855 2005-10-21  Wim Taymans  <wim@fluendo.com>
20856
20857         * ext/theora/theoradec.c: (theora_dec_src_query),
20858         (theora_dec_sink_event):
20859         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20860         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20861         (vorbis_handle_data_packet):
20862         * ext/vorbis/vorbisdec.h:
20863         Fix old naming.
20864
20865 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20866
20867         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20868         (gst_vorbisenc_src_query):
20869           Implement position and duration queries.
20870
20871         * gst/playback/test3.c: (update_scale), (main):
20872           Fix for async state changes and print nicer output.
20873
20874 2005-10-20  Wim Taymans  <wim@fluendo.com>
20875
20876         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20877         (dump_element_stats), (main):
20878         * gst/playback/test6.c: (main):
20879         Fix tests again
20880
20881 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20882
20883         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20884         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20885           Don't use functions for position queries when handling
20886           duration queries.
20887
20888 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20889
20890         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20891         (vorbis_handle_data_packet), (vorbis_dec_chain),
20892         (vorbis_dec_change_state):
20893         * ext/vorbis/vorbisdec.h:
20894           Vorbis streams can be embedded in other container formats
20895           than ogg, container formats where the demuxer might set 
20896           timestamps on encoded vorbis buffers instead of those silly 
20897           granulepos thingies. In short: make vorbisdec handle 
20898           timestamps on incoming buffers as well.
20899
20900 2005-10-20  Wim Taymans  <wim@fluendo.com>
20901
20902         * gst/playback/gstplaybasebin.c: (group_destroy),
20903         (gst_play_base_bin_change_state):
20904         Fix leak.
20905         Handle case where playbasebin is now ASYNC because
20906         decodebin is.
20907
20908 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20909
20910         * gst/audioconvert/Makefile.am:
20911         * gst/audioconvert/bufferframesconvert.c:
20912         * gst/audioconvert/plugin.c: (plugin_init):
20913         * gst/audioconvert/plugin.h:
20914           And bye bye buffer-frames-convert
20915
20916 2005-10-19  Wim Taymans  <wim@fluendo.com>
20917
20918         * check/elements/audioconvert.c:
20919         * docs/libs/tmpl/gstaudio.sgml:
20920         * docs/libs/tmpl/gstcolorbalance.sgml:
20921         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20922         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20923         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20924         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20925         * gst-libs/gst/audio/audio.h:
20926         * gst/audioconvert/audioconvert.h:
20927         * gst/audioconvert/gstaudioconvert.c:
20928         (gst_audio_convert_parse_caps):
20929         * gst/volume/gstvolume.c:
20930         Bye bye buffer-frames.
20931
20932 2005-10-19  Wim Taymans  <wim@fluendo.com>
20933
20934         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20935         (query_positions_elems), (query_positions_pads), (update_scale),
20936         (do_seek), (set_update_scale), (message_received), (main):
20937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20938         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20939         (gst_ogg_demux_loop):
20940         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20941         * ext/theora/theoradec.c: (theora_dec_src_query),
20942         (theora_dec_sink_event):
20943         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20944         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20945         * gst/adder/gstadder.c: (gst_adder_query):
20946         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20947         * gst/playback/test3.c: (update_scale):
20948         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20949         (dump_element_stats), (main):
20950         * gst/playback/test6.c: (main):
20951         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20952         Query API update.
20953
20954 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20955
20956         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20957         (xml_check_first_element), (xml_type_find), (smil_type_find),
20958         (plugin_init):
20959           Add typefinding for SMIL and for generic XML. Based on patch by
20960           Akos Maroy (#308663).
20961
20962 2005-10-18  Wim Taymans  <wim@fluendo.com>
20963
20964         * gst/playback/Makefile.am:
20965         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20966         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20967         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20968         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20969         (gst_decode_bin_change_state):
20970         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20971         (gst_play_bin_send_event_to_sink):
20972         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20973         (dump_element_stats), (main):
20974         * gst/playback/test6.c: (main):
20975         Make playbin async, it'll commit state to paused when all streams
20976         are detected.
20977         Remove ugly hack.
20978         Added test6.c to show async behaviour.
20979
20980 2005-10-18  Wim Taymans  <wim@fluendo.com>
20981
20982         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20983         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20984         Fix for segment-start/stop API change.
20985
20986 2005-10-18  Wim Taymans  <wim@fluendo.com>
20987
20988         * check/Makefile.am:
20989         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20990         (main):
20991         Add future test for clock selection.
20992
20993 2005-10-18  Wim Taymans  <wim@fluendo.com>
20994
20995         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20996         (gst_alsasink_close):
20997         Set handle to NULL.
20998
20999         * gst-libs/gst/audio/gstringbuffer.c:
21000         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21001         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21002         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21003         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21004         (gst_ring_buffer_read):
21005         More debug info.
21006
21007 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21008
21009         * gst/audiotestsrc/Makefile.am:
21010         * gst/sine/Makefile.am:
21011         * gst/volume/Makefile.am:
21012           fix broken build of controllerized plugins
21013
21014 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21015
21016         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21017
21018         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21019         (gst_riff_create_video_template_caps):
21020           Add support for Indeo-3 (IV32).
21021
21022 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21023
21024         * configure.ac:
21025           rewrite
21026
21027 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21028
21029         * gst-libs/gst/video/video.c: (gst_video_get_size):
21030         * gst/audiotestsrc/gstaudiotestsrc.c:
21031           doc updates
21032
21033 2005-10-17  Andy Wingo  <wingo@pobox.com>
21034
21035         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21036         with the collectpads change.
21037         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21038
21039         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21040
21041         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21042
21043         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21044         alloc_buffer flow return to callers.
21045         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21046         change. Fix some memleaks in theoraenc.
21047
21048         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21049         in strange circumstance.
21050
21051 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21052
21053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21054         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21055         from caps, let's use the caps...
21056
21057 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21058
21059         * configure.ac:
21060           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21061
21062 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21063
21064         * gst-libs/gst/interfaces/Makefile.am:
21065           fix silly typo
21066
21067 2005-10-16  Andy Wingo  <wingo@pobox.com>
21068
21069         * gst/playback/gstdecodebin.c
21070         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21071         function!
21072         (try_to_link_1): Increase kraziness level.
21073
21074 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21075
21076         * configure.ac:
21077           restructure like the core one
21078         * gst-libs/gst/audio/Makefile.am:
21079         * gst-libs/gst/interfaces/Makefile.am:
21080         * gst-libs/gst/net/Makefile.am:
21081         * gst-libs/gst/riff/Makefile.am:
21082         * gst-libs/gst/rtp/Makefile.am:
21083         * gst-libs/gst/tag/Makefile.am:
21084         * gst-libs/gst/video/Makefile.am:
21085           use correct linker flags, now the libs are properly versioned
21086         * check/elements/audioconvert.c: (verify_convert):
21087         * ext/alsa/gstalsaplugin.c:
21088         * ext/cdparanoia/gstcdparanoia.c:
21089         * ext/gnomevfs/gstgnomevfs.c:
21090         * ext/libvisual/visual.c:
21091         * ext/ogg/gstogg.c:
21092         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21093         * ext/theora/theora.c:
21094         * ext/vorbis/vorbis.c:
21095         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21096         * gst-libs/gst/tag/gsttagediting.c:
21097         * gst-libs/gst/video/video.c:
21098         * gst/adder/gstadder.c:
21099         * gst/audioconvert/plugin.c:
21100         * gst/audiorate/gstaudiorate.c:
21101         * gst/audioresample/gstaudioresample.c:
21102         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21103         * gst/audioscale/gstaudioscale.c:
21104         * gst/audioscale/resample.c:
21105         * gst/audiotestsrc/gstaudiotestsrc.c:
21106         * gst/ffmpegcolorspace/gstffmpeg.c:
21107         * gst/playback/gstdecodebin.c: (close_pad_link):
21108         * gst/playback/gstplaybin.c: (gen_video_element),
21109         (gen_audio_element):
21110         * gst/sine/gstsinesrc.c:
21111         * gst/subparse/gstsubparse.c:
21112         * gst/tags/gsttagediting.c:
21113         * gst/tcp/gsttcpplugin.c:
21114         * gst/typefind/gsttypefindfunctions.c:
21115         * gst/videorate/gstvideorate.c:
21116         * gst/videoscale/gstvideoscale.c:
21117         * gst/videotestsrc/gstvideotestsrc.c:
21118         * gst/volume/gstvolume.c:
21119         * sys/v4l/gstv4l.c:
21120         * sys/ximage/ximage.c:
21121         * sys/xvimage/xvimagesink.c:
21122           fix up defines
21123
21124 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21125
21126         * ext/vorbis/vorbisenc.c:
21127         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21128         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21129         (gst_tag_to_vorbis_comments):
21130           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21131
21132 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21133
21134         * examples/stats/mp2ogg.c:
21135         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21136           typo fixes
21137
21138 2005-10-13  Michael Smith <msmith@fluendo.com>
21139
21140         * ext/ogg/gstoggmux.c:
21141           Use magic glib macros to define constants as 64 bit, to ensure
21142           appropriate vararg passing.
21143
21144 2005-10-13  Michael Smith <msmith@fluendo.com>
21145
21146         * ext/ogg/gstoggmux.c:
21147         * gst/audioconvert/audioconvert.c: (float):
21148           Don't use LL suffix, as it's not portable, and neither of these
21149           uses required it anyway.
21150
21151 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21152
21153         * examples/indexing/indexmpeg.c: (main):
21154         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21155         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21156         (cdparanoia_convert), (cdparanoia_query):
21157         * ext/cdparanoia/gstcdparanoia.h:
21158         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21159         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21160         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21161         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21162         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21163         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21164         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21165         (gst_multifdsink_render), (gst_multifdsink_start),
21166         (gst_multifdsink_stop):
21167         * gst/tcp/gstmultifdsink.h:
21168         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21169         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21170         (gst_tcpclientsink_stop):
21171         * gst/tcp/gsttcpclientsink.h:
21172         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21173         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21174         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21175         * gst/tcp/gsttcpclientsrc.h:
21176         * gst/tcp/gsttcpserversink.h:
21177         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21178         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21179         (gst_tcpserversrc_stop):
21180         * gst/tcp/gsttcpserversrc.h:
21181         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21182         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21183         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21184           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21185           moved bitshift from macro to enum definition
21186
21187 2005-10-12  Wim Taymans  <wim@fluendo.com>
21188
21189         * examples/seeking/Makefile.am:
21190         Oops.
21191
21192 2005-10-12  Wim Taymans  <wim@fluendo.com>
21193
21194         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21195         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21196         Don't assert on normal stuff.
21197
21198         * gst/playback/gstplaybin.c: (do_playbin_seek):
21199         API fix.
21200
21201 2005-10-12  Wim Taymans  <wim@fluendo.com>
21202
21203         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21204         * examples/seeking/Makefile.am:
21205         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21206         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21207         (do_seek), (set_update_scale), (message_received), (main):
21208         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21209         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21210         Update for _get_state() API change.
21211
21212 2005-10-11  Wim Taymans  <wim@fluendo.com>
21213
21214         * gst-libs/gst/audio/gstbaseaudiosink.c:
21215         (gst_base_audio_sink_render):
21216         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21217         (gst_base_audio_src_create):
21218         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21219         (gst_ring_buffer_read):
21220         Cleanups.
21221         Commit and read from ringbuffer in samples rather than bytes.
21222
21223 2005-10-11  Wim Taymans  <wim@fluendo.com>
21224
21225         * gst-libs/gst/audio/gstbaseaudiosink.c:
21226         (gst_base_audio_sink_render):
21227         Respect segment rate and accum when scheduling samples.
21228
21229 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21230
21231         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21232         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21233         EOS correctly, that needs more work.
21234
21235 2005-10-11  Wim Taymans  <wim@fluendo.com>
21236
21237         * check/generic/states.c: (GST_START_TEST):
21238         remove old property.
21239
21240         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21241         (gst_ogg_demux_perform_seek):
21242         * ext/theora/theoradec.c: (theora_dec_sink_event):
21243         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21244         (vorbis_handle_data_packet):
21245         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21246         (gst_base_rtp_depayload_set_gst_timestamp):
21247         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21248         Update for newsegment API change.
21249
21250 2005-10-11  Michael Smith <msmith@fluendo.com>
21251
21252         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21253         (do_playbin_seek), (gst_play_bin_send_event):
21254           Override send_event differently, so that we can takes bits of
21255           functionality from GstPipeline (special handling for seeks,
21256           including pausing/resuming, and resetting stream time) and still get
21257           the appropriate behaviour of only forwarding event to a single sink,
21258           rather than all of them.
21259           Unfortunately requires a lot of code duplication, but the
21260           alternatives are equally ugly in the end.
21261
21262 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21263
21264         * check/elements/audioconvert.c: (setup_audioconvert),
21265         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21266         (GST_START_TEST), (audioconvert_suite):
21267           clean up tests a little, fix some leaks.
21268
21269 2005-10-10  Wim Taymans  <wim@fluendo.com>
21270
21271         * ext/alsa/gstalsasink.c:
21272         Also allow unsigned int.
21273
21274         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21275         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21276         Small cleanup
21277
21278 2005-10-10  Wim Taymans  <wim@fluendo.com>
21279
21280         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21281         Small update, use API as stated in design docs.
21282
21283         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21284         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21285         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21286         (message_received), (main):
21287         Updated seek example for GOption. Some usability improvements.
21288
21289 2005-10-10  Wim Taymans  <wim@fluendo.com>
21290
21291         * gst/audioconvert/audioconvert.h:
21292         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21293         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21294         Alloc temp storage somewhere else where we can do it more
21295         portable.
21296
21297 2005-10-10  Wim Taymans  <wim@fluendo.com>
21298
21299         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21300         (gst_tcpserversrc_start):
21301         Don't block in accept while doing the state change, move
21302         to poll and make cancellable.
21303
21304 2005-10-09  Philippe Khalaf <burger@speedy.org>
21305
21306         * gst-libs/gst/rtp/rtpbasedepayload.c:
21307         Set timestamp and add queue delay to timestamp
21308         * gst-libs/gst/rtp/rtpbuffer.h:
21309         Set correct payload type for h263
21310
21311 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21312
21313         * gst/audiotestsrc/gstaudiotestsrc.c:
21314         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21315         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21316         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21317         (gst_audiotestsrc_create_triangle),
21318         (gst_audiotestsrc_create_silence),
21319         (gst_audiotestsrc_create_white_noise),
21320         (gst_audiotestsrc_init_pink_noise),
21321         (gst_audiotestsrc_generate_pink_noise_value),
21322         (gst_audiotestsrc_create_pink_noise),
21323         (gst_audiotestsrc_change_wave):
21324         * gst/audiotestsrc/gstaudiotestsrc.h:
21325           fixed typo, added pink noise
21326
21327 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21328
21329         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21330         (plugin_init):
21331           Add wavpack and spc typefind functions from 0.8 branch.
21332
21333 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21334
21335         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21336         (ar_type_find), (msdos_type_find), (plugin_init):
21337           Add typefind functions for tar archives, ar archives,
21338           RAR archives, and msdos-executables (dlls, exe, etc.).
21339           Some of those would be wrongly identified as mpeg
21340           streams of some sort before (#315550).
21341
21342 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21343
21344         * configure.ac:
21345         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21346         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21347         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21348         * gst/audiotestsrc/Makefile.am:
21349         * gst/audiotestsrc/gstaudiotestsrc.c:
21350         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21351         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21352         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21353         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21354         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21355         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21356         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21357         (gst_audiotestsrc_create_silence),
21358         (gst_audiotestsrc_create_white_noise),
21359         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21360         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21361         (gst_audiotestsrc_start), (plugin_init):
21362         * gst/audiotestsrc/gstaudiotestsrc.h:
21363           add new plugin and element
21364         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21365           use gobject_class
21366
21367 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21368
21369         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21370         (gst_adder_init), (gst_adder_request_new_pad),
21371         (gst_adder_change_state):
21372           Add query function to source pad, so adder reports the correct
21373           time/sample position when queried (#315457); fix state change
21374           function; use GST_DEBUG_FUNCPTR() for pad functions.
21375
21376 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21377
21378         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21379           Fix leaks in typefind registration
21380           Clean up the gratuitous commenting and whitespacing a little
21381
21382 2005-10-08  Wim Taymans  <wim@fluendo.com>
21383
21384         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21385         Only actually wait for the thread to be stopped if it's 
21386         running.
21387
21388 2005-10-08  Wim Taymans  <wim@fluendo.com>
21389
21390         * gst-libs/gst/audio/gstbaseaudiosink.c:
21391         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21392         If we receive EOS we can start playback of what we had.
21393
21394 2005-10-08  Wim Taymans  <wim@fluendo.com>
21395
21396         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21397         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21398         (gst_multifdsink_stop):
21399         Fix crasher when going to NULL multiple times.
21400
21401 2005-10-06  Wim Taymans  <wim@fluendo.com>
21402
21403         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21404         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21405         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21406         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21407         patch from Edgard Lima <edgard.lima@indt.org.br>
21408         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21409
21410 2005-10-06  Wim Taymans  <wim@fluendo.com>
21411
21412         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21413         Report the FLOW_RETURN as string in the error message.
21414
21415         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21416         Don't assert when clearing an unnegotiated buffer.
21417
21418 2005-10-04  Michael Smith <msmith@fluendo.com>
21419
21420         * gst/playback/gstplaybasebin.c: (group_destroy),
21421         (gen_preroll_element), (remove_groups), (setup_source):
21422         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21423         (setup_sinks), (gst_play_bin_send_event),
21424         (gst_play_bin_change_state):
21425           Set state to NULL before removing from bin. Fix refcounting.
21426
21427 2005-10-04  Michael Smith <msmith@fluendo.com>
21428
21429         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21430           Correct refcounting in send_event() function. Previously was wrong
21431           if the first sink was unable to handle the event.
21432
21433 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21434
21435         * configure.ac:
21436           back to development
21437
21438 === release 0.9.3 ===
21439
21440 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21441
21442         * configure.ac:
21443           Releasing 0.9.3, "De Facto"
21444
21445 2005-10-03  Andy Wingo  <wingo@pobox.com>
21446
21447         * gst/playback/gstdecodebin.c (try_to_link_1)
21448         (remove_element_chain): set element to NULL before removing it.
21449
21450 2005-10-02  Johan Dahlin  <johan@gnome.org>
21451
21452         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21453         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21454         MT safe.
21455
21456 2005-10-02  Andy Wingo  <wingo@pobox.com>
21457
21458         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21459         (gst_ring_buffer_prepare_read): 
21460         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21461         Demote to LOG.
21462
21463 2005-09-29  Wim Taymans  <wim@fluendo.com>
21464
21465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21466         * ext/theora/theoradec.c: (theora_handle_data_packet):
21467         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21468         Propagate error codes from alloc_buffer too.
21469
21470 2005-09-29  Wim Taymans  <wim@fluendo.com>
21471
21472         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21473         We use fixed caps.
21474
21475         * gst/playback/Makefile.am:
21476         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21477         (dump_element_stats), (main):
21478         Added example stream introspection code.
21479
21480 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21481
21482         * gst/adder/gstadder.c: (gst_adder_collected):
21483           fix adder for float elements
21484
21485 2005-09-28  Wim Taymans  <wim@fluendo.com>
21486
21487         * gst-libs/gst/audio/gstbaseaudiosink.c:
21488         (gst_base_audio_sink_class_init),
21489         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21490         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21491         (gst_base_audio_src_class_init),
21492         (gst_base_audio_src_provide_clock):
21493         get_clock -> provide_clock
21494
21495 2005-09-28  Andy Wingo  <wingo@pobox.com>
21496
21497         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21498         and unlocking.
21499
21500         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21501         unlocking.
21502
21503         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21504         Actually add the pad template.
21505         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21506
21507         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21508         I'm at it...
21509
21510         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21511         from fdsrc. Get caps in create() instead of start() so it can be
21512         interrupted. Interruption somewhat untested.
21513
21514         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21515         Proper EOS handling.
21516
21517 2005-09-27  Andy Wingo  <wingo@pobox.com>
21518
21519         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21520
21521         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21522
21523         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21524
21525         * gst/tcp/gsttcp.h: 
21526         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21527         out of tcpclientsrc.c. Cancellable.
21528         (gst_tcp_socket_read): Made private, cancellable, with better
21529         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21530         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21531         whole buffer, and better diagnostics.
21532         (gst_tcp_gdp_read_caps): Same.
21533
21534         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21535
21536 2005-09-26  Andy Wingo  <wingo@pobox.com>
21537
21538         * gst/sine/gstsinesrc.h:
21539         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21540         change the 'sync' property to 'is-live' and implement it halfway,
21541         update for controller api change.
21542
21543         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21544         controller api change.
21545
21546 2005-09-24  Wim Taymans  <wim@fluendo.com>
21547
21548         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21549         * gst-libs/gst/audio/gstaudiosink.c:
21550         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21551         (gst_audioringbuffer_stop):
21552         * gst-libs/gst/audio/gstbaseaudiosink.c:
21553         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21554         (gst_base_audio_sink_change_state):
21555         * gst-libs/gst/audio/gstbaseaudiosink.h:
21556         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21557         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21558         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21559         * gst-libs/gst/audio/gstringbuffer.h:
21560         Fix sync again. Moved sample alignment to basesink.
21561
21562 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21563
21564         * docs/plugins/Makefile.am:
21565         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21566         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21567         * gst/volume/gstvolume.c:
21568           add/fix docs
21569         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21570         * gst-libs/gst/audio/audio.h:
21571           add conversion macros for frames <-> clocktime
21572
21573 2005-09-23  David Schleef  <ds@schleef.org>
21574
21575         * gst/audioresample/Makefile.am:
21576         * gst/audioresample/debug.h:
21577         * gst/audioresample/gstaudioresample.c:
21578         * gst/audioresample/resample.c: Convert to using gst debugging
21579
21580 2005-09-22  Wim Taymans  <wim@fluendo.com>
21581
21582         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21583         (gst_play_bin_send_event):
21584         Only seek on one sink, the first one that succeeds.
21585
21586 2005-09-22  Michael Smith <msmith@fluendo.com>
21587
21588         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21589         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21590         Don't flush encoder state unless we have an initialised encoder.
21591         Clear out encoder state on PAUSED_TO_READY.
21592
21593 2005-09-22  Wim Taymans  <wim@fluendo.com>
21594
21595         * gst-libs/gst/rtp/gstbasertppayload.c:
21596         (gst_basertppayload_class_init), (gst_basertppayload_init),
21597         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21598         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21599         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21600         (gst_basertppayload_set_property),
21601         (gst_basertppayload_get_property),
21602         (gst_basertppayload_change_state):
21603         * gst-libs/gst/rtp/gstbasertppayload.h:
21604         Added max-ptime to control amount of data in the rtp packets.
21605
21606 2005-09-21  Andy Wingo  <wingo@pobox.com>
21607
21608         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21609         thingies.
21610
21611         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21612         can be called multiple times, dogs.
21613
21614 2005-09-21  Wim Taymans  <wim@fluendo.com>
21615
21616         * gst-libs/gst/rtp/gstbasertppayload.c:
21617         (gst_basertppayload_class_init), (gst_basertppayload_init),
21618         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21619         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21620         (gst_basertppayload_push), (gst_basertppayload_get_property),
21621         (gst_basertppayload_change_state):
21622         Allow 0 ssrc too.
21623
21624 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21625
21626         * docs/libs/compiling.sgml:
21627           fixing typos
21628
21629 2005-09-20  Wim Taymans  <wim@fluendo.com>
21630
21631         * gst-libs/gst/rtp/gstbasertppayload.c:
21632         (gst_basertppayload_class_init), (gst_basertppayload_init),
21633         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21634         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21635         (gst_basertppayload_push), (gst_basertppayload_set_property),
21636         (gst_basertppayload_get_property),
21637         (gst_basertppayload_change_state):
21638         * gst-libs/gst/rtp/gstbasertppayload.h:
21639         Added property to configure sequence number offsets.
21640
21641 2005-09-20  Wim Taymans  <wim@fluendo.com>
21642
21643         * gst-libs/gst/rtp/gstbasertppayload.c:
21644         (gst_basertppayload_class_init), (gst_basertppayload_init),
21645         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21646         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21647         (gst_basertppayload_push), (gst_basertppayload_set_property),
21648         (gst_basertppayload_get_property),
21649         (gst_basertppayload_change_state):
21650         * gst-libs/gst/rtp/gstbasertppayload.h:
21651         Make timestamp offset configurable.
21652
21653 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21654
21655         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21656           fix wrong pop/unref
21657
21658 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21659
21660         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21661
21662         * gst-libs/gst/interfaces/propertyprobe.c:
21663         (gst_property_probe_probe_property_name),
21664         (gst_property_probe_needs_probe_name),
21665         (gst_property_probe_get_values_name),
21666         (gst_property_probe_probe_and_get_values_name):
21667           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21668           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21669
21670 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21671
21672         * check/Makefile.am:
21673           have some tests be disabled for valgrinding
21674         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21675         (GST_START_TEST):
21676         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21677           Fix A Leak.  Chain To Parent Finalize.
21678
21679 2005-09-19  Wim Taymans  <wim@fluendo.com>
21680
21681         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21682         Fixed wav pipeline.
21683
21684 2005-09-19  Wim Taymans  <wim@fluendo.com>
21685
21686         * gst-libs/gst/rtp/gstbasertppayload.c:
21687         (gst_basertppayload_class_init), (gst_basertppayload_init),
21688         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21689         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21690         (gst_basertppayload_push), (gst_basertppayload_get_property),
21691         (gst_basertppayload_change_state):
21692         Posting ERROR and WARNING messages is good.
21693
21694 2005-09-19  Wim Taymans  <wim@fluendo.com>
21695
21696         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21697         (gst_base_rtp_depayload_add_to_queue),
21698         (gst_base_rtp_depayload_push),
21699         (gst_base_rtp_depayload_set_gst_timestamp),
21700         (gst_base_rtp_depayload_queue_release):
21701         This one was not supposed to go in.
21702
21703 2005-09-19  Wim Taymans  <wim@fluendo.com>
21704
21705         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21706         Fix for bus API.
21707
21708         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21709         (gst_base_rtp_depayload_chain),
21710         (gst_base_rtp_depayload_add_to_queue),
21711         (gst_base_rtp_depayload_push),
21712         (gst_base_rtp_depayload_set_gst_timestamp),
21713         (gst_base_rtp_depayload_queue_release):
21714         Some cleanups.
21715
21716         * gst-libs/gst/rtp/gstbasertppayload.c:
21717         (gst_basertppayload_class_init), (gst_basertppayload_init),
21718         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21719         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21720         (gst_basertppayload_get_property),
21721         (gst_basertppayload_change_state):
21722         Added debugging category.
21723
21724 2005-09-18  David Schleef  <ds@schleef.org>
21725
21726         * gst/playback/gstdecodebin.c: free plugin list correctly
21727         * gst/playback/gstplaybin.c: emit warning if autovideosink
21728           and autoaudiosink can't be found (instead of segfaulting)
21729
21730 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21731
21732         * check/elements/audioconvert.c: (GST_START_TEST):
21733           try out 24 bit conversion
21734
21735 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21736
21737         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21738         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21739         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21740         * ext/vorbis/vorbisenc.h:
21741           Fix EOS handling.  Still needs a fix in the ogg muxer to
21742           mark the last page as eos.
21743
21744 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21745
21746         * common/gtk-doc-plugins.mak:
21747         * docs/plugins/Makefile.am:
21748         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21749         * gst/ffmpegcolorspace/Makefile.am:
21750         * gst/ffmpegcolorspace/avcodec.h:
21751         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21752         * gst/tcp/gstmultifdsink.c:
21753           fix up ffmpegcolorspace docs; extract header
21754
21755 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21756
21757         * common/gtk-doc-plugins.mak:
21758         * docs/plugins/Makefile.am:
21759         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21760         * ext/theora/Makefile.am:
21761         * ext/theora/gsttheoraenc.h:
21762         * ext/theora/theoraenc.c:
21763         * ext/vorbis/vorbisenc.c:
21764           pick up signals and args for vorbis; add some docs for vorbis
21765
21766 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21767
21768         * common/gstdoc-scangobj:
21769         * common/gtk-doc-plugins.mak:
21770         * docs/libs/Makefile.am:
21771         * docs/plugins/gst-plugins-base-plugins.args:
21772         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21773         * docs/plugins/gst-plugins-base-plugins.interfaces:
21774         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21775         * docs/plugins/gst-plugins-base-plugins.signals:
21776           only scanobj stuff from our source module.  Not sure yet
21777           if that's correct, given the hierarchy stuff :)
21778
21779 2005-09-15  Wim Taymans  <wim@fluendo.com>
21780
21781         * gst/audioconvert/gstaudioconvert.c:
21782         And enable 24 bits mode as well..
21783
21784 2005-09-15  Wim Taymans  <wim@fluendo.com>
21785
21786         * gst-libs/gst/rtp/Makefile.am:
21787         * gst-libs/gst/rtp/gstbasertppayload.c:
21788         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21789         (gst_basertppayload_class_init), (gst_basertppayload_init),
21790         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21791         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21792         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21793         (gst_basertppayload_set_property),
21794         (gst_basertppayload_get_property),
21795         (gst_basertppayload_change_state):
21796         * gst-libs/gst/rtp/gstbasertppayload.h:
21797         Added rtp payloader base class.
21798
21799 2005-09-15  Andy Wingo  <wingo@pobox.com>
21800
21801         * configure.ac (plugindir): Remove the EOL matcher from the
21802         regexp, as it causes me problems. Libtool? Make? Who knows?
21803
21804 2005-09-14  David Schleef  <ds@schleef.org>
21805
21806         * check/generic/states.c: 
21807         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21808         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21809           Fixes for changes in registry API.
21810
21811         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21812           to GST_PLUGIN_LDFLAGS.
21813         * ext/libvisual/visual.c: Make the library shut up.
21814         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21815         * gst-libs/gst/audio/gstaudiofilter.c: same
21816
21817 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21818
21819         * docs/plugins/Makefile.am:
21820         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21821         * docs/plugins/inspect/plugin-libvisual.xml:
21822         * docs/plugins/tmpl/element-tcpserversink.sgml:
21823         * ext/theora/theoraenc.c:
21824           add libvisual plugin and theoraenc element to docs
21825
21826 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21827
21828         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21829         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21830         * ext/theora/theoraenc.c:
21831           add theoraenc
21832
21833 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21834
21835         * gst/audioconvert/Makefile.am:
21836           Audioconvert derives from GstBaseTransform and should
21837           link to the library with our base elements to avoid
21838           unresolved symbols. Makes things work with MinGW (#316160)
21839
21840         * gst/playback/test4.c: (main):
21841           Fix MinGW build problem and use g_usleep() instead of 
21842           sleep() (#316162)
21843
21844 2005-09-12  Wim Taymans  <wim@fluendo.com>
21845
21846         * gst/audioconvert/audioconvert.c: (float),
21847         (audio_convert_prepare_context), (audio_convert_convert):
21848         * gst/audioconvert/audioconvert.h:
21849         Cleanups, speedups, simplifications, added back support
21850         for 24 bits.
21851
21852 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21853
21854         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21855         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21856         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21857         * docs/plugins/tmpl/element-tcpserversink.sgml:
21858         * gst/ffmpegcolorspace/gstffmpeg.c:
21859         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21860         * gst/videotestsrc/gstvideotestsrc.c:
21861         * gst/volume/gstvolume.c:
21862           add more elements to the docs
21863
21864 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21865
21866         * check/Makefile.am:
21867         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21868         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21869           Add extra tests for basetransform based components. 
21870           Comment out the test_element_negotiation test until we decide
21871           if it's testing correct behaviour.
21872         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21873         (gst_visual_chain), (gst_visual_change_state):
21874           Slightly more correct but still bogus timestamping.
21875           Fix state change function.
21876         * gst/audioconvert/gstaudioconvert.c:
21877         (gst_audio_convert_class_init):
21878         * gst/audioresample/gstaudioresample.c:
21879         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21880         (gst_ffmpegcsp_class_init):
21881         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21882         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21883         (gst_videoscale_prepare_image):
21884         * gst/volume/gstvolume.c: (gst_volume_class_init),
21885         (volume_transform_ip):
21886           Basetransform updates. Enable passthrough modes.
21887         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21888         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21889         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21890           Negotiation fix that allows the window to return to the original
21891           size and renegotiate passthrough upstream. Extra debug output.
21892
21893 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21894
21895         * gst/sine/gstsinesrc.c:
21896         * gst/volume/gstvolume.c:
21897           fix up header include
21898
21899 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21900
21901         * gst-libs/gst/audio/gstbaseaudiosink.c:
21902         (gst_base_audio_sink_render):
21903         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21904         * gst/volume/gstvolume.c: (gst_volume_class_init),
21905         (volume_transform):
21906           fixing lost sync, some more debugging
21907
21908 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21909
21910         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21911         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21912         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21913         (gst_xvimagesink_check_xshm_calls):
21914           Fix compilation when XShm is not available.
21915
21916 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21917
21918         * ext/libvisual/visual.c: (gst_visual_dispose),
21919         (gst_visual_getcaps), (gst_visual_src_setcaps),
21920         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21921         (gst_visual_change_state):
21922           Finish fixing up libvisual plugin so that it runs. 
21923
21924 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21925
21926         * ext/vorbis/vorbisenc.c:
21927         * gst-libs/gst/tag/gstvorbistag.c:
21928           gsttaginterface.h -> gsttagsetter.h
21929
21930 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21931
21932         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21933           added another test that failes for me (test is not active by default)
21934
21935 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21936
21937         * configure.ac:
21938           v4l2 is no longer in gst-plugins-base
21939
21940 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21941
21942         * configure.ac:
21943           In the output at the end, don't show the first plugin on the same
21944           line as "Core plug-ins, always built:".
21945           Indent the output as for other plugin categories
21946         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21947           #define that can be used to not use peer buffer_alloc functions for
21948           test purposes.
21949         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21950         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21951         (gst_ximagesink_show_frame):
21952         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21953         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21954         (gst_xvimagesink_show_frame):
21955           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21956           fails gracefully instead of XError aborting or deadlocking.
21957
21958 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21959
21960         * ext/libvisual/Makefile.am:
21961           link against gst-base-libs
21962
21963 2005-09-06  David Schleef  <ds@schleef.org>
21964
21965         * configure.ac: Enable libvisual plugin.
21966         * ext/libvisual/Makefile.am:
21967         * ext/libvisual/visual.c: Fixes to make it compile.
21968
21969 === release 0.9.2 ===
21970
21971 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21972
21973         * NEWS:
21974         * RELEASE:
21975         * configure.ac:
21976         * docs/random/ChangeLog-0.8:
21977           releasing 0.9.2, "Spoon"
21978
21979 2005-09-05  Michael Smith <msmith@fluendo.com>
21980
21981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21982           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21983           that in the vorbisenc element.
21984
21985 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21986
21987         * common/gtk-doc-plugins.mak:
21988         * docs/plugins/Makefile.am:
21989           fix distcheck
21990         * gst/audioresample/resample.c:
21991           fix wrong docstring
21992
21993 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21994
21995         * common/gst-xmlinspect.py:
21996         * common/gtk-doc-plugins.mak:
21997           only inspect plugins for this given package
21998           require gst-python 0.9
21999
22000 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22001
22002         * Makefile.am:
22003         * autogen.sh:
22004         * common/gst-xmlinspect.py:
22005         * configure.ac:
22006         * docs/Makefile.am:
22007         * docs/plugins/inspect/plugin-alsa.xml:
22008         * docs/plugins/inspect/plugin-audioresample.xml:
22009         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22010         * docs/plugins/inspect/plugin-ogg.xml:
22011         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22012         * docs/plugins/tmpl/element-multifdsink.sgml:
22013         * docs/plugins/tmpl/element-tcpserversink.sgml:
22014         * docs/plugins/tmpl/element-vorbisenc.sgml:
22015         * gst-plugins-base.spec.in:
22016           various doc-related updates
22017
22018 2005-08-31  Wim Taymans  <wim@fluendo.com>
22019
22020         * gst-libs/gst/audio/gstbaseaudiosink.c:
22021         (gst_base_audio_sink_render):
22022         Resync if the buffer timestamps drift more than a 10th 
22023         of a second.
22024
22025 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22026
22027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22028         (gst_v4lsrc_get_property):
22029           The 'timestamp-offset' property is registered as an int64, so
22030           let's use g_value_{set|get}_int64() in our setter and getter
22031           functions (makes it work and fixes warnings with gst-inspect).
22032
22033 2005-08-30  Wim Taymans  <wim@fluendo.com>
22034
22035         * check/elements/audioconvert.c: (setup_audioconvert):
22036         * check/elements/audioresample.c: (setup_audioresample):
22037         * check/elements/volume.c: (setup_volume):
22038         Fix checks.
22039
22040 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22041
22042         * common/gtk-doc-plugins.mak:
22043         * common/plugins.xsl:
22044         * docs/plugins/Makefile.am:
22045           make module a param
22046
22047 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22048
22049         * examples/seeking/seek.c: (make_mp3_pipeline),
22050         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22051         (play_cb), (pause_cb), (stop_cb):
22052           update the example
22053
22054 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22055
22056         * gst/volume/gstvolume.c: (gst_volume_class_init),
22057         (volume_transform):
22058           do not update controlled params, if buffer has no timestamp
22059
22060 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22061
22062         * configure.ac:
22063         * gst/sine/Makefile.am:
22064         * gst/volume/Makefile.am:
22065           controllerized elements also need to link against controller-libs ;)
22066
22067 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22068
22069         * docs/libs/tmpl/gstcolorbalance.sgml:
22070         * docs/libs/tmpl/gstgconf.sgml:
22071         * docs/libs/tmpl/gstmixer.sgml:
22072         * docs/libs/tmpl/gstringbuffer.sgml:
22073         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22074         (gst_sinesrc_create):
22075         * gst/volume/gstvolume.c: (gst_volume_class_init),
22076         (volume_transform):
22077           controllerized two audio plugins
22078
22079 2005-08-29  Andy Wingo  <wingo@pobox.com>
22080
22081         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22082         (vorbis_handle_data_packet): Fix some int overflow errors.
22083
22084         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22085         -1.
22086         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22087         valid.
22088         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22089         if it's valid. Fixed streaming-mode playback.
22090
22091         * check/elements/volume.c (cleanup_volume): Fix for running
22092         CK_FORK=no.
22093
22094         * check/elements/audioconvert.c: Convert from native endian, not
22095         little endian.
22096
22097 2005-08-29  Michael Smith <msmith@fluendo.com>
22098
22099         * ext/ogg/Makefile.am:
22100         * ext/ogg/gstogg.c: (plugin_init):
22101         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22102         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22103         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22104         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22105         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22106         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22107         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22108         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22109         Add an ogg parser element.
22110
22111 2005-08-28  Andy Wingo  <wingo@pobox.com>
22112
22113         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22114
22115 2005-08-26  Wim Taymans  <wim@fluendo.com>
22116
22117         * gst/audioconvert/audioconvert.c: (if), (float),
22118         (audio_convert_get_func_index), (check_default),
22119         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22120         (audio_convert_clean_context), (audio_convert_get_sizes),
22121         (audio_convert_convert):
22122         Cleanups.
22123
22124 2005-08-26  Wim Taymans  <wim@fluendo.com>
22125
22126         * gst/audioconvert/audioconvert.c: (if), (float),
22127         (audio_convert_get_func_index), (check_default),
22128         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22129         (audio_convert_clean_context), (audio_convert_get_sizes),
22130         (audio_convert_convert):
22131         More elegant and working temp buffer selection algo.
22132
22133 2005-08-26  Wim Taymans  <wim@fluendo.com>
22134
22135         * gst/audioconvert/audioconvert.c: (if), (float),
22136         (audio_convert_get_func_index), (check_default),
22137         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22138         (audio_convert_clean_context), (audio_convert_get_sizes),
22139         (get_temp_buffer), (audio_convert_convert):
22140         Use realloc else we lose our original data.
22141
22142 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22143
22144         * gst/audioresample/gstaudioresample.c:
22145           use base class' newsegment to properly timestamp
22146
22147 2005-08-26  Wim Taymans  <wim@fluendo.com>
22148
22149         * gst/audioconvert/audioconvert.c: (if), (float),
22150         (audio_convert_get_func_index), (check_default),
22151         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22152         (audio_convert_clean_context), (audio_convert_get_sizes),
22153         (get_temp_buffer), (audio_convert_convert):
22154         * gst/audioconvert/gstaudioconvert.c:
22155         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22156         (gst_audio_convert_transform_caps),
22157         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22158         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22159         Oops, allocate enough space to perform the channel mix.
22160
22161 2005-08-26  Wim Taymans  <wim@fluendo.com>
22162
22163         * gst/audioconvert/Makefile.am:
22164         * gst/audioconvert/audioconvert.c: (if), (float),
22165         (audio_convert_get_func_index), (check_default),
22166         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22167         (audio_convert_clean_context), (audio_convert_get_sizes),
22168         (get_temp_buffer), (audio_convert_convert):
22169         * gst/audioconvert/audioconvert.h:
22170         * gst/audioconvert/gstaudioconvert.c:
22171         (gst_audio_convert_class_init), (gst_audio_convert_init),
22172         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22173         (gst_audio_convert_get_unit_size),
22174         (gst_audio_convert_transform_caps),
22175         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22176         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22177         * gst/audioconvert/gstaudioconvert.h:
22178         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22179         (gst_channel_mix_fill_identical),
22180         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22181         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22182         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22183         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22184         (gst_channel_mix_mix):
22185         * gst/audioconvert/gstchannelmix.h:
22186         Cleanups, librarify a bit, optimize, better negotiation and more.
22187
22188 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22189
22190         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22191         Another from MikeS:
22192         During typefinding, don't support negative offsets
22193         (offsets from the end of the stream) in our typefind->peek() function
22194         - nothing embedded in ogg ever needs them. However, we need to recognise
22195         those requests and reject them, otherwise we return invalid pointers.
22196
22197 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22198
22199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22200         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22201         (vorbisdec_finalize), (vorbis_handle_type_packet):
22202           Big shout-out to MikeS for fixing this giant memory leak.
22203           Huzzah!
22204
22205 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22206
22207         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22208         (audio_convert_get_unit_size):
22209           plug some leaks
22210
22211 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22212
22213         * check/Makefile.am:
22214         * check/elements/audioconvert.c: (setup_audioconvert),
22215         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22216         (GST_START_TEST), (audioconvert_suite), (main):
22217           add a test for audioconvert
22218         * gst/audioresample/gstaudioresample.c:
22219         * gst/audioresample/gstaudioresample.h:
22220           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22221           note that for buffers of 1/3 sec this means DURATION(c) is 
22222           one nanosecond more than for a and b
22223
22224 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22225
22226         * check/Makefile.am:
22227         * check/elements/audioresample.c: (setup_audioresample),
22228         (cleanup_audioresample), (fail_unless_perfect_stream),
22229         (test_perfect_stream_instance), (GST_START_TEST),
22230           add a check for audioresample
22231         (audioresample_suite), (main):
22232         * check/elements/volume.c: (GST_START_TEST):
22233           remove unused method
22234         * gst/audioresample/gstaudioresample.c:
22235           set correct buffer parameters since we're changing them
22236         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22237           add some debug
22238
22239 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22240
22241         * gst/audioresample/debug.c:
22242         * gst/audioresample/gstaudioresample.c:
22243           add room for extra overlap samples when asked to transform size
22244           protect against possible mem corruption and check for discrepancies
22245           between written size and outbuffer's size so we can warn for
22246           potential problems
22247         * gst/audioresample/resample.c: (resample_init),
22248         (resample_get_output_size_for_input), (resample_get_output_size),
22249         (resample_set_n_channels), (resample_set_format):
22250           set debug level based on RESAMPLE_DEBUG env var
22251           make sure that get_output_size* returns a whole number of
22252           sample_size
22253           set sample_size each time either channel or format is set
22254         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22255         * gst/audioresample/resample_functable.c:
22256         (resample_scale_functable):
22257         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22258           remove r->sample_size, it's done in resample.c now
22259           add some debugging to the ref implementation
22260           make sure we only give back bytes that are wholes of the sample
22261           size
22262
22263 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22264         * gst/playback/gstplaybasebin.c: (fill_buffer):
22265         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22266
22267 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22268
22269         * gst/volume/gstvolume.c:
22270           made set_caps function static
22271
22272 2005-08-24  Wim Taymans  <wim@fluendo.com>
22273
22274         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22275         (gst_vorbisenc_change_state):
22276         Stop leaking taglists.
22277
22278 2005-08-24  Wim Taymans  <wim@fluendo.com>
22279
22280         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22281         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22282         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22283         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22284         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22285         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22286         Parse seeking events better.
22287         Unref static caps.
22288         Generate correct newsegment events, fixes seeking in live oggs.
22289
22290         * ext/theora/theoradec.c: (theora_dec_src_query),
22291         (theora_dec_src_event), (theora_dec_src_getcaps),
22292         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22293         Use newsegment values to report correct play time.
22294
22295         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22296         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22297         * ext/vorbis/vorbisdec.h:
22298         Parse and use newsegment values to report correct play time.
22299
22300         * gst-libs/gst/audio/gstbaseaudiosink.c:
22301         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22302         Clear ringbuffer on flush.
22303         Use newsegment values to calculate playback time.
22304
22305         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22307         Basesink does newsegment calculations for us now.
22308
22309 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22310
22311         * check/Makefile.am:
22312         * configure.ac:
22313           add core's plugins to the mix so that playbin works
22314         * check/generic/states.c: (GST_START_TEST):
22315           set a 0 timeout on pipelines, so they don't force the next
22316           state change
22317         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22318         (gst_play_base_bin_change_state):
22319           remove the crappy error handling and do GST error handling
22320
22321 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22322
22323         * check/Makefile.am:
22324         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22325           add same test as to core, it bitches out on playbin atm.
22326
22327 2005-08-24  Wim Taymans  <wim@fluendo.com>
22328
22329         * configure.ac:
22330         Remove audioscale.
22331
22332 2005-08-24  Wim Taymans  <wim@fluendo.com>
22333
22334         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22335         (gst_videoscale_prepare_size), (parse_caps),
22336         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22337         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22338         (gst_videoscale_transform):
22339         * gst/videoscale/gstvideoscale.h:
22340         Refactor, make use of BaseTranform really well.
22341
22342 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22343
22344         * configure.ac:
22345           compile audioresample
22346         * gst/audioresample/Makefile.am:
22347         * gst/audioresample/buffer.c:
22348         * gst/audioresample/functable.c:
22349         * gst/audioresample/gstaudioresample.c:
22350         * gst/audioresample/gstaudioresample.h:
22351         * gst/audioresample/resample.c:
22352         (resample_get_output_size_for_input):
22353         * gst/audioresample/resample.h:
22354         * gst/audioresample/resample_chunk.c:
22355         * gst/audioresample/resample_functable.c:
22356         * gst/audioresample/resample_ref.c:
22357           port to use basetransform; doesn't work in all cases yet
22358
22359 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22360
22361         * gst/audioconvert/gstaudioconvert.c:
22362         (gst_audio_convert_class_init), (gst_audio_convert_init),
22363         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22364         (audio_convert_fixate_caps), (audio_convert_set_caps),
22365         (audio_convert_transform),
22366         (gst_audio_convert_buffer_to_default_format),
22367         (gst_audio_convert_buffer_from_default_format),
22368         (gst_audio_convert_channels):
22369         * gst/audioconvert/gstchannelmix.c:
22370         * gst/audioconvert/gstchannelmix.h:
22371           port to basetransform
22372         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22373         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22374         (gst_ffmpegcsp_get_unit_size):
22375         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22376         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22377           fix for basetransform changes
22378
22379 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22380
22381         * check/Makefile.am:
22382           Add CHECK_CFLAGS and LDFLAGS
22383
22384         * gst/playback/gstplaybasebin.c: (fill_buffer):
22385           GST_MESSAGE_SRC became a GObject
22386
22387 2005-08-24  Wim Taymans  <wim@fluendo.com>
22388
22389         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22390         (gst_ring_buffer_clear_all):
22391         * gst-libs/gst/audio/gstringbuffer.h:
22392         Added function to clear the ringbuffer.
22393
22394 2005-08-24  Andy Wingo  <wingo@pobox.com>
22395
22396         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22397         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22398         of _open and _close.
22399
22400         * sys/v4l/gstv4lxoverlay.h:
22401         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22402         an Xv connection here, instead of all the time. Make Xv only be
22403         loaded if you axe for it. Kindof a workaround for buggy behaviour
22404         of Xv when using remote xservers (XvQueryExtension would block).
22405         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22406         replace the _open and _close public API. Only start the xv
22407         connection if necessary.
22408         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22409
22410 2005-08-23  David Schleef  <ds@schleef.org>
22411
22412         * gst/audioresample/Makefile.am: Leet audioresampling code
22413         * gst/audioresample/buffer.c:
22414         * gst/audioresample/buffer.h:
22415         * gst/audioresample/debug.c:
22416         * gst/audioresample/debug.h:
22417         * gst/audioresample/functable.c:
22418         * gst/audioresample/functable.h:
22419         * gst/audioresample/gstaudioresample.c:
22420         * gst/audioresample/gstaudioresample.h:
22421         * gst/audioresample/resample.c:
22422         * gst/audioresample/resample.h:
22423         * gst/audioresample/resample_chunk.c:
22424         * gst/audioresample/resample_functable.c:
22425         * gst/audioresample/resample_ref.c:
22426
22427 2005-08-23  Wim Taymans  <wim@fluendo.com>
22428
22429         * examples/seeking/seek.c: (make_vorbis_pipeline),
22430         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22431         Small seek updates.
22432
22433 2005-08-23  Andy Wingo  <wingo@pobox.com>
22434
22435         * gst-libs/gst/audio/gstbaseaudiosrc.c
22436         (gst_base_audio_src_fixate): Only fixate endianness if it is
22437         present in the caps.
22438
22439 2005-08-22  Andy Wingo  <wingo@pobox.com>
22440
22441         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22442         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22443         device-name property.
22444
22445         * gst-libs/gst/audio/gstaudiosrc.h:
22446         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22447         close_device in the ring buffer, like gstaudiosink.
22448
22449         * ext/alsa/gstalsamixer.h:
22450         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22451         macro to implement the interface without much code. Cleanups. 
22452
22453         * ext/alsa/gstalsasrc.h:
22454         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22455         READY.
22456
22457         * ext/alsa/Makefile.am: Add new files.
22458         * ext/alsa/gstalsamixerelement.c: 
22459         * ext/alsa/gstalsamixerelement.c: Split element code out from
22460         mixer code so that alsasrc can be a mixer too.
22461
22462 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22463
22464         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22465         (GST_START_TEST):
22466         * check/elements/vorbisdec.c: (setup_vorbisdec),
22467         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22468         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22469         (vorbis_handle_identification_packet),
22470         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22471         (vorbis_handle_header_packet), (vorbis_dec_push),
22472         (vorbis_dec_chain):
22473           use the setup/teardown methods to save code.  save code is good.
22474
22475 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22476
22477         * check/Makefile.am:
22478           add ext dir for plugins
22479           add vorbisdec test conditionally
22480         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22481         (GST_START_TEST), (volume_suite):
22482           add a test with wrong caps
22483         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22484         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22485           add a vorbisdec test
22486         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22487         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22488           clean up debug output
22489         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22490           yay, fix a segfault/security issue in vorbisdec
22491           gst-launch fakesrc ! vorbisdec wasn't happy
22492         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22493         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22494         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22495         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22496         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22497         (gst_vorbisenc_set_metadata), (get_constraints_string),
22498         (update_start_message), (gst_vorbisenc_setup),
22499         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22500         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22501         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22502         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22503         * ext/vorbis/vorbisenc.h:
22504           march in line
22505         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22506         (gst_ffmpegcsp_transform):
22507           have the kow come home
22508         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22509           debug my func ptr
22510         * gst/volume/gstvolume.c: (volume_set_caps):
22511           add a debug
22512
22513 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22514
22515         * Makefile.am:
22516         * check/.cvsignore:
22517         * check/Makefile.am:
22518         * check/elements/.cvsignore:
22519         * check/elements/volume.c: (chain_func), (event_func),
22520         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22521         (main):
22522         * configure.ac:
22523           add unit test structure for gst-plugins-base
22524           add a test for volume
22525         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22526         (gst_volume_set_volume), (gst_volume_get_volume),
22527         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22528         (volume_funcfind), (volume_process_float), (volume_process_int16),
22529         (volume_set_caps), (volume_transform), (volume_update_mute),
22530         (volume_update_volume), (volume_set_property),
22531         (volume_get_property):
22532           document a little; use basetransform vmethod _set_caps
22533
22534 2005-08-19  Andy Wingo  <wingo@pobox.com>
22535
22536         * ext/alsa/gstalsamixertrack.h:
22537         * ext/alsa/gstalsamixertrack.c:
22538         * ext/alsa/gstalsamixeroptions.h:
22539         * ext/alsa/gstalsamixeroptions.c:
22540         * ext/alsa/gstalsamixer.h:
22541         * ext/alsa/gstalsamixer.c: Port to 0.9.
22542
22543         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22544         Remove gstalsa.c and alsaclock. No more cruft here.
22545         
22546 2005-08-18  Wim Taymans  <wim@fluendo.com>
22547
22548         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22549         (gst_base_rtp_depayload_chain),
22550         (gst_base_rtp_depayload_add_to_queue),
22551         (gst_base_rtp_depayload_push),
22552         (gst_base_rtp_depayload_queue_release):
22553         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22554         Fix for RTPBuffer changes.
22555
22556         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22557         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22558         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22559         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22560         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22561         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22562         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22563         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22564         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22565         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22566         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22567         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22568         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22569         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22570         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22571         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22572         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22573         (gst_rtpbuffer_get_payload):
22574         * gst-libs/gst/rtp/gstrtpbuffer.h:
22575         Don't subclass GstBuffer but add methods and helper functions
22576         to construct and manipulate RTP packets in regular GstBuffers.
22577
22578 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22579
22580         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22581           moved statement below switch
22582         * gst/volume/gstvolume.c: (gst_volume_class_init):
22583           added debug ptr
22584
22585 2005-08-16  Wim Taymans  <wim@fluendo.com>
22586
22587         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22588         (gst_base_audio_src_change_state):
22589         Open and close device in READY<->NULL state change.
22590
22591 2005-08-16  Andy Wingo  <wingo@pobox.com>
22592
22593         * examples/seeking/Makefile.am: Don't compile non-compiling
22594         compiled objects with the compiler.
22595
22596         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22597         elements.
22598
22599 2005-08-12  Philippe Khalaf <burger@speedy.org>
22600         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22601         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22602           Made a thread to release the queue.
22603           Removed timestamp conversion for now.
22604
22605 2005-08-10  Philippe Khalaf <burger@speedy.org>
22606         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22607         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22608           Added rtp timestamp -> gst timestamp conversion.
22609           Fixed several problems with queue.
22610
22611 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22612
22613         * gst-libs/gst/audio/gstaudioclock.h:
22614         * gst-libs/gst/audio/gstaudiofilter.h:
22615         * gst-libs/gst/audio/gstaudiosink.h:
22616         * gst-libs/gst/audio/gstaudiosrc.h:
22617         * gst-libs/gst/audio/gstbaseaudiosink.h:
22618         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22619         * gst-libs/gst/audio/gstringbuffer.h:
22620         * gst-libs/gst/net/gstnetbuffer.h:
22621         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22622         * gst-libs/gst/rtp/gstrtpbuffer.h:
22623           Add padding (you will need to rebuild gst-plugins-base,
22624           gst-plugins and all applications afterwards!)
22625
22626 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22627
22628         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22629         (gst_riff_parse_chunk):
22630           Fix bug in debug message and add some more debug messages.
22631
22632 2005-08-08  Edward Hervey  <edward@fluendo.com>
22633
22634         * gst-libs/gst/riff/riff-media.c:
22635         backported updates since branch
22636
22637 2005-08-08  Andy Wingo  <wingo@pobox.com>
22638
22639         * gst-libs/gst/audio/gstbaseaudiosink.c
22640         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22641         like good elements should. Close on READY->NULL too.
22642
22643         * gst-libs/gst/audio/gstaudiosink.c
22644         (gst_audioringbuffer_open_device,
22645         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22646         (gst_audioringbuffer_release): Updates for new ring buffer API,
22647         hook into the new audio sink api.
22648
22649         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22650         (GstAudioSinkClass.close): Just open and close the device -- no
22651         resource allocation or configuration.
22652         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22653         vmethods, handle device setup and resource allocation.
22654
22655         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22656         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22657         base class API.
22658
22659         * gst-libs/gst/audio/gstringbuffer.h
22660         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22661         New vmethods.
22662
22663         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22664         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22665         New API functions. The device should be opened before acquiring
22666         and closed after releasing.
22667
22668 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22669
22670         * gst-libs/gst/interfaces/mixer.h:
22671           Reset padding to GST_PADDING.
22672
22673 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22674
22675         * gst/playback/gstplaybin.c: (remove_sinks):
22676           Remove visualization from parent explicitely; works around some
22677           apparent refcount issue that I haven't tracked down yet.
22678
22679 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22680
22681         * ext/alsa/gstalsasink.c: (set_hwparams):
22682           Assign debug category, add negotiation debug msgs.
22683
22684 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22685
22686         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22687           Fix error code for file-not-found to NOT_FOUND.
22688
22689 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22690
22691         * common/gtk-doc-plugins.mak:
22692         * docs/plugins/Makefile.am:
22693         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22694         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22695           renamed to actual element names, so much nicer to look at
22696         * docs/plugins/tmpl/gstmultifdsink.sgml:
22697           remove
22698         * docs/plugins/tmpl/multifdsink.sgml:
22699         * docs/plugins/tmpl/tcpserversink.sgml:
22700           add
22701         * ext/alsa/gstalsa.c:
22702         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22703         * ext/ogg/gstoggmux.c:
22704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22705         * gst/playback/gstdecodebin.c:
22706         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22707         * gst/tcp/gsttcpserversink.c:
22708           various fixes and documentation additions
22709
22710 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22711
22712         * common/Makefile.am:
22713         * common/gstdoc-scangobj:
22714         * common/gtk-doc-plugins.mak:
22715         * common/gtk-doc.mak:
22716           add a custom scangobj that uses the registry
22717           add a custom gtk-doc-plugins.mak that uses it
22718           some doc build fixes
22719         * configure.ac:
22720         * docs/Makefile.am:
22721         * docs/plugins/Makefile.am:
22722         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22723         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22724         * docs/plugins/gst-plugins-base-plugins.types:
22725         * docs/plugins/tmpl/gstmultifdsink.sgml:
22726           add docs for one element, multifdsink
22727         * gst/adder/gstadder.h:
22728         * gst/volume/gstvolume.h:
22729           don't privatize enum
22730         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22731         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22732         (gst_sync_method_get_type), (gst_client_status_get_type),
22733         (gst_multifdsink_class_init),
22734         (gst_multifdsink_client_queue_buffer),
22735         (gst_multifdsink_handle_client_write):
22736         * gst/tcp/gstmultifdsink.h:
22737         * gst/tcp/gsttcp.h:
22738         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22739         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22740         (gst_tcpclientsink_render):
22741         * gst/tcp/gsttcpclientsink.h:
22742         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22743         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22744         (gst_tcpclientsrc_start):
22745         * gst/tcp/gsttcpclientsrc.h:
22746         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22747         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22748         * gst/tcp/gsttcpserversrc.h:
22749         * gst/typefind/gsttypefindfunctions.c:
22750           remove superfluous Type stuff
22751
22752 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22753
22754         * gst/playback/gstplaybin.c: (gen_video_element):
22755           Enable videoscale.
22756
22757 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22758
22759         * gst-libs/gst/gconf/gconf.c:
22760         * gst-libs/gst/gconf/gconf.h:
22761           Fix some Andy Problem [tm].
22762
22763 2005-08-04  Andy Wingo  <wingo@pobox.com>
22764
22765         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22766         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22767         (gst_ffmpegcsp_get_size): Adapt to API changes.
22768
22769         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22770         Implement an in-place do-nothing transform.
22771
22772 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22773
22774         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22775         (gst_ximagesink_renegotiate_size):
22776           Do not set new window sizes yet if we prepare a new buffer size
22777           for upstream renegotiation (software scaling) at some point in the
22778           future, because this new size waqs not actually accepted yet. Once
22779           accepted, renegotiation later on will set the new sizes just fine.
22780           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22781           embedding testcase.
22782
22783 2005-08-03  Andy Wingo  <wingo@pobox.com>
22784
22785         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22786         (gst_ximagesink_buffer_alloc): 
22787         Protect the height, width, and desired_caps with the pool_lock.
22788         Fixes videotestsrc ! queue ! ximagesink.
22789
22790 2005-08-02  Edward Hervey  <edward@fluendo.com>
22791
22792         * gst/volume/gstvolume.c:
22793         include left from controller cleanup
22794
22795 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22796         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22797           Stop collectpads before calling the parent state
22798           change function on PAUSED->READY.
22799
22800 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22801         * configure.ac:
22802           When testing for X libs, use the X CFlags 
22803         * gst/adder/gstadder.c: (gst_adder_change_state):
22804           Stop the collectpads before calling parent state change function
22805           on PAUSED->READY, otherwise we deadlock deactivating pads.
22806
22807 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22808
22809         * configure.ac:
22810         * docs/libs/tmpl/gstcolorbalance.sgml:
22811         * docs/libs/tmpl/gstmixer.sgml:
22812         * examples/Makefile.am:
22813         * gst/sine/Makefile.am:
22814         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22815         (gst_sinesrc_set_property), (plugin_init):
22816         * gst/sine/gstsinesrc.h:
22817         * gst/volume/Makefile.am:
22818         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22819         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22820         (volume_process_float), (volume_process_int16),
22821         (volume_set_property), (plugin_init):
22822         * gst/volume/gstvolume.h:
22823           deactivate and remove dparams (libgstcontrol)
22824
22825 2005-07-29  Wim Taymans  <wim@fluendo.com>
22826
22827         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22828         Convert me to BaseTransform!! help..
22829
22830 2005-07-29  Andy Wingo  <wingo@pobox.com>
22831
22832         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22833         sinks.
22834
22835         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22836         support of both endiannesses.
22837
22838 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22839
22840         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22841           Fix confusing debug message (s/event/query/)
22842
22843 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22844
22845         * gst/videotestsrc/videotestsrc.h:
22846           Use "_stdint.h" instead of <stdint.h>
22847
22848 2005-07-27  Wim Taymans  <wim@fluendo.com>
22849
22850         * ext/vorbis/Makefile.am:
22851         Revert wrong commit.
22852
22853 2005-07-27  Wim Taymans  <wim@fluendo.com>
22854
22855         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22856         More compilation fixen.
22857
22858 2005-07-27  Wim Taymans  <wim@fluendo.com>
22859
22860         * gst-libs/gst/audio/gstbaseaudiosink.c:
22861         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22862         (gst_base_audio_sink_create_ringbuffer),
22863         (gst_base_audio_sink_change_state):
22864         Fix compilation.
22865
22866 2005-07-27  Wim Taymans  <wim@fluendo.com>
22867
22868         * examples/seeking/seek.c: (setup_dynamic_link),
22869         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22870         (query_positions_elems), (query_positions_pads), (do_seek):
22871         Update seek example.
22872
22873         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22874         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22875         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22876         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22877         (gst_ogg_demux_handle_event),
22878         (gst_ogg_demux_deactivate_current_chain),
22879         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22880         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22881         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22882         (gst_ogg_demux_loop):
22883         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22884         * ext/theora/theoradec.c: (theora_dec_src_event),
22885         (theora_dec_src_getcaps), (theora_dec_sink_event),
22886         (theora_dec_push), (theora_dec_chain):
22887         * ext/vorbis/Makefile.am:
22888         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22889         (vorbis_dec_sink_event), (vorbis_dec_push),
22890         (vorbis_handle_data_packet):
22891         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22892         (gst_vorbisenc_chain):
22893         * gst/playback/gststreaminfo.c: (cb_probe):
22894         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22895         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22896         * gst/videoscale/gstvideoscale.c:
22897         (gst_videoscale_handle_src_event):
22898         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22899         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22900         (gst_ximagesink_navigation_send_event):
22901         * sys/xvimage/xvimagesink.c:
22902         (gst_xvimagesink_navigation_send_event):
22903         Various event updates and cleanups
22904
22905 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22906
22907         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22908           Fix segfault for I420/YV12.
22909
22910 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22911
22912         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22913           Report bitrate.
22914
22915 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22916
22917         * gst/playback/gstplaybin.c: (gen_video_element),
22918         (gen_audio_element):
22919           Switch to auto*sink elements as default sinks; add volume element
22920           so that volume control in totem works.
22921
22922 2005-07-21  Wim Taymans  <wim@fluendo.com>
22923
22924         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22925         * gst/playback/gstplaybin.c: (setup_sinks),
22926         (gst_play_bin_change_state):
22927         Refcount fix and more comments.
22928
22929 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22930
22931         * sys/ximage/Makefile.am:
22932         * sys/ximage/ximage.c: (plugin_init):
22933         * sys/ximage/ximagesink.c:
22934         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22935         
22936
22937 2005-07-21  Wim Taymans  <wim@fluendo.com>
22938
22939         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22940         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22941         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22942         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22943         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22944         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22945         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22946         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22947         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22948         Generate correct disconts for live chained oggs.
22949
22950         * gst-libs/gst/audio/gstbaseaudiosink.c:
22951         (gst_base_audio_sink_render),
22952         (gst_base_audio_sink_create_ringbuffer),
22953         (gst_base_audio_sink_change_state):
22954         Handle discont math correctly.
22955
22956         * gst/playback/gstplaybin.c: (add_sink):
22957         Some small debug cleanup.
22958
22959 2005-07-21  Wim Taymans  <wim@fluendo.com>
22960
22961         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22962         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22963         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22964         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22965         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22966         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22967         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22968         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22969         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22970         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22971         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22972         (gst_ogg_demux_change_state), (gst_ogg_print):
22973         Reorganize code to send the right disconts when in streaming
22974         mode.
22975
22976 2005-07-20  Andy Wingo  <wingo@pobox.com>
22977
22978         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22979         fix (?), fixes a seggie mcfalterson (#310894).
22980
22981 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22982
22983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22984         (gst_ogg_mux_set_header_on_caps):
22985         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22987         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22988         * gst-libs/gst/audio/multichannel.c:
22989         (gst_audio_set_channel_positions),
22990         (gst_audio_set_structure_channel_positions_list):
22991         * gst/playback/gstdecodebin.c: (dynamic_create):
22992         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22993         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22994           Fixes for API changes in core.
22995
22996 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22997
22998         * gst/playback/gstplaybasebin.c: (fill_buffer):
22999           Use _new_custom() so we can set custom message types for buffering
23000           messages.
23001
23002 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23003
23004         * configure.ac:
23005         * gst-libs/gst/Makefile.am:
23006         * gst-libs/gst/gconf/.cvsignore:
23007         * gst-libs/gst/gconf/Makefile.am:
23008         * gst-libs/gst/gconf/test-gconf.c:
23009         * pkgconfig/Makefile.am:
23010         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23011         * pkgconfig/gstreamer-gconf.pc.in:
23012           Remove gconf stuff, use gconf elements instead from now on.
23013
23014 2005-07-20  Wim Taymans  <wim@fluendo.com>
23015
23016         * gst-libs/gst/audio/TODO:
23017         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23018         (gst_audio_clock_get_internal_time):
23019         * gst-libs/gst/audio/gstaudioclock.h:
23020         * gst-libs/gst/audio/gstbaseaudiosink.c:
23021         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23022         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23023         (gst_base_audio_sink_render),
23024         (gst_base_audio_sink_create_ringbuffer),
23025         (gst_base_audio_sink_change_state):
23026         Make sure the audio clock always returns an increasing value.
23027
23028 2005-07-19  Andy Wingo  <wingo@pobox.com>
23029
23030         * gst/videotestsrc/: Cleanups.
23031
23032 2005-07-19  Wim Taymans  <wim@fluendo.com>
23033
23034         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23035         Better debugging.
23036
23037 2005-07-19  Wim Taymans  <wim@fluendo.com>
23038
23039         * examples/seeking/seek.c: (make_dv_pipeline),
23040         (make_vorbis_theora_pipeline), (query_rates),
23041         (query_positions_elems), (query_positions_pads), (do_seek):
23042         Make correct DV pipeline.
23043
23044 2005-07-18  Andy Wingo  <wingo@pobox.com>
23045
23046         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23047         default. Also because it's the only thing that really works. (This
23048         is used in the GConf elements).
23049         Use AS_LIBTOOL_TAGS.
23050
23051 2005-07-18  Wim Taymans  <wim@fluendo.com>
23052
23053         * gst/playback/gstdecodebin.c: (remove_element_chain):
23054         * gst/playback/gstplaybin.c: (add_sink):
23055         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23056         (gst_stream_info_set_mute):
23057         * gst/playback/gststreamselector.c:
23058         (gst_stream_selector_get_linked_pad),
23059         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23060         More leak and compile fixes.
23061
23062 2005-07-18  Wim Taymans  <wim@fluendo.com>
23063
23064         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23065         (query_rates), (query_positions_elems), (query_positions_pads),
23066         (do_seek), (seek_cb), (stop_seek):
23067         Updated seek example. 
23068
23069         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23070         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23071         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23072         * gst/playback/gstplaybin.c: (add_sink):
23073         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23074         (gst_stream_info_set_mute):
23075         Some refcount leak fixes.
23076
23077 2005-07-16  Wim Taymans  <wim@fluendo.com>
23078
23079         * gst-libs/gst/audio/gstbaseaudiosink.c:
23080         (gst_base_audio_sink_render):
23081         Align samples even if we have roundoff errors in the 
23082         timestamp conversion.
23083
23084 2005-07-16  Wim Taymans  <wim@fluendo.com>
23085
23086         * docs/libs/tmpl/gstringbuffer.sgml:
23087         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23088         (query_rates), (query_positions_elems), (query_positions_pads),
23089         (update_scale), (do_seek):
23090         Updated seek example.
23091
23092         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23093         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23094         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23095         (gst_ogg_demux_loop):
23096         Push out correct discont values.
23097
23098         * ext/theora/theoradec.c: (theora_dec_src_convert),
23099         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23100         (theora_dec_sink_event), (theora_handle_type_packet),
23101         (theora_handle_header_packet), (theora_dec_push),
23102         (theora_handle_data_packet), (theora_dec_chain),
23103         (theora_dec_change_state):
23104         Better timestamping.
23105
23106         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23107         (vorbis_dec_sink_event), (vorbis_dec_push),
23108         (vorbis_handle_data_packet), (vorbis_dec_chain):
23109         * ext/vorbis/vorbisdec.h:
23110         Better timestamping.
23111
23112         * gst-libs/gst/audio/gstbaseaudiosink.c:
23113         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23114         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23115         Handle syncing on timestamps instead of sample offsets. Make
23116         use of DISCONT values as described in design docs.
23117
23118         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23119         (gst_base_audio_src_get_time):
23120         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23121         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23122         (gst_ring_buffer_read):
23123         * gst-libs/gst/audio/gstringbuffer.h:
23124         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23125         (gst_ximagesink_show_frame):
23126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23127         Correcly convert buffer timestamp to stream time.
23128
23129 2005-07-16  Wim Taymans  <wim@fluendo.com>
23130
23131         * gst/audioconvert/gstaudioconvert.c:
23132         (gst_audio_convert_get_buffer):
23133         Timestamp buffers correctly.
23134
23135         * gst/playback/gstplaybin.c: (gen_video_element):
23136         Make internal fakesink silent.
23137
23138 2005-07-15  Wim Taymans  <wim@fluendo.com>
23139
23140         * gst/ffmpegcolorspace/Makefile.am:
23141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23142         (gst_ffmpegcsp_caps_remove_format_info),
23143         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23144         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23145         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23146         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23147         Ported ffmpegcolorspace to basetransform.
23148
23149         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23150         * gst/volume/gstvolume.c: (volume_transform):
23151         Ported to new API.
23152
23153 2005-07-14  Wim Taymans  <wim@fluendo.com>
23154
23155         * gst/videotestsrc/Makefile.am:
23156         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23157         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23158         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23159         (gst_videotestsrc_init), (gst_videotestsrc_event),
23160         (gst_videotestsrc_create), (gst_videotestsrc_start),
23161         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23162         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23163         (gst_videotestsrc_get_property):
23164         * gst/videotestsrc/gstvideotestsrc.h:
23165         Make videotestsrc a pushsrc.
23166
23167 2005-07-14  Wim Taymans  <wim@fluendo.com>
23168
23169         * gst/tcp/gstfdset.c: (gst_fdset_free):
23170         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23171         (gst_multifdsink_add), (gst_multifdsink_remove),
23172         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23173         (gst_multifdsink_remove_client_link),
23174         (gst_multifdsink_client_queue_data),
23175         (gst_multifdsink_client_queue_caps),
23176         (gst_multifdsink_client_queue_buffer),
23177         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23178         (gst_multifdsink_stop):
23179         * gst/tcp/gstmultifdsink.h:
23180         0.8 backporting.
23181
23182         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23183         Also draw image when not from a pool.
23184
23185 2005-07-14  Wim Taymans  <wim@fluendo.com>
23186
23187         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23188         (mute_stream), (silence_stream):
23189         Small debug additions.
23190
23191 2005-07-14  Wim Taymans  <wim@fluendo.com>
23192
23193         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23194         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23195         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23196         Better error recovery, ignore unconnected pads and
23197         non-fatal errors.
23198
23199 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23200
23201         * docs/libs/tmpl/gstaudio.sgml:
23202         * docs/libs/tmpl/gstcolorbalance.sgml:
23203         * docs/libs/tmpl/gstgconf.sgml:
23204         * docs/libs/tmpl/gstmixer.sgml:
23205         * docs/libs/tmpl/gstringbuffer.sgml:
23206         * docs/libs/tmpl/gsttuner.sgml:
23207         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23208         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23209         (gst_tcpclientsrc_class_init):
23210         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23211         (gst_tcpserversrc_class_init):
23212         * sys/v4l/gstv4lelement.c:
23213           more autistic cleanliness in functions/names/defines
23214
23215 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23216
23217         * configure.ac:
23218           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23219           added manually to each Makefile.am so we are sure it goes
23220           *last* and doesn't add -L flags before linking in libs of our
23221           own, like, say, internal .la libs, that then accidentally pick
23222           up the installed copy.
23223         * docs/libs/Makefile.am:
23224         * ext/alsa/Makefile.am:
23225         * ext/cdparanoia/Makefile.am:
23226         * ext/gnomevfs/Makefile.am:
23227         * ext/libvisual/Makefile.am:
23228         * ext/ogg/Makefile.am:
23229         * ext/theora/Makefile.am:
23230         * ext/vorbis/Makefile.am:
23231         * gst-libs/gst/video/Makefile.am:
23232         * gst/adder/Makefile.am:
23233         * gst/audioconvert/Makefile.am:
23234         * gst/audiorate/Makefile.am:
23235         * gst/audioscale/Makefile.am:
23236         * gst/ffmpegcolorspace/Makefile.am:
23237         * gst/playback/Makefile.am:
23238         * gst/sine/Makefile.am:
23239         * gst/subparse/Makefile.am:
23240         * gst/tags/Makefile.am:
23241         * gst/tcp/Makefile.am:
23242         * gst/typefind/Makefile.am:
23243         * gst/videorate/Makefile.am:
23244         * gst/videoscale/Makefile.am:
23245         * gst/videotestsrc/Makefile.am:
23246         * gst/volume/Makefile.am:
23247         * sys/v4l/Makefile.am:
23248         * sys/ximage/Makefile.am:
23249         * sys/xvimage/Makefile.am:
23250           adapt properly to this change. This should make sure that
23251           plugins and libs properly link to the as-yet-uninstalled
23252           copies of stuff like libgstinterfaces and libgstvideo
23253
23254 2005-07-13  Andy Wingo  <wingo@pobox.com>
23255
23256         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23257         (gst_v4lsrc_fixate): Fixate on format as well.
23258
23259         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23260         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23261         buffer points to it.
23262         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23263         rather just doing X calls ourselves. Also fixes a memleak.
23264
23265 2005-07-12  Andy Wingo  <wingo@pobox.com>
23266
23267         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23268         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23269         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23270         TRUE to avoid deadlocks if an element holds on to our buffers.
23271
23272 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23273
23274         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23275         (gst_sinesrc_init), (gst_sinesrc_create),
23276         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23277         (gst_sinesrc_start):
23278         * gst/sine/gstsinesrc.h:
23279           removing num-buffers property before moving it
23280
23281 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23282
23283         * configure.ac:
23284           use overridable ERROR_CFLAGS
23285         * docs/libs/gst-plugins-base-libs.types:
23286         * docs/libs/tmpl/gstringbuffer.sgml:
23287         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23288         (gst_alsasink_class_init):
23289         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23290         (gst_alsasrc_class_init):
23291         * gst-libs/gst/audio/audio.h:
23292         * gst-libs/gst/audio/gstaudioclock.h:
23293         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23294         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23295         (gst_audio_filter_link), (gst_audio_filter_init),
23296         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23297         (gst_audio_filter_get_property),
23298         (gst_audio_filter_class_add_pad_templates):
23299         * gst-libs/gst/audio/gstaudiofilter.h:
23300         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23301         (gst_audio_filter_template_get_type),
23302         (gst_audio_filter_template_base_init),
23303         (gst_audio_filter_template_class_init),
23304         (gst_audio_filter_template_init),
23305         (gst_audio_filter_template_set_property),
23306         (gst_audio_filter_template_get_property), (plugin_init),
23307         (gst_audio_filter_template_setup),
23308         (gst_audio_filter_template_filter),
23309         (gst_audio_filter_template_filter_inplace):
23310         * gst-libs/gst/audio/gstaudiosink.c:
23311         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23312         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23313         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23314         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23315         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23316         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23317         * gst-libs/gst/audio/gstaudiosink.h:
23318         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23319         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23320         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23321         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23322         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23323         (gst_audio_src_class_init), (gst_audio_src_init),
23324         (gst_audio_src_create_ringbuffer):
23325         * gst-libs/gst/audio/gstaudiosrc.h:
23326         * gst-libs/gst/audio/gstbaseaudiosink.c:
23327         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23328         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23329         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23330         (gst_base_audio_sink_set_property),
23331         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23332         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23333         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23334         (gst_base_audio_sink_create_ringbuffer),
23335         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23336         * gst-libs/gst/audio/gstbaseaudiosink.h:
23337         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23338         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23339         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23340         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23341         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23342         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23343         (gst_base_audio_src_event), (gst_base_audio_src_create),
23344         (gst_base_audio_src_create_ringbuffer),
23345         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23346         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23347         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23348         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23349         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23350         (gst_ring_buffer_debug_spec_caps),
23351         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23352         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23353         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23354         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23355         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23356         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23357         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23358         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23359         (gst_ring_buffer_clear):
23360         * gst-libs/gst/audio/gstringbuffer.h:
23361         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23362         (gst_video_sink_class_init), (gst_video_sink_get_type):
23363         * gst-libs/gst/video/videosink.h:
23364         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23365         (gst_multifdsink_class_init),
23366         (gst_multifdsink_handle_client_write),
23367         (gst_multifdsink_change_state):
23368         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23369         (gst_tcpclientsink_setcaps):
23370         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23371         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23372         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23373         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23374         (gst_ximagesink_send_pending_navigation),
23375         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23376         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23378         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23379         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23380         (gst_xvimagesink_send_pending_navigation),
23381         (gst_xvimagesink_navigation_send_event),
23382         (gst_xvimagesink_set_xwindow_id),
23383         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23384         (gst_xvimagesink_get_type):
23385         more macro splitting
23386
23387 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23388
23389         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23390           plug a memleak, allows me to import 1479 albums in one go
23391           in jamboree
23392         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23393         (vorbis_handle_type_packet), (vorbis_dec_chain),
23394         (vorbis_dec_change_state):
23395           fix some format strings
23396
23397 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23398
23399         * docs/libs/tmpl/gstcolorbalance.sgml:
23400         * docs/libs/tmpl/gstmixer.sgml:
23401         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23402         (gst_alsasink_set_property), (gst_alsasink_get_property):
23403         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23404         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23405           add device property
23406
23407 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23408
23409         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23410         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23411         (audiocast_register_listener), (audiocast_thread_run),
23412         (gst_gnomevfssrc_send_additional_headers_callback),
23413         (gst_gnomevfssrc_received_headers_callback),
23414         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23415         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23416         (gst_gnomevfssrc_get_size):
23417           add/clean up debugging
23418         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23419           cleanups
23420
23421 2005-07-07  Andy Wingo  <wingo@pobox.com>
23422
23423         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23424         framerate. Need to get a handle on when exactly this function is
23425         called, tho.
23426
23427         * sys/v4l/v4lsrc_calls.h:
23428         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23429         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23430         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23431
23432         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23433         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23434         v4lelements are sources.
23435
23436         * sys/v4l/gstv4lxoverlay.h:
23437         * sys/v4l/gstv4lxoverlay.c:
23438         * sys/v4l/gstv4ltuner.h:
23439         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23440         
23441         * sys/v4l/gstv4lsrc.h:
23442         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23443         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23444         or something should handle that. Made a live source.
23445
23446         * sys/v4l/gstv4lelement.h:
23447         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23448         signals. Some cleanups.
23449
23450         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23451
23452         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23453         stuff.
23454
23455         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23456         stuff.
23457
23458         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23459
23460 2005-07-07  Wim Taymans  <wim@fluendo.com>
23461
23462         * ext/theora/theoradec.c: (theora_get_query_types),
23463         (theora_dec_src_getcaps), (theora_dec_push):
23464         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23465         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23466         Remove deprecated/unused query types.
23467
23468 2005-07-06  Wim Taymans  <wim@fluendo.com>
23469
23470         * ext/alsa/Makefile.am:
23471         * ext/alsa/gstalsaplugin.c: (plugin_init):
23472         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23473         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23474         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23475         (gst_alsasrc_class_init), (gst_alsasrc_init),
23476         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23477         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23478         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23479         (gst_alsasrc_reset):
23480         * ext/alsa/gstalsasrc.h:
23481         * gst-libs/gst/audio/Makefile.am:
23482         * gst-libs/gst/audio/gstaudiosink.c:
23483         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23484         (gst_audioringbuffer_start):
23485         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23486         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23487         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23488         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23489         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23490         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23491         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23492         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23493         * gst-libs/gst/audio/gstaudiosrc.h:
23494         * gst-libs/gst/audio/gstbaseaudiosink.c:
23495         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23496         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23497         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23498         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23499         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23500         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23501         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23502         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23503         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23504         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23505         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23506         (gst_baseaudiosrc_change_state):
23507         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23508         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23509         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23510         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23511         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23512         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23513         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23514         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23515         * gst-libs/gst/audio/gstringbuffer.h:
23516         Added audiosource base classes.
23517         Ported alsasrc, still very basic.
23518
23519 2005-07-06  Wim Taymans  <wim@fluendo.com>
23520
23521         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23522         (theora_dec_push), (theora_handle_data_packet):
23523         Prepare for better timestamp fix later.
23524
23525         * gst/audioconvert/gstaudioconvert.c:
23526         List most accurate caps first
23527
23528         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23529         Use proper pad task function.
23530
23531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23532         (gst_xvimagesink_show_frame):
23533         Fix deadlock when alloc failed.
23534
23535 2005-07-05  Andy Wingo  <wingo@pobox.com>
23536
23537         * ext/gnomevfs/gstgnomevfssrc.c:
23538         * gst/sine/gstsinesrc.c:
23539         * gst/tcp/gsttcpserversrc.c:
23540         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23541
23542         * sys/v4l/: Port from 0.8.
23543
23544         * Many files: Null if we got it....
23545
23546 2005-07-05  Andy Wingo  <wingo@pobox.com>
23547
23548         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23549         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23550         Signedness fixes.
23551
23552 2005-07-05  Wim Taymans  <wim@fluendo.com>
23553
23554         * configure.ac:
23555         * gst/tcp/Makefile.am:
23556         * gst/tcp/README:
23557         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23558         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23559         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23560         (is_sync_frame), (gst_multifdsink_handle_client_write),
23561         (gst_multifdsink_render), (gst_multifdsink_start),
23562         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23563         * gst/tcp/gstmultifdsink.h:
23564         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23565         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23566         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23567         * gst/tcp/gsttcp.h:
23568         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23569         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23570         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23571         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23572         * gst/tcp/gsttcpclientsink.h:
23573         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23574         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23575         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23576         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23577         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23578         * gst/tcp/gsttcpclientsrc.h:
23579         * gst/tcp/gsttcpplugin.c: (plugin_init):
23580         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23581         * gst/tcp/gsttcpserversink.h:
23582         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23583         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23584         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23585         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23586         (gst_tcpserversrc_stop):
23587         * gst/tcp/gsttcpserversrc.h:
23588         * gst/tcp/gsttcpsink.c:
23589         * gst/tcp/gsttcpsink.h:
23590         * gst/tcp/gsttcpsrc.c:
23591         * gst/tcp/gsttcpsrc.h:
23592         Ported tcp plugins to 0.9. 
23593         
23594
23595 2005-07-05  Andy Wingo  <wingo@pobox.com>
23596
23597         * gst/playback/gstplaybasebin.c (fill_buffer):
23598         message_new_application fixen.
23599
23600         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23601         Style fix.
23602
23603 2005-07-04  Wim Taymans  <wim@fluendo.com>
23604
23605         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23606         Set caps on output buffer.
23607
23608 2005-07-04  Andy Wingo  <wingo@pobox.com>
23609
23610         * ext/gnomevfs/gstgnomevfssrc.c
23611         (gst_gnomevfssrc_received_headers_callback) 
23612         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23613         hopefully.
23614
23615         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23616         No refcount leakage.
23617
23618         * configure.ac: Enable -Werror.
23619         
23620         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23621         * gst/audioconvert/bufferframesconvert.c
23622         (buffer_frames_convert_fixate):
23623         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23624         (gst_audio_convert_fixate):
23625         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23626         (gst_sinesrc_create): Fixate func changes.
23627         
23628         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23629         (gst_ximagesink_buffer_alloc): Unused var.
23630
23631 2005-07-01  Andy Wingo  <wingo@pobox.com>
23632
23633         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23634         getcaps to do explicit caps. Needs to be done in all decoders,
23635         possibly via a base class.
23636
23637         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23638
23639         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23640         caps on the sink pad, just rely on the pad template. Also, setting
23641         ANY caps on a pad is not valid because the caps are not fixed.
23642
23643         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23644         caps on the buffer, and get the width from the desired_caps if
23645         they're set.
23646         (gst_ximagesink_renegotiate_size): Implement via setting the
23647         desired_caps on the ximagesink.
23648         (gst_ximagesink_setcaps): Only reset the width of the player if it
23649         wasn't already set. Not sure if this is right.
23650         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23651
23652         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23653         that the user wants. NULL unless the window has been resized.
23654
23655         * gst/volume/gstvolume.c (volume_transform): Adapt to
23656         basetransform refcount changes.
23657         
23658 2005-07-01  Andy Wingo  <wingo@pobox.com>
23659
23660         * gst/videoscale/gstvideoscale.c:
23661         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23662         from BaseTransform, implements a transform_caps. Removed dead code
23663         including some PAR stuff that was never reached -- should probably
23664         be added back somehow.
23665
23666 2005-07-01  Andy Wingo  <wingo@pobox.com>
23667
23668         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23669         come later.
23670
23671 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23672
23673         * configure.ac:
23674         * docs/libs/Makefile.am:
23675         * docs/libs/gst-plugins-libs.types:
23676         * ext/alsa/Makefile.am:
23677         * ext/alsa/gstalsamixer.h:
23678         * ext/alsa/gstalsamixeroptions.h:
23679         * ext/alsa/gstalsamixertrack.h:
23680         * gst-libs/gst/Makefile.am:
23681         * gst-libs/gst/colorbalance/.cvsignore:
23682         * gst-libs/gst/colorbalance/Makefile.am:
23683         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23684         * gst-libs/gst/colorbalance/colorbalance.c:
23685         * gst-libs/gst/colorbalance/colorbalance.h:
23686         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23687         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23688         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23689         * gst-libs/gst/interfaces/Makefile.am:
23690         * gst-libs/gst/interfaces/colorbalance.c:
23691         (gst_color_balance_class_init):
23692         * gst-libs/gst/interfaces/colorbalance.h:
23693         * gst-libs/gst/interfaces/interfaces-marshal.list:
23694         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23695         * gst-libs/gst/interfaces/mixer.h:
23696         * gst-libs/gst/interfaces/mixeroptions.h:
23697         * gst-libs/gst/interfaces/navigation.c:
23698         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23699         * gst-libs/gst/interfaces/tuner.h:
23700         * gst/volume/Makefile.am:
23701         * gst/volume/gstvolume.c:
23702         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23703         * sys/ximage/Makefile.am:
23704         * sys/ximage/ximagesink.c:
23705         * sys/xvimage/Makefile.am:
23706         * sys/xvimage/xvimagesink.c:
23707           fold in all interfaces into an interfaces dir, preserving CVS
23708           history
23709
23710 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23711
23712         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23713           Fix build after riff changes.
23714
23715 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23716
23717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23718         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23719         (gst_riff_create_video_template_caps),
23720         (gst_riff_create_audio_template_caps),
23721         (gst_riff_create_iavs_template_caps):
23722         * gst-libs/gst/riff/riff-media.h:
23723         * gst-libs/gst/riff/riff-read.h:
23724         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23725           Add gst_riff_init() to initialize the debug category, instead
23726           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23727
23728 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23729
23730         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23731           Oops, I shouldn't apply hacks.
23732
23733 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23734
23735         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23736           Remove pad_loop function which doesn't work.
23737
23738 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23739
23740         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23741           Send EOS when deactivating.
23742         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23743         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23744         (gen_preroll_element), (probe_triggered), (mute_stream),
23745         (silence_stream), (new_decoded_pad), (setup_substreams),
23746         (set_active_source):
23747         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23748         (remove_sinks), (add_sink):
23749         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23750           Change for new probe API.
23751
23752 2005-06-29  Wim Taymans  <wim@fluendo.com>
23753
23754         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23755         * gst-libs/gst/audio/gstbaseaudiosink.c:
23756         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23757         (gst_baseaudiosink_change_state):
23758         * gst-libs/gst/audio/gstbaseaudiosink.h:
23759         * gst-libs/gst/audio/gstringbuffer.c:
23760         (gst_ringbuffer_set_callback):
23761         Fix compilation error.
23762         Ringbuffer starts out as not running.
23763         Free our clock in dispose.
23764         When releasing the ringbuffer we need to renegotiate so
23765         clear the pad caps.
23766
23767 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23768
23769         * autogen.sh:
23770         * configure.ac:
23771         * docs/Makefile.am:
23772         * docs/libs/Makefile.am:
23773         * docs/libs/gst-plugins-libs-docs.sgml:
23774         * docs/libs/gst-plugins-libs-sections.txt:
23775         * docs/libs/gst-plugins-libs.types:
23776         * docs/libs/tmpl/gstaudio.sgml:
23777         * docs/libs/tmpl/gstcolorbalance.sgml:
23778         * docs/libs/tmpl/gstringbuffer.sgml:
23779         * gst-libs/gst/audio/gstringbuffer.c:
23780         (gst_ringbuffer_set_callback):
23781           reinstate gtk-doc docs for plugin libs
23782
23783 2005-06-28  Wim Taymans  <wim@fluendo.com>
23784
23785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23786         (gst_ogg_demux_init):
23787         Removed pad loop function.
23788
23789 2005-06-28  Wim Taymans  <wim@fluendo.com>
23790
23791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23792         If we're building a chain we are not in an error case
23793         when we queue a buffer.
23794
23795 2005-06-28  Andy Wingo  <wingo@pobox.com>
23796
23797         * *.c: Don't cast to GstObject before reffing/unreffing.
23798
23799 2005-06-27  Andy Wingo  <wingo@pobox.com>
23800
23801         * gst/videotestsrc/gstvideotestsrc.c
23802         (gst_videotestsrc_activate_push): Activation API changes.
23803
23804         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23805         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23806         they have refs on the decodebin.
23807
23808         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23809         parent class.
23810         (gst_ogg_pad_typefind): Don't leak a pad ref.
23811         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23812         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23813         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23814
23815 2005-06-27  Edward Hervey  <edward@fluendo.com>
23816
23817         * ext/theora/theoradec.c: (theora_dec_change_state): 
23818         re-arranged call to parent's state change in order to avoid locks (or
23819         worse).
23820
23821 2005-06-26  Edward Hervey  <edward@fluendo.com>
23822
23823         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23824         2nd argument of 'unknow-type' signal is a GstCaps and not a
23825         GstMiniObject
23826
23827 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23828         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23829           Set the worker thread's running flag to TRUE before starting the
23830           thread.
23831         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23832           Catch a failure to add typefind to the bin.
23833
23834 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23835
23836         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23837         (gst_sinesrc_init), (gst_sinesrc_create),
23838         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23839         (gst_sinesrc_start):
23840         * gst/sine/gstsinesrc.h:
23841           add num-buffers and timestamp-offset properties
23842         * gst/videotestsrc/gstvideotestsrc.c:
23843         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23844         (gst_videotestsrc_get_property):
23845           add timestamp-offset property
23846
23847 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23848
23849         * configure.ac: add videorate
23850         * gst-plugins-base.spec.in: add videorate
23851
23852 2005-06-23  Wim Taymans  <wim@fluendo.com>
23853
23854         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23855         (gst_videorate_getcaps), (gst_videorate_setcaps),
23856         (gst_videorate_event), (gst_videorate_chain):
23857         Fixed videorate, fixating an already fixated caps is not
23858         an error.
23859
23860 2005-06-23  Wim Taymans  <wim@fluendo.com>
23861
23862         * ext/ogg/README:
23863         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23864         Buffer on caps is not boxed anymore.
23865
23866 2005-06-22  Wim Taymans  <wim@fluendo.com>
23867
23868         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23869         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23870         Set buffers on caps as miniobjects and not as boxed.
23871
23872 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23873
23874         * configure.ac:
23875           back to HEAD
23876
23877 === release 0.9.1 ===
23878
23879 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23880
23881         * .cvsignore:
23882         * NEWS:
23883         * README:
23884         * RELEASE:
23885         * configure.ac:
23886         * po/af.po:
23887         * po/az.po:
23888         * po/cs.po:
23889         * po/en_GB.po:
23890         * po/hu.po:
23891         * po/it.po:
23892         * po/nb.po:
23893         * po/nl.po:
23894         * po/or.po:
23895         * po/sq.po:
23896         * po/sr.po:
23897         * po/sv.po:
23898         * po/uk.po:
23899         * po/vi.po:
23900           updates for release
23901
23902 2005-06-09  Andy Wingo  <wingo@pobox.com>
23903
23904         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23905         
23906 2005-06-09  Andy Wingo  <wingo@pobox.com>
23907
23908         * configure.ac:
23909         * gst-libs/gst/Makefile.am:
23910         * gst-libs/gst/net/Makefile.am:
23911         Add gstnet to build.
23912
23913 2005-06-09  Andy Wingo  <wingo@pobox.com>
23914
23915         * gst-libs/gst/gconf/gconf.c:
23916         * gst/playback/test.c:
23917         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23918         fixes.
23919
23920         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23921
23922         * ext/theora/theoraenc.c (theora_enc_chain): 
23923         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23924
23925         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23926         RealPad.
23927
23928 2005-06-02  Wim Taymans  <wim@fluendo.com>
23929
23930         * gst-libs/gst/net/Makefile.am:
23931         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23932         * pkgconfig/gstreamer-libs.pc.in:
23933         Added net stuff, version net lib.
23934
23935 2005-06-02  Wim Taymans  <wim@fluendo.com>
23936
23937         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23938         (query_rates), (query_positions_elems), (query_positions_pads),
23939         (do_seek):
23940         Updated seek example.
23941
23942 2005-06-02  Andy Wingo  <wingo@pobox.com>
23943
23944         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23945         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23946         list.
23947
23948         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23949         remove the typefind, the bin dispose will do it for us. When it's
23950         removed and unreffed, the signal handler will be disconnected,
23951         too.
23952         (unlinked): It's too difficult to disconnect from unlinked
23953         handlers, as they are on pads not elements. Just punt if the pads
23954         aren't grandkids of the bin.
23955
23956 2005-06-02  Wim Taymans  <wim@fluendo.com>
23957
23958         * ext/ogg/README:
23959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23960         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23961         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23962         * ext/theora/theoradec.c: (theora_dec_src_query),
23963         (theora_handle_data_packet):
23964         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23965         (theora_enc_chain):
23966         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23967         (vorbis_handle_data_packet):
23968         * gst/audioconvert/bufferframesconvert.c:
23969         (buffer_frames_convert_chain):
23970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23971         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23972         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23973         (gst_ffmpegcsp_chain):
23974         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23975         (gst_videorate_getcaps), (gst_videorate_setcaps),
23976         (gst_videorate_event), (gst_videorate_chain):
23977         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23978         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23979         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23980         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23981         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23982         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23983         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23984         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23985         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23986         Cleanups and buffer alloc.
23987
23988 2005-05-31  Wim Taymans  <wim@fluendo.com>
23989
23990         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23991         Don't try to call the delay method when the device is not
23992         opened.
23993
23994 2005-05-31  Wim Taymans  <wim@fluendo.com>
23995
23996         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23997         Get actual segment size and buffer size after opening
23998         the device.
23999
24000 2005-05-30  Wim Taymans  <wim@fluendo.com>
24001
24002         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24003         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24004         Also FLUSH upstream, makes the loop function exit faster.
24005         
24006         * ext/theora/theoradec.c: (theora_dec_src_query):
24007         Some more debug info in the query.
24008         
24009         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24010         (gst_ximagesink_setcaps):
24011         Release lock on par error, better error reporting.
24012
24013 2005-05-26  Wim Taymans  <wim@fluendo.com>
24014
24015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24016         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24017         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24018         Clear chains in READY
24019         Queue packets until the chain is activated.
24020
24021 2005-05-25  Wim Taymans  <wim@fluendo.com>
24022
24023         * gst-libs/gst/audio/gstaudiosink.c:
24024         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24025         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24026         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24027         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24028         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24029         (gst_audiosink_create_ringbuffer):
24030         * gst-libs/gst/audio/gstbaseaudiosink.c:
24031         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24032         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24033         (gst_baseaudiosink_set_property), (build_linear_format),
24034         (debug_spec_caps), (debug_spec_buffer),
24035         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24036         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24037         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24038         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24039         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24040         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24041         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24042         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24043         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24044         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24045         (wait_segment), (gst_ringbuffer_commit),
24046         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24047         (gst_ringbuffer_clear):
24048         Various small cleanups.
24049
24050         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24051         (gst_audio_convert_change_state):
24052         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24053         No need to take the locks anymore.
24054
24055 2005-05-25  Wim Taymans  <wim@fluendo.com>
24056
24057         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24058         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24059         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24060         (type_found):
24061         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24062         (group_destroy), (group_commit), (queue_overrun),
24063         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24064         (mute_stream), (new_decoded_pad), (setup_substreams),
24065         (setup_source), (mute_group_type), (set_active_source),
24066         (gst_play_base_bin_change_state):
24067         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24068         (gen_video_element), (gen_text_element), (gen_audio_element),
24069         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24070         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24071         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24072         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24073         Some playbin cleanups mostly refcounting sloppyness.
24074
24075 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24076
24077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24078           Work with streaming input.
24079
24080 2005-05-25  Wim Taymans  <wim@fluendo.com>
24081
24082         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24083         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24084         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24085         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24086         No need to take the STREAM lock anymore.
24087
24088 2005-05-25  Wim Taymans  <wim@fluendo.com>
24089
24090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24091         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24092         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24093         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24094         (gst_ogg_demux_sink_activate):
24095         * ext/theora/theoradec.c: (theora_dec_src_event),
24096         (theora_handle_comment_packet), (theora_dec_chain),
24097         (theora_dec_change_state):
24098         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24099         (vorbis_handle_data_packet), (vorbis_dec_chain),
24100         (vorbis_dec_change_state):
24101         Remove STREAM locks as they are taken in core now.
24102         Never set bogus granulepos on vorbis/theora.
24103         Fix leaks in theoradec tag parsing.
24104
24105 2005-05-25  Wim Taymans  <wim@fluendo.com>
24106
24107         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24108         Fix memleaks, GST_BUFFER_DATA() is not freed.
24109
24110 2005-05-25  Wim Taymans  <wim@fluendo.com>
24111
24112         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24113         Open non-blocking, set to blocking mode afterwards to avoid
24114         lockups when audio device is busy.
24115
24116 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24117
24118         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24119           This can't be good.
24120
24121 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24122
24123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24124         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24125         (gst_audio_convert_setcaps):
24126           Implement instant setup switching.
24127
24128 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24129
24130         * gst/playback/gstplaybasebin.c: (probe_triggered):
24131           Fix missing unlock.
24132         * gst/playback/gstplaybin.c: (add_sink):
24133           First add, then link (otherwise pad link fails).
24134
24135 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24136
24137         * examples/Makefile.am:
24138         fix buildbot (make distcheck)
24139
24140 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24141
24142         * gst/playback/gstplaybin.c: (gen_vis_element):
24143           Remove some wrong code. Doesn't work yet.
24144
24145 2005-05-19  Wim Taymans  <wim@fluendo.com>
24146
24147         * gst-libs/gst/net/Makefile.am:
24148         * gst-libs/gst/net/README:
24149         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24150         (gst_netbuffer_class_init), (gst_netbuffer_init),
24151         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24152         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24153         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24154         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24155         * gst-libs/gst/net/gstnetbuffer.h:
24156         Added buffer subclass to store extra to/from addresses for
24157         network sources/sinks.
24158
24159 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24160
24161         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24162           Don't lock an unassigned variable.
24163
24164 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24165
24166         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24167           Increase buffer for video, decrease buffer for other media types.
24168         * gst/playback/gstplaybin.c: (gen_video_element),
24169         (gen_audio_element):
24170           Change names for debugging purposes.
24171
24172 2005-05-18  Wim Taymans  <wim@fluendo.com>
24173
24174         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24175         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24176         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24177         (gst_ffmpegcsp_chain):
24178         Enable buffer alloc passthrough if the source and dest
24179         formats are the same.
24180
24181 2005-05-17  Wim Taymans  <wim@fluendo.com>
24182
24183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24184         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24185         (gst_ogg_demux_chain_unlocked):
24186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24187         (gst_audio_convert_caps_remove_format_info),
24188         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24189         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24190         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24191         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24192         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24193         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24194         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24195         (gst_ffmpegcsp_get_property):
24196         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24197         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24198         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24199         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24200         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24201         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24202         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24203         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24204         Leak fixes in oggdemux.
24205         Some cleanups in audioconvert.
24206         Make passthrough work along with buffer_alloc etc.
24207         Make buffer_alloc and buffer recycling actually work in
24208         xvimagesink.
24209
24210 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24211
24212         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24213           make the compiler happy
24214
24215 2005-05-17  Wim Taymans  <wim@fluendo.com>
24216
24217         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24218         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24219         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24220         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24221         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24222         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24223         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24224         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24225         (gst_xvimagesink_set_xwindow_id):
24226         * sys/xvimage/xvimagesink.h:
24227         Port xvimagesink to new MiniObject.
24228
24229 2005-05-17  Wim Taymans  <wim@fluendo.com>
24230
24231         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24232         (gst_audiofilter_chain):
24233         * gst-libs/gst/audio/gstaudiosink.c:
24234         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24235         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24236         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24237         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24238         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24239         (gst_audiosink_create_ringbuffer):
24240         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24241         (gst_audio_convert_caps_remove_format_info),
24242         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24243         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24244         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24245         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24246         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24247         Fix passthrough in ffmpegcolorspace.
24248         Fix memset in audiosink on wrong memory.
24249
24250 2005-05-16  David Schleef  <ds@schleef.org>
24251
24252         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24253         to GstMiniObject.
24254
24255 2005-05-16  David Schleef  <ds@schleef.org>
24256
24257         Port from GstData to GstMiniObject.
24258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24259         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24260         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24261         (gst_ogg_mux_collected):
24262         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24263         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24264         (theora_handle_data_packet):
24265         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24266         (theora_set_header_on_caps), (theora_enc_chain):
24267         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24268         (vorbis_handle_comment_packet):
24269         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24270         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24271         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24272         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24273         * gst/audioconvert/gstaudioconvert.c:
24274         (gst_audio_convert_get_buffer):
24275         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24276         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24277         (mute_stream), (silence_stream):
24278         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24279         * gst/volume/gstvolume.c: (volume_transform):
24280         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24281         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24282         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24283         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24284         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24285         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24286         (gst_ximagesink_buffer_alloc):
24287         * sys/ximage/ximagesink.h:
24288
24289 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24290
24291         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24292         (fill_buffer), (check_queue), (queue_threshold_reached),
24293         (queue_out_of_data):
24294         * gst/playback/gstplaybasebin.h:
24295           Post buffer-fullness on the bus.
24296
24297 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24298
24299         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24300         (try_to_link_1):
24301         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24302         (group_commit), (probe_triggered), (setup_source),
24303         (gst_play_base_bin_change_state):
24304         * gst/playback/gstplaybasebin.h:
24305         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24306         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24307         (gst_play_bin_change_state):
24308           Move setup_output_pads into a virtual function, remove
24309           group-switch (no longer needed) and redirect (handled by bus
24310           now) signals.
24311
24312 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24313
24314         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24315         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24316         (get_active_group), (get_building_group), (group_destroy),
24317         (group_commit), (check_queue), (queue_overrun),
24318         (queue_threshold_reached), (queue_out_of_data),
24319         (gen_preroll_element), (remove_groups), (unknown_type),
24320         (add_element_stream), (no_more_pads), (probe_triggered),
24321         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24322         (setup_substreams), (setup_source), (finish_source),
24323         (prepare_output), (muted_group_change_state),
24324         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24325         (gst_play_base_bin_change_state):
24326         * gst/playback/gstplaybasebin.h:
24327         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24328         (gst_play_bin_init), (gst_play_bin_set_property),
24329         (gen_video_element), (gen_text_element), (gen_audio_element),
24330         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24331         (gst_play_bin_change_state):
24332         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24333         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24334         (stream_info_change_state), (gst_stream_info_set_mute),
24335         (gst_stream_info_get_property):
24336         * gst/playback/gststreaminfo.h:
24337         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24338         (gst_stream_selector_get_linked_pad),
24339         (gst_stream_selector_getcaps),
24340         (gst_stream_selector_get_linked_pads),
24341         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24342         * gst/playback/gststreamselector.h:
24343           Rough port of playbin. Needs some more work, but is mostly done,
24344           and uses a few locks in important places, which should make stuff
24345           like chain-switches clean. Still uses GST_STATE() in a few places,
24346           which isn't all that good an idea, subtitles/elements disabled
24347           because no elements to test with and thus probably broken, query
24348           and event handling moved to GstBin, internal thread removed
24349           alltogether because the pipeline does that for us now. Can play
24350           Ogg/Vorbis files. Haven't tested anything else yet.
24351
24352 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24353
24354         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24355           Do no-more-pads (needed for autoplugging).
24356
24357 2005-05-10  Andy Wingo  <wingo@pobox.com>
24358
24359         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24360         message to the bus with the tags. Still not sent downstream tho.
24361
24362         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24363         get_parent.
24364         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24365         avoid refcounting hassles.
24366
24367 2005-05-09  Andy Wingo  <wingo@pobox.com>
24368
24369         * gst/volume/Makefile.am:
24370         * gst/volume/demo.c
24371         * gst/volume/gstvolume.h
24372         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24373         basetransform. Probably need an audio filter base class.
24374
24375 2005-05-09  Wim Taymans  <wim@fluendo.com>
24376
24377         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24378         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24379         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24380         (gst_vorbisenc_chain):
24381         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24382         (gst_audio_convert_caps_remove_format_info),
24383         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24384         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24385         Make caps writable before writing to it.
24386         Fix negotiation in audioconvert some more.
24387
24388 2005-05-09  Wim Taymans  <wim@fluendo.com>
24389
24390         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24391         (gst_videorate_getcaps), (gst_videorate_setcaps),
24392         (gst_videorate_event), (gst_videorate_chain):
24393         Better negotiation.
24394
24395 2005-05-09  Wim Taymans  <wim@fluendo.com>
24396
24397         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24398         (gst_videorate_getcaps), (gst_videorate_setcaps),
24399         (gst_videorate_blank_data), (gst_videorate_init),
24400         (gst_videorate_event), (gst_videorate_chain),
24401         (gst_videorate_change_state):
24402         Port videorate, do a better job at negotiation while we're at
24403         it.
24404
24405 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24406
24407         * configure.ac:
24408           Disable libvisual
24409
24410         * examples/Makefile.am:
24411         * gst-libs/gst/audio/Makefile.am:
24412         * gst-libs/gst/riff/Makefile.am:
24413         * gst-libs/gst/tag/Makefile.am:
24414         * gst-libs/gst/video/Makefile.am:
24415           Fixups for missing variables.
24416
24417 2005-05-09  Wim Taymans  <wim@fluendo.com>
24418
24419         * examples/seeking/seek.c: (make_theora_pipeline),
24420         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24421         (query_rates), (query_positions_elems), (query_positions_pads),
24422         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24423         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24424         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24425         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24426         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24427         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24429         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24430         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24431         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24432         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24433         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24434         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24435         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24436         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24437         (theora_dec_src_convert), (theora_dec_sink_convert),
24438         (theora_dec_src_query), (theora_dec_sink_query),
24439         (theora_dec_src_event), (theora_dec_sink_event),
24440         (theora_handle_comment_packet), (theora_handle_type_packet),
24441         (theora_handle_header_packet), (theora_handle_data_packet),
24442         (theora_dec_chain):
24443         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24444         (vorbis_dec_convert), (vorbis_dec_src_query),
24445         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24446         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24447         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24448         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24449         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24450         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24451         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24452         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24453         (gst_play_bin_query):
24454         * gst/playback/test3.c: (update_scale):
24455         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24456         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24457         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24458         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24459         (gst_videotestsrc_src_query):
24460         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24461         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24462         (paint_hline_YUV9):
24463         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24464         Port to new query API.
24465         Updated seek.
24466         Cleanups in x[v]imagesink
24467
24468 2005-05-09  Andy Wingo  <wingo@pobox.com>
24469
24470         * ext/alsa/gstalsasink.h:
24471         * ext/gnomevfs/gstgnomevfssrc.c:
24472         (gst_gnomevfssrc_get_icy_metadata):
24473         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24474         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24475         * ext/theora/theoradec.c (theora_dec_src_query)
24476         (theora_dec_src_event, theora_dec_sink_event)
24477         (theora_handle_comment_packet, theora_handle_data_packet):
24478         * ext/theora/theoraenc.c (theora_enc_chain):
24479         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24480         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24481         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24482         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24483         (qt_type_find):
24484         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24485         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24486         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24487         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24488         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24489         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24490         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24491         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24492         (paint_setup_RGB565, paint_setup_xRGB1555):
24493         * gst/videotestsrc/videotestsrc.h:
24494         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24495         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24496         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24497         GCC4 fixes.
24498         
24499         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24500         gst_pad_query_position. Fixes oggdemux.
24501
24502 2005-05-08  David Schleef  <ds@schleef.org>
24503
24504         * configure.ac: Require liboil.
24505         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24506         a few more.
24507         * gst/videotestsrc/videotestsrc.c:
24508         * gst/videotestsrc/videotestsrc.h:
24509
24510 2005-05-06  Wim Taymans  <wim@fluendo.com>
24511
24512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24513         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24514         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24515         Well, unreffing a buffer right before pushing it is asking
24516         for trouble..
24517
24518 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24519
24520         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24521
24522 2005-05-06  Wim Taymans  <wim@fluendo.com>
24523
24524         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24525         (gst_audio_convert_caps_remove_format_info),
24526         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24527         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24528         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24529         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24530         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24531         * gst/sine/Makefile.am:
24532         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24533         (gst_sinesrc_class_init), (gst_sinesrc_init),
24534         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24535         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24536         (gst_sinesrc_update_freq):
24537         * gst/sine/gstsinesrc.h:
24538         * gst/tcp/gstmultifdsink.c:
24539         * sys/xvimage/xvimagesink.c:
24540         Fixed negotiation wrt _peer_get_caps()
24541         Some cleanups.
24542
24543
24544 2005-05-06  Wim Taymans  <wim@fluendo.com>
24545
24546         * gst-libs/gst/audio/gstaudiosink.c:
24547         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24548         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24549         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24550         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24551         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24552         (gst_audiosink_create_ringbuffer):
24553         * gst-libs/gst/audio/gstbaseaudiosink.c:
24554         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24555         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24556         (gst_baseaudiosink_set_property), (build_linear_format),
24557         (debug_spec_caps), (debug_spec_buffer),
24558         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24559         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24560         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24561         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24562         * gst-libs/gst/audio/gstbaseaudiosink.h:
24563         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24564         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24565         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24566         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24567         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24568         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24569         (wait_segment), (gst_ringbuffer_commit),
24570         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24571         (gst_ringbuffer_clear):
24572         * gst-libs/gst/audio/gstringbuffer.h:
24573         Make the base audiosink return an error when there is no
24574         audiobuffer negotiated.
24575
24576 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24577
24578         * ext/Makefile.am:
24579         Disable cdparanoia until someone ports it!
24580
24581 2005-05-06  Wim Taymans  <wim@fluendo.com>
24582
24583         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24584         (gst_ogg_demux_sink_activate):
24585         And revert after wingo's revert.. sigh..
24586
24587 2005-05-05  Andy Wingo  <wingo@pobox.com>
24588
24589         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24590         GObject.
24591         * configure.ac: Return audiorate and subparse from the ghetto.
24592         Re-enable -Wall -Werror.
24593         * gst/subparse/gstsubparse.c:
24594         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24595         or chain-based. Cleaned up a bit. Not tested.
24596         
24597 2005-05-05  Christian Schaller <christian@fluendo.com> 
24598
24599         * Makefile.am: remove stuff that is not building
24600         * configure.ac: remove stuff that is not building
24601         * examples/Makefile.am: remove stuff that is not building
24602         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24603         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24604         * sys/Makefile.am: remove stuff that is not building
24605         * testsuite/Makefile.am: remove stuff that is not building
24606
24607 2005-05-05  Andy Wingo  <wingo@pobox.com>
24608
24609         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24610         * gst-libs/gst/tag/gstvorbistag.c:
24611         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24612         * gst/adder/gstadder.h:
24613         * gst/audioconvert/gstchannelmix.c:
24614         (gst_audio_convert_fill_one_other):
24615         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24616         (gst_audiorate_init), (gst_audiorate_chain):
24617         * gst/playback/gstplaybasebin.c: (setup_source):
24618         * gst/playback/test3.c: (update_scale):
24619         Some GCC4 fixes
24620         
24621         * po/af.po:
24622         * po/az.po:
24623         * po/cs.po:
24624         * po/en_GB.po:
24625         * po/hu.po:
24626         * po/it.po:
24627         * po/nb.po:
24628         * po/nl.po:
24629         * po/or.po:
24630         * po/sq.po:
24631         * po/sr.po:
24632         * po/sv.po:
24633         * po/uk.po:
24634         * po/vi.po: Foo
24635
24636 2005-05-05  Wim Taymans  <wim@fluendo.com>
24637
24638         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24639         (gst_audio_convert_caps_remove_format_info),
24640         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24641         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24642         * gst/videotestsrc/gstvideotestsrc.c:
24643         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24644         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24645         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24646         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24647         Don't ignore _push() return values.
24648         Make sure no processing is done when shutting down.
24649         Videotestsrc pad activation fix.
24650
24651 2005-05-05  Wim Taymans  <wim@fluendo.com>
24652
24653         * gst/adder/Makefile.am:
24654         * gst/adder/gstadder.c: (gst_adder_setcaps),
24655         (gst_adder_class_init), (gst_adder_init),
24656         (gst_adder_request_new_pad), (gst_adder_collected),
24657         (gst_adder_change_state):
24658         * gst/adder/gstadder.h:
24659         Ported adder as an example of a mixer element using
24660         collect pads. Needs more negotiation work.
24661
24662 2005-05-05  Wim Taymans  <wim@fluendo.com>
24663
24664         * ext/theora/theoradec.c: (_inc_granulepos),
24665         (theora_dec_src_event), (theora_dec_sink_event),
24666         (theora_handle_comment_packet), (theora_handle_type_packet),
24667         (theora_handle_header_packet), (theora_handle_data_packet),
24668         (theora_dec_chain):
24669         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24670         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24671         (theora_push_buffer), (theora_push_packet),
24672         (theora_enc_sink_event), (theora_enc_chain),
24673         (theora_enc_change_state), (theora_enc_set_property),
24674         (theora_enc_get_property):
24675         Added stream lock to decoder so that we can serialize
24676         the discont event.
24677         More theoraenc porting, recover from errors, do clean
24678         shutdown.
24679
24680 2005-05-05  Wim Taymans  <wim@fluendo.com>
24681
24682         * ext/ogg/Makefile.am:
24683         * ext/ogg/README:
24684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24685         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24686         (gst_ogg_print):
24687         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24688         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24689         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24690         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24691         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24692         (gst_ogg_mux_change_state):
24693         Ported ogg muxer.
24694
24695 2005-05-05  Wim Taymans  <wim@fluendo.com>
24696
24697         * docs/design-audiosinks.txt:
24698         * gst-libs/gst/audio/TODO:
24699         * gst-libs/gst/audio/gstaudiosink.c:
24700         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24701         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24702         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24703         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24704         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24705         (gst_audiosink_create_ringbuffer):
24706         * gst-libs/gst/audio/gstbaseaudiosink.c:
24707         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24708         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24709         (gst_baseaudiosink_set_property), (build_linear_format),
24710         (debug_spec_caps), (debug_spec_buffer),
24711         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24712         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24713         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24714         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24715         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24716         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24717         (gst_ringbuffer_release), (gst_ringbuffer_play),
24718         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24719         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24720         (gst_ringbuffer_set_sample), (wait_segment),
24721         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24722         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24723         More work on the audiosink, mostly debugging and a race in
24724         shutdown.
24725
24726 2005-04-28  Wim Taymans  <wim@fluendo.com>
24727
24728         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24729         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24730         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24731         (vorbis_dec_src_query), (vorbis_dec_src_event),
24732         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24733         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24734         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24735         Don't crap out when seeking back to position 0.
24736
24737 2005-04-28  Wim Taymans  <wim@fluendo.com>
24738
24739         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24740         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24741         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24742         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24743         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24744         Make audio sink configurable, use alsasink as default.
24745
24746 2005-04-28  Wim Taymans  <wim@fluendo.com>
24747
24748         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24749         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24750         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24751         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24752         (vorbis_dec_change_state):
24753         * ext/vorbis/vorbisdec.h:
24754         Refactor, use STREAM_LOCK.
24755
24756 2005-04-28  Wim Taymans  <wim@fluendo.com>
24757
24758         * ext/theora/theoradec.c: (_inc_granulepos),
24759         (theora_dec_sink_event), (theora_handle_comment_packet),
24760         (theora_handle_type_packet), (theora_handle_header_packet),
24761         (theora_handle_data_packet), (theora_dec_chain),
24762         (theora_dec_change_state):
24763         Refactor a bit, use STREAM_LOCK.
24764
24765 2005-04-28  Wim Taymans  <wim@fluendo.com>
24766
24767         * ext/alsa/Makefile.am:
24768         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24769         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24770         (gst_alsa_link), (gst_alsa_close_audio):
24771         * ext/alsa/gstalsaplugin.c: (plugin_init):
24772         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24773         (gst_alsasink_dispose), (gst_alsasink_base_init),
24774         (gst_alsasink_class_init), (gst_alsasink_init),
24775         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24776         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24777         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24778         (gst_alsasink_reset):
24779         * ext/alsa/gstalsasink.h:
24780         Implement alsasink with simple open/write/close API. 
24781         Make alsa dir build by disabling compilation of code.
24782
24783 2005-04-28  Wim Taymans  <wim@fluendo.com>
24784
24785         * gst-libs/gst/audio/Makefile.am:
24786         * gst-libs/gst/audio/audio.h:
24787         * gst-libs/gst/audio/audioclock.c:
24788         * gst-libs/gst/audio/audioclock.h:
24789         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24790         (gst_audio_clock_class_init), (gst_audio_clock_init),
24791         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24792         * gst-libs/gst/audio/gstaudioclock.h:
24793         * gst-libs/gst/audio/gstaudiosink.c:
24794         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24795         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24796         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24797         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24798         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24799         (gst_audiosink_create_ringbuffer):
24800         * gst-libs/gst/audio/gstbaseaudiosink.c:
24801         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24802         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24803         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24804         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24805         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24806         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24807         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24808         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24809         * gst-libs/gst/audio/gstbaseaudiosink.h:
24810         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24811         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24812         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24813         (gst_ringbuffer_release), (gst_ringbuffer_play),
24814         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24815         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24816         (gst_ringbuffer_set_sample), (wait_segment),
24817         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24818         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24819         * gst-libs/gst/audio/gstringbuffer.h:
24820         Make ringbuffer faster and more simple by removing the locks
24821         in the playback thread.
24822         Add sample accurate playback based on buffer sample offsets.
24823         Make the baseaudiosink provide a clock.
24824         Parse caps in the base class.
24825         Correctly handle seeking, flushing and state changes.
24826
24827 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24828
24829         * configure.ac:
24830         * gst/audioconvert/Makefile.am:
24831         * gst/audioscale/Makefile.am:
24832           Fix part of the build.  Come on guys, autogen didn't even work :)
24833
24834 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24835
24836         * configure.ac:
24837         * gst-libs/gst/Makefile.am:
24838         * gst-libs/gst/media-info/.cvsignore:
24839         * gst-libs/gst/media-info/Makefile.am:
24840         * gst-libs/gst/media-info/README:
24841         * gst-libs/gst/media-info/media-info-priv.c:
24842         * gst-libs/gst/media-info/media-info-priv.h:
24843         * gst-libs/gst/media-info/media-info-test.c:
24844         * gst-libs/gst/media-info/media-info.c:
24845         * gst-libs/gst/media-info/media-info.h:
24846         * gst-libs/gst/media-info/media-info.vcproj:
24847         * pkgconfig/Makefile.am:
24848         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24849         * pkgconfig/gstreamer-media-info.pc.in:
24850           Remove media-info, which is also successed by playbin (see Totem
24851           implementation).
24852
24853 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24854
24855         * configure.ac:
24856         * examples/Makefile.am:
24857         * examples/gstplay/.cvsignore:
24858         * examples/gstplay/Makefile.am:
24859         * examples/gstplay/player.c:
24860         * gst-libs/gst/Makefile.am:
24861         * gst-libs/gst/play/.cvsignore:
24862         * gst-libs/gst/play/Makefile.am:
24863         * gst-libs/gst/play/play.c:
24864         * gst-libs/gst/play/play.h:
24865         * gst-libs/gst/play/play.vcproj:
24866         * pkgconfig/Makefile.am:
24867         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24868         * pkgconfig/gstreamer-play.pc.in:
24869           Remove libgstplay, playbin is now the official successor.
24870
24871 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24872
24873         * configure.ac:
24874         * gst-libs/gst/Makefile.am:
24875         * gst-libs/gst/xwindowlistener/Makefile.am:
24876         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24877         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24878           Remove deprecated xwindowlistener (I've moved xwindowlistening
24879           in the v4l/v4l2 plugins over to serverside).
24880
24881 2005-04-25  David Schleef  <ds@schleef.org>
24882
24883         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24884         to examples/dynparams.  Examples do not belong interspersed with
24885         source code.
24886         * examples/dynparams/demo-dparams.c:
24887         * gst/sine/Makefile.am:
24888         * gst/sine/demo-dparams.c:
24889
24890 2005-04-25  David Schleef  <ds@schleef.org>
24891
24892         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24893         * gst-libs/gst/audio/Makefile.am:
24894         * gst-libs/gst/riff/Makefile.am:
24895         * gst-libs/gst/tag/Makefile.am:
24896         * gst-libs/gst/video/Makefile.am:
24897         * gst-libs/gst/xwindowlistener/Makefile.am:
24898
24899         Convert to 0.9 API, seems to work:
24900         * sys/ximage/Makefile.am:
24901         * sys/ximage/ximagesink.c:
24902
24903 2005-04-24  David Schleef  <ds@schleef.org>
24904
24905         Link plugins against libraries:
24906         * ext/alsa/Makefile.am:
24907         * gst/tcp/Makefile.am:
24908
24909         Remove asm code that should be in liboil
24910         * gst/videoscale/Makefile.am:
24911         * gst/videoscale/videoscale_x86_asm.s:
24912
24913         gettext wants these checked in:
24914         * po/af.po:
24915         * po/az.po:
24916         * po/cs.po:
24917         * po/en_GB.po:
24918         * po/hu.po:
24919         * po/it.po:
24920         * po/nb.po:
24921         * po/nl.po:
24922         * po/or.po:
24923         * po/sq.po:
24924         * po/sr.po:
24925         * po/sv.po:
24926         * po/uk.po:
24927         * po/vi.po:
24928
24929 2005-04-24  David Schleef  <ds@schleef.org>
24930
24931         Convert gst_main() to g_main_loop_run()
24932         * gst/playback/decodetest.c: (main):
24933         * gst/playback/test2.c: (main):
24934         * gst/playback/test3.c: (main):
24935         * gst/playback/test4.c: (main):
24936
24937         Link plugins against libraries:
24938         * ext/libvisual/Makefile.am:
24939         * sys/xvimage/Makefile.am:
24940
24941 2005-04-24  David Schleef  <ds@schleef.org>
24942
24943         * configure.ac: Remove idct and resample libs
24944         * gst-libs/gst/Makefile.am: same
24945
24946         Remove usage of gst_library_load():
24947         * ext/alsa/gstalsaplugin.c: (plugin_init):
24948         * ext/libvisual/visual.c: (plugin_init):
24949         * ext/ogg/gstogg.c: (plugin_init):
24950         * ext/theora/theora.c: (plugin_init):
24951         * ext/vorbis/vorbis.c: (plugin_init):
24952         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24953         * gst/audioscale/gstaudioscale.c:
24954         * gst/adder/gstadder.c: (plugin_init):
24955         * gst/audioconvert/plugin.c: (plugin_init):
24956         * sys/ximage/ximagesink.c: (plugin_init):
24957         * sys/xvimage/xvimagesink.c: (plugin_init):
24958         * gst/tcp/gsttcpplugin.c: (plugin_init):
24959
24960         Link plugins against libraries:
24961         * ext/ogg/Makefile.am:
24962         * ext/theora/Makefile.am:
24963         * ext/vorbis/Makefile.am:
24964         * gst/audioconvert/Makefile.am:
24965
24966         Create proper libraries:
24967         * gst-libs/gst/riff/Makefile.am:
24968         * gst-libs/gst/audio/Makefile.am:
24969         * gst-libs/gst/video/Makefile.am:
24970
24971         Move resample library to audioscale plugin directory:
24972         * gst-libs/gst/resample/Makefile.am:
24973         * gst-libs/gst/resample/README:
24974         * gst-libs/gst/resample/dtof.c:
24975         * gst-libs/gst/resample/dtos.c:
24976         * gst-libs/gst/resample/functable.c:
24977         * gst-libs/gst/resample/private.h:
24978         * gst-libs/gst/resample/resample.c:
24979         * gst-libs/gst/resample/resample.h:
24980         * gst-libs/gst/resample/resample.vcproj:
24981         * gst-libs/gst/resample/test.c:
24982         * gst/audioscale/Makefile.am:
24983         * gst/audioscale/README:
24984         * gst/audioscale/dtof.c:
24985         * gst/audioscale/dtos.c:
24986         * gst/audioscale/functable.c:
24987         * gst/audioscale/private.h:
24988         * gst/audioscale/resample.c:
24989         * gst/audioscale/resample.h:
24990         * gst/audioscale/test.c:
24991
24992         Move tagedit library to gst-libs:
24993         * gst-libs/gst/tag/Makefile.am:
24994         * gst-libs/gst/tag/gstid3tag.c:
24995         * gst-libs/gst/tag/gsttagediting.c:
24996         * gst-libs/gst/tag/gsttageditingprivate.h:
24997         * gst-libs/gst/tag/gstvorbistag.c:
24998         * gst/tags/Makefile.am:
24999         * gst/tags/gstid3tag.c:
25000         * gst/tags/gstvorbistag.c:
25001
25002         Fix for core changes:
25003         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25004         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25005         (gst_sinesrc_getrange):
25006
25007 2005-04-23  David Schleef  <ds@schleef.org>
25008
25009         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25010         in gst-plugins in a long time, and properly belongs in liboil.
25011         * gst-libs/gst/idct/Makefile.am:
25012         * gst-libs/gst/idct/README:
25013         * gst-libs/gst/idct/dct.h:
25014         * gst-libs/gst/idct/doieee:
25015         * gst-libs/gst/idct/fastintidct.c:
25016         * gst-libs/gst/idct/floatidct.c:
25017         * gst-libs/gst/idct/idct.c:
25018         * gst-libs/gst/idct/idct.h:
25019         * gst-libs/gst/idct/idtc.vcproj:
25020         * gst-libs/gst/idct/ieeetest.c:
25021         * gst-libs/gst/idct/intidct.c:
25022
25023 2005-04-20  Wim Taymans  <wim@fluendo.com>
25024
25025         * docs/design-audiosinks.txt:
25026         * gst-libs/gst/audio/Makefile.am:
25027         * gst-libs/gst/audio/TODO:
25028         * gst-libs/gst/audio/gstaudiosink.c:
25029         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25030         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25031         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25032         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25033         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25034         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25035         (gst_audiosink_class_init), (gst_audiosink_init),
25036         (gst_audiosink_create_ringbuffer):
25037         * gst-libs/gst/audio/gstaudiosink.h:
25038         * gst-libs/gst/audio/gstbaseaudiosink.c:
25039         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25040         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25041         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25042         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25043         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25044         (gst_baseaudiosink_create_ringbuffer),
25045         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25046         * gst-libs/gst/audio/gstbaseaudiosink.h:
25047         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25048         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25049         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25050         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25051         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25052         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25053         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25054         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25055         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25056         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25057         * gst-libs/gst/audio/gstringbuffer.h:
25058         An attempt at a set of audio base classes together with some
25059         design docs.
25060
25061 2005-04-20  Wim Taymans  <wim@fluendo.com>
25062
25063         * gst/audioconvert/Makefile.am:
25064         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25065         (gst_audio_convert_caps_remove_format_info),
25066         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25067         (gst_audio_convert_channels):
25068         Link against audio libs.
25069         Fix audio convert plugin.
25070
25071 2005-04-20  Wim Taymans  <wim@fluendo.com>
25072
25073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25074         (gst_ogg_demux_sink_activate):
25075         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25076         (theora_set_header_on_caps), (theora_enc_sink_event),
25077         (theora_enc_chain):
25078         Fix theora encoder.
25079
25080 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25081
25082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25083         * gst/playback/gstdecodebin.c: (find_compatibles):
25084           Work with staticpadtemplates in elementfactories.
25085
25086 2005-04-12  Wim Taymans  <wim@fluendo.com>
25087
25088         * gst/playback/README:
25089         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25090         (compare_ranks), (print_feature), (gst_decode_bin_init),
25091         (dynamic_create), (dynamic_free), (find_compatibles),
25092         (mimetype_is_raw), (close_pad_link), (got_redirect),
25093         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25094         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25095         (gst_decode_bin_change_state):
25096         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25097         (gst_play_base_bin_init), (group_destroy), (group_commit),
25098         (check_queue), (queue_overrun), (queue_threshold_reached),
25099         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25100         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25101         (got_redirect), (setup_source), (play_base_eos),
25102         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25103         (gst_play_base_bin_remove_element):
25104         * gst/playback/gstplaybasebin.h:
25105         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25106         (gst_play_bin_init), (gst_play_bin_dispose),
25107         (gst_play_bin_set_property), (gen_video_element),
25108         (gen_text_element), (gen_audio_element), (remove_sinks),
25109         (gst_play_bin_send_event):
25110         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25111         (stream_info_change_state), (gst_stream_info_set_mute):
25112         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25113         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25114         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25115         (gst_stream_selector_chain):
25116         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25117         (main):
25118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25119         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25120         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25121         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25122         Raw and crude port of decodebin. 
25123         Make playbin compile.
25124
25125 2005-04-06  Wim Taymans  <wim@fluendo.com>
25126
25127         * ext/gnomevfs/Makefile.am:
25128         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25129         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25130         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25131         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25132         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25133         (gst_gnomevfssrc_stop):
25134         * ext/ogg/Makefile.am:
25135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25136         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25137         * ext/theora/Makefile.am:
25138         * ext/theora/theoradec.c: (_inc_granulepos),
25139         (theora_dec_sink_event), (theora_dec_chain):
25140         * ext/vorbis/Makefile.am:
25141         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25142         (vorbis_dec_sink_event), (vorbis_dec_chain):
25143         * gst-libs/gst/audio/Makefile.am:
25144         * sys/xvimage/Makefile.am:
25145         Make gnomevfssrc extend the source base class.
25146         Fix linking against libs in various plugins.
25147
25148 2005-04-06  Andy Wingo  <wingo@pobox.com>
25149
25150         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25151         GST_BASE_LIBS.
25152
25153         * configure.ac: Add check and AC_SUBST for libgstbase.
25154
25155 2005-03-31  Wim Taymans  <wim@fluendo.com>
25156
25157         * examples/seeking/Makefile.am:
25158         * examples/seeking/cdparanoia.c: (main):
25159         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25160         (play_cb), (pause_cb), (stop_cb), (main):
25161         * examples/seeking/playbin.c:
25162         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25163         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25164         (make_sid_pipeline), (make_vorbis_pipeline),
25165         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25166         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25167         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25168         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25169         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25170         (stop_cb), (main):
25171         * examples/seeking/spider_seek.c:
25172         * examples/seeking/vorbisfile.c:
25173         * ext/gnomevfs/Makefile.am:
25174         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25175         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25176         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25177         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25178         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25179         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25180         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25181         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25182         * ext/ogg/README:
25183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25184         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25185         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25186         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25187         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25188         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25189         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25190         (gst_ogg_demux_factory_filter), (compare_ranks),
25191         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25192         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25193         (gst_ogg_chain_new), (gst_ogg_chain_free),
25194         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25195         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25196         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25197         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25198         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25199         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25200         (gst_ogg_demux_get_prev_page),
25201         (gst_ogg_demux_deactivate_current_chain),
25202         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25203         (gst_ogg_demux_bisect_forward_serialno),
25204         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25205         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25206         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25207         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25208         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25209         (gst_ogg_demux_change_state), (gst_ogg_print):
25210         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25211         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25212         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25213         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25214         (gst_ogg_mux_loop):
25215         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25216         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25217         (theora_dec_src_convert), (theora_dec_sink_convert),
25218         (theora_dec_src_query), (theora_dec_src_event),
25219         (theora_dec_sink_event), (theora_dec_chain),
25220         (theora_dec_change_state):
25221         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25222         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25223         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25224         (theora_enc_change_state):
25225         * ext/vorbis/Makefile.am:
25226         * ext/vorbis/oggvorbisenc.c:
25227         * ext/vorbis/oggvorbisenc.h:
25228         * ext/vorbis/vorbis.c: (plugin_init):
25229         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25230         (vorbis_dec_src_query), (vorbis_dec_src_event),
25231         (vorbis_dec_sink_event), (vorbis_dec_chain),
25232         (vorbis_dec_change_state):
25233         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25234         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25235         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25236         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25237         (gst_vorbisenc_change_state):
25238         * ext/vorbis/vorbisenc.h:
25239         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25240         * gst-libs/gst/audio/audioclock.c:
25241         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25242         (gst_audiofilter_init), (gst_audiofilter_chain):
25243         * gst-libs/gst/audio/testchannels.c: (main):
25244         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25245         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25246         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25247         (gmip_find_track_streaminfo), (gmip_find_track_format):
25248         * gst-libs/gst/media-info/media-info.c:
25249         (gst_media_info_read_idler):
25250         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25251         (gst_play_get_all_by_interface):
25252         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25253         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25254         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25255         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25256         (gst_riff_parse_info):
25257         * gst-libs/gst/riff/riff-read.h:
25258         * gst-libs/gst/riff/riff.c: (plugin_init):
25259         * gst-libs/gst/video/Makefile.am:
25260         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25261         (gst_videosink_class_init), (gst_videosink_get_type):
25262         * gst-libs/gst/video/videosink.h:
25263         * gst/audioconvert/bufferframesconvert.c:
25264         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25265         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25266         * gst/audioconvert/channelmixtest.c: (main):
25267         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25268         (gst_audio_convert_chain),
25269         (gst_audio_convert_caps_remove_format_info),
25270         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25271         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25272         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25273         (gst_audio_convert_buffer_to_default_format),
25274         (gst_audio_convert_buffer_from_default_format),
25275         (gst_audio_convert_channels):
25276         * gst/audioconvert/gstchannelmix.h:
25277         * gst/ffmpegcolorspace/avcodec.h:
25278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25279         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25280         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25281         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25282         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25283         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25284         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25285         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25286         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25287         (dv_type_find):
25288         * gst/videotestsrc/gstvideotestsrc.c:
25289         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25290         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25291         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25292         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25293         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25294         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25295         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25297         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25298         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25299         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25300         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25301         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25302         (gst_xvimagesink_navigation_send_event),
25303         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25304         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25305         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25306         * sys/xvimage/xvimagesink.h:
25307         Plugin port to 0.9, ogg/theora playback should work in the seek
25308         example now.
25309         Removed old examples.
25310         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25311         explained in 0.9 TODO doc.
25312
25313
25314 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25315
25316         * autogen.sh:
25317         * configure.ac:
25318         * ext/Makefile.am:
25319         * gst/Makefile.am:
25320         * po/POTFILES.in:
25321         * po/af.po:
25322         * po/az.po:
25323         * po/cs.po:
25324         * po/en_GB.po:
25325         * po/hu.po:
25326         * po/it.po:
25327         * po/nb.po:
25328         * po/nl.po:
25329         * po/or.po:
25330         * po/sq.po:
25331         * po/sr.po:
25332         * po/sv.po:
25333         * po/uk.po:
25334         * po/vi.po:
25335         * sys/Makefile.am:
25336         * testsuite/Makefile.am:
25337           remove a whole bunch of plugins.  This module now contains a set
25338           of free reference plugins/elements as agreed.
25339
25340 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25341
25342         * configure.ac:
25343           hunting season on 0.9 is now OPEN
25344
25345 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25346
25347         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25348           Kick the hell out of gcc for not warning me about a symbol conflict.
25349
25350 2005-02-22  Luca Ognibene  <luogni@tin.it>
25351
25352         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25353
25354         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25355           Don't leak caps string (fixes #168134)
25356
25357         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25358         (gst_jpegenc_init), (gst_jpegenc_finalize),
25359         (gst_jpegenc_change_state):
25360           Don't leak line buffers and context struct (fixes #168133).
25361
25362 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25363
25364         * configure.ac:
25365         * ext/dirac/gstdiracdec.cc:
25366         (gst_diracdec_chain):
25367           Since dirac 0.5.0 the framerate in dirac is expressed as a
25368           rational number. Fix build and up requirement to 0.5.0, and
25369           also pass parameters to gst_diracdec_link in the right order
25370           (fixes #167959).
25371
25372 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25373
25374         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25375         * ext/faad/gstfaad.h:
25376         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25377         certain invalid muxed streams, where some packets will contain 
25378         junk after decoder data. Partially fixes #149158.
25379
25380 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25381         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25382           Make sure we only write to writable buffers
25383
25384 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25385
25386         * gst-libs/gst/riff/riff-media.c:
25387         (gst_riff_create_audio_caps_with_data):
25388           Do actually fix invalid RIFF fmt header values for alaw
25389           and mulaw audio instead of just saying so.
25390
25391         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25392           Give gst_riff_create_audio_caps_with_data() a chance to
25393           fix up broken format header fields before extracting any
25394           parameters from the header. (fixes #167633)
25395
25396 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25397
25398         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25399
25400         * gst/audioconvert/bufferframesconvert.c:
25401         (buffer_frames_convert_link):
25402           Don't leak othercaps. (fixes #167878)
25403
25404 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25405
25406         * configure.ac:
25407         * ext/libvisual/visual.c: (gst_visual_srclink),
25408         (gst_visual_change_state):
25409           Support libvisual 0.2.0.
25410
25411 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25412
25413         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25414         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25415           Use same rowstrides for I420 as used everywhere else.
25416
25417 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25418
25419         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25420           Declare variables at beginning of block and make gcc-2.95 happy
25421           (fixes # 167482, patch by Gergely Nagy).
25422           
25423         * gst/tcp/gsttcpclientsrc.c:
25424         * gst/tcp/gsttcpclientsrc.h:
25425           Move some includes into the header, so that struct sockaddr_in is
25426           defined when it should be defined on FreeBSD as well (fixes
25427           #167483).
25428           
25429         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25430           Don't pass uninitialised values to setsockopt() here either.
25431
25432 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25433
25434         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25435
25436         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25437           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25438
25439 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25440
25441         * gst/playback/gstplaybin.c: (add_sink):
25442           Invert bin_add/link order to workaround deadlock in opt.
25443
25444 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25445
25446         * gst/modplug/gstmodplug.cc:
25447           Add missing break causing position queries to fail.
25448
25449 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25450
25451         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25452           Granpos can apparently be -1, which screws up calculations...
25453
25454 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25455
25456         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25457         (gst_ximagesink_send_pending_navigation),
25458         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25459         (gst_ximagesink_init):
25460         * sys/ximage/ximagesink.h:
25461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25462         (gst_xvimagesink_send_pending_navigation),
25463         (gst_xvimagesink_navigation_send_event),
25464         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25465         * sys/xvimage/xvimagesink.h:
25466           Use a mutex protected list to marshal navigation
25467           events into the stream thread from whichever thread
25468           sends them.
25469
25470 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25471
25472         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25473           Display current position and track length; misc. clean-ups.
25474           
25475         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25476         (speed_init), (speed_chain):
25477           Add query function, so that the stream length and current position
25478           get adjusted when queried (note that current position queries may
25479           still be wrong if the audio sink returns values based on buffer
25480           timestamps instead of passing on the query).
25481
25482 2005-02-13  Benjamin Otte  <otte@gnome.org>
25483
25484         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25485         (gst_audio_convert_channels):
25486           create channel conversion matrix when linking
25487         * gst/audioconvert/.cvsignore:
25488         * gst/audioconvert/Makefile.am:
25489         * gst/audioconvert/channelmixtest.c: (main):
25490           add (ugly) test that ensures stereo <=> mono conversion works
25491           correctly
25492
25493 2005-02-13  Benjamin Otte  <otte@gnome.org>
25494
25495         * gst/audioconvert/gstchannelmix.h:
25496           include missing header file
25497         * gst/audioconvert/gstchannelmix.c:
25498         (gst_audio_convert_fill_compatible):
25499           use same sign for both channels when converting to/from compatible
25500           channel. Previously used different signs made the signals cancel
25501           each other out and appear like silence. (fixes #167269)
25502
25503 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25504
25505         * gst/ffmpegcolorspace/avcodec.h:
25506         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25507         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25508         (gst_ffmpegcsp_avpicture_fill):
25509         * gst/ffmpegcolorspace/imgconvert.c:
25510           Convert to and from YV12 (fixes #156379).
25511
25512 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25513
25514         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25515         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25516         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25517         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25518         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25519         methods from chain and negotiation and vice versa (Fixes #166142).
25520         * sys/ximage/ximagesink.h: Add stream_lock.
25521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25522         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25523         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25524         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25525
25526 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25527
25528         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25529           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25530           error message when we can't open the DVD device (when dvdnav_open()
25531           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25532           the above). Send something more useful instead (fixes #167117).
25533
25534 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25535
25536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25537         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25538         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25539         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25540         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25541         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25542         methods from chain and negotiation and vice versa (Fixes #166142).
25543         Fix a possible bug of images in the buffer pool being discarded because
25544         we are looking at the wrong geometry.
25545         * sys/xvimage/xvimagesink.h: Add stream_lock.
25546
25547 2005-02-11  David Schleef  <ds@schleef.org>
25548
25549         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25550         unsigned int. (fixes #167128)
25551
25552 2005-02-11  David Schleef  <ds@schleef.org>
25553
25554         * gst/librfb/Makefile.am: Testing stuff before committing is
25555           for wimps... and people with fast machines.  Fix stupid
25556           mistake.
25557
25558 2005-02-11  David Schleef  <ds@schleef.org>
25559
25560         * configure.ac: Pull in librfb from my CVS tree, because it is
25561           too small and annoying to be separate.  Move rfbsrc plugin
25562           to gst/.
25563         * ext/Makefile.am:
25564         * ext/librfb/Makefile.am:
25565         * ext/librfb/gstrfbsrc.c:
25566         * gst/librfb/Makefile.am:
25567         * gst/librfb/gstrfbsrc.c:
25568         * gst/librfb/rfb.c:
25569         * gst/librfb/rfb.h:
25570         * gst/librfb/rfbbuffer.c:
25571         * gst/librfb/rfbbuffer.h:
25572         * gst/librfb/rfbbytestream.c:
25573         * gst/librfb/rfbbytestream.h:
25574         * gst/librfb/rfbcontext.h:
25575         * gst/librfb/rfbdecoder.c:
25576         * gst/librfb/rfbdecoder.h:
25577         * gst/librfb/rfbutil.h:
25578
25579 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25580
25581         * gst/speed/Makefile.am:
25582         * gst/speed/demo-mp3.c: (main):
25583         * gst/speed/filter.func:
25584         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25585         (speed_class_init), (speed_init), (speed_chain_int16),
25586         (speed_chain_float32), (speed_chain), (speed_set_property),
25587         (speed_get_property), (speed_change_state):
25588         * gst/speed/gstspeed.h:
25589           Fix speed element and make it chain-based (fixes #156467),
25590           and make it handle more than one channel.
25591
25592 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25593
25594         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25595         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25596         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25597         * ext/dts/gstdtsdec.h:
25598           Don't clobber the stack constructing the channels array.
25599           Make the element chain-based. DTS tracks can now be played.
25600           
25601 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25602
25603         * gst-libs/gst/audio/multichannel.h:
25604         * gst-libs/gst/gconf/gconf.h:
25605         * gst-libs/gst/idct/idct.h:
25606         * gst-libs/gst/media-info/media-info-priv.h:
25607         * gst-libs/gst/play/play.h:
25608         * gst-libs/gst/resample/private.h:
25609         * gst-libs/gst/resample/resample.h:
25610         * gst-libs/gst/riff/riff-ids.h:
25611         * gst-libs/gst/video/video.h:
25612         * gst-libs/gst/video/videosink.h:
25613           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25614           missing, so that they work when included from C++ code.
25615
25616 2005-02-09  David Schleef  <ds@schleef.org>
25617
25618         * testsuite/gst-lint: Check for non-statically scoped
25619           parent_class variables.  This won't be a problem once
25620           plugins are loaded with RTLD_LOCAL.
25621
25622 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25623
25624         * ext/mplex/gstmplexibitstream.cc:
25625           gcc madness.
25626
25627 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25628
25629         * ext/ogg/gstogmparse.c:
25630         * gst/debug/gstnavigationtest.c:
25631           Die, thou faulty symbol pollutors (non-static parent_class).
25632
25633 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25634
25635         * ext/mplex/gstmplexibitstream.cc:
25636           Fix event handling (#165525).
25637
25638 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25639
25640         * ext/mikmod/gstmikmod.c:
25641         * gst/modplug/gstmodplug.cc:
25642           Add missing endianness to template (fixes #165509).
25643
25644 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25645
25646         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25647           Fix wrong order of reading of optional bytes (#165290).
25648
25649 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25650
25651         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25652           Implement FILLER event awareness.
25653
25654 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25655
25656         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25657           Fix track calculations (#166208).
25658
25659 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25660
25661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25662
25663         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25664         * ext/libpng/gstpngenc.c:
25665           Fix byte-order, use proper fixed caps. Fixes #164197.
25666
25667 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25668
25669         * configure.ac:
25670           Add dvdlpcmdec 
25671
25672         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25673         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25674           Don't push buffers if the src pad isn't negotiated yet.
25675           
25676         * gst/audioconvert/gstaudioconvert.c:
25677         (gst_audio_convert_buffer_to_default_format),
25678         (gst_audio_convert_buffer_from_default_format):
25679           Add support for 24-bit width.
25680
25681         * gst/dvdlpcmdec/.cvsignore:
25682         * gst/dvdlpcmdec/Makefile.am:
25683         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25684         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25685         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25686         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25687         (plugin_init):
25688         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25689           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25690           format. Needs support for the channels maps if someone can find 
25691           a DVD LPCM track with > 2 channels.
25692
25693         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25694         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25695         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25696         * gst/mpegstream/gstdvddemux.h:
25697         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25698         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25699         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25700         * gst/mpegstream/gstmpegdemux.h:
25701         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25702         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25703         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25704         (gst_mpeg_parse_handle_src_query),
25705         (gst_mpeg_parse_handle_src_event):
25706           Use audio/x-dvd-lpcm for LPCM output.
25707           Add DTS output.
25708
25709 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25710
25711         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25712
25713         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25714         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25715           Add BGRA handling (#165736).
25716
25717 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25718
25719         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25720
25721         * gst/law/alaw-decode.c: (alawdec_link):
25722         * gst/law/alaw-encode.c: (alawenc_link):
25723         * gst/law/mulaw-decode.c: (mulawdec_link):
25724         * gst/law/mulaw-encode.c: (mulawenc_link):
25725           Fix caps memleaks (#166600).
25726
25727 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25728
25729         * ext/tarkin/mem.h:
25730         * ext/tarkin/wavelet.h:
25731         * ext/tarkin/yuv.h:
25732         * gst/ffmpegcolorspace/avcodec.h:
25733           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25734           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25735
25736 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25737
25738         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25740         (gst_xvimagesink_change_state):
25741           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25742           Xv video (and thereby regenerate Xv colourkey) in clear() so
25743           that PLAY -> READY -> PLAY works (fixes #162504).
25744
25745 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25746
25747         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25748           Switch to list instead of range, since MJPEG-devices really just
25749           support decimations, not any size.
25750
25751 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25752         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25753         (gst_mpeg2dec_reset), (free_all_buffers),
25754         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25755         * ext/mpeg2dec/gstmpeg2dec.h:
25756           The libmpeg2 user-allocated buffer management is awkward, 
25757           to say the least. Hopefully this fixes things.
25758
25759 2005-02-04  Andy Wingo  <wingo@pobox.com>
25760
25761         * gst/audioconvert/bufferframesconvert.c
25762         (buffer_frames_convert_fixate): New function, fixates to 256
25763         frames per buffer by default. (Much better than 1.)
25764         (buffer_frames_convert_init): Set the fixate function for both src
25765         and sink pad.
25766         (buffer_frames_convert_link): After success setting nonfixed caps,
25767         get the negotiated caps so we can know how many buffer-frames it
25768         will be. No idea how this worked at all before.
25769
25770 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25771
25772         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25773         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25774         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25775         (handle_sequence), (handle_picture):
25776         * ext/mpeg2dec/gstmpeg2dec.h:
25777           Rearrange buffer tracking and refcounting and refactor
25778           a little for readability. 
25779
25780 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25781         * sys/v4l/gstv4l.c: (plugin_init):
25782         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25783         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25784         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25785         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25786         * sys/v4l/gstv4ljpegsrc.h:
25787         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25788         * sys/v4l/v4l_calls.h:
25789         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25790         (gst_v4lsrc_get_fps):
25791         * sys/v4l/v4lsrc_calls.h:
25792           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25793           you jpeg inside rgb frames" driver.
25794           Don't error in the v4lsrc link function, just return 
25795           REFUSED.
25796
25797 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25798
25799         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25800         (gst_qcamsrc_open):
25801           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25802
25803 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25804
25805         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25806           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25807
25808 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25809
25810         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25811           Reset negotiated state on PAUSED->READY.
25812
25813 2005-02-02  David Schleef  <ds@schleef.org>
25814
25815         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25816         whereever possible.  (Fixes #165997)
25817         * examples/capsfilter/capsfilter1.c: (main):
25818         * examples/dynparams/filter.c: (create_ui):
25819         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25820         * examples/seeking/chained.c: (main):
25821         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25822         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25823         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25824         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25825         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25826         * examples/switch/switcher.c: (main):
25827         * ext/dv/demo-play.c: (main):
25828         * ext/faad/gstfaad.c: (gst_faad_change_state):
25829         * ext/mad/gstmad.c: (gst_mad_chain):
25830         * ext/smoothwave/demo-osssrc.c: (main):
25831         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25832         (gst_gconf_render_bin_from_description),
25833         (gst_gconf_get_default_audio_sink),
25834         (gst_gconf_get_default_video_sink),
25835         (gst_gconf_get_default_audio_src),
25836         (gst_gconf_get_default_video_src),
25837         (gst_gconf_get_default_visualization_element):
25838         * gst/level/demo.c: (main):
25839         * gst/level/plot.c: (main):
25840         * gst/playback/gstplaybin.c: (gen_video_element),
25841         (gen_audio_element):
25842         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25843         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25844         * gst/sine/demo-dparams.c: (main):
25845         * gst/spectrum/demo-osssrc.c: (main):
25846         * gst/speed/demo-mp3.c: (main):
25847         * gst/volume/demo.c: (main):
25848         * testsuite/embed/embed.c: (main):
25849
25850 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25851
25852         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25853         (gst_tcpclientsink_finalize):
25854         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25855         (gst_tcpclientsrc_finalize):
25856         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25857         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25858         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25859         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25860           Don't leak the hostname when shutting down.
25861           In tcpserversrc, take a copy of the default hostname.
25862
25863 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25864
25865         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25866           Set caps to systemstream=TRUE.
25867
25868 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25869
25870         * testsuite/Makefile.am:
25871           Fix more OSX buildbots.
25872
25873 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25874
25875         * ext/mpeg2dec/gstmpeg2dec.c:
25876           Don't send things to NULL PAD_PEERs
25877
25878         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25879           Copy-on-write the incoming buffer.
25880
25881         * gst/mpegstream/gstdvddemux.h:
25882         * gst/mpegstream/gstmpegclock.h:
25883         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25884         (normal_seek), (gst_mpeg_demux_handle_src_event):
25885         * gst/mpegstream/gstmpegdemux.h:
25886         * gst/mpegstream/gstmpegpacketize.h:
25887         * gst/mpegstream/gstmpegparse.c:
25888         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25889         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25890         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25891         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25892         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25893         * gst/mpegstream/gstmpegparse.h:
25894         * gst/mpegstream/gstrfc2250enc.h:
25895           Various changes to the way time is computed that make seeking and
25896           total time estimation much better here.
25897           Use G_BEGIN/END_DECLS instead of __cplusplus
25898
25899         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25900           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25901
25902 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25903
25904         * gst/subparse/gstsubparse.c:
25905           Fix OSX buildbot.
25906
25907 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25908
25909         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25910         (theora_enc_chain), (theora_enc_change_state):
25911         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25912         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25913         (gst_vorbisenc_change_state):
25914         * ext/vorbis/vorbisenc.h:
25915           Set granulepos and timestamp correctly for streams not
25916           starting at 0, taking into account the initial delay.
25917
25918 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25919
25920         * gst/mpegstream/gstdvddemux.c:
25921           Add audio/x-dts to audio pad template caps
25922
25923 2005-01-30  David Schleef  <ds@schleef.org>
25924
25925         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25926         (create_context), (gst_polypsink_link): Fix silly endianness
25927         bug.  Add some debugging.  Remove float from caps; it doesn't
25928         work.  Attempt to get remote audio working.
25929
25930 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25931
25932         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25933           Add 3IV2 fourcc.
25934
25935 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25936
25937         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25938         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25939         (gst_avi_demux_stream_data):
25940         * gst/avi/gstavidemux.h:
25941           Invert DIB images. Fixes #132341.
25942
25943 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25944
25945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25946         (gst_ffmpegcsp_chain):
25947           D'oh, reference the palette data, not the palette structure.
25948           Fixes color distortion in #132341.
25949
25950 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25951
25952         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25953           PAR can be non-fixed when not provided as argument (#162626).
25954
25955 2005-01-29  David Moore  <dcm@acm.org>
25956
25957         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25958
25959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25960         (gst_qtdemux_loop_header):
25961           Re-apply patch from #142272 that allows non-seekable sources,
25962           re-proposed by Daniel Drake <dsd@gentoo.org>.
25963
25964 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25965
25966         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25967           Use the src template for creating the src pad (#162330).
25968
25969 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25970
25971         * configure.ac:
25972         * ext/musepack/Makefile.am:
25973         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25974         (gst_musepackdec_init), (gst_musepackdec_dispose),
25975         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25976         (gst_musepack_stream_init), (gst_musepackdec_loop),
25977         (gst_musepackdec_change_state):
25978         * ext/musepack/gstmusepackdec.cpp:
25979         * ext/musepack/gstmusepackdec.h:
25980         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25981         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25982         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25983         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25984         * ext/musepack/gstmusepackreader.cpp:
25985         * ext/musepack/gstmusepackreader.h:
25986           Update to 1.1 API (#165446).
25987
25988 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25989
25990         * ext/Makefile.am:
25991           Unbreak buildbot.
25992
25993 2005-01-28  Andy Wingo  <wingo@pobox.com>
25994
25995         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25996         to reflect a different dubious internet source. Add a reference
25997         and some commentary.
25998
25999 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26000
26001         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26002         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26003         * gst/playback/gststreamselector.h:
26004           Be more selective when we're redoing caps negotiation from
26005           within the chain function on a stream change.
26006
26007 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26008
26009         * configure.ac:
26010         * ext/Makefile.am:
26011         * ext/amrnb/Makefile.am:
26012         * ext/amrnb/amrnb.c: (plugin_init):
26013         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26014         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26015         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26016         (gst_amrnbdec_state_change):
26017         * ext/amrnb/amrnbdec.h:
26018         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26019         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26020         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26021         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26022         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26023         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26024         * ext/amrnb/amrnbparse.h:
26025           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26026         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26027           Add AMR-NB/-WB raw formats.
26028         * ext/alsa/gstalsa.c: (gst_alsa_link):
26029           Keep valid time when changing format.
26030         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26031         (qtdemux_parse_trak):
26032           Add some more format-specific options (#140141, #143555, #155163).
26033
26034 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26035
26036         * gst/matroska/matroska-demux.c:
26037         (gst_matroska_demux_parse_blockgroup):
26038           Fix logic error in timing of subtitle stream synchronization.
26039         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26040           Add skip-chunk, which is found in kodak-camera streams.
26041
26042 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26043
26044         * po/LINGUAS:
26045         * po/vi.po:
26046           Adding Vietnamese translation (submitted by Clytie Siddall)
26047
26048 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26049
26050         * gst/playback/gstdecodebin.c: (try_to_link_1):
26051           Use realpad for signal.
26052
26053 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26054
26055         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26056           Fix category so decodebin picks it up.
26057
26058 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26059
26060         * ext/mad/Makefile.am:
26061         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26062         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26063         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26064         (found_type), (gst_id3demux_bin_change_state):
26065         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26066         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26067         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26068         (gst_id3_tag_change_state), (plugin_init):
26069         * ext/mad/gstmad.h:
26070           Add id3demuxbin (which is a simple bin consisting of id3demux
26071           and typefind), take over rank from id3demux, remove typefind
26072           code from id3demux. Makes all broken mp3s that I know of work,
26073           and thereby fixes #152688.
26074
26075 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26076
26077         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26078
26079         * ext/mad/gstmad.c: (gst_mad_src_event):
26080         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26081           Allow seeks on audio pad, make mad forward those (#164826).
26082         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26083           Set duration (#165335).
26084
26085 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26086
26087         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26088         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26089         (gst_asf_demux_process_ext_content_desc),
26090         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26091         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26092         * gst/asfdemux/gstasfdemux.h:
26093           Improve metadata display, e.g. if the metadata comes before the
26094           streams are loaded (which is perfectly valid).
26095
26096 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26097
26098         * tools/gst-launch-ext-m.m:
26099           Fix AVI/ASF pipelines (#165340).
26100
26101 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26102         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26103         build failure on amd64
26104
26105 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26106
26107         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26108         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26109           Check environment variables GST_ID3V2_TAG_ENCODING,
26110           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26111           list of character encodings to force interpretation of non-unicode
26112           strings stored in an ID3v2 tag to a particular encoding. If none
26113           is specified, try to use current locale's encoding, then fall back
26114           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26115         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26116         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26117           Check environment variables GST_ID3V1_TAG_ENCODING,
26118           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26119           list of character encodings to use in case a string encountered
26120           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26121           specified, try to use the current locale's encoding, then fall
26122           back to ISO-8859-1 (which will always succeed).
26123
26124 2005-01-25  Benjamin Otte  <otte@gnome.org>
26125
26126         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26127           - on half framerate, compute the rate in advance so the comparisons
26128             don't compare wrong values
26129           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26130             behaviour
26131           - don't use mad_header_decode anymore, mad_frame_decode does that
26132             automatically
26133           - when getting rid of consumed bytes, reset the stream's skiplen
26134           (fixes #163867)
26135
26136 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26137
26138         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26139           Use 1/2 a second for default max_discont, as PES streams from DVB
26140           seem to have larger spacings in the SCR. 
26141           Fix a typo.
26142
26143 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26144
26145         * gst/playback/gstplaybasebin.c: (group_commit):
26146           Notify delayed stream-info availability.
26147
26148 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26149         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26150         (gst_a52dec_handle_event), (gst_a52dec_chain):
26151         Add some debug output. Check that a discont has a valid
26152         time associated.
26153         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26154         (gst_alsa_sink_loop):
26155         Ignore TAG events. A little extra debug for broken timestamps.
26156         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26157         (dvdnavsrc_change_state):
26158         Ensure we send a discont to engage the link before we send any
26159         other events.
26160         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26161         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26162         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26163         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26164         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26165         dvd://title works in totem because typefinding sends a seek that ends
26166         up going back to chapter 1 regardless.
26167         * ext/mpeg2dec/gstmpeg2dec.c:
26168         * ext/mpeg2dec/gstmpeg2dec.h:
26169         Output correct timestamps and handle disconts.
26170         * ext/ogg/gstoggdemux.c: (get_relative):
26171         Small guard against a null dereference.
26172         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26173         (gst_textoverlay_set_property):
26174         Free memory when done. Don't call gst_event_filler_get_duration on
26175         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26176         g_warning.
26177         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26178         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26179         (gst_sw_srclink), (gst_smoothwave_chain):
26180         Draw solid lines, prettier colours.
26181         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26182         Add a default palette that'll work for some movies.
26183         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26184         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26185         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26186         * gst/mpegstream/gstdvddemux.h:
26187         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26188         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26189         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26190         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26191         * gst/mpegstream/gstmpegparse.h:
26192         Use PTM/NAV events when for timestamp adjustment when connected to 
26193         dvdnavsrc. Don't use many discont events where one suffices.
26194         * gst/playback/gstplaybasebin.c: (group_destroy),
26195         (gen_preroll_element), (gst_play_base_bin_add_element):
26196         * gst/playback/gstplaybasebin.h:
26197         Make sure we remove subtitles from the same bin we put them in.
26198         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26199         (gst_subparse_buffer_format_autodetect),
26200         (gst_subparse_change_state):
26201         Fix some memleaks and invalid accesses.
26202         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26203         (oggskel_type_find), (cmml_type_find), (plugin_init):
26204         Some typefind functions for Annodex v3.0 files
26205         * gst/wavparse/gstwavparse.h:
26206         GstRiffReadClass is the correct parent class.
26207
26208 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26209
26210         * gst-libs/gst/riff/riff-media.c:
26211         (gst_riff_create_video_caps_with_data):
26212           Add extradata to huffyuv (fixes #165013).
26213         * gst-libs/gst/riff/riff-read.c:
26214         (gst_riff_read_strf_vids_with_data):
26215           Fix extradata extraction if it is in the chunk size.
26216
26217 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26218
26219         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26220
26221         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26222         (gst_quarktv_change_state), (gst_quarktv_dispose):
26223           Memory free'ing location fix (#164708).
26224
26225 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26226
26227         * gst/playback/gstplaybasebin.c: (group_commit),
26228         (gen_preroll_element), (probe_triggered), (gen_source_element),
26229         (setup_source), (gst_play_base_bin_change_state),
26230         (gst_play_base_bin_add_element):
26231           Don't block for streams.
26232         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26233         (gst_stream_info_set_mute):
26234           Use gst_pad_set_active_recursive.
26235
26236 2005-01-25  Andy Wingo  <wingo@pobox.com>
26237
26238         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26239         for #ifndef HAVE_XVIDEO.
26240
26241 2005-01-24  Jeffrey C. Ollie
26242
26243         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26244
26245         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26246         * ext/gsm/gstgsmdec.h:
26247         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26248         * ext/gsm/gstgsmenc.h:
26249         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26250         was given by property. Add proper buffer timestamps and offsets.
26251
26252 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26253
26254         * gst-libs/gst/riff/riff-media.c:
26255         (gst_riff_create_audio_caps_with_data):
26256           Audio can be <8000Hz.
26257
26258 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26259
26260         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26261           Explicit state change to workaround refcount bugs.
26262
26263 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26264
26265         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26266         (gst_avimux_riff_get_avi_header):
26267           Fix...
26268
26269 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26270
26271         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26272         (gst_riff_read_element_data):
26273         * gst-libs/gst/riff/riff-read.h:
26274           Add _peek version (req'ed in CDXA).
26275         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26276         (gst_cdxaparse_loop):
26277           Fix parsing in playbin.
26278         * gst/playback/gstdecodebin.c: (close_pad_link):
26279           Ignore current_ pads, they cause major annoyance.
26280
26281 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26282
26283         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26284           Safety guard.
26285
26286 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26287
26288         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26289           Fix padding...
26290
26291 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26292
26293         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26294           Allow for 0-sized buffers. Fixes length query problems in
26295           starwars.mkv from the testsuite.
26296
26297 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26298
26299         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26300         (gst_video_box_i420), (gst_video_box_chain):
26301           Fix row strides for I420 (fixes #163159)
26302           
26303 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26304
26305         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26306           MPEG2 has a useful rate property, so we can actually use that.
26307           For MPEG-1, continue using the bytes/time properties.
26308
26309 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26310
26311         * gst-libs/gst/riff/riff-media.c:
26312         (gst_riff_create_video_caps_with_data),
26313         (gst_riff_create_video_template_caps):
26314           Add intel-h263.
26315
26316 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26317
26318         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26319           Fail if caps negotiation fails. Should fix #162184, and should
26320           definately be in there regardless of it fixing the actual bug.
26321         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26322         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26323         (gst_avimux_riff_get_avix_header),
26324         (gst_avimux_riff_get_video_header),
26325         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26326         (gst_avimux_start_file), (gst_avimux_handle_event),
26327         (gst_avimux_change_state):
26328         * gst/avi/gstavimux.h:
26329           Refactor structure writing to use GST_WRITE_UINT macros, add
26330           metadata writing support.
26331
26332 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26333
26334         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26335           Elements may already be destroyed when this function is called.
26336
26337 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26338
26339         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26340         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26341           More memory leak fixes (#149162).
26342
26343 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26344
26345         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26346         (gst_qtdemux_add_stream):
26347           Fix two memleaks.
26348
26349 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26350
26351         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26352           Argh...
26353
26354 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26355
26356         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26357           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26358           when fixating to six channels in Totem.
26359
26360 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26361
26362         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26363           Fix compile warnings on Solaris 10 buildbot
26364
26365 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26366
26367         * ext/dvdread/dvdreadsrc.c: (_read):
26368           Don't read beyond the last cell in a chapter (fixes 
26369           invalid memory access)
26370
26371 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26372
26373         * ext/dvdread/stream_labels.c:
26374         (dvdreadsrc_get_audio_stream_labels):
26375           Use NULL for an empty GList instead of g_list_alloc(); fix 
26376           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26377           of GString (easier to bulk free later)
26378
26379 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26380
26381         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26382
26383         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26384         (gst_ffmpeg_pixfmt_to_caps):
26385           Fix BGRA32 caps (#164209).
26386
26387 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26388
26389         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26390
26391         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26392         (gst_ffmpeg_caps_to_pixfmt):
26393           alpha_mask can be RGBA/ABGR. Fixes #164265.
26394
26395 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26396
26397         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26398
26399         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26400         (gst_mpeg2dec_alloc_buffer):
26401         * ext/mpeg2dec/gstmpeg2dec.h:
26402           Crop if decoding size is not the actual image size (#163676).
26403
26404 2005-01-17  Steve Baker  <steve@stevebaker.org>
26405
26406         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26407
26408         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26409         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26410           Add libsndfile typefind functions (#163309).
26411
26412 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26413
26414         * tools/gst-launch-ext-m.m:
26415           Add .aac, fix .m1v/.m2v (#163891).
26416
26417 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26418
26419         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26420           Sanity check, don't wait endlessly since the clock might not
26421           actually run at this point (which is a deadlock). Fixes #164069.
26422
26423 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26424
26425         * gst/playback/gstplaybasebin.c: (probe_triggered):
26426           Of course, only pause if group is done...
26427
26428 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26429
26430         * gst/playback/gstplaybasebin.c: (probe_triggered):
26431           Thread safety.
26432
26433 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26434
26435         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26436           Don't return state change success when the parent
26437           failed.
26438
26439 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26440
26441         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26442           Free events (fix memleak in #162905).
26443
26444 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26445
26446         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26447
26448         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26449         (gst_ffmpeg_caps_to_pixfmt):
26450           Fix for depth = 15. Fixes #161675.
26451
26452 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26453
26454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26455           Set FPS correctly, even for webcams and the like.
26456         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26457           Don error on setting while capturing.
26458
26459 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26460
26461         * ext/dv/gstdvdec.c:
26462         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26463         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26464           I'm a bad boy. using /1001. to force C to do float division
26465           and not integer division (as it did in my last commit)
26466           Thanks to David I. Lehn for pointing this mistake.
26467
26468 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26469
26470         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26471           Revert Johan's 1.35->1.36 since it breaks compat.
26472
26473 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26474
26475         * ext/dv/gstdvdec.c:
26476         * ext/libfame/gstlibfame.c:
26477         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26478         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26479           replace framerate aproximations by their real value
26480           (24000/1001, 30000/1001, 60000/1001)
26481           Finish fixing bug #164049
26482
26483 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26484
26485         * ext/ogg/gstoggmux.c:
26486           eos/bos debugging
26487         * gst/tcp/gstmultifdsink.c:
26488         * gst/tcp/gstmultifdsink.h:
26489         * gst/tcp/gsttcp.c:
26490         * gst/tcp/gsttcp.h:
26491         * gst/tcp/gsttcpclientsink.c:
26492         * gst/tcp/gsttcpclientsrc.c:
26493         * gst/tcp/gsttcpserversink.c:
26494         * gst/tcp/gsttcpserversrc.c:
26495           improve reusability of elements after state changes and errors
26496           make multifdsink throw away streamheaders when receiving new ones
26497
26498 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26499
26500         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26501           Fix for if items are already in list...
26502
26503 2005-01-12  Benjamin Otte  <otte@gnome.org>
26504
26505         * gst/adder/gstadder.c: (gst_adder_loop):
26506           fix adder a bit so it doesn't screw up with events as much anymore
26507
26508 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26509
26510         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26511         (pixbufscale_scale), (gst_pixbufscale_chain):
26512         * ext/gdk_pixbuf/pixbufscale.h:
26513           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26514           to ensure rowstrides are calculated the same way as 
26515           ffmpegcolorspace
26516           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26517           that we pick up duration and offset also.
26518
26519 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26520
26521         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26522         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26523           Reusability fixes.
26524
26525 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26526
26527         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26528         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26529         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26530         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26531           Update flags when requested.
26532
26533 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26534
26535         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26536           Fix dmix.
26537
26538 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26541         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26542         (probe_triggered), (new_decoded_pad), (gen_source_element),
26543         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26544         * gst/playback/gstplaybasebin.h:
26545         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26546         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26547         (gst_play_bin_change_state):
26548           Implement group-switch signal for use in apps to clear metadata
26549           cache, clean up subtitle, add suburi property instead of # hack,
26550           some error-out fixes.
26551
26552 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26553
26554         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26555           Debug.
26556         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26557           If we got a state change in the _get handler, don't return success.
26558
26559 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26560
26561         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26562         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26563           Make jpegdec quiet on MJPEG decoding
26564         * gst/asfdemux/README:
26565           Fix mimetypes for MJPEG and H263
26566
26567 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26568
26569         * ext/theora/theoradec.c: (theora_dec_chain):
26570           Fix broken code generation by gcc by swapping arguments.
26571         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26572           Fix \n in debug.
26573
26574 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26575
26576         * TODO:
26577           delete this file, it is by far outdated
26578         * ext/alsa/gstalsa.1: remove
26579         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26580         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26581         (gst_alsa_get_caps):
26582           Add HW probing for supported sample rates. Fixes #161704
26583
26584 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26585
26586         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26587           Don't crash, biatch! :).
26588
26589 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26590
26591         * ext/musepack/gstmusepackreader.cpp:
26592         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26593           Some work on tags - still doesn't work in playbin...
26594         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26595           Handle events...
26596
26597 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26598
26599         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26600           Also shove tags on kid pads.
26601
26602 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26603
26604         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26605           Don't bail on unknown events.
26606         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26607           Don't crash on events before negotiation.
26608         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26609           Send tags on pads, too.
26610         * gst/playback/gststreamselector.c:
26611         (gst_stream_selector_request_new_pad):
26612           Forward events on first pad if no input was selected yet.
26613
26614 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26615
26616         * gst/playback/gstplaybasebin.c: (setup_substreams):
26617           Don't disable streamtype if the stream doesn't exist, since
26618           then playing a video after audio will disable both and nothing
26619           will happen. Fixes the testsuite.
26620
26621 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26622
26623         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26624         (gst_v4l_xoverlay_set_xwindow_id):
26625         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26626         (gst_v4l2_xoverlay_set_xwindow_id):
26627           Add debug categories, fix overlay disabling.
26628
26629 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26630
26631         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26632         * ext/alsa/gstalsa.h:
26633           Add HW probing for period_count/size and buffer_size MIX/MAX
26634           Adjust default/user defined value if out of bounds
26635           Should fix bug #162024
26636
26637 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26638
26639         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26640           Fix warning (#161191).
26641
26642 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26643
26644         * ext/dvdread/stream_labels.c:
26645         (dvdreadsrc_get_audio_stream_labels):
26646           Fix warning (init the good variable in switch default)
26647
26648 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26649
26650         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26651
26652         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26653           Fix gcc-2.95 compile (#163485).
26654
26655 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26656
26657         * configure.ac:
26658         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26659         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26660         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26661         (gst_flacenc_change_state):
26662         * ext/flac/gstflacenc.h:
26663           Update for API change in flac-1.1.1. Update requirement in
26664           configure.ac. Fixes #162974.
26665
26666 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26667
26668         * gst/playback/gstplaybasebin.c: (group_destroy):
26669           Remove hack to get rid of assert and get rid of unlinked
26670           signals properly.
26671
26672 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26673
26674         * gst/playback/gstplaybasebin.c: (setup_source):
26675           Set source to NULL so that resources are free'ed. Fixes issues
26676           with playback of CDDA and similar device-accessing things.
26677
26678 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26679
26680         * testsuite/embed/Makefile.am:
26681           test->noinst, fix make test in buildbot.
26682
26683 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26684
26685         * ext/dvdread/stream_labels.c: new file
26686         * ext/dvdread/stream_labels.h: new file
26687         * ext/dvdread/Makefile.am:
26688         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26689           Extract audio stream label from DVD IFO files.
26690           It only dump them on the console for now, still have to
26691           make playbin aware of them.
26692
26693 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26694
26695         * gst/playback/gstplaybasebin.c: (setup_source):
26696           Fix hanging subs.
26697
26698 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26699
26700         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26701         (gen_preroll_element), (remove_groups), (setup_subtitle),
26702         (gen_source_element), (setup_source):
26703         * gst/playback/gstplaybasebin.h:
26704           Multiple .sub files is just a stupid idea... Fix some threading
26705           mistakes. Interestingly, external .sub files cause playbin to
26706           hang, I don't know why... Parsing fixes contributed by Fran??ois
26707           Kooman <fkooman@tuxed.net>.
26708
26709 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26710
26711         * testsuite/embed/Makefile.am:
26712           Fix buildbot.
26713
26714 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26715
26716         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26717
26718         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26719         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26720         (gst_pngenc_set_property):
26721         * ext/libpng/gstpngenc.h:
26722           Add compression level property (#163323).
26723
26724 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26725
26726         * configure.ac:
26727         * examples/capsfilter/capsfilter1.c: (main):
26728         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26729         * ext/dvdread/Makefile.am:
26730         * ext/dvdread/demo-play:
26731         * ext/dvdread/demo-play.c:
26732         * gconf/gstreamer.schemas.in:
26733         * gst-libs/gst/gconf/gconf.c:
26734         * sys/v4l/TODO:
26735         * testsuite/Makefile.am:
26736         * testsuite/embed/Makefile.am:
26737         * testsuite/embed/embed.c: (cb_expose), (main):
26738           Remove all references to xvideosink, fix examples (#140845).
26739         * gst/playback/gstplaybasebin.c: (group_destroy):
26740           Apparently, disposal does not unlink - so do explicitely.
26741         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26742           Add debug.
26743
26744 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26745
26746         * README: fix PKG_CONFIG_PATH instructions, what was there
26747         previously was breaking default search path, not nice. 
26748         Fixes #163358
26749
26750 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26751
26752         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26753         (gst_audioscale_chain):
26754           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26755           when resampling - how the ^@$^!@^! is this possible?!?
26756
26757 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26758
26759         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26760           Reset variables on READY.
26761         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26762         (gst_matroska_mux_loop):
26763           Require data before writing header.
26764
26765 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26766
26767         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26768
26769         * ext/mad/gstmad.c: (gst_mad_chain):
26770           Don't call mad_stream_sync() directly after recovering sync.
26771           Fixes #151661.
26772
26773 2005-01-09  Martin Eikermann  <meiker@upb.de>
26774
26775         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26776
26777         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26778         (snapshot_handler), (gst_snapshot_sinkconnect),
26779         (gst_snapshot_chain):
26780           Allocate resources when required, fix recursive signal emission
26781           and fix caps. Fixes #161667.
26782
26783 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26784
26785         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26786
26787         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26788         (gst_pngdec_chain):
26789           Handle only 8-bppc (bits-per-pixel-component) images, better
26790           error handling and correct strides. Fixes #163177.
26791         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26792         (gst_pngenc_chain):
26793           Better error handling. Fixes #163348.
26794
26795 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26796
26797         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26798         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26799         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26800         (dvdnavsrc_uri_handler_init):
26801           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26802         * gst/playback/gstplaybasebin.c: (gen_source_element):
26803           Add MMS to streaming URIs.
26804
26805 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26806
26807         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26808         * sys/xvimage/xvimagesink.c:
26809         (gst_xvimagesink_navigation_send_event):
26810           Check for pad availability before sending event.
26811
26812 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26813
26814         * gst-plugins.spec.in:
26815           Add subparse.
26816
26817 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26818
26819         * configure.ac:
26820           Since we use functions from CVS, up requirement.
26821
26822 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26823
26824         * gst/playback/Makefile.am:
26825         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26826         (group_destroy), (group_commit), (group_is_muted),
26827         (gen_preroll_element), (add_stream), (unknown_type),
26828         (probe_triggered), (preroll_unlinked), (mute_stream),
26829         (silence_stream), (new_decoded_pad), (setup_substreams),
26830         (setup_source), (get_active_source), (mute_group_type),
26831         (muted_group_change_state), (set_active_source),
26832         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26833         (play_base_eos), (gst_play_base_bin_change_state):
26834         * gst/playback/gstplaybasebin.h:
26835         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26836         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26837         (gst_stream_info_dispose), (stream_info_mute_pad),
26838         (stream_info_change_state), (gst_stream_info_set_mute):
26839         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26840         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26841         (gst_stream_selector_init), (gst_stream_selector_dispose),
26842         (gst_stream_selector_get_linked_pad),
26843         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26844         (gst_stream_selector_get_linked_pads),
26845         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26846         * gst/playback/gststreamselector.h:
26847           Adding stream selection support plus required properties for
26848           applications to use this. Fully fixes #100931.
26849
26850 2005-01-08  Benjamin Otte  <otte@gnome.org>
26851
26852         * gst/games/gstpuzzle.c: (nav_event_handler):
26853           - handle nav events differently: forward every event no matter if it
26854             was handled or not.
26855           - translate events
26856           You can now cheat by using navigationtest ! puzzle and moving the
26857           mouse close to the edge of a tile. ;)
26858
26859 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26860
26861         * configure.ac:
26862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26863         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26864         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26865         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26866         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26867         (gst_ogm_parse_plugin_init):
26868         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26869         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26870         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26871         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26872         * ext/pango/gsttextoverlay.h:
26873         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26874         (gst_matroska_demux_handle_seek_event),
26875         (gst_matroska_demux_sync_streams),
26876         (gst_matroska_demux_parse_blockgroup),
26877         (gst_matroska_demux_subtitle_caps),
26878         (gst_matroska_demux_plugin_init):
26879         * gst/matroska/matroska-ids.h:
26880         * gst/playback/gstdecodebin.c: (close_pad_link):
26881         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26882         (gen_preroll_element), (remove_groups), (add_stream),
26883         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26884         (setup_source):
26885         * gst/playback/gstplaybasebin.h:
26886         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26887         * gst/subparse/Makefile.am:
26888         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26889         (gst_subparse_base_init), (gst_subparse_class_init),
26890         (gst_subparse_init), (gst_subparse_formats),
26891         (gst_subparse_eventmask), (gst_subparse_event),
26892         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26893         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26894         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26895         (parse_mpsub_deinit), (parse_mpsub_init),
26896         (gst_subparse_buffer_format_autodetect),
26897         (gst_subparse_format_autodetect), (gst_subparse_loop),
26898         (gst_subparse_change_state), (gst_subparse_type_find),
26899         (plugin_init):
26900         * gst/subparse/gstsubparse.h:
26901         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26902         (plugin_init):
26903           Add subtitle support, .sub parser (supports SRT and MPsub),
26904           OGM text support, Matroska UTF-8 text support, deadlock fixes
26905           all over the place, subtitle awareness in decodebin/playbin
26906           and some fixes to textoverlay to handle subtitles in a stream
26907           correctly. Fixes #100931.
26908
26909 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26910
26911         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26912           Check for pad availability before doing a query on it.
26913
26914 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26915
26916         * ext/dv/gstdvdec.c:
26917           really fix bpp24/32 dvdec caps (classic rgba indeed)
26918         * gst/asfdemux/gstasfdemux.c:
26919         (gst_asf_demux_process_ext_content_desc):
26920           don't send text tags if they are empty (bis repetita)
26921
26922 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26923
26924         * ext/dv/gstdvdec.c:
26925          remove unneeded comment from dvdec
26926           (related to DV 4CC codes in AVI files)
26927           moved them in gstreamer/docs/random/mimetypes
26928         * gst/asfdemux/gstasfdemux.c:
26929         (gst_asf_demux_process_ext_content_desc):
26930          don't send text tags if they are empty
26931          fix mem leak on error path
26932         * gst/ffmpegcolorspace/avcodec.h:
26933         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26934         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26935         (gst_ffmpegcsp_avpicture_fill):
26936         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26937         * gst/ffmpegcolorspace/imgconvert_template.h:
26938          adds BGR32 and BGRA32 to ffmpegcolorspace
26939           (still bad colors, fixing it on next commit)
26940           helps with dvdec outputing BGR32
26941
26942 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26943
26944         * ext/dv/gstdvdec.c:
26945          Fix audio caps i just broke (missing ',')
26946         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26947         (gst_matroska_mux_reset):
26948          Fix typo + add FIXME about old "x-gst-metadata" crap
26949
26950 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26951
26952         * ext/dv/demo-play.c: (main):
26953          xvideosink -> xvimagesink
26954         * ext/dv/gstdvdec.c:
26955          change rgb 32/32 caps to 24/32 (no alpha)
26956          change nb of channels to be a list (2 or 4, not 2)
26957          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26958         * gst/asfdemux/gstasfdemux.c:
26959         (gst_asf_demux_process_ext_content_desc):
26960          Add 'date/year' to extracted metadata list
26961
26962 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26963
26964         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26965           The return value of fixate_to does not imply that the requested
26966           value was set, so don't assume.
26967
26968 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26969
26970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26971
26972         * ext/libpng/gstpngdec.c:
26973         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26974         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26975         * ext/libpng/gstpngenc.h:
26976           Alpha support (encoder; #163161), mime fixage.
26977
26978 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26979
26980         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26981
26982         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26983         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26984         (gst_faac_set_property), (gst_faac_get_property):
26985         * ext/faac/gstfaac.h:
26986           Allow for ADTS output (#153434).
26987
26988 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26989
26990         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26991           Fix against template (#150576).
26992
26993 2005-01-06  Benjamin Otte  <otte@gnome.org>
26994
26995         * gst/games/gstpuzzle.c: (draw_puzzle):
26996           don't draw a puzzle if either width or height of tiles would be 0.
26997
26998 2005-01-06  Benjamin Otte  <otte@gnome.org>
26999
27000         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27001         (gst_puzzle_class_init), (gst_puzzle_finalize):
27002           no memleaks, please
27003         (gst_puzzle_create), (gst_puzzle_init),
27004         (gst_puzzle_set_property), (gst_puzzle_setup):
27005           change initialization code around so we don't reshuffle on resize
27006         (draw_puzzle):
27007           fix another stupid typo
27008
27009 2005-01-06  Benjamin Otte  <otte@gnome.org>
27010
27011         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27012           fix stupid typo that borked copying on YUY2
27013
27014 2005-01-06  Benjamin Otte  <otte@gnome.org>
27015
27016         * gst/games/gstpuzzle.c: (draw_puzzle):
27017           fix edges when image sizes aren't multiples of tile sizes
27018
27019 2005-01-06  Benjamin Otte  <otte@gnome.org>
27020
27021         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27022           make RGB endianness work correctly
27023         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27024           refactor and fix race with initial shuffling
27025         (nav_event_handler):
27026           allow using the mouse to puzzle
27027         (draw_puzzle):
27028           insist on tiles having width and height as multiples of 4 to get
27029           clean YUV image handling
27030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27031         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27032           s/DEBUG/LOG/ for common messages
27033         (gst_xvimagesink_navigation_send_event):
27034           fix mouse event translation to not include screen PAR
27035         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27036           fix mouse event translation to actually work
27037
27038 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27039
27040         * gst/asfdemux/gstasfdemux.c:
27041         (gst_asf_demux_process_ext_content_desc):
27042          Extract TrackNumber metadata + clean up code
27043         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27044          Hope this is the good fix (var used unitialised)
27045
27046 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27047
27048         * ext/faad/gstfaad.c: (gst_faad_chain):
27049           Only increment timestamp if it's valid. Fixes raw AAC streams.
27050
27051 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27052
27053         * configure.ac:
27054         * gst/games/Makefile.am:
27055         * gst/games/gstpuzzle.c:
27056           add a puzzle game with...
27057         * gst/games/gstvideoimage.c:
27058         * gst/games/gstvideoimage.h:
27059           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27060           from videotestsrc and made into something that would be a nice
27061           library for a lot of other plugins.
27062
27063 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27064
27065         * configure.ac:
27066          don't compile faad plugin if a RC of 2.0 is found
27067          Fixes #155346 (and FC1 buildbot)
27068         * gst/asfdemux/gstasfdemux.c:
27069         (gst_asf_demux_process_ext_content_desc):
27070          try to make Solaris compiler happier
27071
27072 2005-01-06  Paul Jack  <pjack@sfaf.org>
27073
27074         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27075
27076         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27077           Fix segfault (#161667).
27078
27079 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27080
27081         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27082           Fix framerate reporting.
27083
27084 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27085
27086         * gst-libs/gst/riff/riff-ids.h:
27087         * gst/wavenc/riff.h:
27088          Add AMR (VBR and CBR) ids to riff.h audio codec list
27089         * gst/asfdemux/gstasfdemux.c:
27090         (gst_asf_demux_process_ext_content_desc),
27091         (gst_asf_demux_process_object):
27092           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27093
27094 2005-01-05  Martin Eikermann  <meiker@upb.de>
27095
27096         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27097
27098         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27099         (gst_dvd_demux_handle_discont):
27100         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27101         (gst_mpeg_demux_handle_discont):
27102           Recreate pads on new-media (#160730).
27103         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27104           Send discont even if manager changes timestamps (#161929).
27105
27106 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27107
27108         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27109
27110         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27111           Fix invalid memory access (#159211).
27112
27113 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27114
27115         * examples/gstplay/player.c: (main):
27116           Don't iterate.
27117         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27118           Add visualizations.
27119         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27120         (gst_a52dec_handle_frame):
27121           Set duration.
27122         * ext/dvdnav/gst-dvd:
27123           Add audioconvert. Fixes #161325.
27124         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27125           Explicitely case to gint64. Possible valgrind error.
27126         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27127         (gst_play_tick_callback), (gst_play_change_state),
27128         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27129         (gst_play_set_location), (gst_play_get_location),
27130         (gst_play_seek_to_time), (gst_play_set_data_src),
27131         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27132         (gst_play_set_visualization), (gst_play_connect_visualization),
27133         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27134         (gst_play_new):
27135           Use playbin. Fixes #139749 and #147744.
27136         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27137           Add genre tag.
27138         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27139         (audioscale_get_type), (gst_audioscale_base_init),
27140         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27141         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27142         (gst_audioscale_link), (gst_audioscale_get_buffer),
27143         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27144         (gst_audioscale_init), (gst_audioscale_dispose),
27145         (gst_audioscale_chain), (gst_audioscale_set_property),
27146         (gst_audioscale_get_property), (plugin_init):
27147           Indent properly.
27148         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27149           Fix LPCM.
27150         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27151         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27152         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27153           Add more metadata (fixes #162656).
27154
27155 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27156
27157         * configure.ac:
27158           back to cvs
27159
27160 === release 0.8.7 ===
27161
27162 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27163
27164         * NEWS:
27165         * RELEASE:
27166         * configure.ac:
27167           releasing 0.8.7, "Hyperspace"
27168
27169 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27170
27171         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27172
27173         * gst/playback/gstplaybasebin.c:
27174          Fix for #162924 - free caps after use, not before
27175
27176 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27177
27178         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27179
27180         * gst/playback/gstplaybasebin.c:
27181         * gst/wavparse/gstwavparse.c:
27182           Fix for #154773 - fixes playback of small .wav files
27183
27184 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27185
27186         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27187
27188         * gst/audioscale/gstaudioscale.c:
27189           Fix for #162819 - make audioscale reusable
27190           Fixes playback of more than one file with playbin/totem
27191
27192 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27193
27194         * gst/ffmpegcolorspace/avcodec.h:
27195         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27196         * gst/ffmpegcolorspace/imgconvert.c:
27197           clean up the mess that made me cry and avoid needless duplication
27198
27199 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27200
27201         * gst/ffmpegcolorspace/imgconvert.c:
27202           give some indication of why we're segfaulting
27203
27204 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27205
27206         * configure.ac:
27207           Fix indentation, fix v4l2 plugin detection.
27208         * ext/Makefile.am:
27209           Fix libmms location (Maciej, use diff -u!).
27210         * ext/alsa/gstalsa.c: (gst_alsa_init):
27211           Initialize caps cache to NULL.
27212         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27213           Only change state on audiosink if it exists.
27214
27215 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27216
27217         * gst/matroska/matroska-demux.c:
27218         * gst/matroska/matroska-ids.h:
27219         * gst/matroska/matroska-demux.h:
27220         Fix Vorbis streams failing to decode in some files, where cluster_time
27221         isn't 0, because then it doesn't send codec_priv before actual data.
27222         Remove time-based test and replace it with marker set on beginning of
27223         new stream
27224
27225 2004-12-28  David Schleef  <ds@schleef.org>
27226
27227         Merge patch from Ronald fixing problems with streaming
27228         text.
27229         * ext/cairo/gstcairo.c: (plugin_init):
27230         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27231         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27232         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27233         (gst_textoverlay_font_init), (gst_textoverlay_init),
27234         (gst_textoverlay_set_property):
27235         * ext/cairo/gsttextoverlay.h:
27236
27237 2004-12-27  David Schleef  <ds@schleef.org>
27238
27239         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27240         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27241         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27242         (gst_textoverlay_font_init), (gst_textoverlay_init),
27243         (gst_textoverlay_set_property): Improvements to actually
27244         render text as white on black outline on video, including
27245         font selection and horizontal/vertical alignment.  (Ronald's
27246         christmas present)
27247         * ext/cairo/gsttextoverlay.h:
27248
27249 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27250
27251         * ext/ogg/gstogg.c:
27252         * ext/ogg/gstogmparse.c:
27253           fix ogm[audio/video]parse plugin registration
27254           (riff won't load if bytestream is already loaded)
27255
27256 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27257
27258         * gst/audioconvert/gstchannelmix.c:
27259           fix for GLIB < 2.4
27260
27261 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27262
27263         * Makefile.am:
27264         * configure.ac:
27265           disable docs again until it actually passes make distcheck.
27266
27267 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27268
27269         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27270         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27271         (plugin_init):
27272           Add 3GP (variables name Q3GP because they can't start with a
27273           number). Add samr audio fourcc (used in .3gp files), decoder
27274           is work in progress. Also do a GST_WARNING instead of ERROR
27275           in case of unknown nodes, to decrease output.
27276
27277 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27278
27279         * Makefile.am:
27280           really fix dist
27281
27282 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27283
27284         * configure.ac:
27285         * ext/speex/gstspeexdec.h:
27286         * ext/speex/gstspeexenc.h:
27287           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27288           Fix detection code in configure.ac
27289
27290 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27291
27292         * gst/matroska/matroska-demux.c:
27293         (gst_matroska_demux_parse_blockgroup):
27294           Save position, so that queries give proper return values. Don't
27295           know how this could ever have worked before...
27296
27297 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27298
27299         * configure.ac:
27300           Put additional LAME check inside the conditional.  Fixes #152339
27301
27302 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27303
27304         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27305         (gst_avi_demux_stream_scan):
27306           Add some more debug. Fix logic error when setting movi offset
27307           while reading index.
27308
27309 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27310
27311         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27312         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27313         (gst_avi_demux_process_next_entry):
27314           Add some debugging. Better detection of broken indexes and the
27315           accompanying index recovery. No infinite loops on state changes
27316           when we're still in our loopfunction.
27317
27318 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27319
27320         * configure.ac:
27321           Fix up.
27322
27323 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27324
27325         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27326
27327         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27328           Normalizing the value before setting
27329         (gst_sunaudiomixer_get_volume):
27330           Normalizing the value after getting. Fixes bug# 161980
27331
27332 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27333
27334         * Makefile.am: Make sure docs gets disted
27335         * docs/Makefile.am: Make sure all needed files get disted
27336         * gst-plugins.spec.in: latest updates
27337
27338 2004-12-22  Wim Taymans  <wim@fluendo.com>
27339
27340         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27341         Revert patch 1.38 as clock distribution over schedulers does
27342         not work correcly in the core yet.
27343
27344 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27345
27346         * sys/oss/README: remove this file, which predates my birth
27347           (and which content is by far outdated)
27348
27349 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27350
27351         * Makefile.am:
27352         * configure.ac:
27353         * docs/Makefile.am:
27354         * docs/libs/Makefile.am:
27355         * docs/libs/gst-plugins-libs-docs.sgml:
27356         * docs/libs/gst-plugins-libs-sections.txt:
27357         * docs/libs/tmpl/gstgconf.sgml:
27358         * docs/upload.mak:
27359         * docs/version.entities.in:
27360           Added boilerplate gtk-doc files for plugin-libs documentation.
27361
27362 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27363
27364         * gst/auparse/gstauparse.c: fix int and float audio caps
27365
27366 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27367
27368         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27369         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27370           g_assert() can be a macro, don't use #ifdef inside it.
27371
27372 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27373
27374         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27375
27376         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27377         (gst_videorate_init), (gst_videorate_chain),
27378         (gst_videorate_change_state):
27379           Event handling (fixes #159986).
27380
27381 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27382
27383         * gst-libs/gst/riff/riff-media.c:
27384         (gst_riff_create_video_caps_with_data):
27385           Add BLZ0 (Blizzard's version of DivX) fourcc.
27386
27387 2004-12-18  David Schleef  <ds@schleef.org>
27388
27389         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27390         portability fix.
27391
27392 2004-12-18  David Schleef  <ds@schleef.org>
27393
27394         * gst/tta/ttadec.h: Disable some header code that isn't used
27395         and clearly isn't portable.
27396
27397 2004-12-18  David Schleef  <ds@schleef.org>
27398
27399         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27400         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27401         (avcodec_get_pix_fmt), (avpicture_layout),
27402         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27403         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27404         Fix code to not use GCC extensions (and c99 extensions that
27405         Forte does not like.)
27406
27407 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27408
27409         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27410
27411         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27412         (gst_deinterlace_chain):
27413           Rowstride fixes. Fixes #161039.
27414         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27415         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27416         (gst_video_crop_getcaps), (gst_video_crop_link),
27417         (gst_video_crop_i420), (gst_video_crop_chain),
27418         (gst_video_crop_change_state):
27419           Rework of negotiation. Actually works now. Fixes #158650.
27420
27421 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27422
27423         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27424           That was very stupid.
27425
27426 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27427
27428         * gst/matroska/matroska-demux.c:
27429         (gst_matroska_demux_parse_blockgroup):
27430           Fix possible crasher.
27431
27432 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27433
27434         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27435         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27436           Lace sizes can be zero.
27437
27438 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27439
27440         * ext/musepack/gstmusepackdec.cpp:
27441           Fetch error return values. Fixes #161624.
27442         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27443           Really EOS.
27444
27445 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27446
27447         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27448           Work for truncated (unfinished download etc.) files. Fixes #160514.
27449
27450 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27451
27452         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27453           Fix for integer overflow. Makes #156001 not crash. Probably masks
27454           the real bug.
27455
27456 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27457
27458         * gst/ac3parse/gstac3parse.c: (plugin_init):
27459           Parsers never have ranks. Fixes #159651.
27460
27461 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27462
27463         * gst/playback/gstdecodebin.c: (compare_ranks):
27464           make sure the facotries are ordered the same every time even if they
27465           have the same rank by using the name
27466         * gst/playback/gstdecodebin.c: (find_compatibles):
27467           make sure we don't add factories to the list twice
27468
27469 2004-12-16  David Schleef  <ds@schleef.org>
27470
27471         * configure.ac: look for musepack headers as musepack/*.h
27472         (fixes #159847)
27473         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27474         * ext/musepack/gstmusepackreader.h: same
27475
27476 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27477
27478         * gst-libs/gst/riff/riff-read.c:
27479         (gst_riff_read_strf_auds_with_data):
27480           Read extradata correctly (fixes #155879).
27481
27482 2004-12-16  David Schleef  <ds@schleef.org>
27483
27484         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27485         audio.  does _not_ attempt or allow conversion unless channels
27486         is 1 or 2.
27487
27488 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27489
27490         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27491
27492 2004-12-16  David Schleef  <ds@schleef.org>
27493
27494         * gst/audioscale/gstaudioscale.c: the resample library only
27495         handles 1 or 2 channels.  Change caps to compensate.
27496
27497 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27498
27499         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27500         (gst_matroska_demux_audio_caps):
27501           Some MPEG-AAC hacks, because else it doesn't work...
27502
27503 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27504
27505         * gst-libs/gst/riff/riff-media.c:
27506         (gst_riff_create_video_caps_with_data),
27507         (gst_riff_create_video_template_caps):
27508           Add h264.
27509
27510 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27511
27512         * gst-libs/gst/audio/Makefile.am:
27513           Try to fix buildbot.
27514
27515 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27516
27517         * gst/tcp/gstmultifdsink.c:
27518           Clean up and uniformize debugging.
27519
27520 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27521
27522         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27523
27524         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27525         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27526         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27527         (gst_mpeg_demux_change_state):
27528           Reset on ready. Fixes 160276.
27529
27530 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27531
27532         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27533
27534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27535         (gst_ffmpegcsp_pad_link):
27536           Fix memleak (#154815).
27537
27538 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27539
27540         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27541
27542         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27543         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27544         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27545         * ext/musicbrainz/gsttrm.h:
27546           Add support for using a proxy server when getting a trm id from
27547           the MusicBrainz database (#149613).
27548
27549 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27550
27551         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27552
27553         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27554         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27555           Fix memleaks (#157233).
27556
27557 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27558
27559         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27560
27561         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27562         * gst-libs/gst/resample/resample.h:
27563         * gst/audioscale/gstaudioscale.c:
27564           Fix memleak (#159215).
27565
27566 2004-12-16  Toni Willberg  <toniw@iki.fi>
27567
27568         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27569
27570         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27571         * sys/oss/oss_probe.c: (main):
27572           Check for mono/stereo support (similar to samplerate probing),
27573           fixes #159433. Also add missing copyright header to oss_probe.c.
27574
27575 2004-12-15  David Schleef  <ds@schleef.org>
27576
27577         * configure.ac: add audioresample and cairo plugins.  Remove
27578         HAVE_MMX stuff, because it's not used.
27579         * ext/Makefile.am: same
27580         * ext/audioresample/Makefile.am: You are not ready for an
27581         audio resampling element based on audioresample.
27582         * ext/audioresample/gstaudioresample.c:
27583         * ext/audioresample/gstaudioresample.h:
27584         * ext/cairo/Makefile.am: You are not ready for overlay elements
27585         based on cairo.  Don't look too closely, these elements kinda
27586         suck right now.
27587         * ext/cairo/gstcairo.c: new
27588         * ext/cairo/gsttextoverlay.c: new
27589         * ext/cairo/gsttextoverlay.h: new
27590         * ext/cairo/gsttimeoverlay.c: new
27591         * ext/cairo/gsttimeoverlay.h: new
27592         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27593         problem with compilers that don't support variadic macros.
27594
27595 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27596
27597         Reviewed by:  David Schleef  <ds@schleef.org>
27598
27599         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27600         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27601         bit.  Also ran indent-gst.
27602         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27603         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27604         (gst_sunaudiosrc_setparams):
27605
27606 2004-12-14  David Schleef  <ds@schleef.org>
27607
27608         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27609         output rate to 16000.  Should fix #160235.
27610
27611 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27612
27613         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27614         Add typefinding for mpeg2 pes streams
27615
27616 2004-12-13  David Schleef  <ds@schleef.org>
27617
27618         * configure.ac:  Applied patch from bug #143659, making default
27619         sources and sinks OS-dependent (for Solaris), and added code
27620         for OS/X.
27621         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27622
27623 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27624
27625         * gst-libs/gst/riff/riff-media.c:
27626           forgot to add h2.64 to avidemux template caps
27627
27628 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27629
27630         * gst/wavenc/riff.h:
27631         * gst-libs/gst/riff/riff-media.c:
27632         * gst-libs/gst/riff/riff-ids.h:
27633         * gst/avi/gstavimux.c
27634         add 4CC code for VideoSoft h264 in AVI (VSSH)
27635           fixes bug #160655
27636         remove s323 from riff, it's quicktime specific :(
27637
27638 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27639
27640         * gst/asfdemux/README
27641         * gst/wavenc/riff.h
27642         * gst-libs/gst/riff/riff-ids.h
27643         * gst-libs/gst/riff/riff-media.c
27644         * gst/qtdemux/qtdemux.c:
27645           add new 4CC codes for h263 related codecs
27646           fixes partially bug #155163
27647
27648 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27649
27650         * configure.ac: Update polyaudio requirement to 0.7
27651         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27652
27653 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27654
27655         * gst/interleave/deinterleave.c:
27656         fix my name's spelling! :)
27657
27658 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27659
27660         * AUTHORS ChangeLog
27661         * gst/auparse/gstauparse.c
27662         * gst/interleave/deinterleave.c
27663         * gst/law/:
27664                 alaw-decode.c alaw-encode.c
27665                 mulaw-decode.c mulaw-encode.c
27666         * gst/oneton/gstoneton.c
27667         * sys/osxaudio/:
27668                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27669         * sys/osxvideo/:
27670                 cocoawindow.h cocoawindow.m
27671                 osxvideosink.h osxvideosink.m
27672
27673         put the same mail address for Zaheer Abbas Merali everywhere
27674
27675 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27676
27677         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27678           Align by packetsize, and assert that we a packet available before
27679           playing. The first makes webstreams work (they often include
27680           trailing padding data in a packet), the second allows pausing a
27681           ASF stream in totem without getting demux errors afterwards.
27682
27683 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27684
27685         * ext/ogg/gstoggdemux.c: (get_relative):
27686           Check for non-NULL before accessing member (end-of-chain).
27687
27688 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27689
27690         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27691         (cdparanoia_set_property), (cdparanoia_get_property):
27692         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27693         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27694         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27695         (dvdreadsrc_init), (dvdreadsrc_set_property),
27696         (dvdreadsrc_get_property):
27697         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27698         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27699           Synchronize property names where not yet the case. Devices are
27700           now device=X, other versions are deprecated (but still exist).
27701           Also use g_free() unconditionally.
27702         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27703         (setup_source), (gst_play_base_bin_get_property):
27704           Expose source.
27705
27706 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27707
27708         * configure.ac: move GCONF macro outside conditional for the am
27709           conditional. Fixes #160439
27710
27711 2004-12-08  David Schleef  <ds@schleef.org>
27712
27713         * tools/gst-visualise-m.m: Switch to elements that currently
27714         exist.
27715
27716 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27717
27718         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27719           We love wrong commas.
27720
27721 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27722
27723         * gst/matroska/matroska-demux.c:
27724         (gst_matroska_demux_handle_src_query):
27725           Don't set DEFAULT, unsupported - makes length display incorrectly
27726           in some cases.
27727
27728 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27729
27730         * gst/monoscope/README: remove blurb about files being GPL
27731         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27732         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27733           monoscope is now effectively LGPL licensed
27734
27735 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27736
27737         * gst/monoscope/README: Update information to be more correct
27738         * gst/monoscope/convolve.c: Relicense to LGPL
27739         * gst/monoscope/convolve.h: Relicense to LGPL
27740
27741 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27742
27743         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27744           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27745         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27746           set default_duration for mpeg1 audio
27747
27748 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27749
27750         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27751         * ext/alsa/gstalsa.h:
27752           refactor big chunks of the core caps negotiation code to make it
27753           a lot faster, because people claim it's really slow
27754           (actually, just cache the getcaps when the device is opened)
27755
27756 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27757
27758         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27759         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27760         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27761         (gst_a52dec_change_state), (plugin_init):
27762         * ext/a52dec/gsta52dec.h:
27763           Do something useful with timestamps. Make chain-based (since
27764           there's really no reason to be loopbased).
27765         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27766           Update current_byte/frame correctly.
27767
27768 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27769
27770         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27771         (gst_ape_demux_stream_init):
27772           Forward tags, too.
27773
27774 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27775
27776         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27777           Let's make sure we're done typefinding when detecting tags.
27778
27779 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27780
27781         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27782         (gst_ebml_read_init), (gst_ebml_read_use_event),
27783         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27784         (gst_ebml_read_seek), (gst_ebml_read_skip),
27785         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27786         (gst_ebml_read_master):
27787         * gst/matroska/ebml-read.h:
27788         * gst/matroska/matroska-demux.c:
27789         (gst_matroska_demux_parse_contents),
27790         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27791           Disgustingly evil hack for working around INTERRUPT events and
27792           their extremely annoying habit of being a pain in the ass. We
27793           simply peek a cluster before reading any of it.
27794
27795 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27796
27797         * ext/musepack/gstmusepackdec.cpp:
27798           There's also floating point libmusepacks.
27799
27800 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27801
27802         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27803         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27804           Set DURATION even if source buffer didn't. Also use increasing
27805           timestamps.
27806         * gst-libs/gst/riff/riff-media.c:
27807         (gst_riff_create_audio_caps_with_data):
27808           Block_align can have larger values than 8192.
27809
27810 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27811
27812         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27813         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27814         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27815         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27816           Fix caps.
27817
27818 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27819
27820         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27821           Fix logic bug.
27822
27823 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27824
27825         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27826           Yay, another one.
27827
27828 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27829
27830         * ext/esd/esdsink.c: (gst_esdsink_chain):
27831           Make error actually say something useful (fixes #156798).
27832         * gst-libs/gst/riff/riff-media.c:
27833         (gst_riff_create_video_caps_with_data),
27834         (gst_riff_create_video_template_caps):
27835           Add Intel Video 5.0 fourcc (IV50).
27836
27837 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27838
27839         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27840         detection on mono and stereo mp3 files.
27841
27842 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27843
27844         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27845           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27846           the contained stream).
27847
27848 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27849
27850         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27851           Oops, remove debug.
27852
27853 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27854
27855         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27856
27857         * gst/law/alaw-decode.c: (alawdec_getcaps):
27858         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27859           Prevent warnings when negotiating caps (fixes #159338).
27860
27861 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27862
27863         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27864         (gst_ffmpegcsp_chain):
27865           Remove old leftover that shouldn't be there...
27866
27867 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27868
27869         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27870
27871         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27872           Don't forward DISCONT events (fixes #159684).
27873
27874 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27875
27876         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27877           Unlink manually since sometimes bin disposal (and therefore
27878           pad unlinking) is delayed, which will cause a new media file
27879           to not be able to start playing instantly.
27880
27881 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27882
27883         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27884           On mute of an unlinked stream, check for pad availability so
27885           we don't crash on unlinked pad.
27886
27887 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27888
27889         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27890         (gst_avi_demux_massage_index):
27891           Fix quite humiliating bug in omitting 0-sized index chunks but
27892           forgetting to count them for timestamps.
27893
27894 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27895
27896         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27897           Actually leave the loop if we failed to sync. Don't crash.
27898
27899 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27900
27901         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27902         (gst_dvd_demux_process_private):
27903         * gst/mpegstream/gstdvddemux.h:
27904           Fix crash (#159759). Doesn't work, though. :-(.
27905
27906 2004-11-28  Benjamin Otte  <otte@gnome.org>
27907
27908         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27909           more overwriting protection due to modifying channels one by one
27910           instead of all at once
27911
27912 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27913
27914         * gst/audioconvert/gstchannelmix.c:
27915         (gst_audio_convert_fill_normalize):
27916           Normalize using absolute values.
27917
27918 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27919
27920         * configure.ac:
27921         * ext/Makefile.am:
27922         * ext/directfb/Makefile.am:
27923         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27924         (gst_directfbvideosink_get_pixel_format),
27925         (gst_directfbvideosink_get_format_from_fourcc),
27926         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27927         (gst_directfbvideosink_sink_link),
27928         (gst_directfbvideosink_change_state),
27929         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27930         (gst_directfbvideosink_buffer_alloc),
27931         (gst_directfbvideosink_interface_supported),
27932         (gst_directfbvideosink_interface_init),
27933         (gst_directfbvideosink_navigation_send_event),
27934         (gst_directfbvideosink_navigation_init),
27935         (gst_directfbvideosink_set_property),
27936         (gst_directfbvideosink_get_property),
27937         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27938         (gst_directfbvideosink_base_init),
27939         (gst_directfbvideosink_class_init),
27940         (gst_directfbvideosink_get_type), (plugin_init):
27941         * ext/directfb/directfbvideosink.h: Adding a first version of
27942         directfbvideosink.
27943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27944         more.
27945
27946 2004-11-28  Benjamin Otte  <otte@gnome.org>
27947
27948         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27949           walk the samples backwards if out_channels > in_channels so we don't
27950           overwrite data
27951
27952 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27953
27954         * gst/audioconvert/Makefile.am:
27955         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27956         (gst_audio_convert_link), (gst_audio_convert_change_state),
27957         (gst_audio_convert_channels):
27958         * gst/audioconvert/gstchannelmix.c:
27959         (gst_audio_convert_unset_matrix),
27960         (gst_audio_convert_fill_identical),
27961         (gst_audio_convert_fill_compatible),
27962         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27963         (gst_audio_convert_fill_others),
27964         (gst_audio_convert_fill_normalize),
27965         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27966         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27967         * gst/audioconvert/gstchannelmix.h:
27968           Implement a channel mixer.
27969
27970 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27971
27972         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27973         * ext/alsa/gstalsa.h:
27974         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27975         Make alsasink actually honor gst_element_set_clock and use that
27976         clock instead of its internal one.
27977
27978 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27979
27980         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27981         (gst_play_base_bin_change_state): nullify source and decoder when
27982         going from READY to NULL so that we don't try to do weird stuff with
27983         them when going from NULL to READY
27984         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27985         instead of g_object_unref
27986         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27987         it should be correct
27988         (gst_play_bin_change_state): don't call remove_sinks if we are
27989         currently disposing the object
27990
27991 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27992
27993         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27994           Don't forget bass if it's there. Else left channel is silent...
27995
27996 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27997
27998         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27999         (gst_a52dec_change_state):
28000           Don't do sample adjusting anymore, we use float audio now.
28001         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28002           Don't fixate to non-existing properties.
28003
28004 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28005
28006         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28007         (gst_a52dec_change_state):
28008           Advertise that we can do surround sound.
28009
28010 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28011
28012         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28013           Add buffer-frames=0.
28014         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28015         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28016         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28017         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28018         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28019         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28020         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28021         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28022         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28023         * ext/dvdread/dvdreadsrc.h:
28024           Add seeking, querying for bytes, sectors, title, angle and
28025           chapter. Handle multiple chapters. Relicense to LGPL because
28026           Billy agreed on that (thanks Billy!).
28027
28028 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28029
28030         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28031         call parent dispose method
28032
28033 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28034
28035         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28036         (gst_audio_clock_get_internal_time):
28037         Fix active <-> inactive transitions: ensure time value always
28038         grows and avoid abrupt value changes.
28039
28040 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28041
28042         * configure.ac:
28043         * gst/tta/Makefile.am:
28044         * gst/tta/crc32.h:
28045         * gst/tta/filters.h:
28046         * gst/tta/gsttta.c:
28047         * gst/tta/gstttadec.c:
28048         * gst/tta/gstttadec.h:
28049         * gst/tta/gstttaparse.c:
28050         * gst/tta/gstttaparse.h:
28051         * gst/tta/ttadec.h:
28052           added TTA parser and decoder
28053
28054 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28055
28056         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28057         (probe_triggered), (check_queue), (buffer_underrun),
28058         (buffer_running), (buffer_overrun), (gen_source_element),
28059         (setup_source):
28060         * gst/playback/gstplaybasebin.h:
28061           Implement buffering. Needs some more work.
28062
28063 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28064
28065         * ext/theora/theoradec.c: (theora_dec_chain):
28066           Fix ilog mask range overflow.
28067
28068 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28069
28070         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28071           Don't omit the last (which in case of dmix is the only :) )
28072           channel count. Don't set channels if <= 2.
28073
28074 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28075
28076         * gst/playback/gstplaybin.c: (gen_video_element),
28077         (gen_audio_element): Removed 2 obsolete comments
28078
28079 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28080
28081         * ext/vorbis/oggvorbisenc.c
28082         * ext/vorbis/vorbisenc.c :
28083           change description fields of those plugins to differentiate them
28084           (pitivi show Encoders by description, they had the same one)
28085
28086 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28087
28088         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28089
28090         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28091         (gst_play_bin_set_property), (gen_video_element),
28092         (gen_audio_element):
28093           Refcounting fixes for provided audio-/videosinks.
28094
28095 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28096
28097         * gst/playback/gstplaybin.c: (gen_video_element),
28098         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28099           Don't reference all sinks, but only the video- and audiosinks.
28100           The vis. element should be disposed when we're done with it.
28101           We don't have any reason to keep it around. This fixes warnings
28102           when reusing playbin for playing multiple audio files with
28103           vis. enabled. Also release audio device on pause - idea stolen
28104           from Rhythmbox.
28105
28106 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28107
28108         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28109         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28110         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28111         * ext/alsa/gstalsaplugin.c: (plugin_init):
28112         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28113         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28114         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28115         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28116         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28117         (gst_faad_change_state), (plugin_init):
28118         * ext/faad/gstfaad.h:
28119         * ext/vorbis/vorbis.c: (plugin_init):
28120         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28121         * gst-libs/gst/audio/Makefile.am:
28122         * gst-libs/gst/audio/audio.c: (plugin_init):
28123         * gst-libs/gst/audio/multichannel.c:
28124         (gst_audio_check_channel_positions),
28125         (gst_audio_get_channel_positions),
28126         (gst_audio_set_channel_positions),
28127         (gst_audio_set_structure_channel_positions_list),
28128         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28129         (gst_audio_fixate_channel_positions):
28130         * gst-libs/gst/audio/multichannel.h:
28131         * gst-libs/gst/audio/testchannels.c: (main):
28132         * gst/audioconvert/gstaudioconvert.c:
28133         (gst_audio_convert_class_init), (gst_audio_convert_init),
28134         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28135         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28136         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28137         * gst/audioconvert/plugin.c: (plugin_init):
28138           Surround sound support.
28139
28140 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28141
28142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28143           Fix position for discont if we're close as well. Nitpicking, but
28144           saves a few milliseconds of extra waiting or skipping.
28145
28146 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28147
28148         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28149           We sometimes need parsers for playback, so add those too.
28150
28151 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28152
28153         * configure.ac:
28154         * gst/apetag/Makefile.am:
28155         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28156         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28157         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28158         (gst_ape_demux_get_src_query_types),
28159         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28160         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28161         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28162         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28163         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28164         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28165         (gst_ape_demux_change_state):
28166         * gst/apetag/apedemux.h:
28167         * gst/apetag/apetag.c: (plugin_init):
28168         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28169         (plugin_init):
28170           APE v1/2 tag reader plus typefind function.
28171
28172 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28173
28174         * configure.ac:
28175         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28176         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28177           Remove hacks for older core. Require newer core version
28178           accordingly.
28179
28180 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28181
28182         * gst/cdxaparse/Makefile.am:
28183         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28184         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28185         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28186         * gst/cdxaparse/gstcdxaparse.h:
28187         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28188         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28189         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28190         (gst_cdxastrip_get_src_query_types),
28191         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28192         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28193         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28194         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28195         * gst/cdxaparse/gstcdxastrip.h:
28196           SVCD/VCD header stripping separated from CDXA image parsing.
28197         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28198         (plugin_init):
28199           Add VCD/SVCD header typefinding for VCD/SVCD.
28200         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28201         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28202         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28203         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28204         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28205         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28206         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28207         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28208         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28209         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28210         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28211         * sys/vcd/vcdsrc.h:
28212           Fix up, add seeking, querying, URI interface. Works in totem now.
28213
28214 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28215
28216         * configure.ac:
28217           back to CVS
28218
28219 === release 0.8.6 ===
28220
28221 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28222
28223         * NEWS:
28224         * RELEASE:
28225         * configure.ac:
28226         * po/af.po:
28227         * po/az.po:
28228         * po/cs.po:
28229         * po/en_GB.po:
28230         * po/hu.po:
28231         * po/it.po:
28232         * po/nb.po:
28233         * po/nl.po:
28234         * po/or.po:
28235         * po/sq.po:
28236         * po/sr.po:
28237         * po/sv.po:
28238         * po/uk.po:
28239           releasing 0.8.6, "IOU Love"
28240
28241 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28242
28243         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28244
28245         * gst/playback/gstplaybasebin.c:
28246           Fix unplayable files error handling.  Fixes #158365
28247
28248 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28249
28250         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28251
28252         * gst/typefind/gsttypefindfunctions.c:
28253           Fix broken mp3 typefinding.  Fixes #158375
28254
28255 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28256
28257         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28258
28259         * ext/ogg/gstoggdemux.c:
28260           Fix sync on broken files.  Fixes #158976
28261
28262 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28263
28264         patch by: Edward Hervey <bilboed@bilboed.com>
28265
28266         * ext/libpng/gstpngenc.c:
28267           Copy over buffer properties.  Fixes #158832
28268
28269 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28270
28271         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28272
28273         * ext/dvdread/dvdreadsrc.c:
28274           Fixes invalid reads (#158462)
28275
28276 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28277
28278         * sys/v4l/gstv4lsrc.c:
28279         * sys/v4l/gstv4lsrc.h:
28280         * sys/v4l/v4lsrc_calls.c:
28281           Probe less and cache it.  Fixes #159187.
28282
28283 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28284
28285         * gst/videorate/gstvideorate.c:
28286           Handle all video formats. Fixes #159186.
28287
28288 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28289         * gst/synaesthesia/gstsynaesthesia.c:
28290         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28291         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28292         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28293         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28294         (gst_synaesthesia_change_state), (plugin_init):
28295         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28296         Force 320x200 output, as that's the only thing the underlying
28297         synaesthesia implementation supports. Still needs to be made
28298         re-entrant.
28299
28300 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28301
28302         * configure.ac:
28303           Fix mpeg2enc configure check (similar to mplex check below).
28304
28305 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28306
28307         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28308
28309         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28310           Fix for gcc-2.95 (fixes #158221).
28311
28312 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28313
28314         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28315           Re-add clock distribution hack (until new core is released).
28316           Fixes #158125.
28317
28318 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28319         * configure.ac:
28320           fix mplex configure check segfaulting on some systems (bug #140994)
28321
28322 2004-11-13  Benjamin Otte  <otte@gnome.org>
28323
28324         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28325           add debugging
28326         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28327           do a wait when we enter the loop func with no data available to
28328           write instead of getting into an 100% CPU loop by just returning and
28329           being called again by the scheduler
28330
28331 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28332
28333         * configure.ac:
28334         * ext/libvisual/visual.c: (gst_visual_get_type),
28335         (libvisual_log_handler), (gst_visual_getcaps),
28336         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28337         (plugin_init):
28338           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28339         * ext/smoothwave/Makefile.am:
28340         * ext/smoothwave/demo-osssrc.c: (main):
28341         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28342         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28343         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28344         (plugin_init):
28345         * ext/smoothwave/gstsmoothwave.h:
28346           Make gstsmoothwave a working element in the 20th century.
28347
28348         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28349           Fix incorrect link function
28350
28351 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28352
28353         * gst/volume/gstvolume.c:
28354           Allow buffer-frames=0.
28355
28356 2004-11-12 Iain <iaingnome@gmail.com>
28357
28358         * configure.ac: Check for polypaudio
28359
28360         * ext/Makefile.am: Build the polyp dir
28361
28362         * ext/polyp: The polypsink sources.
28363
28364 2004-10-30 Iain <iaingnome@gmail.com>
28365
28366         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28367         caps to reflect the new number of channels.
28368
28369 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28370
28371         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28372           Fix for negotiation order problem. This would show when the
28373           ALSA loopfuction was called before any other function. ALSA
28374           wouldn't do anything because we're not negotiated yet, leading
28375           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28376
28377 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28378
28379         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28380
28381         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28382           No warnings (#157986).
28383
28384 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28385
28386         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28387           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28388
28389 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28390
28391         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28392           Signal no-more-pads (so it works in playbin).
28393
28394 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28395
28396         * ext/musepack/gstmusepackreader.cpp:
28397           Workaround for older core.
28398
28399 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28400
28401         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28402           Actually test for odd width/height rather than testing whether
28403           a temporary variable that was 0 before we subtracted 1 is now
28404           not equal to zero (which it always is).
28405
28406 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28407
28408         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28409         Fix compilation if HAVE_XVIDEO is not defined
28410
28411 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28412
28413         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28414         Fix compilation if HAVE_XVIDEO is not defined
28415
28416 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28417
28418         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28419         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28420         (gst_goom_change_state), (plugin_init):
28421         Use the bytestream adapter so goom doesn't depend on the input
28422         buffer size.
28423         Add a debug category
28424
28425 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28426
28427         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28428           Only set hardware parameters *after* negotiation. Before
28429           negotiation, it will set ANY and that seems to cause crashes
28430           (see e.g. #151288, #153227).
28431
28432 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28433
28434         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28435           This seems to be antique leftover. It needs to pass error
28436           checking.
28437         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28438         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28439         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28440         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28441           Fix GstXOverlay implementation (#151059).
28442
28443 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28444
28445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28446           Don't assert (#157853).
28447
28448 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28449
28450         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28451           Fix bytes/samples confustion.
28452         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28453           Fix for underrun (#144389).
28454
28455 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28456
28457         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28458           Disable halfway-seek for pending release (since it needs a new
28459           core release).
28460
28461 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28462
28463         * sys/v4l/gstv4lsrc.c:
28464         * sys/v4l/gstv4lsrc.h:
28465         * sys/v4l/v4lsrc_calls.c:
28466           add autoprobe-fps property so we can separate autoprobing parts
28467
28468 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28469
28470         * sys/v4l/gstv4lsrc.c:
28471         * sys/v4l/v4lsrc_calls.c:
28472         initialise fourcc to catch unset fourcc's, and debug
28473
28474 2004-11-09  Wim Taymans  <wim@fluendo.com>
28475
28476         * gst/playback/README:
28477         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28478         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28479         (gst_play_bin_dispose), (gst_play_bin_set_property),
28480         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28481         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28482         (gst_play_bin_get_formats), (gst_play_bin_convert),
28483         (gst_play_bin_get_query_types), (gst_play_bin_query):
28484         Cleanups and some more documentation.
28485
28486 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28487
28488         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28489         (gst_cacasink_init), (gst_cacasink_chain):
28490         * ext/libcaca/gstcacasink.h:
28491         Cacasink inherits from VideoSink, so let that store the clock.
28492
28493 2004-11-09  Wim Taymans  <wim@fluendo.com>
28494
28495         * gst/playback/README:
28496         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28497         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28498         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28499         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28500         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28501         (setup_sinks):
28502         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28503         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28504         * gst/playback/gststreaminfo.h:
28505         Updated README.
28506         Only switch groups if all streams have muted (EOSed).
28507         Send Tags in sync with the stream playback instead of in
28508         the playback/preroll phase.
28509         Some cleanups, free the fakesrc elements.
28510
28511 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28512
28513         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28514           buffer-frames property was missing
28515         * ext/arts/gst_arts.c:
28516           rate missing from sinkcaps
28517         * ext/audiofile/gstafparse.c:
28518         * ext/audiofile/gstafsink.c:
28519         * ext/audiofile/gstafsrc.c:
28520         * ext/swfdec/gstswfdec.c:
28521           int audio doesn't know buffer-frames
28522         * ext/cdparanoia/gstcdparanoia.c:
28523           int audio doesn't know chunksize either
28524         * ext/nas/nassink.c:
28525           it's endianness, not endianess
28526         * gst-libs/gst/audio/audio.h:
28527           make float standard pad template caps really describe float
28528         * gst/law/mulaw.c: (linear_factory):
28529           signed only, please
28530         * gst/mpegstream/gstdvddemux.c:
28531           widths of 20 are not valid
28532
28533 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28534
28535         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28536
28537         * po/LINGUAS:
28538         * po/it.po:
28539           Add Italian
28540
28541 2004-11-08  Wim Taymans  <wim@fluendo.com>
28542
28543         * gst/playback/README:
28544         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28545         * gst/playback/gstplaybasebin.c: (probe_triggered),
28546         (gst_play_base_bin_change_state):
28547         Updated README, added more comments for fixmes etc..
28548
28549 2004-11-08  Wim Taymans  <wim@fluendo.com>
28550
28551         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28552         We can remove this hack now.
28553
28554 2004-11-08  Wim Taymans  <wim@fluendo.com>
28555
28556         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28557         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28558         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28559         Only mix AYUV for maximum quality.
28560
28561 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28562
28563         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28564         (gst_ogg_demux_push), (gst_ogg_pad_push):
28565           Let's act as if we're synchronized now! :).
28566         * ext/theora/theoradec.c: (theora_dec_chain):
28567           Add some debug.
28568
28569 2004-11-08  Wim Taymans  <wim@fluendo.com>
28570
28571         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28572         (gst_alpha_set_property), (gst_alpha_sink_link),
28573         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28574         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28575         (gst_alpha_init_params), (gst_alpha_chain):
28576         Implement alpha functions for AYUV too, this increases
28577         accuracy quite a bit.
28578
28579 2004-11-08  Wim Taymans  <wim@fluendo.com>
28580
28581         * gst/ffmpegcolorspace/avcodec.h:
28582         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28583         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28584         (gst_ffmpegcsp_avpicture_fill):
28585         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28586         (gst_ffmpegcsp_caps_remove_format_info):
28587         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28588         (shrink12), (img_get_alpha_info), (deinterlace_line),
28589         (deinterlace_line_inplace):
28590         * gst/ffmpegcolorspace/imgconvert_template.h:
28591         Added AYUV colorspace and handle RGBA a bit more respectful.
28592
28593 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28594
28595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28596           Actually always send a discont (cornercase when resending the
28597           same serial-tagged chain twice).
28598
28599 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28600
28601         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28602         (gst_ximagesink_finalize):
28603         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28604         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28605
28606 2004-11-08  Wim Taymans  <wim@fluendo.com>
28607
28608         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28609         Don't segfault on NULL data.
28610
28611 2004-11-08  Wim Taymans  <wim@fluendo.com>
28612
28613         * gst/playback/gstdecodebin.c: (unlinked):
28614         * gst/playback/gstplay-marshal.list:
28615         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28616         (gst_play_base_bin_init), (group_create), (get_active_group),
28617         (get_building_group), (group_destroy), (group_commit),
28618         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28619         (add_element_stream), (no_more_pads), (probe_triggered),
28620         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28621         (state_change), (setup_source), (gst_play_base_bin_get_property),
28622         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28623         (gst_play_base_bin_link_stream),
28624         (gst_play_base_bin_get_streaminfo):
28625         * gst/playback/gstplaybasebin.h:
28626         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28627         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28628         Add support for chained ogg files. Prepare for playlist
28629         support. This patch introduces the concept of pad groups, which
28630         together compose one playable media file.
28631
28632 2004-11-07  David Schleef  <ds@schleef.org>
28633
28634         * testsuite/gst-lint: Check for pad templates that aren't statically
28635         scoped.
28636
28637 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28638
28639         * configure.ac:
28640         * ext/Makefile.am:
28641         * ext/musepack/Makefile.am:
28642         * ext/musepack/gstmusepackdec.cpp:
28643         * ext/musepack/gstmusepackdec.h:
28644         * ext/musepack/gstmusepackreader.cpp:
28645         * ext/musepack/gstmusepackreader.h:
28646           Add musepack decoder.
28647         * ext/faad/gstfaad.c: (gst_faad_base_init):
28648           Make pad templates static.
28649         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28650         (plugin_init):
28651           Add musepack typefinder, make mp3 typefinding work halfway stream,
28652           which doesn't actually work yet because id3demux doesn't implement
28653           _get_length().
28654
28655 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28656
28657         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28658         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28659           Fix interrupt event handling (#144436).
28660
28661 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28662
28663         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28664           Hide unused glory.
28665
28666 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28667
28668         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28669
28670         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28671           Fix weird caps (#157548).
28672
28673 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28674
28675         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28676
28677         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28678           Add missing NULL terminator (#157543).
28679
28680 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28681
28682         * gst/tcp/gsttcp.h:
28683         * gst/tcp/gsttcpclientsink.c:
28684         * gst/tcp/gsttcpclientsrc.c:
28685         * gst/tcp/gsttcpserversink.c:
28686         * gst/tcp/gsttcpserversrc.c:
28687           ports can go up to 65535.  Move common defines to gsttcp.h
28688
28689 2004-11-05  Wim Taymans  <wim@fluendo.com>
28690
28691         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28692         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28693         Added two more colorspaces.
28694
28695 2004-11-05  Wim Taymans  <wim@fluendo.com>
28696
28697         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28698         (gst_ffmpegcsp_avpicture_fill):
28699         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28700         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28701         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28702         More stride fixes.
28703
28704 2004-11-05  Wim Taymans  <wim@fluendo.com>
28705
28706         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28707         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28708         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28709         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28710         (gst_videomixer_loop):
28711         More stride fixes.
28712
28713 2004-11-05  Benjamin Otte  <otte@gnome.org>
28714
28715         * ext/mad/gstmad.c: (gst_mad_chain):
28716           don't overflow data buffer. Flush not needed sync data when syncing
28717           failed.
28718
28719 2004-11-04  Wim Taymans  <wim@fluendo.com>
28720
28721         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28722         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28723         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28724         (gst_alpha_init_params), (gst_alpha_chain),
28725         (gst_alpha_change_state):
28726         Updated the chroma keying algorithm with something more
28727         sophisticated.
28728
28729 2004-11-03  Wim Taymans  <wim@fluendo.com>
28730
28731         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28732         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28733         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28734         Fix stride issues. Does not completely work for odd
28735         heights.
28736
28737 2004-11-03  Wim Taymans  <wim@fluendo.com>
28738
28739         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28740         (gst_alpha_chroma_key), (gst_alpha_chain):
28741         Fix stride issues. Does not completely work for odd
28742         heights.
28743
28744 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28745
28746         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28747         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28748         leak fixes
28749
28750 2004-11-03  Wim Taymans  <wim@fluendo.com>
28751
28752         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28753         (gst_ffmpegcsp_avpicture_fill):
28754         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28755         (avpicture_alloc):
28756         * gst/ffmpegcolorspace/imgconvert_template.h:
28757         Use correct _fill function to get correct strides.
28758
28759 2004-11-02  David Schleef  <ds@schleef.org>
28760
28761         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28762         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28763         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28764         Change all g_print()s to debugging.  Add a bunch of consistency
28765         checks.
28766
28767 2004-11-02  Wim Taymans  <wim@fluendo.com>
28768
28769         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28770         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28771         (unlinked), (no_more_pads), (close_link):
28772         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28773         (unknown_type), (add_element_stream), (new_decoded_pad),
28774         (removed_decoded_pad), (setup_source):
28775         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28776         (gst_stream_info_class_init), (gst_stream_info_init),
28777         (gst_stream_info_new), (gst_stream_info_dispose),
28778         (stream_info_mute_pad), (gst_stream_info_set_property),
28779         (gst_stream_info_get_property):
28780         * gst/playback/gststreaminfo.h:
28781         Fix playback of multiple files.
28782         a slightly different approach to handling dynamic pad removals.
28783         This one only looks at pads that we have linked.
28784
28785 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28786
28787         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28788         free" warning from libc.
28789
28790 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28791
28792         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28793         (get_unconnected_element), (remove_starting_from), (pad_removed),
28794         (close_link):
28795           Implement support for dynamic pad changing. We listen to "live"
28796           pad removals (i.e. while playing) and re-setup autoplugging
28797           after that. Playbasebin/playbin need some more work for this
28798           to finally work, but decodebin supports (and replugs) chained
28799           ogg now.
28800
28801 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28802
28803         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28804         (gst_alsa_finalize):
28805         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28806         (gst_cdaudio_finalize):
28807         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28808         (cdparanoia_finalize):
28809         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28810         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28811         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28812         (dvdreadsrc_finalize):
28813         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28814         (gst_flacdec_finalize):
28815         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28816         (gst_flacenc_finalize):
28817         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28818         (gst_gnomevfssink_finalize):
28819         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28820         (gst_gnomevfssrc_finalize):
28821         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28822         (gst_fameenc_finalize):
28823         * ext/nas/nassink.c: (gst_nassink_class_init),
28824         (gst_nassink_finalize):
28825         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28826         (gst_sdlvideosink_class_init):
28827         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28828         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28829         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28830         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28831         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28832         (gst_x_window_listener_dispose):
28833         * gst/audioscale/gstaudioscale.c:
28834         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28835         (play_on_demand_finalize):
28836         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28837         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28838         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28839         (cdplayer_finalize):
28840         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28841         (gst_glimagesink_class_init):
28842         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28843         (gst_osselement_finalize):
28844         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28845         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28846         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28847           Fixes a bunch of problems with finalize and dispose functions,
28848           either assumptions that dispose is only called once, or not calling
28849           the parent class dispose/finalize function
28850
28851 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28852
28853         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28854           added two api precondition guards
28855           use g_strdup with getenv to fix crash when using ENVVAR
28856
28857 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28858         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28859         (gst_esdsink_finalize):
28860         Use a finalize function, not dispose, and more importantly,
28861         call the parent class finalize function too
28862
28863 2004-11-01  Johan Dahlin  <johan@gnome.org>
28864
28865         * ext/ogg/gstoggdemux.c:
28866         * gst/tags/gstvorbistag.c:
28867         Plug leaks.
28868
28869 2004-10-31  Benjamin Otte  <otte@gnome.org>
28870
28871         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28872           lotsa memleaks today. But they're all small...
28873
28874 2004-10-31  Benjamin Otte  <otte@gnome.org>
28875
28876         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28877           another memleak crushed
28878
28879 2004-10-31  Benjamin Otte  <otte@gnome.org>
28880
28881         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28882           fix memleak
28883
28884 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28885
28886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28887           Hack to prevent crash when going to READY inside signal handler
28888           while this function is active.
28889
28890 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28891
28892         * gst/ffmpegcolorspace/Makefile.am:
28893         * gst/ffmpegcolorspace/avcodec.h:
28894         * gst/ffmpegcolorspace/common.h:
28895         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28896         * gst/ffmpegcolorspace/dsputil.h:
28897         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28898         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28899         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28900         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28901         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28902         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28903         (gst_ffmpegcsp_avpicture_fill):
28904         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28905         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28906         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28907         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28908         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28909         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28910         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28911         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28912         * gst/ffmpegcolorspace/imgconvert.c:
28913         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28914         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28915         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28916         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28917         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28918         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28919         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28920         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28921         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28922         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28923         (grow21), (grow22), (grow41), (grow44), (conv411),
28924         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28925         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28926         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28927         (avpicture_free), (is_yuv_planar), (img_convert),
28928         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28929         (deinterlace_line_inplace), (deinterlace_bottom_field),
28930         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28931         * gst/ffmpegcolorspace/imgconvert_template.h:
28932         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28933         * gst/ffmpegcolorspace/mmx.h:
28934         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28935         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28936         (av_freep), (avcodec_get_context_defaults),
28937         (avcodec_alloc_context), (avcodec_init):
28938           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28939           handling plus update from ffmpeg CVS. Large clean-up.
28940
28941 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28942
28943         * gst/playback/Makefile.am:
28944           We need the marshallers for decodebin, too.
28945
28946 2004-10-30  David Schleef  <ds@schleef.org>
28947
28948         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28949           quicktime typefinding work with 64-bit offsets.
28950
28951 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28952
28953         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28954           Set EOS on the element when processing an EOS event.
28955         * ext/speex/gstspeexdec.h:
28956         * ext/speex/gstspeexenc.h:
28957           Only keep a const ptr to the mode
28958         * gst-libs/gst/riff/riff-media.c:
28959         (gst_riff_create_audio_caps_with_data),
28960         (gst_riff_create_audio_template_caps):
28961           Allow WMAV3, with up to 6 channels.
28962         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28963           Don't call gst_pad_set_event_function on a sink pad.
28964         * gst/mpegstream/gstdvddemux.c:
28965         (gst_dvd_demux_get_subpicture_stream),
28966         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28967           Copy the explicit caps that were set across to the cur_* pads,
28968           instead of trying to use a possibly non-existent negotiated caps.
28969           Reset the type of subpicture pads to UNKNOWN after calling
28970           init_stream, so that the caps get set.
28971
28972 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28973
28974         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28975
28976         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28977           Don't touch buffer if it is of size 0 (fixes #151064).
28978
28979 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28980
28981         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28982           Synchronized discont handling.
28983
28984 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28985
28986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28987         (gst_ogg_demux_push):
28988           Make seeking sort-of exact again (fixes #156387).
28989
28990 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28991
28992         * gst/playback/gstplaybasebin.c: (unknown_type),
28993         (add_element_stream), (new_decoded_pad),
28994         (gst_play_base_bin_change_state):
28995         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28996         (gst_stream_info_init), (gst_stream_info_new),
28997         (gst_stream_info_dispose), (gst_stream_info_get_property):
28998         * gst/playback/gststreaminfo.h:
28999           Make caps explicitely available. Makes testing for unsupported
29000           types possible. Improves error reporting.
29001
29002 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29003
29004         * gst/audioconvert/gstaudioconvert.c:
29005         (gst_audio_convert_buffer_to_default_format):
29006           Really don't touch read-only buffers (#156563).
29007
29008 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29009
29010         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29011
29012         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29013           Fix memleak (#155223).
29014
29015 2004-10-29  Wim Taymans  <wim@fluendo.com>
29016
29017         * gst/tcp/.cvsignore:
29018         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29019         (gst_multifdsink_class_init), (gst_multifdsink_init),
29020         (gst_multifdsink_add), (gst_multifdsink_remove),
29021         (gst_multifdsink_remove_client_link), (is_sync_frame),
29022         (gst_multifdsink_new_client),
29023         (gst_multifdsink_handle_client_write),
29024         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29025         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29026         (gst_multifdsink_get_property):
29027         * gst/tcp/gstmultifdsink.h:
29028         Added burst on connect sync_method, deprecated sync_clients,
29029         streamlined the sync code some more.
29030
29031 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29032
29033         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29034         (gst_play_base_bin_change_state):
29035           Improve error reporting.
29036
29037 2004-10-28  Wim Taymans  <wim@fluendo.com>
29038
29039         * gst/tcp/Makefile.am:
29040         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29041         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29042         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29043         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29044         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29045         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29046         (gst_fdset_wait):
29047         Added more locks around fdset structures. Fixed/reworked
29048         the poll array resizing code.
29049         Added stress test for fdset.
29050
29051 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29052
29053         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29054         fix build
29055
29056 2004-10-28  Benjamin Otte  <otte@gnome.org>
29057
29058         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29059           fix link function to always query channels and query width for
29060           floats
29061         * configure.ac:
29062           add equalizer dir
29063         * gst/equalizer/Makefile.am:
29064         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29065         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29066         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29067         (arg_to_scale), (setup_filter),
29068         (gst_iir_equalizer_compute_frequencies),
29069         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29070         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29071         (plugin_init):
29072           add an equalizer
29073
29074 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29075
29076         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29077
29078         * po/LINGUAS:
29079         * po/nb.po:
29080           Added Norwegian Bokmaal translation
29081
29082 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29083
29084         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29085           Don't break on options (fixes #156488).
29086
29087 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29088
29089         * configure.ac:
29090         * ext/cdaudio/Makefile.am:
29091         * sys/Makefile.am:
29092           fix build on older automake
29093
29094 2004-10-26  Wim Taymans  <wim@fluendo.com>
29095
29096         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29097         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29098         Allow a little margin when negotiating the framerate.
29099
29100 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29101
29102         * gst/level/gstlevel.c:
29103           synchonised naming of pads and pad-templates
29104
29105 2004-10-26  Wim Taymans  <wim@fluendo.com>
29106
29107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29108         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29109         (_find_streams_check), (gst_ogg_demux_push):
29110         Fix EOS again. Needs to be done in a better way. We should not
29111         remove the pad if there is no new chained stream.
29112
29113 2004-10-26 Iain <iaingnome@gmail.com>
29114
29115         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29116         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29117         of the caps.
29118         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29119         pad.
29120         (interleave_release_pad): Remove the pad.
29121         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29122         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29123         the set device.
29124         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29125         attrs
29126         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29127         (gst_xvimagesink_finalize): Free the par.
29128
29129 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29130
29131         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29132         (gst_avimux_stop_file):
29133           First calculate the rate, and only then use it. Hdr.rate is a
29134           multiple and not a derivative of hdr.scale. Scale is not the
29135           same as blockalign but is solely related to rate.
29136
29137 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29138
29139         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29140         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29141           Implement seeking.
29142
29143 2004-10-25  James Henstridge  <james@jamesh.id.au>
29144
29145         Reviewed by:  David Schleef  <ds@schleef.org>
29146
29147         * examples/gstplay/player.c: (got_stream_length), (main):
29148         * examples/seeking/cdplayer.c: (update_scale):
29149         * examples/seeking/seek.c: (format_value), (update_scale):
29150         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29151         (stop_seek):
29152         Build fixes on AMD64.
29153
29154 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29155
29156         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29157
29158         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29159         Fix for some v4l cards which hang in v4lsrc
29160
29161 2004-10-25  Wim Taymans  <wim@fluendo.com>
29162
29163         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29164         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29165         Make sure to remove the pad when a new chain is
29166         encountered. Set some vars to NULL so we don't try
29167         to reference freed memory.
29168
29169 2004-10-25  Wim Taymans  <wim@fluendo.com>
29170
29171         * examples/seeking/Makefile.am:
29172         * examples/seeking/cdplayer.c: (update_scale):
29173         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29174         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29175         (format_value), (update_scale), (iterate), (start_seek),
29176         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29177         (print_usage), (main):
29178         Added some more examples, update others.
29179
29180 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29181
29182         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29183         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29184         * ext/theora/theoradec.c: (theora_dec_chain):
29185         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29186           Add codec-name metadata.
29187
29188 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29189
29190         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29191
29192         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29193         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29194         * ext/alsa/gstalsamixertrack.h:
29195         * po/POTFILES.in:
29196           ALSA mixer track label internationalization (#154054).
29197
29198 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29199
29200         * ext/theora/theoradec.c: (theora_dec_chain):
29201           Export bitrate as metadata.
29202
29203 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29204
29205         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29206         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29207         * ext/alsa/gstalsamixertrack.h:
29208           Fix names, fix loop.
29209
29210 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29211
29212         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29213         (speex_dec_convert):
29214           sinkconvert function so oggdemux can get the file length (totem).
29215
29216 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29217
29218         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29219
29220         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29221           Don't push incomplete packets.
29222         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29223           Fix MPEG-4 audio typefinding.
29224
29225 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29226
29227         * sys/v4l/Makefile.am:
29228         * sys/v4l/gstv4l.c: (plugin_init):
29229         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29230         (gst_v4lelement_init), (gst_v4lelement_dispose),
29231         (gst_v4lelement_change_state):
29232         * sys/v4l/gstv4lelement.h:
29233         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29234         (gst_v4l_xoverlay_close), (idle_refresh),
29235         (gst_v4l_xoverlay_set_xwindow_id):
29236         * sys/v4l/gstv4lxoverlay.h:
29237         * sys/v4l/v4l-overlay_calls.c:
29238         * sys/v4l/v4l_calls.h:
29239         * sys/v4l2/Makefile.am:
29240         * sys/v4l2/gstv4l2.c: (plugin_init):
29241         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29242         (gst_v4l2element_init), (gst_v4l2element_dispose),
29243         (gst_v4l2element_change_state):
29244         * sys/v4l2/gstv4l2element.h:
29245         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29246         (gst_v4l2_xoverlay_close), (idle_refresh),
29247         (gst_v4l2_xoverlay_set_xwindow_id):
29248         * sys/v4l2/gstv4l2xoverlay.h:
29249         * sys/v4l2/v4l2-overlay_calls.c:
29250         * sys/v4l2/v4l2_calls.h:
29251           Remove client-side overlay handling, use the X-server v4l plugin
29252           for that. Nicer overlay, less code. Also make the plugin
29253           compileable without X (but then without overlay, obviously).
29254           Makes xwindowlistener obsolete, should we remove that?
29255
29256 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29257
29258         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29259         (gst_osssrc_src_query):
29260         * sys/oss/gstosssrc.h:
29261           OK, so people want offset in DEFAULT. This time, actually fix all
29262           cases.
29263         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29264           Add FPS properly.
29265
29266 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29267
29268         * gst/asfdemux/gstasfmux.c:
29269         * gst/avi/gstavimux.c:
29270           Framerate.
29271
29272 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29273
29274         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29275           Fix properties (channel, norm, frequency).
29276
29277 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29278
29279         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29280           Flag typo.
29281         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29282           No warnings.
29283
29284 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29285
29286         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29287           Fix hang.
29288
29289 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29290
29291         * sys/v4l2/gstv4l2element.h:
29292           Yet Another Hack (tm) for kernel header borkedness.
29293         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29294         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29295         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29296         (gst_v4l2src_change_state):
29297         * sys/v4l2/gstv4l2src.h:
29298         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29299         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29300           Fix caps, keep track of state, work.
29301
29302 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29303
29304         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29305           Quiet.
29306
29307 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29308
29309         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29310           Don't mix bytes and samples.
29311
29312 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29313
29314         * ext/ogg/gstoggmux.c:
29315           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29316           and theora. Any is incorrect.
29317         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29318           Fix caps.
29319         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29320         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29321         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29322         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29323         * sys/v4l/gstv4lmjpegsrc.h:
29324         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29325         (gst_v4lsrc_change_state):
29326         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29327         (gst_v4lmjpegsrc_capture_stop):
29328           Fix caps. Keep track of internal state. Work.
29329
29330 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29331
29332         * ext/Makefile.am:
29333           Fix the build fixes.
29334
29335 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29336
29337         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29338         (gst_ogg_demux_src_event), (_find_chain_seek),
29339         (gst_ogg_pad_push):
29340           Check for pad availability before using it.
29341         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29342           Fix parsing of chained ogg. Needs more work on the decoder side.
29343
29344 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29345
29346         * gst/spectrum/Makefile.am:
29347         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29348         (idle_func):
29349           Fix demo and reenable it. Yes, I'm currently playing with audio
29350           analysis tools
29351
29352 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29353
29354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29355           We love it if files that start at zero work too...
29356
29357 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29358
29359         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29360           Handle files with missing EOS headers.
29361
29362 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29363
29364         * gst/tcp/gsttcpserversink.c:
29365         (gst_tcpserversink_handle_server_read),
29366         (gst_tcpserversink_init_send):
29367         Zero some variables first (need for accept not to return EINVAL)
29368
29369 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29370
29371         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29372         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29373         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29374         (theora_dec_chain):
29375         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29376         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29377           Seeking and querying finetune.
29378
29379 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29380
29381         * configure.ac:
29382         * ext/Makefile.am:
29383         * ext/raw1394/Makefile.am:
29384           fix the build
29385
29386 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29387
29388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29389           Wrong return.
29390         * gst/playback/Makefile.am:
29391         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29392         * gst/playback/gstplay-marshal.list:
29393         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29394           Fix marshallers.
29395
29396 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29397
29398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29399           Silence.
29400
29401 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29402
29403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29404         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29405         (gst_ogg_pad_push):
29406           Yay for non-lineair granulepos in theora.
29407
29408 2004-10-18  Wim Taymans  <wim@fluendo.com>
29409
29410         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29411         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29412         * ext/dv/gstdvdec.h:
29413         Make sure we renegotiate aspect ratio when the camera switches.
29414
29415 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29416
29417         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29418         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29419           Start at zero.
29420         * ext/theora/theoradec.c: (theora_dec_chain):
29421           Skip headers. Bad idea for chained ogg, but fixes seeking.
29422
29423 2004-10-18  Wim Taymans  <wim@fluendo.com>
29424
29425         * configure.ac:
29426         I swear, this is the last time I touch this.
29427
29428 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29429
29430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29431         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29432         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29433           Faster seeking.
29434         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29435           Time-to-default conversion.
29436         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29437           Don't error on unknown packets, just skip. We should probably
29438           read them if we want to support chained ogg.
29439
29440 2004-10-18  Wim Taymans  <wim@fluendo.com>
29441
29442         * configure.ac:
29443         Added cdaudio to wrong list.
29444
29445 2004-10-18  Wim Taymans  <wim@fluendo.com>
29446
29447         * configure.ac:
29448         Revive cdaudio.
29449
29450 2004-10-18  Wim Taymans  <wim@fluendo.com>
29451
29452         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29453         (gst_dvdec_video_link), (gst_dvdec_push):
29454         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29455         (gst_smokeenc_resync), (gst_smokeenc_chain):
29456         Fix mimetype on smoke encoder.
29457         Add aspect ratio to dvdec. Not sure if these
29458         values are correct though....
29459
29460 2004-10-18  Wim Taymans  <wim@fluendo.com>
29461
29462         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29463         Fix vorbis property descriptions and ranges.
29464
29465 2004-10-18  Wim Taymans  <wim@fluendo.com>
29466
29467         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29468         Really do nothing when no data is available.
29469         Go to the playing state when the stream is not seekable
29470         instead of failing.
29471
29472 2004-10-18  Wim Taymans  <wim@fluendo.com>
29473
29474         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29475         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29476         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29477         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29478         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29479         Added uri handler for cd://
29480         Port to new API.
29481
29482 2004-10-18  Wim Taymans  <wim@fluendo.com>
29483
29484         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29485         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29486         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29487         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29488         (remove_prerolls), (unknown_type), (add_element_stream),
29489         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29490         (gst_play_base_bin_remove_element),
29491         (gst_play_base_bin_link_stream):
29492         * gst/playback/gstplaybin.c: (gen_video_element),
29493         (gen_vis_element), (remove_sinks), (setup_sinks):
29494         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29495         (gst_stream_info_get_type), (gst_stream_info_class_init),
29496         (gst_stream_info_init), (gst_stream_info_new),
29497         (gst_stream_info_dispose), (stream_info_mute_pad),
29498         (gst_stream_info_set_property), (gst_stream_info_get_property):
29499         * gst/playback/gststreaminfo.h:
29500         Add sink padtemplate to decodebin.
29501         Added some more comments.
29502         Make queue size configurable in playbasebin.
29503         Added possibility to use elements as sinks (ex cdaudio).
29504
29505 2004-10-15  Wim Taymans  <wim@fluendo.com>
29506
29507         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29508         (gst_speexenc_chain):
29509         Fix speex timestamps so that it gets muxed properly.
29510
29511 2004-10-15  Wim Taymans  <wim@fluendo.com>
29512
29513         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29514         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29515         (gst_dv1394src_init), (gst_dv1394src_dispose),
29516         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29517         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29518         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29519         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29520         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29521         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29522         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29523         * ext/raw1394/gstdv1394src.h:
29524         Added conversion/query functions.
29525         Update buffer timestamps,
29526         Added signals.
29527         Added uri dv:// so it might play from the firewire in playbin.
29528         Fix a possible leak.
29529         Added debugging.
29530
29531 2004-10-15  Wim Taymans  <wim@fluendo.com>
29532
29533         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29534         (gst_dv1394src_init), (gst_dv1394src_set_property),
29535         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29536         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29537         * ext/raw1394/gstdv1394src.h:
29538         Added AV/C VTR control support needed for some cameras.
29539         Added automatic port detection.
29540         Added properties for selecting the channel.
29541         The configure.ac script is not yet updated to reflect the
29542         new libavc1394 and librom1394 dependencies.
29543
29544 2004-10-15  Wim Taymans  <wim@fluendo.com>
29545
29546         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29547         (qtdemux_parse), (gst_qtdemux_handle_esds):
29548         An esds box is not a container.
29549         Fix parsing of mp4v boxes.
29550         Do not try to renegotiate fps for each frame. Need to
29551         find a better method. This should fix mp4 playback.
29552
29553 2004-10-14  David Schleef  <ds@schleef.org>
29554
29555         * configure.ac: update for swfdec-0.3 and liboil-0.2
29556         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29557         * ext/swfdec/gstswfdec.h: same
29558         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29559         * gst/videotestsrc/videotestsrc.c: same
29560
29561 2004-10-14  Wim Taymans  <wim@fluendo.com>
29562
29563         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29564         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29565         (is_sync_frame), (gst_multifdsink_new_client),
29566         (gst_multifdsink_handle_client_write),
29567         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29568         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29569         Turn warnings into info.
29570         Don't allow a state change in the streaming thread.
29571
29572 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29573
29574         * ext/vorbis/oggvorbisenc.c:
29575         * ext/vorbis/vorbisdec.c:
29576           fix template sample rate
29577
29578 2004-10-13  Wim Taymans  <wim@fluendo.com>
29579
29580         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29581         Decoding the header first fixes some problems in resyncing
29582         in more mp3s.
29583
29584 2004-10-12  Wim Taymans  <wim@fluendo.com>
29585
29586         * gst/playback/gstplaybin.c: (gen_video_element),
29587         (gen_vis_element), (remove_sinks), (setup_sinks):
29588         Added vis plugin support, need to configure the vis
29589         element to activate it.
29590
29591 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29592
29593         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29594         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29595           Some debug.
29596         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29597         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29598         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29599         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29600         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29601         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29602         * gst/avi/gstavidemux.h:
29603           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29604           recovery (where, if part of the index is broken, we will still read
29605           the rest of the index and recover the broken part by stream
29606           scanning). More broken media support. EOS workarounds. General AVI
29607           braindamage headache recovery. Aspirin included.
29608
29609 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29610
29611         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29612         (cdparanoia_event), (cdparanoia_query):
29613           Get rid of hideous lead-in.
29614
29615 2004-10-11  Wim Taymans  <wim@fluendo.com>
29616
29617         * gst/playback/gstplaybasebin.c: (setup_source):
29618         Wrong var used to get g_list_next.
29619
29620 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29621
29622         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29623         (cdparanoia_get), (cdparanoia_open):
29624           Report discid as metadata, add duration.
29625
29626 2004-10-11  Wim Taymans  <wim@fluendo.com>
29627
29628         * gst/playback/gstplaybasebin.c: (setup_source):
29629         Cleanup the previous pipeline a little earlier for the
29630         case that a source element provides raw data.
29631
29632 2004-10-11  Benjamin Otte  <otte@gnome.org>
29633
29634         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29635           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29636           consuming the last 128 bytes, even though it was valid mp3 data.
29637
29638 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29639
29640         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29641         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29642         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29643         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29644
29645 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29646
29647         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29648         Fix for webcams that support only specific width or height
29649
29650 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29651
29652         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29653
29654         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29655           Fix wrong discont event setup (fixes #154967).
29656
29657 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29658
29659         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29660
29661         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29662           Error out on invalid data (fixes #154807).
29663
29664 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29665
29666         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29667
29668         * ext/dvdread/dvdreadsrc.c: (_read):
29669           Make titles > 0 work again (fixes #154834).
29670
29671 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29672
29673         * gst-libs/gst/riff/riff-media.c:
29674         (gst_riff_create_video_template_caps):
29675           WMV3 missing in template caps.
29676
29677 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29678
29679         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29680           OK, so the original code was too strict. It makes random AVI files
29681           hang for seconds upon opening, which is unacceptable and is far
29682           beyond the original goal of getting multiple chunks for one-chunk
29683           sounc stream files. So now do just that.
29684
29685 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29686
29687         * gst/playback/gstplaybasebin.c: (setup_source),
29688         (gst_play_base_bin_change_state):
29689           Actually clean up streaminfo if output fails. This would trigger
29690           if, for example, there was no CD in the drive. No preroll, so
29691           a streaminfo structure is created, but the subsequent state change
29692           of the thread fails.
29693         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29694           Don't change state if parent failed.
29695
29696 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29697
29698         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29699         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29700         (gen_video_element), (remove_sinks):
29701           Add small bits of code for screenshot handling.
29702
29703 2004-10-08  Wim Taymans  <wim@fluendo.com>
29704
29705         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29706         (gen_video_element), (gen_audio_element), (setup_sinks):
29707         Don't assume the user provided sinks are named "sink"...
29708
29709 2004-10-08  Wim Taymans  <wim@fluendo.com>
29710
29711         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29712         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29713         (gst_play_base_bin_link_stream):
29714         Do not try to autoplug sources that generate raw streams like
29715         cdparanoia.
29716         disconnect the preroll overrun signal when we don't need it anymore.
29717
29718 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29719
29720         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29721         Added reworked patch from #154903 from milosz derezynski (deadchip).
29722
29723 2004-10-08  Wim Taymans  <wim@fluendo.com>
29724
29725         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29726         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29727         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29728         (cdparanoia_convert), (cdparanoia_uri_get_type),
29729         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29730         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29731         * ext/cdparanoia/gstcdparanoia.h:
29732         This adds the cdda://<tracknum> uri.
29733
29734 2004-10-08  Wim Taymans  <wim@fluendo.com>
29735
29736         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29737         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29738         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29739         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29740         (unknown_type), (gst_play_base_bin_remove_element),
29741         (gst_play_base_bin_link_stream):
29742         * gst/playback/gstplaybasebin.h:
29743         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29744         (gst_play_bin_set_property), (gen_video_element),
29745         (gen_audio_element), (setup_sinks):
29746         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29747         (gst_stream_info_get_type), (gst_stream_info_class_init),
29748         (gst_stream_info_init), (gst_stream_info_new),
29749         (gst_stream_info_dispose), (stream_info_mute_pad),
29750         (gst_stream_info_set_property), (gst_stream_info_get_property):
29751         * gst/playback/gststreaminfo.h:
29752         Reuse the audio and video bins.
29753         Some internal cleanups in the stream selection code.
29754
29755 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29756
29757         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29758         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29759         * sys/ximage/ximagesink.h:
29760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29761         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29762         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29763         not coming from those elements. Moreover these elements should not keep
29764         the xid they have been given when in NULL state.
29765
29766 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29767
29768         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29769         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29770         * sys/ximage/ximagesink.h:
29771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29772         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29773         * sys/xvimage/xvimagesink.h:
29774           Actually only create a new toplevel window if we're not gonna
29775           embed it right after.
29776
29777 2004-10-07  Wim Taymans  <wim@fluendo.com>
29778
29779         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29780         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29781         * gst/playback/gstplaybin.c: (setup_sinks):
29782         Implement muting/unmuting of streams, mute streams that are not
29783         used.
29784
29785 2004-10-07  Wim Taymans  <wim@fluendo.com>
29786
29787         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29788         (plugin_init):
29789         Added lame audio/x-ac3 typefind function.
29790
29791 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29792
29793         * configure.ac:
29794           bump nano to cvs
29795
29796 === release 0.8.5 ===
29797
29798 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29799
29800         * NEWS:
29801         * RELEASE:
29802         * configure.ac:
29803           releasing 0.8.5, "Take You On"
29804
29805 2004-10-06  Wim Taymans  <wim@fluendo.com>
29806
29807         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29808         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29809         (no_more_pads), (close_link), (type_found):
29810         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29811         * gst/playback/gstplaybin.c: (gen_video_element):
29812         Do not signal the no_more_pads after the first pad when
29813         we are plugging a non dynamic element with multiple
29814         output pads (like swfdec, dvdec, ...).
29815
29816 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29817
29818         * configure.ac:
29819           bump for prerelease
29820
29821 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29822
29823         * gst/wavparse/gstwavparse.c:
29824           add ATRAC3 to STATIC CAPS to fix a warning
29825
29826         * gst/matroska/ebml-read.c:
29827         * gst-libs/gst/riff/riff-read.c:
29828           fix typos
29829
29830 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29831
29832         * gst-libs/gst/riff/riff-media.c:
29833           generate caps for ATRAC3 audio streams
29834
29835         * gst/realmedia/rmdemux.c:
29836           generate caps for ATRAC3 audio streams
29837
29838 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29839
29840         * gst/wavparse/Makefile.am
29841         * gst/wavparse/riff.h
29842         * gst/wavparse/wavparse.vcproj
29843           riff.h removal (unused and duplication with riff-ids.h)
29844
29845 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29846
29847         * gst/wavparse/gstwavparse.h
29848           remove duplicated defines for audio codec codes
29849
29850         * gst-libs/gst/riff/riff-ids.h
29851         * gst/wavenc/riff.h:
29852           add "4CC" code for ATRAC3 audio streams
29853           add "4CC" code for ITU_G721_ADPCM (unused for now)
29854
29855 2004-10-06  Wim Taymans  <wim@fluendo.com>
29856
29857         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29858         Actually _do_ negotiation. Pass gdouble as arg instead
29859         of guint64 for the framerate.
29860
29861 2004-10-06  Wim Taymans  <wim@fluendo.com>
29862
29863         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29864         (find_compatibles), (close_pad_link), (try_to_link_1),
29865         (no_more_pads), (close_link), (type_found):
29866         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29867         * gst/playback/gstplaybin.c: (gen_video_element),
29868         (gen_audio_element):
29869         Set state on newly added element to READY so that negotiation
29870         can happen ASAP.
29871         Addes some more debug info.
29872         Do not try to plug pads with multiple caps structures or ANY
29873         because it is too dangerous since we do not do dynamic
29874         replugging.
29875
29876 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29877
29878         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29879
29880         * po/LINGUAS:
29881         * po/or.po:
29882           add Oriya translation
29883
29884 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29885
29886         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29887           Prevent overwrite of size member. Makes audio sound crappy.
29888
29889 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29890
29891         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29892         Add rmvb to the list of known RealMedia extensions
29893
29894 2004-10-05  Wim Taymans  <wim@fluendo.com>
29895
29896         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29897         (mngdec_openstream), (mngdec_closestream),
29898         (mngdec_handle_sink_event), (mngdec_readdata),
29899         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29900         (mngdec_getcanvasline), (mngdec_refresh),
29901         (gst_mngdec_change_state):
29902         Set the framerate correctly.
29903
29904 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29905
29906         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29907           There was something wrong with the index massaging.
29908
29909 2004-10-04  Wim Taymans  <wim@fluendo.com>
29910
29911         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29912         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29913         (gst_smokedec_chain):
29914         * ext/jpeg/gstsmokedec.h:
29915         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29916         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29917         * ext/jpeg/gstsmokeenc.h:
29918         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29919         (smokecodec_decode_new), (smokecodec_info_free),
29920         (smokecodec_set_quality), (smokecodec_get_quality),
29921         (smokecodec_set_threshold), (smokecodec_get_threshold),
29922         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29923         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29924         (smokecodec_encode), (smokecodec_parse_id),
29925         (smokecodec_parse_header), (smokecodec_decode):
29926         * ext/jpeg/smokecodec.h:
29927         * ext/jpeg/smokeformat.h:
29928         Updated smoke, new bitstream, allows embedding in ogg.
29929
29930 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29931
29932         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29933           Fix seeking in some files. All this code is no longer needed (and
29934           actually breaks stuff) because we now synchronize the full index
29935           right when reading the header.
29936
29937 2004-10-04  Wim Taymans  <wim@fluendo.com>
29938
29939         * configure.ac:
29940         configure update for libmng.
29941
29942 2004-10-04  Wim Taymans  <wim@fluendo.com>
29943
29944         * ext/libmng/Makefile.am:
29945         * ext/libmng/gstmng.c: (plugin_init):
29946         * ext/libmng/gstmng.h:
29947         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29948         (gst_mngdec_base_init), (gst_mngdec_class_init),
29949         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29950         (gst_mngdec_loop), (gst_mngdec_get_property),
29951         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29952         (mngdec_closestream), (mngdec_handle_sink_event),
29953         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29954         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29955         (gst_mngdec_change_state):
29956         * ext/libmng/gstmngdec.h:
29957         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29958         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29959         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29960         (gst_mngenc_chain), (gst_mngenc_get_property),
29961         (gst_mngenc_set_property):
29962         * ext/libmng/gstmngenc.h:
29963         Added basic MNG decoder. Needs more work. The encoder does
29964         not work yet.
29965
29966 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29967
29968         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29969         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29970         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29971           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29972           no-more-pads.
29973
29974 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29975
29976         * configure.ac:
29977           you need at least 1.0.4 of speex
29978
29979 2004-10-04 Iain <iaingnome@gmail.com>
29980
29981         * ext/speex/gstspeexdec.h: Revert the includes changes.
29982
29983         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29984
29985 2004-09-30 Iain <iaingnome@gmail.com>
29986
29987         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29988         found during init or set as a property instead of hardcoding /dev/audio
29989
29990 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29991
29992         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29993         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29994         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29995         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29996         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29997         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29998         (gst_rmdemux_dump_data):
29999           Use debug category, fix EOS handling. filesrc ! rmdemux now
30000           works.
30001
30002 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30003
30004         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30005         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30006         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30007           Improve allocation, cutting and sorting of the index. How takes a
30008           few seconds instead of minutes.
30009
30010 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30011
30012         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30013           fixed compilation
30014
30015 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30016
30017         * gst-libs/gst/riff/riff-media.c:
30018         (gst_riff_create_video_caps_with_data),
30019         (gst_riff_create_video_template_caps):
30020           Add wing commander format mimetype/fourccs.
30021         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30022           Don't crash if some value is 0.
30023
30024 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30025
30026         * gst-libs/gst/riff/riff-media.c:
30027         (gst_riff_create_video_caps_with_data),
30028         (gst_riff_create_video_template_caps):
30029           Add DIB fourcc (raw, palettized 8-bit RGB).
30030         * gst-libs/gst/riff/riff-read.c:
30031         (gst_riff_read_strf_vids_with_data):
30032           Oops, fix strf_data reading bug.
30033         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30034           Use a non-NULL tag.
30035         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30036           Time for hacks. Sorry Dave. At least one quicktime movie (a
30037           trailer) that I've encountered contains multiple video tracks.
30038           One of those is the actual video track, the other are one-frame
30039           tracks (images). Unfortunately, the number of frames according
30040           to the trak header is 1 for each, so that doesn't help. So
30041           instead, I look at the duration and discard tracks with a
30042           duration shorter than 20% of the length of the stream. Better
30043           than nothing.
30044
30045 2004-10-01  Christian Schaller <christian@fluendo.com>
30046
30047         * ext/ivorbis/vorbis.c:
30048           Patch from Phil Blundell (Bug 152341)
30049
30050 2004-10-01  Wim Taymans  <wim@fluendo.com>
30051
30052         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30053         (speex_dec_get_formats), (speex_dec_convert),
30054         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30055         (speex_dec_chain), (gst_speexdec_get_property),
30056         (gst_speexdec_set_property):
30057         Small cleanups.
30058
30059 2004-10-01  Wim Taymans  <wim@fluendo.com>
30060
30061         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30062         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30063         (gst_wavparse_other), (gst_wavparse_loop),
30064         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30065         (gst_wavparse_srcpad_event):
30066         * gst/wavparse/gstwavparse.h:
30067         Added some more debugging info.
30068         Fix the case where the length of the file is 0.
30069         Make sure we seek to sample borders.
30070
30071 2004-10-01  Wim Taymans  <wim@fluendo.com>
30072
30073         * gst/playback/README:
30074         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30075         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30076         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30077         Add some debug info to decodebin, update README
30078
30079 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30080
30081         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30082           Don't use g_print(); use GST_DEBUG().
30083
30084 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30085
30086         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30087         (gst_ogg_mux_queue_pads):
30088           Handle EOS properly.
30089
30090 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30091
30092         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30093
30094         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30095         (gst_faad_chain), (gst_faad_change_state):
30096         * ext/faad/gstfaad.h:
30097           Allow playback of raw (unframed) MPEG AAC files (#148993).
30098
30099 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30100
30101         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30102
30103         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30104           Throw error if we didn't recognize the stream. Fixes #152289.
30105
30106 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30107
30108         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30109           Fix negotiation.
30110
30111 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30112
30113         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30114
30115         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30116           Fix memleak.
30117
30118 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30119
30120         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30121
30122         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30123           Solve #152805.
30124         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30125           Solve 152806.
30126
30127 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30128
30129         * gst-libs/gst/riff/riff-media.c:
30130         (gst_riff_create_video_caps_with_data),
30131         (gst_riff_create_audio_caps_with_data):
30132           Add codec_data handling (like asfdemux used to do).
30133         * gst/asfdemux/gstasf.c: (plugin_init):
30134         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30135         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30136           Use riff-media for caps creation instead of our own (mostly
30137           broken) copy of its functions.
30138
30139 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30140
30141         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30142           Don't actually error out if we get another return value than
30143           -EINVAL. Opposite to what I first thought, drivers have random
30144           return values for this, although -EINVAL is the expected return
30145           value. Since this is not fatal, we shouldn't use
30146           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30147
30148 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30149
30150         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30151         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30152         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30153         (dvdreadsrc_get), (dvdreadsrc_open_file),
30154         (dvdreadsrc_change_state):
30155           Fix. Don't do one big huge loop around the whole DVD, that will
30156           cache all data and thus eat sizeof(dvd) (several GB) before we
30157           see something.
30158         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30159           Actually NULL'ify event after using it.
30160         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30161         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30162         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30163         (gst_ebml_read_seek), (gst_ebml_read_skip):
30164           Handle events.
30165         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30166         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30167         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30168           Fix timing (this will probably break if I seek using menus, but
30169           I didn't get there yet). VOBs and normal DVDs should now work.
30170           Add a mpeg2-only pad with high rank so this get autoplugged for
30171           MPEG-2 movies.
30172         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30173         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30174         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30175         (gst_mpeg_demux_get_audio_stream),
30176         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30177         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30178           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30179           MPEG-1 but use dvddemux for MPEG-2.
30180         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30181         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30182         (gst_mpeg_parse_parse_packhead):
30183           Timing. Only add pad template if it exists. Add sink template from
30184           class and not from ourselves. This means we will always use the
30185           correct sink template even if it is not the one defined in this
30186           file.
30187
30188 2004-09-29  Wim Taymans  <wim@fluendo.com>
30189
30190         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30191         (gst_mpeg_demux_parse_pes):
30192         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30193         Fix playback of mpeg again, timestamps where screwed up by
30194         patch 1.61.
30195
30196 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30197
30198         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30199           Only return true if we actually filled something in. Prevents
30200           player applications from showing a random length for flac files.
30201         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30202         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30203         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30204         (gst_riff_read_strf_vids_with_data),
30205         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30206           OK, ok, so I implemented event handling. Apparently it's normal
30207           that we receive random events at random points without asking
30208           for it.
30209         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30210         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30211         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30212         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30213         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30214         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30215         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30216         * gst/avi/gstavidemux.h:
30217           Implement non-lineair chunk handling and subchunk processing.
30218           The first solves playback of AVI files where the audio and video
30219           data of individual buffers that we read are not synchronized.
30220           This should not happen according to the wonderful AVI specs, but
30221           of course it does happen in reality. It is also a prerequisite for
30222           the second. Subchunk processing allows us to cut chunks in small
30223           pieces and process each of these pieces separately. This is
30224           required because I've seen several AVI files with incredibly large
30225           audio chunks, even some files with only one audio chunk for the
30226           whole file. This allows for proper playback including seeking.
30227           This patch is supposed to fix all AVI A/V sync issues.
30228         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30229         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30230           Work.
30231         * gst/modplug/gstmodplug.cc:
30232           Proper return value setting for the query() function.
30233         * gst/playback/gstplaybasebin.c: (setup_source):
30234           Being in non-playing state (after, e.g., EOS) is not necessarily
30235           a bad thing. Allow for that. This fixes playback of short files.
30236           They don't actually playback fully now, because the clock already
30237           runs. This means that small files (<500kB) with a small length
30238           (<2sec) will still not or barely play. Other files, such as mod
30239           or flx, will work correctly, however.
30240
30241 2004-09-28  Wim Taymans  <wim@fluendo.com>
30242
30243         * ext/speex/gstspeex.c: (plugin_init):
30244         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30245         (gst_speex_dec_class_init), (speex_dec_get_formats),
30246         (speex_get_event_masks), (speex_get_query_types),
30247         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30248         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30249         (gst_speexdec_get_property), (gst_speexdec_set_property),
30250         (speex_dec_change_state):
30251         * ext/speex/gstspeexdec.h:
30252         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30253         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30254         (gst_speexenc_base_init), (gst_speexenc_class_init),
30255         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30256         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30257         (gst_speexenc_src_query), (gst_speexenc_init),
30258         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30259         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30260         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30261         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30262         (gst_speexenc_chain), (gst_speexenc_get_property),
30263         (gst_speexenc_set_property), (gst_speexenc_change_state):
30264         * ext/speex/gstspeexenc.h:
30265         Rewrote speex encoder, make sure it can be embedded in ogg.
30266         Implemented speex decoder.
30267
30268 2004-09-28  Christian Schaller <christian@fluendo.com>
30269
30270         * configure.ac:
30271         Remove kioslave plugin. Markey is brewing a new working one
30272         * ext/Makefile.am: Remove kioslave plugin
30273         * ext/kio: remove
30274         * gst-plugins.spec.in: remove kio plugin from spec
30275
30276 2004-09-27  Wim Taymans  <wim@fluendo.com>
30277
30278         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30279         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30280         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30281         (gst_multifdsink_new_client),
30282         (gst_multifdsink_handle_client_write),
30283         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30284         (gst_multifdsink_handle_clients):
30285         * gst/tcp/gstmultifdsink.h:
30286         Make syncing to keyframes actually work for new clients and lagging
30287         clients.
30288
30289 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30290
30291         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30292         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30293         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30294         * gst/debug/gstnavigationtest.h:
30295           make navigationtest display button-press and button-release events
30296
30297 2004-09-26 Iain <iaingnome@gmail.com>
30298
30299         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30300         the channels have received a new media event.
30301         (interleave_buffered_loop): Compresses a new media event on all
30302         channels into one.
30303
30304 2004-09-26 Iain <iaingnome@gmail.com>
30305
30306         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30307         call the sinkpad's default event handler and not the srcpads. He also
30308         says this is confusing :)
30309         (gst_wavenc_stop_file): Company says that seek events only go upstream
30310         we should send a discontinuous downstream instead.
30311
30312 2004-09-25  Christian Schaller <christian@fluendo.com>
30313
30314         * Update SPEC file to be usable in conjunction with Fedora Core,
30315           Fedora.us and freshrpms packages
30316         * Fix typo in multifilesrc test Makefile
30317
30318 2004-09-24  Wim Taymans  <wim@fluendo.com>
30319
30320         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30321         Only signal the no_more_pads signal when we have
30322         added the stream to our list.
30323
30324 2004-09-24  Wim Taymans  <wim@fluendo.com>
30325
30326         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30327         (new_decoded_pad):
30328         * gst/playback/gstplaybasebin.h:
30329         * gst/playback/gstplaybin.c: (setup_sinks):
30330         Don't try to preroll or decode more than one audio/video
30331         track.
30332
30333 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30334
30335         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30336           Throw error if we failed to find a suitable output. This should
30337           throw an error if we successfully set up a pipeline (e.g. because
30338           we recognized a media file) but found no decodable streams in it
30339           (e.g. because it contains only media stream types for which we
30340           have no decoders, or because it's not a media type).
30341
30342 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30343
30344         * ext/dirac/Makefile.am:
30345         * ext/dirac/gstdirac.cc:
30346         * ext/dirac/gstdiracdec.cc:
30347         * ext/dirac/gstdiracdec.h:
30348           Do something. Don't actually know if this works because I don't
30349           have a demuxer yet.
30350         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30351           Add channels=1 to caps returned from _getcaps().
30352         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30353         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30354         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30355         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30356         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30357         (gst_ogm_parse_change_state):
30358           Separate between audio/video so ogmaudioparse actually uses the
30359           audio pad templates. Both audio and video work now, including
30360           autoplugging. Also use sometimes-srcpad hack.
30361         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30362           Handle events better. Don't hang on infinite loops.
30363         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30364         (gst_avi_demux_init), (gst_avi_demux_reset),
30365         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30366         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30367         (gst_avi_demux_change_state):
30368         * gst/avi/gstavidemux.h:
30369           Improve A/V sync. Still not perfect.
30370         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30371         (gst_ebml_read_skip):
30372           Handle events better.
30373         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30374         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30375         (qtdemux_audio_caps):
30376           Add IMA4. Improve event handling. Save offset after a seek when
30377           the headers are at the end of the file so that we don't end up in
30378           an infinite loop.
30379         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30380           Add low-priority typefind support for files with no length.
30381
30382 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30383
30384         * testsuite/multifilesink/Makefile.am:
30385         fix typo
30386
30387 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30388
30389         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30391         mistakes from thaytan's patches.
30392
30393 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30394
30395         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30396           For completeness, XSync in the destroy function as xvimage does.
30397
30398 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30399
30400         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30401            Correct caps negotiation
30402         * gst/volume/gstvolume.c: (volume_chain_float),
30403         (volume_chain_int16):
30404            Modify debug output to be little more informative
30405         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30407         (gst_xvimagesink_xvimage_destroy):
30408           Add XSync calls after detaching from the shared memory segment to
30409           avoid a crash.
30410
30411 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30412
30413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30414         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30415         * ext/vorbis/vorbis.c: (plugin_init):
30416         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30417         (gst_vorbisenc_chain):
30418         * ext/vorbis/vorbisenc.h:
30419         remove explicit newmedia support from oggmux and vorbisenc
30420         add debug category to vorbisenc
30421         * gst/multifilesink/gstmultifilesink.c:
30422         (gst_multifilesink_class_init), (gst_multifilesink_init),
30423         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30424         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30425         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30426         (plugin_init):
30427         * gst/multifilesink/gstmultifilesink.h:
30428         add support for streamheader in multifilesink
30429
30430 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30431
30432         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30433         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30434         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30435           Prevent infinite loops. More correct error reporting.
30436         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30437           Error out if negotiation fails.
30438         * gst/playback/gstplaybasebin.c: (setup_source),
30439         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30440         (gst_play_base_bin_found_tag):
30441           Error/tag forwarding. Pre-roll fixes for source errors on state
30442           changes (e.g. "file does not exist") to prevent hangs.
30443
30444 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30445
30446         * testsuite/multifilesink/Makefile.am:
30447         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30448         (gst_newmedia_class_init), (gst_newmedia_init),
30449         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30450         (newfile_signal), (test_signal), (main):
30451         * testsuite/multifilesink/multifilesrc_test.c: (main):
30452         * testsuite/multifilesink/oggtheora_test.c:
30453         (gst_newmedia_base_init), (gst_newmedia_class_init),
30454         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30455         (test_format), (newfile_signal), (test_signal), (main):
30456         * testsuite/multifilesink/oggvorbis_test.c:
30457         (gst_newmedia_base_init), (gst_newmedia_class_init),
30458         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30459         (test_format), (newfile_signal), (test_signal), (main):
30460         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30461         (gst_newmedia_class_init), (gst_newmedia_init),
30462         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30463         (newfile_signal), (test_signal), (main):
30464         New media tests
30465
30466 2004-09-20  Christian Schaller <christian@fluendo.com>
30467
30468         * Fix mikmod license to LGPL as they have relicensed
30469         * Move Dirac and Effectv into LGPL section of README_license
30470
30471 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30472
30473         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30474         (gst_mad_change_state):
30475           Allow for mp3 rate/channels changes. However, only very
30476           conservatively. Reason that we *have* to enable this is smiply
30477           because the mad find_sync() function is not good enough, it will
30478           regularly sync on random data as valid frames and therefore make
30479           us provide random caps as *final* caps of the stream. The best fix
30480           I could think of is to simply require several of the same stream
30481           changes in a row before we change caps.
30482           The actual testcase that works now is #
30483         * ext/ogg/Makefile.am:
30484         * ext/ogg/gstogg.c: (plugin_init):
30485         * ext/ogg/gstogmparse.c:
30486           OGM support (video only for now; I need an audio sample file).
30487         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30488         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30489         (gst_asf_demux_add_video_stream):
30490           WMV extradata.
30491         * gst/playback/gstplaybasebin.c: (unknown_type):
30492           Don't error out on single unknown-types after all. It's wrong.
30493           If we found type of video and audio but not of a subtitle stream,
30494           it will still error out (which is unwanted). Will find a better fix
30495           later on.
30496         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30497         (ogmaudio_type_find), (plugin_init):
30498           OGM support.
30499
30500 2004-09-20  Johan Dahlin  <johan@gnome.org>
30501
30502         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30503         after setting caps.
30504
30505 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30506
30507         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30508         * gst/wavenc/gstwavenc.h:
30509         Added newmedia support to wavenc
30510
30511 2004-09-17  Wim Taymans  <wim@fluendo.com>
30512
30513         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30514         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30515         (gst_fdset_fd_can_write), (gst_fdset_wait):
30516         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30517         (gst_multifdsink_init), (gst_multifdsink_add),
30518         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30519         (gst_multifdsink_remove_client_link),
30520         (gst_multifdsink_client_queue_buffer),
30521         (gst_multifdsink_handle_client_write),
30522         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30523         (gst_multifdsink_close), (gst_multifdsink_change_state):
30524         * gst/tcp/gstmultifdsink.h:
30525         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30526         (gst_tcpserversink_removed):
30527         Small cleanups in fdset.c
30528         Use a hastable to map fd to the client structure for faster
30529         lookup in _remove and get_stats.
30530         Added virtual function to close the fds.
30531         Handle clients even when the select/poll call was unblocked because
30532         of a command.
30533         Implement syncing to keyframe in the recovery procedure.
30534
30535 2004-09-16 Iain <iaingnome@gmail.com>
30536
30537         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30538         try caps.
30539
30540 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30541
30542         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30543           Caps are only set if the type of the stream is unknown, but this
30544           is initialized in ->init_stream(), so set to UNKNOWN after calling
30545           ->init_stream() so that capsnego starts.
30546
30547 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30548
30549         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30550         (gst_avi_demux_stream_data):
30551           Just hardcode for raw audio then. AVI audio sucks.
30552
30553 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30554
30555         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30556         * gst/matroska/matroska-mux.c: (audiosink_templ),
30557         (gst_matroska_mux_audio_pad_link):
30558         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30559         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30560
30561 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30562
30563         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30564         (gst_avi_demux_stream_data):
30565           Try to fix a/v sync issues.
30566
30567 2004-09-15  David Schleef  <ds@schleef.org>
30568
30569         * configure.ac: remove NASM check, since we don't use it.  Update
30570         dirac check to 0.4
30571         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30573         Initialized variables.
30574         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30575         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30576         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30577         SVQ3 format
30578
30579 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30580
30581         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30582         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30583         * gst/avi/gstavidemux.h:
30584           Fix for compressed audio (mp3) timestamp generation. How did this
30585           ever work?
30586
30587 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30588
30589         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30590           Volume is a double not a float.
30591
30592 2004-09-15  Wim Taymans  <wim@fluendo.com>
30593
30594         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30595         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30596         Don't close the fd in multifdsink as we didn't open it in the
30597         first place. Some cleanups.
30598
30599 2004-09-15  Wim Taymans  <wim@fluendo.com>
30600
30601         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30602         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30603         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30604         Fix the case where the muxer would mark pages as delta
30605         frames when they are not (vorbis only ogg).
30606
30607 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30608
30609         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30610         (gst_play_base_bin_change_state):
30611           Handle the case where we failed to setup a clear pipeline. This
30612           will throw an error (or EOS, another nice case) and if you don't
30613           catch that, the app will wait for the signal forever (and thus
30614           hang).
30615
30616 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30617
30618         * ext/gnomevfs/gstgnomevfssink.c:
30619         (gst_gnomevfssink_uri_get_protocols):
30620         * ext/gnomevfs/gstgnomevfssrc.c:
30621         (gst_gnomevfssrc_uri_get_protocols):
30622         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30623         * ext/gnomevfs/gstgnomevfsuri.h:
30624           Use _uri_new() instead of _open(), so it doesn't take as long and
30625           Christophe's computer won't hang.
30626         * gst/playback/gstplaybasebin.c: (unknown_type):
30627           Throw error on unknown media type, so apps actually display it.
30628
30629 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30630
30631         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30632           this script to work on Solaris since bash shell handles echo
30633           differenly than bash.
30634
30635 2004-09-17  Wim Taymans  <wim@fluendo.com>
30636
30637         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30638         (setup_source), (gst_play_base_bin_set_property),
30639         (gst_play_base_bin_add_element):
30640         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30641         Some more work on making sure seeking pauses the pipeline and
30642         that changing the uri actually does something.
30643
30644 2004-09-17  Wim Taymans  <wim@fluendo.com>
30645
30646         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30647         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30648         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30649         (gst_tcpserversink_close):
30650         Be a bit more paranoid when freeing memory.
30651
30652 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30653
30654         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30655         (qtdemux_parse_trak):
30656           Don't crash by dividing by zero (see sample movie in #126922).
30657
30658 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30659
30660         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30661           Don't touch non-existing data (fixes crash on file in #140147).
30662
30663 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30664
30665         * gst/playback/gstplaybasebin.c:
30666         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30667           Handle double disposals, and proper change of URIs.
30668
30669 2004-09-13  Martin Eikermann <meiker@upb.de>
30670
30671         * gst/mpegstream/gstmpegparse.c:
30672           fix synchronistation for streams recorded from digital PCR
30673           fixes bug #119376
30674
30675 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30676
30677         * ext/gnomevfs/Makefile.am:
30678         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30679         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30680         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30681         (gst_gnomevfssink_uri_get_type),
30682         (gst_gnomevfssink_uri_get_protocols),
30683         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30684         (gst_gnomevfssink_uri_handler_init),
30685         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30686         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30687         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30688         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30689         (gst_gnomevfssrc_uri_get_type),
30690         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30691         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30692         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30693         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30694         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30695         * ext/gnomevfs/gstgnomevfsuri.h:
30696           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30697           of fake URIs to see which this version of Gnome-VFS likes, and
30698           uses that for the Gst-URI interface. Makes playbin support http://
30699           streams. Also fix up some stupid behaviour in gnomevfssrc.
30700
30701 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30702
30703         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30704         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30705         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30706         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30707           Update mixer (to sync with other sessions) if we try to obtain
30708           a new value. This makes alsamixer work accross applications.
30709         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30710           Only call sync functions if we're running, else alsalib asserts.
30711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30712           Sometimes fails to compile. Possibly a gcc bug.
30713         * gst/playback/gstplaybin.c: (gen_video_element),
30714         (gen_audio_element):
30715           Add a reference to an application-provided object, because we lose
30716           this same reference if we add it to the bin. If we don't do this,
30717           we can only use this object once and thus crash if we go from
30718           ready to playing, back to ready and back to playing again.
30719           Also add an audioscale element because several cheap soundcards -
30720           like mine - don't support all samplerates.
30721         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30722         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30723           Fix wrong order or PAR calls. Makes automatically obtained PAR
30724           from the X server atually being used.
30725
30726 2004-09-12  David Schleef  <ds@schleef.org>
30727
30728         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30729         #151887, #152102, #152247.
30730         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30731         * examples/seeking/cdparanoia.c: same
30732         * examples/seeking/cdplayer.c: same
30733         * examples/seeking/seek.c: same
30734         * examples/seeking/spider_seek.c: same
30735         * examples/seeking/vorbisfile.c: same
30736         * examples/stats/mp2ogg.c: same
30737         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30738         (gst_esdsink_dispose): Dispose of element properly.
30739         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30740         fixes.
30741         * ext/nas/nassink.c: (gst_nassink_class_init),
30742         (gst_nassink_dispose): Dispose of element correctly.
30743         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30744         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30745         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30746         Fix 64-bit warning.
30747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30748         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30749         Fix 64-bit warning.
30750
30751 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30752
30753         * configure.ac : change speex detection as 1.1.6 now uses
30754           .pc/pkg-config and they changed their headers location.
30755
30756 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30757
30758         * gst/matroska/matroska-mux.h:
30759         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30760         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30761         (gst_matroska_mux_write_data):
30762           Write multiple blocks/frames per cluster.
30763                 Write meta-seek information (seek heads).
30764
30765 2004-09-09  Scott Wheeler <wheeler@kde.org>
30766
30767         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30768         (gst_play_bin_set_property), (gst_play_bin_get_property),
30769         (gen_audio_element), (gen_audio_element):
30770           Add a volume element / property to the pipeline.
30771
30772 2004-09-07  Wim Taymans  <wim@fluendo.com>
30773
30774         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30775         Copy timestamps from the master pad to the output buffers.
30776
30777 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30778
30779         * ext/raw1394/gstdv1394src.c:
30780           throw errors when applicable
30781
30782 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30783
30784         * gst/matroska/ebml-ids.h:
30785         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30786         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30787         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30788           automatically convert unix time <-> ebml time when reading/writing
30789           a date, use gst_ebml_write_uint to write CUETIME,
30790           not gst_ebml_write_date.
30791         * gst/matroska/matroska-ids.h:
30792         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30793         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30794         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30795         (gst_matroska_mux_write_data):
30796           Write track and segment UIDs, write muxing date, write
30797           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30798           Create cues for audio only files.
30799
30800 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30801
30802         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30803         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30804           Re-commit ALSA switches.
30805         * gst/adder/gstadder.c: (gst_adder_loop):
30806           64-bit fix (#151416).
30807         * gst/debug/progressreport.c: (gst_progressreport_report):
30808           64-bit fix (#151419).
30809         * gst/matroska/matroska-demux.c:
30810         (gst_matroska_demux_parse_contents):
30811           64-bit fix (#151420).
30812         * gst/playback/test3.c: (update_scale):
30813           64-bit fix (#151421).
30814
30815 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30816
30817         * configure.ac:
30818           bump nano to cvs
30819
30820 === release 0.8.4 ===
30821
30822 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30823
30824         * configure.ac: releasing 0.8.4, "Alias"
30825
30826 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30827
30828         * ext/theora/Makefile.am:
30829           fix makefile.  Fixes #151462.
30830
30831 2004-08-30  Wim Taymans  <wim@fluendo.com>
30832
30833         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30834         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30835         (gst_multifdsink_remove_client_link),
30836         (gst_multifdsink_client_queue_buffer),
30837         (gst_multifdsink_handle_client_write):
30838         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30839         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30840         Fix some memory leaks.
30841
30842 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30843
30844         Patch by: David Schleef
30845
30846         * configure.ac:
30847         * sys/Makefile.am:
30848           rename our detection macro for V4L2.  Fixes #151236.
30849
30850 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30851
30852         Patch by: David Schleef
30853
30854         * configure.ac:
30855           check to define LAMEPRESET.  Fixes #151232.
30856
30857 2004-08-27  David Schleef  <ds@schleef.org>
30858
30859         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30860         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30861         (gst_glimagesink_fixate):  Move local variable declarations to
30862         make gcc-2.95 happy.
30863
30864 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30865
30866         * configure.ac:
30867           bump nano for prerelease
30868
30869 2004-08-27  David Schleef  <ds@schleef.org>
30870
30871         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30872         * sys/sunaudio/gstsunaudiosrc.c:
30873         * sys/sunaudio/gstsunaudiosrc.h:
30874
30875 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30876
30877         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30878         handle EOS correctly
30879         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30880         * gst/matroska/matroska-mux.h:
30881         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30882         VFW compatibility mode
30883
30884 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30885
30886         patch by: Zaheer Abbas Merali
30887
30888         * ext/ogg/gstoggmux.c:
30889         * ext/vorbis/vorbisenc.c:
30890         * ext/vorbis/vorbisenc.h:
30891           handle NEWMEDIA
30892
30893 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30894
30895         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30896         fix byte order reversion on little endian machines.
30897         * gst/matroska/matroska-mux.c: (audiosink_templ),
30898         (gst_matroska_mux_audio_pad_link):
30899         add TTA codec to the list of supported codecs.
30900         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30901         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30902         (gst_matroska_mux_write_data):
30903         * gst/matroska/matroska-mux.h:
30904         write segment duration correctly, write muxing app string, fixes bugs
30905         #140897 and #140898.
30906         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30907         wait for all pads to be negotiated before starting to mux.
30908
30909 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30910
30911         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30912         * ext/lame/gstlame.h:
30913         Added new media support to lame
30914
30915 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30916
30917         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30918         send vorbis headers at the beginning of a stream, fixes bug #141554.
30919         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30920         bug #148950.
30921         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30922         (gst_matroska_demux_plugin_init):
30923         * gst/matroska/matroska-ids.h:
30924         enable demuxing of TTA audio streams, fixes bug #148951.
30925         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30926         enable typefinding for TTA audio files, fixes bug #148711.
30927         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30928         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30929         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30930
30931 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30932
30933         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30934         (gst_riff_read_element_data), (gst_riff_read_seek),
30935         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30936         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30937         <teuf@gnome.org>
30938
30939 2004-08-23 Iain <iaingnome@gmail.com>
30940
30941         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30942         tags. They appear to be handled differently to normal.
30943         (tag_list_to_id3_tag_foreach): Ditto.
30944
30945 2004-08-22  Wim Taymans  <wim@fluendo.com>
30946
30947         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30948         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30949         Make sure we never send -1 granulepos.
30950
30951 2004-08-20  Wim Taymans  <wim@fluendo.com>
30952
30953         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30954         (gst_ogg_mux_loop):
30955         I will accept bitchslappings with non sharp objects.
30956
30957 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30958
30959         * configure.ac:
30960         Clean up the test for lame presets
30961
30962 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30963
30964         * configure.ac:
30965         * ext/lame/Makefile.am:
30966         * ext/lame/gstlame.c: (gst_lame_class_init),
30967         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30968         Only enable lame presets if version of lame has presets in API
30969
30970 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30971         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30972         * gst/udp/gstudpsrc.h:
30973           Don't call gst_pad_push in a get function. Fixes #150449
30974
30975 2004-08-18  Wim Taymans  <wim@fluendo.com>
30976
30977         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30978         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30979         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30980         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30981         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30982         (gst_fdset_wait):
30983         * gst/tcp/gstfdset.h:
30984         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30985         (gst_multifdsink_client_queue_buffer),
30986         (gst_multifdsink_handle_client_write):
30987         * gst/tcp/gstmultifdsink.h:
30988         Some extra checks in gstfdset.
30989         Only use send() when the fd is a socket. Don't try to
30990         read from write only fds.
30991
30992 2004-08-18  Wim Taymans  <wim@fluendo.com>
30993
30994         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30995         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30996         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30997         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30998         (gst_fdset_wait):
30999         Add more locking and bounds checking.
31000
31001 2004-08-18  Wim Taymans  <wim@fluendo.com>
31002
31003         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31004         Realloc test fdset in the lock and right before starting
31005         the poll call. Bump the limit to 4096.
31006
31007 2004-08-17  David Schleef  <ds@schleef.org>
31008
31009         * sys/sunaudio/Makefile.am:
31010         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31011         of rates and channels.  Make debugging less obnoxious.
31012
31013         Patch from Balamurali Viswanathan implementing a mixer for
31014         Sun audio.  (bug #144091):
31015         * sys/sunaudio/gstsunelement.c:
31016         * sys/sunaudio/gstsunelement.h:
31017         * sys/sunaudio/gstsunmixer.c:
31018         * sys/sunaudio/gstsunmixer.h:
31019
31020 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31021
31022         * gst/audioscale/gstaudioscale.c:
31023         * gst/audioscale/gstaudioscale.h:
31024         made audioscale resample from any sample rate to any sample rate
31025
31026 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31027
31028         * ext/libpng/gstpngdec.c:
31029           error out on unsupported types
31030
31031 2004-08-17  Iain <iaingnome@gmail.com>
31032
31033         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31034         mid_side and loose_mid_side properties if its a stereo stream.
31035
31036 2004-08-17  Wim Taymans  <wim@fluendo.com>
31037
31038         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31039         (theora_get_formats), (theora_dec_src_convert),
31040         (theora_dec_sink_convert), (theora_dec_src_query),
31041         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31042         Add a debug line.
31043
31044 2004-08-17  Wim Taymans  <wim@fluendo.com>
31045
31046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31047         (gst_ogg_pad_push):
31048         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31049         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31050         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31051         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31052         Mark delta units in the muxer.
31053         Try to decode the packet after an out-of-sync error from
31054         libogg.
31055
31056 2004-08-17  Wim Taymans  <wim@fluendo.com>
31057
31058         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31059         (gst_multifdsink_init), (gst_multifdsink_add),
31060         (gst_multifdsink_client_queue_buffer),
31061         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31062         * gst/tcp/gstmultifdsink.h:
31063         Added option to send a keyframe to clients as the first buffer.
31064         Make timeout property writable.
31065
31066 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31067
31068         patch by: Wim Taymans
31069
31070         * gst/tcp/gstfdset.c:
31071         * gst/tcp/gstmultifdsink.c:
31072           fix index comparison, should include 0
31073
31074 2004-08-16  Wim Taymans  <wim@fluendo.com>
31075
31076         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31077         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31078         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31079         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31080         (gst_fdset_wait):
31081           copy when reallocing for poll so the select arguments don't get
31082           changed during the call
31083
31084 2004-08-16  Wim Taymans  <wim@fluendo.com>
31085
31086         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31087         (gst_theora_enc_class_init), (theora_enc_sink_link),
31088         (theora_buffer_from_packet), (theora_enc_chain):
31089         Fix bug where buffers were not marked as keyframes
31090         correctly.
31091
31092 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31093
31094         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31095         (gst_lame_preset_get_type), (gst_lame_class_init):
31096         describe the enum values for vbr mode and presets more verbosely
31097
31098 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31099
31100         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31101         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31102         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31103         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31104         * ext/lame/gstlame.h:
31105         add preset property to lame so it can use lame presets
31106
31107 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31108
31109         * ext/lame/gstlame.c: (gst_lame_get_property):
31110         whoops forgot break, thanks teuf
31111
31112 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31113
31114         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31115         (gst_lame_class_init), (gst_lame_src_getcaps),
31116         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31117         (gst_lame_get_property), (gst_lame_setup):
31118         * ext/lame/gstlame.h:
31119         fix lame's broken vbr stuff, allow it to resample if need be, and also
31120         make xing header optional
31121
31122 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31123
31124         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31125         added getcaps function so samplerate doesnt get fixated to silly values
31126
31127 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31128
31129         * ext/lame/gstlame.c: (gst_lame_src_link):
31130         revert previous fix
31131
31132 2004-08-12  Johan Dahlin  <johan@gnome.org>
31133
31134         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31135         checks. Doesn't matter what state we are in. Interfaces are a
31136         compile time thing, not runtime. It also broke the python bindings.
31137
31138 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31139
31140         * ext/lame/gstlame.c: (gst_lame_src_link):
31141         made source pad link function check if sinkpad is ok..fixes the problem
31142         where core fixates the output rate of lame stupidly
31143
31144 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31145
31146         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31147         * sys/v4l/v4l_calls.c:
31148         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31149           fix fixate function to handle nonsimple caps.
31150           remove bogus check in _link
31151           cleanups
31152
31153 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31154
31155         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31156         set default compression ratio parameter to 0.0 so bitrate parameter
31157         works :)
31158
31159 2004-08-11  David Schleef  <ds@schleef.org>
31160
31161         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31162
31163 2004-08-11  David Schleef  <ds@schleef.org>
31164
31165         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31166         before.
31167
31168 2004-08-11  David Schleef  <ds@schleef.org>
31169
31170         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31171
31172 2004-08-11  David Schleef  <ds@schleef.org>
31173
31174         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31175           license field
31176         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31177         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31178           LGPL.
31179         * gst/auparse/gstauparse.c: Fix plugin license field.
31180         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31181         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31182         * gst/rtp/gstrtp.c: Fix plugin license field.
31183
31184 2004-08-11  Wim Taymans  <wim@fluendo.com>
31185
31186         * gst/tcp/Makefile.am:
31187         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31188         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31189         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31190         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31191         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31192         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31193         (gst_fdset_fd_can_write), (gst_fdset_wait):
31194         * gst/tcp/gstfdset.h:
31195         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31196         (gst_multifdsink_class_init), (gst_multifdsink_init),
31197         (gst_multifdsink_add), (gst_multifdsink_remove),
31198         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31199         (gst_multifdsink_remove_client_link),
31200         (gst_multifdsink_handle_client_read),
31201         (gst_multifdsink_client_queue_data),
31202         (gst_multifdsink_client_queue_caps),
31203         (gst_multifdsink_client_queue_buffer),
31204         (gst_multifdsink_handle_client_write),
31205         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31206         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31207         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31208         (gst_multifdsink_close):
31209         * gst/tcp/gstmultifdsink.h:
31210         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31211         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31212         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31213         (gst_tcpserversink_close):
31214         * gst/tcp/gsttcpserversink.h:
31215         Abstracted away the select call, implemented poll (yes we ran into
31216         the 1024 limit in production).
31217
31218 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31219
31220         * gst/tcp/gsttcp.c:
31221         * gst/tcp/gsttcpplugin.c:
31222           improve debuggging, remove assert
31223
31224 2004-08-10  Wim Taymans  <wim@fluendo.com>
31225
31226         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31227         (gst_client_status_get_type), (gst_multifdsink_class_init),
31228         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31229         (gst_multifdsink_handle_client_read),
31230         (gst_multifdsink_handle_client_write),
31231         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31232         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31233         (gst_multifdsink_get_property):
31234         * gst/tcp/gstmultifdsink.h:
31235         * gst/tcp/gsttcp-marshal.list:
31236         Starting to prepare for specifying buffer time in other units
31237         than buffers. Expose remove reason in signal.
31238
31239 2004-08-10  Wim Taymans  <wim@fluendo.com>
31240
31241         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31242         (gst_multifdsink_remove), (gst_multifdsink_clear),
31243         (gst_multifdsink_remove_client_link),
31244         (gst_multifdsink_handle_client_read),
31245         (gst_multifdsink_client_queue_data),
31246         (gst_multifdsink_client_queue_buffer),
31247         (gst_multifdsink_handle_client_write),
31248         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31249         (gst_multifdsink_chain), (gst_multifdsink_close):
31250         * gst/tcp/gstmultifdsink.h:
31251         Added more debugging info. Changed the way clients are
31252         removed from the lists. Fixed a bug where a bad file descriptor
31253         could cause many clients to be removed.
31254
31255 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31256
31257         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31258           allow all pixel-aspect-ratios, not just 1:1
31259
31260 2004-08-09  David Schleef  <ds@schleef.org>
31261
31262         * sys/glsink/ARB_multitexture.h:  Remove old files.
31263         * sys/glsink/EXT_paletted_texture.h:
31264         * sys/glsink/NV_register_combiners.h:
31265         * sys/glsink/gstgl_nvimage.c:
31266         * sys/glsink/gstgl_pdrimage.c:
31267         * sys/glsink/gstgl_rgbimage.c:
31268         * sys/glsink/gstglsink.c:
31269         * sys/glsink/gstglsink.h:
31270         * sys/glsink/gstglxwindow.c:
31271         * sys/glsink/regcomb_yuvrgb.c:
31272
31273 2004-08-09  David Schleef  <ds@schleef.org>
31274
31275         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31276         GL sink plugin.  (Bug #147302)
31277
31278         * configure.ac: Test for OpenGL
31279         * sys/Makefile.am: Use test for OpenGL
31280         * sys/glsink/Makefile.am:
31281         * sys/glsink/glimagesink.c: rewrite
31282         * sys/glsink/glimagesink.h: rewrite
31283
31284 2004-08-09  David Schleef  <ds@schleef.org>
31285
31286         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31287         sane framerates.
31288         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31290         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31291
31292 2004-08-09  Wim Taymans  <wim@fluendo.com>
31293
31294         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31295         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31296         (gst_multifdsink_client_remove),
31297         (gst_multifdsink_handle_client_read),
31298         (gst_multifdsink_handle_client_write),
31299         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31300         Do a bit more logging, make the client_read code more robust.
31301
31302 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31303
31304         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31305         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31306         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31307         (gst_jpegdec_init), (gst_jpegdec_chain):
31308         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31309         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31310           cleanups, debugging fixes and memleak plugging
31311
31312 2004-08-09  Wim Taymans  <wim@fluendo.com>
31313
31314         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31315         (theora_get_formats), (theora_dec_src_convert),
31316         (theora_dec_sink_convert), (theora_dec_src_query),
31317         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31318         (theora_dec_change_state):
31319         Don't crash on missing header packets.
31320
31321 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31322
31323         * po/LINGUAS:
31324         * po/sq.po:
31325           Added Albanian translation (Laurent Dhima)
31326         * po/cs.po:
31327           updated
31328
31329 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31330
31331         * ext/lame/gstlame.c:
31332           fix/add debugging
31333
31334 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31335
31336         * sys/ximage/ximagesink.c:
31337         * sys/xvimage/xvimagesink.c:
31338           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31339
31340 2004-08-06  Wim Taymans  <wim@fluendo.com>
31341
31342         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31343         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31344         (gst_multifdsink_client_remove),
31345         (gst_multifdsink_handle_client_read),
31346         (gst_multifdsink_handle_client_write),
31347         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31348         Make sure we don't try to read more from a client that what
31349         ioctl says us or we deadlock.
31350
31351 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31352
31353         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31354         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31355         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31356           decouple running_time and n_frames so it can handle changing
31357           framerate while running
31358
31359 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31360
31361         * po/nl.po:
31362         * po/sv.po:
31363           updated translations
31364
31365 2004-08-04  Benjamin Otte  <otte@gnome.org>
31366
31367         * gst/videotestsrc/gstvideotestsrc.c:
31368         (gst_videotestsrc_get_capslist), (generate_capslist),
31369         (plugin_init):
31370           generate the list of supported caps at startup and reuse it instead
31371           of always generating it
31372
31373 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31374
31375         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31376           whoops, last checkin broke normal build
31377
31378 2004-08-03  Benjamin Otte  <otte@gnome.org>
31379
31380         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31381         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31382         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31383         (gst_alsa_mixer_get_option):
31384         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31385         (dvdnavsrc_print_event):
31386         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31387         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31388         (gst_ogg_mux_pad_unlink):
31389         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31390         (gst_multipart_mux_pad_unlink):
31391         * gst/videofilter/gstvideobalance.c:
31392         (gst_videobalance_colorbalance_set_value):
31393         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31394         (gst_videomixer_pad_unlink):
31395         * po/uk.po:
31396         * sys/oss/gstossmixer.c:
31397         * sys/v4l/gstv4lcolorbalance.c:
31398         * sys/v4l/gstv4ltuner.c:
31399         * sys/v4l/v4lsrc_calls.c:
31400         * sys/v4l2/gstv4l2colorbalance.c:
31401         * sys/v4l2/gstv4l2tuner.c:
31402           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31403
31404 2004-08-03  Benjamin Otte  <otte@gnome.org>
31405
31406         * examples/dynparams/filter.c: (ui_control_create):
31407         * examples/gstplay/player.c: (print_tag):
31408         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31409         * ext/gdk_pixbuf/gstgdkanimation.c:
31410         (gst_gdk_animation_iter_may_advance):
31411         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31412         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31413         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31414         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31415         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31416         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31417         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31418         * gst/sine/demo-dparams.c: (main):
31419         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31420         * testsuite/alsa/formats.c: (create_pipeline):
31421         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31422           fixes for G_DISABLE_ASSERT and friends
31423         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31424         (mp3_type_frame_length_from_header), (mp3_type_find),
31425         (plugin_init):
31426           require mp3 typefinding to have at least MIN_HEADERS valid headers
31427           add typefinding for AAC adts files
31428
31429 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31430
31431         * sys/ximage/ximagesink.c:
31432         (gst_ximagesink_calculate_pixel_aspect_ratio):
31433         * sys/xvimage/xvimagesink.c:
31434         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31435         Make sure we calculate pixel-aspect-ratio using floating point maths
31436
31437 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31438
31439         * po/uk.po:
31440           updated translation
31441
31442 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31443
31444         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31446           add debugging for display PAR calculation
31447
31448 2004-08-02  David Schleef  <ds@schleef.org>
31449
31450         * configure.ac: Fix mikmod CFLAGS.
31451
31452 2004-07-27  Benjamin Otte  <otte@gnome.org>
31453
31454         * gst/audioscale/gstaudioscale.c:
31455         - fix templates to only support S16, it's the only format that works
31456         - make caps nego code use try_set_caps_nonfixed and fixation instead
31457         of try_set_caps twice, which is not nice for autopluggers
31458         - change rank to secondary, so autopluggers can pick it up after
31459         audioconvert
31460
31461 2004-08-02  Iain <iain@prettypeople.org>
31462
31463         * gst/interleave/interleave.c (interleave_init),
31464         (interleave_request_new_pad),
31465         (interleave_pad_removed),
31466         (interleave_buffered_loop): Use the real pad count, not the artificial
31467         one.
31468
31469 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31470
31471         * configure.ac: bump nano back to development
31472
31473 === release 0.8.3 ===
31474
31475 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31476
31477         * configure.ac: releasing 0.8.3, "Water"
31478
31479 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31480
31481         * sys/xvimage/xvimagesink.c:
31482         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31483         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31484         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31485         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31486         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31487         * sys/xvimage/xvimagesink.h:
31488           apply similar PAR fixes as to ximagesink
31489
31490 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31491
31492         patch from: Benjamin Otte
31493
31494         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31495           add link function to lame.  Fixes #148986.
31496
31497 2004-08-02  Johan Dahlin  <johan@gnome.org>
31498
31499         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31500         fix debugging log
31501
31502 2004-07-30  David Schleef  <ds@schleef.org>
31503
31504         * gst/videomixer/Makefile.am: Fix things that should have been
31505         fixed in the last checkin.
31506
31507 2004-07-30  David Schleef  <ds@schleef.org>
31508
31509         * gst/multipart/Makefile.am: Fix things that should have been
31510         fixed in the last checkin.
31511
31512 2004-07-30  David Schleef  <ds@schleef.org>
31513
31514         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31515
31516 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31517
31518         * configure.ac:
31519           bump nano for prerelease
31520         * po/af.po:
31521         * po/az.po:
31522         * po/cs.po:
31523         * po/en_GB.po:
31524         * po/hu.po:
31525         * po/nl.po:
31526         * po/sr.po:
31527         * po/sv.po:
31528         * po/uk.po:
31529           updates
31530
31531 2004-07-30  Wim Taymans  <wim@fluendo.com>
31532
31533         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31534         (gst_multifdsink_add), (gst_multifdsink_remove),
31535         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31536         (gst_multifdsink_client_remove),
31537         (gst_multifdsink_handle_client_write),
31538         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31539         * gst/tcp/gstmultifdsink.h:
31540         Recover from a select with a bad file descriptor by removing
31541         the client.
31542
31543 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31544
31545         * configure.ac:
31546           fix requirement of core
31547         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31548         (gst_play_pipeline_setup):
31549           don't use colorspace element.  do use hermescolorspace element.
31550           make macro to get a colorspace element.
31551           mark strings for translation.
31552         * po/POTFILES.in:
31553           add play.c
31554         * po/af.po:
31555         * po/az.po:
31556         * po/cs.po:
31557         * po/en_GB.po:
31558         * po/hu.po:
31559         * po/nl.po:
31560         * po/sr.po:
31561         * po/sv.po:
31562         * po/uk.po:
31563           update translations
31564
31565 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31566
31567         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31568         fix default for newmedia flag
31569
31570 2004-07-30  Wim Taymans  <wim@fluendo.com>
31571
31572         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31573         (gst_theora_dec_init), (theora_get_formats),
31574         (theora_dec_src_convert), (theora_dec_sink_convert),
31575         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31576         (theora_dec_chain), (theora_dec_set_property),
31577         (theora_dec_get_property):
31578         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31579         (gst_theora_enc_class_init), (gst_theora_enc_init),
31580         (theora_enc_sink_link), (theora_enc_chain),
31581         (theora_enc_set_property), (theora_enc_get_property):
31582         Added cropping option to theora decoder.
31583         Added border option to theora encoder.
31584
31585 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31586
31587         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31588         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31589         (gst_pngenc_set_property):
31590         * ext/libpng/gstpngenc.h:
31591         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
31592
31593 2004-07-30  Wim Taymans  <wim@fluendo.com>
31594
31595         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31596         (theora_enc_sink_link), (theora_enc_chain),
31597         (theora_enc_set_property), (theora_enc_get_property):
31598         Fix encoding of non-multiple-of-16 video.
31599
31600 2004-07-29  David Schleef  <ds@schleef.org>
31601
31602         * configure.ac: make test for audiofile more strict
31603
31604 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31605
31606         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31607           give different names to typefind functions
31608
31609 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31610
31611         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31612         (gst_ximagesink_calculate_pixel_aspect_ratio),
31613         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31614         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31615         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31616         (gst_ximagesink_get_property), (gst_ximagesink_init):
31617         * sys/ximage/ximagesink.h:
31618           allocate PAR's dynamically.
31619           use autodetected PAR if no object-set PAR is given.
31620           add workaround for directfb's X not setting physical size.
31621           fix to xvimagesink will follow tomorrow.
31622
31623 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31624
31625         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31626         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31627         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31628         (gst_shout2send_class_init), (gst_shout2send_init),
31629         (set_shout_metadata), (gst_shout2send_set_metadata),
31630         (gst_shout2send_chain), (gst_shout2send_set_property),
31631         (gst_shout2send_get_property), (gst_shout2send_connect),
31632         (gst_shout2send_change_state):
31633         * ext/shout2/gstshout2.h:
31634         - fix for sending mp3 audio to icecast2 server, if pad link function not
31635         called before PAUSED state
31636         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31637         - added tagging support for mp3 audio broadcasted
31638         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31639         debug info
31640
31641 2004-07-28  Wim Taymans  <wim@fluendo.com>
31642
31643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31644         (gst_ogg_demux_push):
31645         Return query failure when we don't know the length of
31646         an ogg stream insteda of returning TRUE with a bogus value.
31647
31648 2004-07-28  Wim Taymans  <wim@fluendo.com>
31649
31650         * ext/theora/theoradec.c: (theora_get_formats),
31651         (theora_dec_src_convert), (theora_dec_sink_convert),
31652         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31653         (theora_dec_chain):
31654         Don't screw up the 1 Chroma for 1 luma sample situation when we
31655         have an odd offset/width by adding a black border in those cases.
31656
31657 2004-07-28  Wim Taymans  <wim@fluendo.com>
31658
31659         * ext/theora/theoradec.c: (theora_get_formats),
31660         (theora_dec_src_convert), (theora_dec_sink_convert),
31661         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31662         (theora_dec_chain):
31663         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31664         Added first attempt at cropping of the image as required by the
31665         theora spec. We need more properties in the caps (offset_x,
31666         offset_y,stride) to implement this correctly.
31667
31668 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31669
31670         * ext/dvdnav/README:
31671           Update the README to use dvddemux
31672         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31673           Ensure getcaps returns a subset of the template caps
31674         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31675         (gst_mpeg2subt_init):
31676           Ensure getcaps returns a subset of the template caps
31677         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31678         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31679         (gst_dvd_demux_get_subpicture_stream),
31680         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31681         * gst/mpegstream/gstdvddemux.h:
31682           Set the explicit caps on the current_video pad before pushing
31683           anything
31684         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31685         (gst_mpeg_demux_get_audio_stream):
31686           Free caps used to gst_pad_set_explicit_caps, which takes a const
31687           GstCaps *
31688
31689 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31690
31691         * configure.ac: update GStreamer requirement to 0.8.4 because of
31692           GstFraction.
31693
31694 2004-07-28  Wim Taymans  <wim@fluendo.com>
31695
31696         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31697         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31698         Add the pad to the element after setting up the caps. This
31699         makes it a lot easier to autoplug.
31700
31701 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31702
31703         * gst/median/gstmedian.c:
31704         * gst/mpeg2subt/gstmpeg2subt.c:
31705         * gst/mpegaudioparse/gstmpegaudioparse.c:
31706         * gst/mpegstream/gstdvddemux.c:
31707         * gst/mpegstream/gstmpegdemux.c:
31708         * gst/mpegstream/gstmpegpacketize.c:
31709         * gst/rtjpeg/gstrtjpeg.c:
31710         * gst/rtjpeg/gstrtjpegdec.c:
31711         * gst/rtjpeg/gstrtjpegenc.c:
31712         * gst/sine/gstsinesrc.c:
31713         * gst/smooth/gstsmooth.c:
31714         * gst/smpte/gstsmpte.c:
31715         * gst/smpte/gstsmpte.h:
31716         * gst/stereo/gststereo.c:
31717         * gst/videofilter/gstgamma.c:
31718         * gst/videofilter/gstvideobalance.c:
31719         * gst/videofilter/gstvideofilter.c:
31720         * gst/videofilter/gstvideoflip.c:
31721         * gst/videoscale/gstvideoscale.c:
31722         * gst/videoscale/videoscale.c:
31723         * gst/videotestsrc/gstvideotestsrc.c:
31724         * gst/videotestsrc/videotestsrc.c:
31725         * gst/wavenc/gstwavenc.c:
31726         * gst/wavparse/gstwavparse.c:
31727           fix local includes and 64 bits constants
31728
31729 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31730
31731         * win32/gst.sln:
31732         * gst-libs/gst/*/*.vcproj:
31733         * gst/*/*.vcproj:
31734           more working plugins
31735
31736 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31737
31738         * testsuite/alsa/Makefile.am:
31739         * testsuite/alsa/srcstate.c:
31740         add test for alsasrc changing state
31741
31742 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31743
31744         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31745         (gst_silence_get):
31746         * gst/silence/gstsilence.h:
31747         fix silence generation for 16bit raw audio
31748
31749 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31750
31751         * gst/matroska/matroska-demux.c:
31752         (gst_matroska_demux_parse_metadata),
31753         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31754         * gst/mpegaudio/common.c:
31755         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31756         (gst_videoscale_getcaps), (gst_videoscale_link),
31757         (gst_videoscale_src_fixate), (gst_videoscale_init),
31758         (gst_videoscale_finalize):
31759         * gst/videoscale/gstvideoscale.h:
31760         * gst/videotestsrc/gstvideotestsrc.c:
31761         (gst_videotestsrc_get_capslist):
31762         * gst/wavenc/gstwavenc.c:
31763         * sys/oss/gstossmixer.c: (fill_labels):
31764         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31765         (gst_ximagesink_handle_xevents),
31766         (gst_ximagesink_calculate_pixel_aspect_ratio),
31767         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31768         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31769         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31770         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31771         (gst_ximagesink_init), (gst_ximagesink_class_init):
31772         * sys/ximage/ximagesink.h:
31773         * sys/xvimage/xvimagesink.c:
31774         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31775         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31776         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31777         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31778         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31779         * sys/xvimage/xvimagesink.h:
31780           first batch of pixel aspect ratio commits.
31781
31782 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31783
31784         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31785         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31786         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31787           handle stride, needs work if we want to move stride handling
31788           upstream, but works correctly for our purposes.
31789
31790 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31791
31792         * gst/videoscale/README:
31793           add testing examples
31794         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31795         (gst_videoscale_chain):
31796         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31797         (gst_videoscale_get_size):
31798           add get_size function that handles stride like videotestsrc.
31799           fixes conversion for YUV formats for as much as I can test them.
31800
31801 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31802
31803         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31804         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31806         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31807         (gst_xvimagesink_xvimage_put):
31808           further cleanups, logging, error handling and synchronizing
31809
31810 2004-07-27  Wim Taymans  <wim@fluendo.com>
31811
31812         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31813         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31814         (gst_videomixer_pad_set_property),
31815         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31816         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31817         (gst_videomixer_class_init), (gst_videomixer_init),
31818         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31819         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31820         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31821         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31822         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31823         (gst_videomixer_loop), (plugin_init):
31824         Be a nicer negotiation citizen and provide a getcaps function on
31825         the srcpad. This also fixes a crash when resizing.
31826
31827 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31828
31829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31830         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31831
31832 2004-07-27  Wim Taymans  <wim@fluendo.com>
31833
31834         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31835         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31836         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31837         (gst_pngenc_set_property):
31838         * ext/libpng/gstpngenc.h:
31839         Added snapshot property to pngenc.
31840         removed g_print from pngdec
31841
31842 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31843
31844         * gst/ac3parse/ac3parse.vcproj
31845         * gst/adder/adder.vcproj
31846         * gst/alpha/alpha.vcproj
31847         * gst/alpha/alphacolor.vcproj
31848         * gst/asfdemux/asf.vcproj
31849         * gst/audioconvert/audioconvert.vcproj
31850         * gst/audiorate/audiorate.vcproj
31851         * gst/audioscale/audioscale.vcproj
31852         * gst/auparse/auparse.vcproj
31853         * gst/avi/avi.vcproj
31854         * gst/cdxaparse/cdxaparse.vcproj
31855         * gst/chart/chart.vcproj
31856         * gst/colorspace/colorspace.vcproj
31857         * gst/cutter/cutter.vcproj
31858         * gst/debug/debug.vcproj
31859         * gst/debug/efence.vcproj
31860         * gst/debug/navigationtest.vcproj
31861         * gst/deinterlace/deinterlace.vcproj
31862         * gst/effectv/effectv.vcproj
31863         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31864         * gst/filter/filter.vcproj
31865         * gst/flx/flxdec.vcproj
31866         * gst/goom/goom.vcproj
31867         * gst/interleave/interleave.vcproj
31868         * gst/law/alaw.vcproj
31869         * gst/law/mulaw.vcproj
31870         * gst/matroska/matroska.vcproj
31871         * gst/median/median.vcproj
31872         * gst/mixmatrix/mixmatrix.vcproj
31873         * gst/mpeg1sys/mpeg1systemencode.vcproj
31874         * gst/mpeg1videoparse/mp1videoparse.vcproj
31875         * gst/mpeg2sub/mpeg2subt.vcproj
31876         * gst/mpegaudio/mpegaudio.vcproj
31877         * gst/mpegaudioparse/mpegaudioparse.vcproj
31878         * gst/mpegstream/mpegstream.vcproj
31879         * gst/multifilesink/multifilesink.vcproj
31880         * gst/multipart/multipart.vcproj
31881         * gst/oneton/oneton.vcproj
31882         * gst/overlay/overlay.vcproj
31883         * gst/passthrough/passthrough.vcproj
31884         * gst/qtdemux/qtdemux.vcproj
31885         * gst/realmedia/rmdemux.vcproj
31886         * gst/rtjpeg/rtjpeg.vcproj
31887         * gst/rtp/rtp.vcproj
31888         * gst/silence/silence.vcproj
31889         * gst/sine/sinesrc.vcproj
31890         * gst/smooth/smooth.vcproj
31891         * gst/smpte/smpte.vcproj
31892         * gst/spectrum/spectrum.vcproj
31893         * gst/speed/speed.vcproj
31894         * gst/stereo/stereo.vcproj
31895         * gst/switch/switch.vcproj
31896         * gst/tags/tagedit.vcproj
31897         * gst/tcp/tcp.vcproj
31898         * gst/typefind/typefindfunctions.vcproj
31899         * gst/udp/udp.vcproj
31900         * gst/videobox/videobox.vcproj
31901         * gst/videocrop/videocrop.vcproj
31902         * gst/videodrop/videodrop.vcproj
31903         * gst/videofilter/gamma.vcproj
31904         * gst/videofilter/videobalance.vcproj
31905         * gst/videofilter/videofilter.vcproj
31906         * gst/videofilter/videoflip.vcproj
31907         * gst/videoflip/videoflip.vcproj
31908         * gst/videomixer/videomixer.vcproj
31909         * gst/videorate/videorate.vcproj
31910         * gst/videoscale/videoscale.vcproj
31911         * gst/videotestsrc/videotestsrc.vcproj
31912         * gst/virtualdub/virtualdub.vcproj
31913         * gst/volenv/volenv.vcproj
31914         * gst/volume/volume.vcproj
31915         * gst/wavenc/wavenc.vcproj
31916         * gst/wavparse/wavparse.vcproj
31917         * gst/y4m/y4menc.vcproj
31918         * gst-libs/gst/audio/audio.vcproj
31919         * gst-libs/gst/audio/audiofilter.vcproj
31920         * gst-libs/gst/colorbalance/colorbalance.vcproj
31921         * gst-libs/gst/idct/idtc.vcproj
31922         * gst-libs/gst/media-info/media-info.vcproj
31923         * gst-libs/gst/mixer/mixer.vcproj
31924         * gst-libs/gst/navigation/navigation.vcproj
31925         * gst-libs/gst/play/play.vcproj
31926         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31927         * gst-libs/gst/resample/resample.vcproj
31928         * gst-libs/gst/riff/riff.vcproj
31929         * gst-libs/gst/tuner/tuner.vcproj
31930         * gst-libs/gst/video/video.vcproj
31931         * gst-libs/gst/xoverlay/xoverlay.vcproj
31932           avoid problems with math.h, fix release dependancy
31933           rename GStreamer-0.8.lib to libgstreamer.lib
31934
31935 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31936
31937         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31939         the atom is not available we have to unlock the mutex. Fixes #148023
31940
31941 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31942
31943         * gst-libs/gst/media-info/media-info.h:
31944           issue for a vararg macro with MSVC
31945
31946 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31947
31948         * gst/effectv/effectv.vcproj
31949         * gst-libs/gst/idct/idct.vcproj:
31950         * gst-libs/gst/media-info/media-info.vcproj:
31951         * gst-libs/gst/navigation/navigation.vcproj:
31952         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31953         * gst-libs/gst/video/video.vcproj:
31954         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31955           fixes for build problems
31956
31957 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31958
31959         * gst-libs/gst/audio/audio.def:
31960         * gst-libs/gst/audio/riff.def:
31961           add some definitions needed by plugins
31962
31963 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31964
31965         * gst/asfdemux/gstasfmux.c
31966           Fix some 64 bits constants to be glib friendly
31967
31968 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31969
31970         * gst/ac3parse/gstac3parse.c
31971         * gst/audioscale/gstaudioscale.c
31972         * gst/auparse/gstauparse.c
31973         * gst/colorspace/gstcolorspace.c
31974         * gst/colorspace/yuv2rgb.h
31975           local include fixes
31976
31977 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31978
31979         * win32/gst.sln
31980           add more plugins to the build
31981
31982 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31983
31984         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31985         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31986
31987 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31988
31989         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31990         (gst_level_set_property), (gst_level_get_property),
31991         (gst_level_base_init), (gst_level_class_init):
31992           add debugging categories.  cleanups.
31993
31994 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31995
31996         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31997         (gst_videoscale_planar411), (gst_videoscale_planar400),
31998         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31999         (gst_videoscale_scale_nearest_str1),
32000         (gst_videoscale_scale_nearest_str2),
32001         (gst_videoscale_scale_nearest_str4),
32002         (gst_videoscale_scale_nearest_16bit),
32003         (gst_videoscale_scale_nearest_24bit):
32004           fixed stride issues
32005           tested with 320x240 -> 321, 322, 324 x240
32006           tested with YV12, I420, YUY2, UYVY
32007           fixed packed422rev (don't think it could have worked before)
32008           by testing with UYVY
32009
32010 2004-07-26  Benjamin Otte  <otte@gnome.org>
32011
32012         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32013         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32014         (plugin_init):
32015           add debugging category, add error checks like checking return values
32016           of setup calls, make sure it still works after
32017           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32018
32019 2004-07-26  Wim Taymans  <wim@fluendo.com>
32020
32021         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32022         (gst_mpeg_demux_get_audio_stream),
32023         (gst_mpeg_demux_process_private):
32024         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32025         Check for error codes from the negotiation functions. Make sure
32026         we really set the pad caps when a new pad is created.
32027
32028 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32029
32030         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32031         (gst_ffmpeg_caps_to_pix_fmt):
32032         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32034         (gst_ffmpegcolorspace_pad_link):
32035           don't make function do two things at the same time without reason.
32036
32037 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32038
32039         * gst/ac3parse/ac3parse.vcproj
32040         * gst/adder/adder.vcproj
32041         * gst/alpha/alpha.vcproj
32042         * gst/alpha/alphacolor.vcproj
32043         * gst/asfdemux/asf.vcproj
32044         * gst/audioconvert/audioconvert.vcproj
32045         * gst/audiorate/audiorate.vcproj
32046         * gst/audioscale/audioscale.vcproj
32047         * gst/auparse/auparse.vcproj
32048         * gst/avi/avi.vcproj
32049         * gst/cdxaparse/cdxaparse.vcproj
32050         * gst/chart/chart.vcproj
32051         * gst/colorspace/colorspace.vcproj
32052         * gst/cutter/cutter.vcproj
32053         * gst/debug/debug.vcproj
32054         * gst/debug/efence.vcproj
32055         * gst/debug/navigationtest.vcproj
32056         * gst/deinterlace/deinterlace.vcproj
32057         * gst/effectv/effectv.vcproj
32058         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32059         * gst/filter/filter.vcproj
32060         * gst/flx/flxdec.vcproj
32061         * gst/goom/goom.vcproj
32062         * gst/interleave/interleave.vcproj
32063         * gst/law/alaw.vcproj
32064         * gst/law/mulaw.vcproj
32065         * gst/matroska/matroska.vcproj
32066         * gst/median/median.vcproj
32067         * gst/mixmatrix/mixmatrix.vcproj
32068         * gst/mpeg1sys/mpeg1systemencode.vcproj
32069         * gst/mpeg1videoparse/mp1videoparse.vcproj
32070         * gst/mpeg2sub/mpeg2subt.vcproj
32071         * gst/mpegaudio/mpegaudio.vcproj
32072         * gst/mpegaudioparse/mpegaudioparse.vcproj
32073         * gst/mpegstream/mpegstream.vcproj
32074         * gst/multifilesink/multifilesink.vcproj
32075         * gst/multipart/multipart.vcproj
32076         * gst/oneton/oneton.vcproj
32077         * gst/overlay/overlay.vcproj
32078         * gst/passthrough/passthrough.vcproj
32079         * gst/qtdemux/qtdemux.vcproj
32080         * gst/realmedia/rmdemux.vcproj
32081         * gst/rtjpeg/rtjpeg.vcproj
32082         * gst/rtp/rtp.vcproj
32083         * gst/silence/silence.vcproj
32084         * gst/sine/sinesrc.vcproj
32085         * gst/smooth/smooth.vcproj
32086         * gst/smpte/smpte.vcproj
32087         * gst/spectrum/spectrum.vcproj
32088         * gst/speed/speed.vcproj
32089         * gst/stereo/stereo.vcproj
32090         * gst/switch/switch.vcproj
32091         * gst/tags/tagedit.vcproj
32092         * gst/tcp/tcp.vcproj
32093         * gst/typefind/typefindfunctions.vcproj
32094         * gst/udp/udp.vcproj
32095         * gst/videobox/videobox.vcproj
32096         * gst/videocrop/videocrop.vcproj
32097         * gst/videodrop/videodrop.vcproj
32098         * gst/videofilter/gamma.vcproj
32099         * gst/videofilter/videobalance.vcproj
32100         * gst/videofilter/videofilter.vcproj
32101         * gst/videofilter/videoflip.vcproj
32102         * gst/videoflip/videoflip.vcproj
32103         * gst/videomixer/videomixer.vcproj
32104         * gst/videorate/videorate.vcproj
32105         * gst/videoscale/videoscale.vcproj
32106         * gst/videotestsrc/videotestsrc.vcproj
32107         * gst/virtualdub/virtualdub.vcproj
32108         * gst/volenv/volenv.vcproj
32109         * gst/volume/volume.vcproj
32110         * gst/wavenc/wavenc.vcproj
32111         * gst/wavparse/wavparse.vcproj
32112         * gst/y4m/y4menc.vcproj
32113           more plugins supported under windows
32114
32115 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32116
32117         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32118         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32119         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32121         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32122           Add debugging statements.  Use the sizes as returned by the
32123           *CreateImage calls.
32124
32125 2004-07-26  Johan Dahlin  <johan@gnome.org>
32126
32127         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32128         the pad is negotiated.
32129
32130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32131
32132 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32133
32134         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32135         * gst-libs/gst/idct/idct.vcproj:
32136         * gst-libs/gst/media-info/media-info.vcproj:
32137         * gst-libs/gst/mixer/mixer.vcproj:
32138         * gst-libs/gst/navigation/navigation.vcproj:
32139         * gst-libs/gst/play/play.vcproj:
32140         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32141         * gst-libs/gst/resample/resample.vcproj:
32142         * gst-libs/gst/tuner/tuner.vcproj:
32143         * gst-libs/gst/video/video.vcproj:
32144         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32145           more plugins supported under windows
32146
32147 2004-07-25 Iain <iain@prettypeople.org>
32148
32149         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32150         pad now rather than when the pad is created because state changes wipe
32151         explicit caps (fixes #148043).
32152
32153 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32154
32155         reviewed by Benjamin Otte  <otte@gnome.org>
32156
32157         * ext/mad/gstmad.c:
32158           fix mad plugin crashing on Sun (fixes #148289)
32159
32160 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32161
32162         * gst/avi/avi.def:
32163         * gst/avi/avi.vcproj:
32164         * gst/matroska/matroska.def:
32165         * gst/matroska/matroska.vcproj:
32166           remove unused .def files
32167
32168 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32169
32170         * gst-libs/gst/audio/gstaudiofilter.c:
32171           Clean the local include
32172
32173 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32174
32175         * win32/gst.sln:
32176         * gst-libs/gst/audio/audio.def:
32177         * gst-libs/gst/audio/audio.vcproj:
32178         * gst-libs/gst/audio/audiofilter.vcproj:
32179         * gst-libs/gst/audio/riff.def:
32180         * gst-libs/gst/audio/riff.vcproj:
32181         * gst-libs/gst/gst-libs.def:
32182         * gst-libs/gst/gst-libs.vcproj:
32183         * gst/avi/avi.vcproj:
32184         * gst/avi/avi.vcproj:
32185           Copy the files where needed after building, cleaner projects
32186
32187 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32188
32189         * gst/matroska/ebml-write.c:
32190           Fix some 64 bits constants to be glib friendly
32191
32192 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32193
32194         * win32/gst.sln:
32195         * gst-libs/gst/gst-libs.def:
32196         * gst-libs/gst/gst-libs.vcproj:
32197         * gst/matroska/matroska.def:
32198         * gst/matroska/matroska.vcproj:
32199           Add the preliminary canvas to build plugins on Win32
32200
32201 2004-07-23  Benjamin Otte  <otte@gnome.org>
32202
32203         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32204           don't enfore negotiation from source side, it breaks
32205           sinesrc ! audioconvert ! osssink
32206
32207 2004-07-22  David Schleef  <ds@schleef.org>
32208
32209         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32210         for ELF files, since they can easily be recognized as audio/mpeg.
32211         (bug #147441)
32212
32213 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32214
32215         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32216         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32217         (gst_videoscale_scale_nearest_24bit),
32218         (gst_videoscale_scale_nearest_16bit):
32219           fix 16bit and 24bit for stride (24bit might need testing)
32220           don't pretend we do more than one algorithm
32221
32222 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32223
32224         * configure.ac:
32225         * gst/Makefile.am:
32226         * gst/multifilesink/Makefile.am:
32227         * gst/multifilesink/gstmultifilesink.c:
32228         (gst_multifilesink_get_formats),
32229         (gst_multifilesink_get_query_types), (_do_init),
32230         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32231         (gst_multifilesink_init), (gst_multifilesink_dispose),
32232         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32233         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32234         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32235         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32236         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32237         (gst_multifilesink_uri_get_type),
32238         (gst_multifilesink_uri_get_protocols),
32239         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32240         (gst_multifilesink_uri_handler_init), (plugin_init):
32241         * gst/multifilesink/gstmultifilesink.h:
32242         * testsuite/Makefile.am:
32243         * testsuite/multifilesink/Makefile.am:
32244         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32245         (gst_newmedia_class_init), (gst_newmedia_init),
32246         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32247         (newfile_signal), (test_signal), (main):
32248         multifilesink plugin for creating new files every time a new media
32249         discontinuity event occurs
32250
32251 2004-07-22  Wim Taymans  <wim@fluendo.com>
32252
32253         * gst/alpha/Makefile.am:
32254         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32255         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32256         (gst_alpha_color_init), (gst_alpha_color_set_property),
32257         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32258         (transform), (gst_alpha_color_chain),
32259         (gst_alpha_color_change_state), (plugin_init):
32260         Stupid plugin to to RGBA to AYUV conversion because none of
32261         the colorspace plugins can handle that yet.
32262
32263 2004-07-22  Wim Taymans  <wim@fluendo.com>
32264
32265         * examples/seeking/seek.c: (update_scale), (main):
32266         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32267         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32268         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32269         (gst_decode_bin_init), (gst_decode_bin_dispose),
32270         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32271         (no_more_pads), (close_link), (type_found),
32272         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32273         (plugin_init):
32274         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32275         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32276         (gst_play_base_bin_dispose), (queue_overrun),
32277         (gen_preroll_element), (remove_prerolls), (unknown_type),
32278         (no_more_pads), (new_stream), (setup_source),
32279         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32280         (play_base_eos), (gst_play_base_bin_change_state),
32281         (gst_play_base_bin_add_element),
32282         (gst_play_base_bin_remove_element),
32283         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32284         (gst_play_base_bin_unlink_stream),
32285         (gst_play_base_bin_get_streaminfo):
32286         * gst/playback/gstplaybin.c: (gen_video_element),
32287         (gen_audio_element):
32288         * gst/playback/gststreaminfo.h:
32289         More playback updates, attempt to fix things after the state change
32290         breakage.
32291
32292 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32293
32294         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32295         (gst_videoscale_scale_nearest_16bit):
32296           comment algorithm
32297
32298 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32299
32300         * gst/videotestsrc/gstvideotestsrc.c:
32301         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32302         (gst_videotestsrc_init), (gst_videotestsrc_get),
32303         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32304         (gst_videotestsrc_get_property):
32305         * gst/videotestsrc/gstvideotestsrc.h:
32306         * gst/videotestsrc/videotestsrc.c:
32307         * gst/videotestsrc/videotestsrc.h:
32308           cleanup and commenting
32309
32310 2004-07-21  Wim Taymans  <wim@fluendo.com>
32311
32312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32313         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32314         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32315         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32316         (_find_chain_get_unknown_part), (_find_streams_check),
32317         (gst_ogg_demux_push), (gst_ogg_pad_push):
32318         * ext/theora/theoradec.c: (theora_get_formats),
32319         (theora_dec_src_convert), (theora_dec_sink_convert),
32320         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32321         (theora_dec_chain):
32322         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32323         (vorbis_dec_convert), (vorbis_dec_src_query),
32324         (vorbis_dec_src_event), (vorbis_dec_event):
32325         More seeking fixes, oggdemux now supports seeking to time and
32326         uses the downstream element to convert granulepos to time.
32327         Seeking in theora-only ogg files now works.
32328
32329 2004-07-21  Wim Taymans  <wim@fluendo.com>
32330
32331         * ext/theora/theoradec.c: (gst_theora_dec_init),
32332         (theora_get_formats), (theora_get_event_masks),
32333         (theora_get_query_types), (theora_dec_src_convert),
32334         (theora_dec_sink_convert), (theora_dec_src_query),
32335         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32336         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32337         (vorbis_get_event_masks), (vorbis_get_query_types),
32338         (gst_vorbis_dec_init), (vorbis_dec_convert),
32339         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32340         Added query/convert/formats functions to vorbis and theora decoders
32341         so that the outside world can use them too. Fixed seeking on an
32342         ogg/theora/vorbis file by disabling the seeking seeking on the
32343         theora srcpad.
32344
32345 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32346
32347         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32348         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32349         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32350         images creation for both elements. We don't create the image on caps
32351         nego or renego, we just destroy the internal one if present if it does
32352         not match the needs. The chain function takes care of creating a new
32353         image when needed.
32354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32355         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32356         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32357         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32358         the image format information. The buffer pool checks for the context
32359         image format and discard images with different formats.
32360         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32361
32362 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32363
32364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32365         (gst_ffmpegcolorspace_chain):
32366           no point in doing any chaining if the pad we want to push from
32367           isn't usable.
32368
32369 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32370
32371         * gst-libs/gst/riff/riff-media.c:
32372         (gst_riff_create_audio_caps_with_data):
32373           Fix double end-to-native symbol conversion (#148021).
32374
32375 2004-07-20  David Schleef  <ds@schleef.org>
32376
32377         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32378         Don't use an Atom that doesn't exist.
32379
32380 2004-07-20  Wim Taymans  <wim@fluendo.com>
32381
32382         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32383         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32384         (gst_multifdsink_client_remove),
32385         (gst_multifdsink_handle_client_write),
32386         (gst_multifdsink_queue_buffer):
32387         * gst/tcp/gstmultifdsink.h:
32388         More multifdsink stats. Avoid deadlock by releasing locks
32389         before sending out a signal.
32390
32391 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32392
32393         * po/LINGUAS:
32394         * po/hu.po:
32395           added Hungarian translation (Laszlo Dvornik)
32396
32397 2004-07-20  Wim Taymans  <wim@fluendo.com>
32398
32399         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32400         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32401         (gst_multifdsink_handle_client_write),
32402         (gst_multifdsink_queue_buffer):
32403         * gst/tcp/gsttcp-marshal.list:
32404         Fixed the stupid marshal definition.
32405
32406 2004-07-20  Wim Taymans  <wim@fluendo.com>
32407
32408         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32409         (gst_multifdsink_init), (gst_multifdsink_add),
32410         (gst_multifdsink_client_remove),
32411         (gst_multifdsink_handle_client_write),
32412         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32413         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32414         (gst_multifdsink_init_send):
32415         * gst/tcp/gstmultifdsink.h:
32416         Added more stats, added timeout for a client, fixed some typos
32417         and added some comments.
32418
32419 2004-07-20  Wim Taymans  <wim@fluendo.com>
32420
32421         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32422         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32423         (gst_multifdsink_client_remove),
32424         (gst_multifdsink_handle_client_write):
32425         * gst/tcp/gstmultifdsink.h:
32426         * gst/tcp/gsttcp-marshal.list:
32427         Added get_stats method that returns a GValueArray of
32428         stats values.
32429
32430 2004-07-19  Benjamin Otte  <otte@gnome.org>
32431
32432         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32433           make sure longname, description and author are valid UTF-8
32434
32435 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32436
32437         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32438         (gst_ximagesink_set_property):
32439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32440         (gst_xvimagesink_set_property):
32441           make sure SYNCHRONOUS is respected after getting the X context
32442
32443 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32444
32445         * gst/matroska/matroska-demux.c:
32446         (gst_matroska_demux_handle_src_event),
32447         (gst_matroska_demux_parse_blockgroup):
32448         * gst/matroska/matroska-ids.h:
32449           add BlockReference tag and ignore it to clear out log.
32450           ignore NAVIGATION events to clear out log.
32451
32452 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32453
32454         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32455         (gst_matroska_demux_add_stream):
32456         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32457           add debug categories
32458
32459 2004-07-16  Wim Taymans  <wim@fluendo.com>
32460
32461         * ext/libpng/Makefile.am:
32462         * ext/libpng/gstpng.c: (plugin_init):
32463         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32464         (gst_pngdec_get_type), (gst_pngdec_base_init),
32465         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32466         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32467         * ext/libpng/gstpngdec.h:
32468         Added png decoder.
32469
32470 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32471
32472         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32473         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32474         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32475         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32476         (gst_ximagesink_buffer_alloc):
32477         * sys/ximage/ximagesink.h:
32478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32479         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32480         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32481         (gst_xvimagesink_buffer_alloc):
32482         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32483         again. Using internal data pointer of the x(v)image to store image's
32484         data to be coherent with the buffer alloc mechanism. Investigated the
32485         image destruction code to be sure that everything gets freed correctly.
32486
32487 2004-07-16  Wim Taymans  <wim@fluendo.com>
32488
32489         * gst-libs/gst/riff/riff-read.c:
32490         (gst_riff_read_strf_vids_with_data),
32491         (gst_riff_read_strf_auds_with_data):
32492         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32493         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32494         Make sure we don't create 0 sized subbuffers in riff-read.
32495         Signal the no more pads signal after reading the avi header.
32496
32497 2004-07-16  Wim Taymans  <wim@fluendo.com>
32498
32499         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32500         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32501         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32502         (gst_decode_bin_init), (gst_decode_bin_dispose),
32503         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32504         (no_more_pads), (close_link), (type_found),
32505         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32506         (gst_decode_bin_change_state), (plugin_init):
32507         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32508         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32509         (gst_play_base_bin_dispose), (queue_overrun),
32510         (gen_preroll_element), (remove_prerolls), (unknown_type),
32511         (no_more_pads), (new_stream), (setup_source),
32512         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32513         (play_base_eos), (gst_play_base_bin_change_state),
32514         (gst_play_base_bin_add_element),
32515         (gst_play_base_bin_remove_element),
32516         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32517         (gst_play_base_bin_unlink_stream),
32518         (gst_play_base_bin_get_streaminfo):
32519         * gst/playback/gstplaybasebin.h:
32520         Better error recovery. Added configurable preroll queue size. Faster
32521         detection of no-more-pads.
32522
32523 2004-07-16  Wim Taymans  <wim@fluendo.com>
32524
32525         * gst-libs/gst/video/video.h:
32526         Added 32 bits RGBA. Not sure if we should use another mime-type
32527         for alpha rgb. Currently the presence of the alpha_mask property
32528         signals an alpha channel.
32529
32530 2004-07-16  Wim Taymans  <wim@fluendo.com>
32531
32532         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32534         FPS seems to be 0.0 to MAX everywhere else.
32535
32536 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32537
32538         * gst-libs/gst/riff/riff-media.c:
32539         (gst_riff_create_video_caps_with_data):
32540           mp42/mp43 (no caps) exist too.
32541         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32542           Set pixel_width/height; we've got them in-caps.
32543         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32544         * gst/wavparse/gstwavparse.c: (plugin_init):
32545           Both are valid primary.
32546         * sys/oss/gstossmixer.c:
32547           Remove i18n hack and enable translations.
32548
32549 2004-07-15  Benjamin Otte  <otte@gnome.org>
32550
32551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32552         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32553           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32554
32555 2004-07-15  Benjamin Otte  <otte@gnome.org>
32556
32557         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32558         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32559         (gst_alsa_close_audio):
32560           disable some of the debugging code for now. Writing debugging to a
32561           buffer is broken in current alsalib releases.
32562
32563 2004-07-12  Benjamin Otte  <otte@gnome.org>
32564
32565         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32566           use bufferpools
32567
32568 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32569
32570         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32571         (theora_dec_src_query), (theora_dec_event):
32572         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32573           add debugging categories.  Remove \n's.
32574
32575 2004-07-13  Johan Dahlin  <johan@gnome.org>
32576
32577         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32578         (gst_play_bin_get_property): Impl.
32579
32580 2004-07-13  Wim Taymans  <wim@fluendo.com>
32581
32582         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32583         When trying to find the stream length, seek back N pages
32584         instead of just one, where N is the number of streams in
32585         the current chain.
32586
32587 2004-07-13  Wim Taymans  <wim@fluendo.com>
32588
32589         * gst-libs/gst/riff/riff-media.c:
32590         (gst_riff_create_audio_caps_with_data),
32591         (gst_riff_create_audio_caps),
32592         (gst_riff_create_audio_template_caps):
32593         * gst-libs/gst/riff/riff-media.h:
32594         * gst-libs/gst/riff/riff-read.c:
32595         (gst_riff_read_strf_vids_with_data),
32596         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32597         * gst-libs/gst/riff/riff-read.h:
32598         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32599         (gst_avi_demux_add_stream):
32600         Set codec_data on caps for avidemuxer.
32601
32602 2004-07-12  David Schleef  <ds@schleef.org>
32603
32604         * configure.ac: Fix test for Objective C
32605
32606 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32607         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32608         (gst_gdk_pixbuf_chain):
32609           Add svg and pcx to template caps, and ensure that getcaps returns a
32610           subset of the template caps.
32611           Copy each row manually for output, as gdkpixbuf may pad the
32612           rowstride to a 32-bit word boundary.
32613
32614 2004-07-12  Wim Taymans  <wim@fluendo.com>
32615
32616         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32617         (gst_riff_create_video_template_caps):
32618         Fix the template caps to include some more media types.
32619
32620 2004-07-12  Wim Taymans  <wim@fluendo.com>
32621
32622         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32623         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32624         (compare_ranks), (print_feature), (gst_decode_bin_init),
32625         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32626         (try_to_link_1), (new_pad), (close_link), (type_found),
32627         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32628         (gst_decode_bin_change_state), (plugin_init):
32629         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32630         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32631         (gst_play_base_bin_dispose), (queue_overrun),
32632         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32633         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32634         (gst_play_base_bin_get_property), (play_base_eos),
32635         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32636         (gst_play_base_bin_remove_element),
32637         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32638         (gst_play_base_bin_unlink_stream),
32639         (gst_play_base_bin_get_streaminfo):
32640         * gst/playback/gstplaybasebin.h:
32641         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32642         (gst_play_bin_class_init), (gst_play_bin_init),
32643         (gst_play_bin_dispose), (gst_play_bin_set_property),
32644         (gst_play_bin_get_property), (gen_video_element),
32645         (gen_audio_element), (remove_sinks), (setup_sinks),
32646         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32647         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32648         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32649         (gst_play_bin_query), (plugin_init):
32650         * gst/playback/test4.c: (main):
32651         More fixes on reusing of the element.
32652
32653 2004-07-11  Benjamin Otte  <otte@gnome.org>
32654
32655         * ext/mad/gstmad.c: (normal_seek):
32656           allow seeking for other methods than just SET
32657
32658 2004-07-11  Andy Wingo  <wingo@pobox.com>
32659
32660         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32661         float, "any" caps -> buffer_frames=[0,MAX].
32662
32663         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32664         doesn't intersect our caps with the template any more. Do it
32665         ourselves.
32666         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32667
32668 2004-07-09  Wim Taymans  <wim@fluendo.com>
32669
32670         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32671         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32672         (compare_ranks), (print_feature), (gst_decode_bin_init),
32673         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32674         (try_to_link_1), (new_pad), (close_link), (type_found),
32675         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32676         (gst_decode_bin_change_state), (plugin_init):
32677         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32678         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32679         (gst_play_base_bin_dispose), (queue_overrun),
32680         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32681         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32682         (gst_play_base_bin_get_property), (play_base_eos),
32683         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32684         (gst_play_base_bin_remove_element),
32685         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32686         (gst_play_base_bin_unlink_stream),
32687         (gst_play_base_bin_get_streaminfo):
32688         * gst/playback/gstplaybasebin.h:
32689         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32690         (gst_play_bin_class_init), (gst_play_bin_init),
32691         (gst_play_bin_dispose), (gst_play_bin_set_property),
32692         (gst_play_bin_get_property), (gen_video_element),
32693         (gen_audio_element), (remove_sinks), (setup_sinks),
32694         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32695         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32696         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32697         (gst_play_bin_query), (plugin_init):
32698         * gst/playback/test4.c: (main):
32699         Work on object reuse and seeking.
32700
32701 2004-07-09  Wim Taymans  <wim@fluendo.com>
32702
32703         * examples/seeking/seek.c: (iterate):
32704         Don't consume all CPU in the idle loop.
32705
32706 2004-07-09  Wim Taymans  <wim@fluendo.com>
32707
32708         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32709         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32710         Add pad to element *after* setting the pad functions so that
32711         the scheduler can use the correct ones.
32712
32713 2004-07-09  Wim Taymans  <wim@fluendo.com>
32714
32715         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32716         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32717         Sync to keyframe after seek
32718
32719 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32720
32721         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32722         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32723         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32724         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32725         * ext/libvisual/visual.c: (gst_visual_change_state):
32726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32727         * ext/theora/theoradec.c: (theora_dec_change_state):
32728         * ext/theora/theoraenc.c: (theora_enc_change_state):
32729         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32730         * gst-libs/gst/navigation/navigation.c:
32731         * gst/adder/gstadder.c: (gst_adder_change_state):
32732         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32733         (gst_audio_convert_get_buffer):
32734         * gst/multipart/multipartdemux.c:
32735         (gst_multipart_demux_change_state):
32736         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32737         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32738         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32739         * gst/videoscale/gstvideoscale.c:
32740         (gst_videoscale_handle_src_event):
32741         * gst/volume/gstvolume.c: (volume_chain_int16):
32742           don't assert in state change, this should be done by the base
32743           GstElement class.
32744           various debugging fixes.
32745
32746 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32747
32748         * configure.ac:
32749         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32750         (gst_play_dispose), (gst_play_set_location),
32751         (gst_play_set_data_src), (gst_play_set_video_sink),
32752         (gst_play_set_audio_sink), (gst_play_set_visualization),
32753         (gst_play_connect_visualization), (gst_play_get_sink_element),
32754         (gst_play_get_all_by_interface):
32755         * gst-libs/gst/play/play.h:
32756           add new method to get elements implementing an interface.
32757           add various error logging
32758
32759 2004-07-08  Wim Taymans  <wim@fluendo.com>
32760
32761         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32762         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32763         (make_playerbin_pipeline), (query_durations_elems),
32764         (query_durations_pads), (query_positions_elems),
32765         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32766         (main):
32767         Added playbin seeking example.
32768
32769 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32770
32771         * gst-libs/gst/play/play.c: (gst_play_set_location),
32772         (gst_play_set_data_src), (gst_play_set_video_sink),
32773         (gst_play_set_audio_sink), (gst_play_set_visualization),
32774         (gst_play_connect_visualization), (gst_play_get_framerate):
32775           use a macro to look up elements from hash table
32776
32777 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32778
32779         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32780         (gst_play_get_length_callback), (gst_play_set_location),
32781         (gst_play_seek_to_time), (gst_play_set_data_src),
32782         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32783         (gst_play_set_visualization), (gst_play_connect_visualization),
32784         (gst_play_get_sink_element):
32785         - add debugging info
32786         - fix looking up sink elements by iterating over complete caps
32787         - put everything except for source and autoplugger in a complete bin
32788
32789 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32790
32791         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32792         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32793         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32794         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32795         * ext/alsa/gstalsasink.h:
32796         - add debugging info
32797         - clean up schizophrenia of data/buffer/event
32798         - fix double event unref error
32799
32800 2004-07-08  Wim Taymans  <wim@fluendo.com>
32801
32802         * gst/playback/Makefile.am:
32803         Add headers to noinst
32804
32805 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32806
32807         * tools/gst-launch-ext-m.m:
32808         * tools/gst-launch-ext.1.in:
32809           convert to the third millenium
32810
32811 2004-07-07  David Schleef  <ds@schleef.org>
32812
32813         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32814
32815 2004-07-07  Wim Taymans  <wim@fluendo.com>
32816
32817         * gst/playback/Makefile.am:
32818         * gst/playback/README:
32819         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32820         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32821         (compare_ranks), (print_feature), (gst_decode_bin_init),
32822         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32823         (try_to_link_1), (new_pad), (close_link), (type_found),
32824         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32825         (plugin_init):
32826         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32827         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32828         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32829         (gen_preroll_element), (no_more_pads), (new_stream),
32830         (setup_source), (gst_play_base_bin_set_property),
32831         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32832         (gst_play_base_bin_add_element),
32833         (gst_play_base_bin_remove_element),
32834         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32835         (gst_play_base_bin_unlink_stream),
32836         (gst_play_base_bin_get_streaminfo):
32837         * gst/playback/gstplaybasebin.h:
32838         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32839         (gst_play_bin_class_init), (gst_play_bin_init),
32840         (gst_play_bin_dispose), (gst_play_bin_set_property),
32841         (gst_play_bin_get_property), (gen_video_element),
32842         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32843         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32844         (gst_play_bin_get_formats), (gst_play_bin_convert),
32845         (gst_play_bin_get_query_types), (gst_play_bin_query),
32846         (plugin_init):
32847         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32848         (gst_stream_info_get_type), (gst_stream_info_class_init),
32849         (gst_stream_info_init), (gst_stream_info_new),
32850         (gst_stream_info_dispose), (gst_stream_info_set_property),
32851         (gst_stream_info_get_property):
32852         * gst/playback/gststreaminfo.h:
32853         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32854         (main):
32855         * gst/playback/test2.c: (main):
32856         * gst/playback/test3.c: (update_scale), (main):
32857         More playbin fixes. Added README. Do better element filtering.
32858         Added base class to preroll media. Added test apps.
32859
32860 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32861
32862         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32863         * ext/mpeg2dec/gstmpeg2dec.h:
32864           various debugging improvements.  Reset stream to next picture
32865           instead of sequence header, otherwise seeks cannot work.
32866
32867 2004-07-07  Wim Taymans  <wim@fluendo.com>
32868
32869         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32870         (gst_video_box_class_init), (gst_video_box_set_property),
32871         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32872         Use pad_alloc where possible.
32873
32874 2004-07-07  Wim Taymans  <wim@fluendo.com>
32875
32876         * sys/oss/gstosselement.c: (gst_osselement_reset),
32877         (gst_osselement_parse_caps):
32878         * sys/oss/gstosselement.h:
32879         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32880         Fix offset on osssrc.
32881
32882 2004-07-07  Wim Taymans  <wim@fluendo.com>
32883
32884         * ext/theora/theora.c: (plugin_init):
32885         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32886         (theora_dec_src_query), (theora_dec_chain):
32887         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32888         (theora_enc_sink_link), (theora_buffer_from_packet),
32889         (theora_push_packet), (theora_enc_chain):
32890         Fix theora granulepos calculation.
32891         Fix overflow in duration/position calculation.
32892         Bump rank to PRIMARY for theoradec.
32893         Use granulepos of last packet to calculate position.
32894         Set keyframe flag on buffers when needed.
32895
32896 2004-07-06  David Schleef  <ds@schleef.org>
32897
32898         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32899         serious?  (Fixed, obviously.)
32900
32901 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32902
32903         * po/LINGUAS:
32904         * po/cs.po:
32905           added Czech translation (Miloslav Trmac)
32906
32907 2004-07-05  Wim Taymans  <wim@fluendo.com>
32908
32909         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32910         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32911         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32912         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32913         (close_link), (type_found), (gst_decode_bin_set_property),
32914         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32915         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32916         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32917         (gst_decode_bin_query), (plugin_init):
32918         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32919         (gst_play_bin_class_init), (gst_play_bin_init),
32920         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32921         (get_video_element), (new_pad), (setup_source),
32922         (gst_play_bin_set_property), (gst_play_bin_get_property),
32923         (gst_play_bin_change_state), (gst_play_bin_add_element),
32924         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32925         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32926         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32927         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32928         * gst/playback/test.c: (main):
32929         More fixes, cleaned up playbin, make it use decodebin. Added
32930         threaded property to playbin.
32931
32932 2004-07-05  Wim Taymans  <wim@fluendo.com>
32933
32934         * configure.ac:
32935         * gst/playback/Makefile.am:
32936         * gst/playback/decodetest.c: (main):
32937         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32938         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32939         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32940         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32941         (close_link), (type_found), (gst_decode_bin_set_property),
32942         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32943         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32944         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32945         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32946         (plugin_init):
32947         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32948         (gst_play_bin_class_init), (gst_play_bin_init),
32949         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32950         (collect_sink_pads), (find_compatibles), (close_pad_link),
32951         (try_to_link_1), (new_pad), (close_link), (type_found),
32952         (setup_source), (gst_play_bin_set_property),
32953         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32954         (compare_ranks), (gst_play_bin_collect_factories),
32955         (gst_play_bin_change_state), (gst_play_bin_add_element),
32956         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32957         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32958         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32959         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32960         * gst/playback/test.c: (main):
32961         Added some playback helper elements and some test apps, very alpha
32962         still.
32963
32964 2004-07-04  Benjamin Otte  <otte@gnome.org>
32965
32966         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32967           only restart audio when we indeed have an xrun to fix repeated
32968           xruns. Fix suggested by Giuliano Pochini.
32969
32970 2004-07-03  David Schleef  <ds@schleef.org>
32971
32972         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32973         call to gst_debug_log() if debugging is disabled (bug #145118)
32974
32975 2004-07-03  Benjamin Otte  <otte@gnome.org>
32976
32977         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32978           use our own functions for restarting the alsa device.
32979         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32980           I should apply patches myself - use MIN for the third argument, not
32981           the second, this fixes seeking
32982
32983 2004-07-02  David Schleef  <ds@schleef.org>
32984
32985         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32986         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32987         do with the logic.
32988
32989 2004-07-02  David Schleef  <ds@schleef.org>
32990
32991         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32992         output buffers.  Fix logic mistake.  (bug #144866)
32993
32994 2004-07-02  David Schleef  <ds@schleef.org>
32995
32996         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32997         on X.  (bug #144753)
32998
32999 2004-07-02  David Schleef  <ds@schleef.org>
33000
33001         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33002         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33003         (bug #144624)
33004         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33005         (gst_osselement_rate_probe_check): Add another workaround for
33006         buggy drivers (bug #145336)
33007
33008 2004-07-02  David Schleef  <ds@schleef.org>
33009
33010         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33011         Most systems don't have MSG_NOSIGNAL.
33012
33013 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33014
33015         * Makefile.am:
33016         * gst-libs/gst/colorbalance/Makefile.am:
33017         * gst-libs/gst/mixer/Makefile.am:
33018         * gst-libs/gst/play/Makefile.am:
33019         * gst-libs/gst/tuner/Makefile.am:
33020           (hopefully) fix both install and dist and make error message useful.
33021           needs testing across automakes.
33022
33023 2004-07-02  Benjamin Otte  <otte@gnome.org>
33024
33025         * ext/ogg/gstogg.c: (plugin_init):
33026           we require bytestream now
33027         * ext/ogg/gstoggdemux.c:
33028           huge diff to implement chain setup in a fast and generic way. This
33029           improves tag reading and startup of huge files (read: Theora videos)
33030           quite a bit. It probably contains bugs, too, so please test.
33031           Seeking is not improved to the fast method.
33032
33033 2004-06-29  Wim Taymans  <wim@fluendo.com>
33034
33035         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33036         * ext/ogg/gstoggmux.c:
33037         Fix memleak in oggdemux when running unconnected pads.
33038         doc update in mux, start working on keyframe mode.
33039
33040 2004-06-29  Benjamin Otte  <otte@gnome.org>
33041
33042         * sys/oss/gstosssink.c:
33043         * sys/oss/gstosssrc.c:
33044           advertise correct template caps - we indeed do non-native endianness
33045           and 8bit audio has no endianness
33046         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33048           avoid (wrong) duplications in getcaps function and return
33049           template caps
33050
33051 2004-06-29  Wim Taymans  <wim@fluendo.com>
33052
33053         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33054         (gst_multifdsink_class_init), (gst_multifdsink_add),
33055         (gst_multifdsink_remove), (gst_multifdsink_clear),
33056         (gst_multifdsink_client_remove),
33057         (gst_multifdsink_handle_client_read),
33058         (gst_multifdsink_client_queue_data),
33059         (gst_multifdsink_client_queue_caps),
33060         (gst_multifdsink_client_queue_buffer),
33061         (gst_multifdsink_handle_client_write),
33062         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33063         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33064         (gst_multifdsink_init_send), (gst_multifdsink_close):
33065         Fix wrong GList iteration that could crash the server when
33066         more then 2 clients disconnect at the same time. Read all the
33067         pending commands in one batch to recover from command storms under
33068         very heavy load.
33069
33070 2004-06-28  Wim Taymans  <wim@fluendo.com>
33071
33072         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33073         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33074         (gst_videomixer_pad_set_property),
33075         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33076         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33077         (gst_videomixer_class_init), (gst_videomixer_init),
33078         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33079         (pad_zorder_compare), (gst_videomixer_sort_pads),
33080         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33081         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33082         (gst_videomixer_update_queues), (gst_videomixer_loop),
33083         (plugin_init):
33084         Avoid divide by zero, choose masterpad as the pad with the highest
33085         framerate.
33086
33087 2004-06-27  Julien Moutte  <julien@moutte.net>
33088
33089         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33090         (gst_ximagesink_xwindow_new):
33091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33092         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33093         function directly. We might want to call it from somewhere else one day.
33094
33095 2004-06-27  Julien Moutte  <julien@moutte.net>
33096
33097         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33098         (gst_ximagesink_xwindow_new):
33099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33100         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33101         window decorations.
33102
33103 2004-06-27  Wim Taymans  <wim@fluendo.com>
33104
33105         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33106         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33107         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33108         (gst_dvdec_set_property), (gst_dvdec_get_property):
33109         * ext/dv/gstdvdec.h:
33110         Implement drop_factor property to lower the framerate with
33111         a factor.
33112
33113 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33114
33115         * gst-libs/gst/colorbalance/Makefile.am:
33116         * gst-libs/gst/mixer/Makefile.am:
33117         * gst-libs/gst/play/Makefile.am:
33118         * gst-libs/gst/tuner/Makefile.am:
33119           unbreak Company's fix that didn't install the -enum.h files
33120
33121 2004-06-27  Wim Taymans  <wim@fluendo.com>
33122
33123         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33124         (gst_dvdec_change_state):
33125         * ext/dv/gstdvdec.h:
33126         Fix timestamp, duration and offset of the buffers.
33127
33128 2004-06-27  Wim Taymans  <wim@fluendo.com>
33129
33130         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33131         (gst_multifdsink_class_init), (gst_multifdsink_add),
33132         (gst_multifdsink_remove), (gst_multifdsink_clear),
33133         (gst_multifdsink_client_remove),
33134         (gst_multifdsink_handle_client_read),
33135         (gst_multifdsink_client_queue_data),
33136         (gst_multifdsink_client_queue_caps),
33137         (gst_multifdsink_client_queue_buffer),
33138         (gst_multifdsink_handle_client_write),
33139         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33140         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33141         (gst_multifdsink_init_send), (gst_multifdsink_close):
33142         * gst/tcp/gstmultifdsink.h:
33143         * gst/tcp/gsttcpserversink.c:
33144         (gst_tcpserversink_handle_server_read),
33145         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33146         More multifdsink fixes, more recovery policy fixes.
33147         Removed stupid g_print
33148
33149 2004-06-26  Wim Taymans  <wim@fluendo.com>
33150
33151         * gst/tcp/Makefile.am:
33152         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33153         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33154         (gst_multifdsink_class_init), (gst_multifdsink_init),
33155         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33156         (gst_multifdsink_handle_client_read),
33157         (gst_multifdsink_client_queue_data),
33158         (gst_multifdsink_client_queue_caps),
33159         (gst_multifdsink_client_queue_buffer),
33160         (gst_multifdsink_handle_client_write),
33161         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33162         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33163         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33164         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33165         (gst_multifdsink_close), (gst_multifdsink_change_state):
33166         * gst/tcp/gstmultifdsink.h:
33167         * gst/tcp/gsttcpplugin.c: (plugin_init):
33168         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33169         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33170         (gst_tcpserversink_handle_server_read),
33171         (gst_tcpserversink_handle_select),
33172         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33173         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33174         * gst/tcp/gsttcpserversink.h:
33175         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33176         one of the locks, added recovery policy to multifdsink.
33177
33178 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33179
33180         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33181           fix decision for when getting frames with same timestamp
33182         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33183         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33184         (gst_v4lsrc_get_property):
33185         * sys/v4l/gstv4lsrc.h:
33186           add latency offset property
33187
33188 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33189
33190         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33191         (plugin_init):
33192           fix debugging. add category.
33193
33194 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33195
33196         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33197           fix wrong offsets
33198
33199 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33200
33201         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33202         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33203         (gst_alsa_src_change_state):
33204           return a time that is in sync with the element's processing
33205
33206 2004-06-25  Wim Taymans  <wim@fluendo.com>
33207
33208         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33209         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33210         (gst_tcpserversink_client_remove),
33211         (gst_tcpserversink_handle_client_read),
33212         (gst_tcpserversink_client_queue_data),
33213         (gst_tcpserversink_client_queue_caps),
33214         (gst_tcpserversink_client_queue_buffer),
33215         (gst_tcpserversink_handle_client_write),
33216         (gst_tcpserversink_queue_buffer),
33217         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33218         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33219         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33220         (gst_tcpserversink_close):
33221         * gst/tcp/gsttcpserversink.h:
33222         Serversink rewrite. Really do non blocking writes to clients and
33223         maintain an internal queue to handle slower clients while not
33224         disturbing fast clients.
33225
33226 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33227
33228         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33229           better debug, don't override OFFSET and OFFSET_END
33230
33231 2004-06-25  Iain <iain@prettypeople.org>
33232
33233         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33234         name=source for the wavparse pipeline.
33235
33236 2004-06-24  Johan Dahlin  <johan@gnome.org>
33237
33238         * ext/theora/theoraenc.c (theora_enc_chain): Call
33239         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33240         streamheader caps are set correctly.
33241
33242 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33243
33244         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33245         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33246           respect minimum bitrate; same could be done for max bitrate
33247
33248 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33249
33250         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33251         (gst_vorbisenc_setup):
33252           fix sample rate range
33253
33254 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33255
33256         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33257         (gst_oggvorbisenc_setup):
33258         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33259         (gst_vorbisenc_setup):
33260           resolve ambiguities in code and description
33261
33262 2004-06-24  Wim Taymans  <wim@fluendo.com>
33263
33264         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33265         * ext/alsa/gstalsa.h:
33266         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33267         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33268         Use alsa trigger_tstamp to get the timestamp of the first
33269         sample in the buffer for more precise sync. Some cleanups.
33270
33271 2004-06-24  Wim Taymans  <wim@fluendo.com>
33272
33273         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33274         (gst_audiorate_init), (gst_audiorate_chain),
33275         (gst_audiorate_set_property), (gst_audiorate_get_property):
33276         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33277         (gst_videorate_chain):
33278         Added some logging, fixed an overflow bug in videorate.
33279
33280 2004-06-24  Benjamin Otte  <otte@gnome.org>
33281
33282         * ext/kio/Makefile.am:
33283           fix for builddir != srcdir and distcheck
33284
33285 2004-06-24  Benjamin Otte  <otte@gnome.org>
33286
33287         * gst-libs/gst/colorbalance/Makefile.am:
33288         * gst-libs/gst/mixer/Makefile.am:
33289         * gst-libs/gst/play/Makefile.am:
33290         * gst-libs/gst/tuner/Makefile.am:
33291         * gst/tcp/Makefile.am:
33292         * sys/dxr3/Makefile.am:
33293           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33294           tarball.
33295           Also add all *.list files that were missing.
33296         * Makefile.am:
33297           add a distcheck hook to ensure the above doesn't happen again.
33298
33299 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33300
33301         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33302
33303 2004-06-23  Colin Walters  <walters@redhat.com>
33304
33305         * m4/Makefile.am: Distribute gst-fionread.m4.
33306
33307 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33308
33309         * configure.ac: back to dev
33310
33311 2004-06-23  Wim Taymans  <wim@fluendo.com>
33312
33313         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33314         (gst_alsa_xrun_recovery):
33315         * ext/alsa/gstalsa.h:
33316         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33317         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33318         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33319         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33320         (gst_alsa_src_loop):
33321         Add clock to alsasrc. Take new capture timestamp when
33322         restarting after an overrun. Split up some functions between
33323         alsasrc and alsasink.
33324
33325 === release 0.8.2 ===
33326
33327 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33328
33329         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33330         (gst_alsa_change_state), (gst_alsa_update_avail),
33331         (gst_alsa_xrun_recovery):
33332         * ext/alsa/gstalsa.h:
33333         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33334           merge back changes from release
33335
33336 2004-06-23  Wim Taymans  <wim@fluendo.com>
33337
33338         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33339         (gst_audiorate_init), (gst_audiorate_chain),
33340         (gst_audiorate_set_property), (gst_audiorate_get_property):
33341         Implement sample dropping and notify
33342
33343 2004-06-22  Wim Taymans  <wim@fluendo.com>
33344
33345         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33346         (theora_enc_sink_link), (theora_buffer_from_packet),
33347         (theora_push_packet), (theora_enc_chain):
33348         Some cleanups, make sure the timestamps are correct.
33349
33350 2004-06-22  Wim Taymans  <wim@fluendo.com>
33351
33352         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33353         (gst_alsa_change_state), (gst_alsa_update_avail),
33354         (gst_alsa_xrun_recovery):
33355         * ext/alsa/gstalsa.h:
33356         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33357         Cleanups, take queued samples into account when reporting
33358         the time.
33359
33360 2004-06-22  Wim Taymans  <wim@fluendo.com>
33361
33362         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33363         (gst_videorate_init):
33364         Initialize the property as well.
33365
33366 2004-06-22  Wim Taymans  <wim@fluendo.com>
33367
33368         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33369         (gst_videorate_init), (gst_videorate_chain),
33370         (gst_videorate_set_property), (gst_videorate_get_property):
33371         Add property to make videorate silent.
33372         Add property to prefer new frames over old ones.
33373
33374 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33375
33376         * sys/osxvideo/Makefile.am:
33377         Workaround so that the osxvideo .so file gets linked with the
33378         Cocoa, OpenGL and QuickTime frameworks
33379
33380 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33381
33382         * sys/osxaudio/Makefile.am:
33383         Workaround so that the osxaudio .so file gets linked with the
33384         CoreAudio framework
33385
33386 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33387
33388         * configure.ac:
33389         Whoops, my fault...fixed build issues
33390
33391 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33392
33393         * configure.ac:
33394         Add objective-c support if running in Darwin/Mac OS X
33395         * sys/Makefile.am:
33396         * sys/osxvideo:
33397         * sys/osxvideo/Makefile.am:
33398         * sys/osxvideo/osxvideosink.h:
33399         * sys/osxvideo/osxvideosink.m:
33400         * sys/osxvideo/cocoawindow.h:
33401         * sys/osxvideo/cocoawindow.m:
33402         Add osxvideosink, a cocoa-based osx video sink
33403
33404
33405 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33406         * ext/dvdnav/gst-dvd:
33407         Grab the gconf key from the right spot
33408         * gst/debug/gstnavseek.c: (gst_navseek_init),
33409         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33410         (gst_navseek_chain):
33411         * gst/debug/gstnavseek.h:
33412           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33413           and loop parameters of a segment seek.
33414         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33415         (gst_videotestsrc_get_event_masks),
33416         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33417         * gst/videotestsrc/gstvideotestsrc.h:
33418           Add seeking support to videotestsrc
33419           Initialise the timestamp_offset variable.
33420
33421 2004-06-18  Wim Taymans  <wim@fluendo.com>
33422
33423         * ext/sidplay/gstsiddec.cc:
33424         Fix negotiation and set correct end offset.
33425
33426 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33427
33428         * configure.ac: branch and prerelease
33429
33430 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33431
33432         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33433         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33434         (gst_tcpclientsrc_init_receive):
33435         * gst/tcp/gsttcpclientsrc.h:
33436           read caps when connecting to server for GDP so we set them correctly
33437
33438 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33439
33440         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33441           notify drops and duplicates
33442         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33443           no good reason to limit ourselves to 100x100
33444
33445 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33446
33447         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33448         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33449         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33450         (gst_v4lsrc_get_property):
33451         * sys/v4l/gstv4lsrc.h:
33452         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33453         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33454         (gst_v4l_set_audio):
33455         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33456         (gst_v4lsrc_try_capture):
33457         * sys/v4l/v4lsrc_calls.h:
33458           change try_palette to more general try_capture
33459           add autoprobe option so we can turn off autoprobing
33460           various fixes
33461
33462 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33463
33464         * configure.ac:
33465           add videorate
33466         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33467         (gst_ximagesink_class_init):
33468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33469         (gst_xvimagesink_class_init):
33470           run them as finalize, not dispose, since dispose can be invoked
33471           multiple times
33472
33473 2004-06-17  Wim Taymans  <wim@fluendo.com>
33474
33475         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33476         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33477         * ext/alsa/gstalsa.h:
33478         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33479         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33480         (gst_alsa_src_change_state):
33481         * ext/alsa/gstalsasrc.h:
33482         Make the xrun code timestamp and offset the buffers correctly.
33483         moved the clock to the base class, use alsa methods to get time.
33484         Do correct timestamping on outgoing buffers.
33485
33486 2004-06-17  Wim Taymans  <wim@fluendo.com>
33487
33488         * gst/audiorate/Makefile.am:
33489         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33490         (gst_audiorate_base_init), (gst_audiorate_class_init),
33491         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33492         (gst_audiorate_set_property), (gst_audiorate_get_property),
33493         (gst_audiorate_change_state), (plugin_init):
33494         Added an audiorate converter that fills in gaps.
33495
33496 2004-06-17  Johan Dahlin  <johan@gnome.org>
33497
33498         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33499
33500 2004-06-16  Wim Taymans  <wim@fluendo.com>
33501
33502         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33503         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33504         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33505         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33506         (gst_v4lsrc_get_property):
33507         * sys/v4l/gstv4lsrc.h:
33508         Added a copy mode to v4lsrc where it will output a copied version
33509         of its internal hardware buffer.
33510         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33511         can't | them.
33512
33513 2004-06-16  Wim Taymans  <wim@fluendo.com>
33514
33515         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33516         Timestamp fixes.
33517
33518 2004-06-16  Wim Taymans  <wim@fluendo.com>
33519
33520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33521         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33522         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33523         (gst_v4lsrc_get_property):
33524         * sys/v4l/gstv4lsrc.h:
33525         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33526         Added a sync mode enum property to control v4lsrc timestamp method
33527         Removed the use-fixed-fps property and moved functionality in
33528         the enum.
33529         Don't error on an error value from v4l-conf, it might not always
33530         be a real error.
33531
33532 2004-06-16  Wim Taymans  <wim@fluendo.com>
33533
33534         * gst/videorate/Makefile.am:
33535         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33536         (gst_videorate_base_init), (gst_videorate_class_init),
33537         (gst_videorate_getcaps), (gst_videorate_link),
33538         (gst_videorate_init), (gst_videorate_chain),
33539         (gst_videorate_set_property), (gst_videorate_get_property),
33540         (gst_videorate_change_state), (plugin_init):
33541         Added a video timestamp corrector.
33542
33543 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33544
33545         fixed a potential leak with previous commit
33546
33547         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33548
33549 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33550
33551         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33552         Added missing refcount, fixes bug #144425
33553         Cheers Tim for finding the bug
33554
33555 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33556
33557         * sys/v4l/gstv4l.c: (plugin_init):
33558         * sys/v4l/gstv4lcolorbalance.c:
33559         * sys/v4l/gstv4lcolorbalance.h:
33560         * sys/v4l/gstv4lelement.c:
33561         * sys/v4l/gstv4lelement.h:
33562         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33563         * sys/v4l/gstv4lmjpegsink.h:
33564         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33565         * sys/v4l/gstv4lmjpegsrc.h:
33566         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33567         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33568         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33569         * sys/v4l/gstv4lsrc.h:
33570         * sys/v4l/gstv4ltuner.c:
33571         * sys/v4l/gstv4ltuner.h:
33572         * sys/v4l/gstv4lxoverlay.c:
33573         * sys/v4l/gstv4lxoverlay.h:
33574         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33575         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33576         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33577         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33578         (gst_v4l_set_audio):
33579         * sys/v4l/v4l_calls.h:
33580         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33581         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33582         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33583         (gst_v4lmjpegsink_playback_init),
33584         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33585         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33586         (gst_v4lmjpegsink_playback_stop),
33587         (gst_v4lmjpegsink_playback_deinit):
33588         * sys/v4l/v4lmjpegsink_calls.h:
33589         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33590         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33591         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33592         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33593         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33594         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33595         * sys/v4l/v4lmjpegsrc_calls.h:
33596         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33597         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33598         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33599         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33600         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33601         (gst_v4lsrc_try_palette):
33602         * sys/v4l/v4lsrc_calls.h:
33603           bunch of paranoia cleanups
33604
33605 2004-06-14  David Schleef  <ds@schleef.org>
33606
33607         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33608         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33609         Send discont events and change timestamps appropriately when
33610         we get a seek event.  (bug #144240)
33611         * ext/cdparanoia/gstcdparanoia.h:
33612
33613 2004-06-14  Benjamin Otte  <otte@gnome.org>
33614
33615         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33616           snd_pcm_hw_params_set_rate  since the latter fails for no good
33617           reason on some setups.
33618
33619 2004-06-14  David Schleef  <ds@schleef.org>
33620
33621         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33622         standard.  Thank you for playing.
33623
33624 2004-06-14  Wim Taymans  <wim@fluendo.com>
33625
33626         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33627         Patch 1.3 broke the ordering of the colorspace info and
33628         made the plugin basically work by coincidence, reordered
33629         the info.
33630
33631 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33632
33633         * ext/lame/gstlame.c:
33634         * ext/mad/gstmad.c:
33635           sync caps.  Make sure mad can only output a list of rates, not
33636           a full range.  In the future, have three caps lists for each of the
33637           mpeg versions.  Change mpegversion to a double as well.
33638
33639 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33640
33641         * gst/volume/.cvsignore:
33642         * gst/volume/Makefile.am:
33643         * gst/volume/demo.c: (value_changed_callback), (idler),
33644         (setup_gui), (main):
33645           added small demo app
33646
33647 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33648         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33649         * ext/esd/esdsink.h:
33650         Close the esd connection on pause, because esd will just wait -
33651         blocking all other esd clients indefinitely.
33652
33653 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33654
33655         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33656           previous commit with GST_DEBUG
33657
33658 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33659
33660         * configure.ac:
33661           add a header check for a dvdread header in dvdnav.  Fixes #133002
33662
33663 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33664
33665         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33666         * gst/tcp/gsttcpclientsink.h:
33667         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33668         * gst/tcp/gsttcpclientsrc.h:
33669         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33670         (gst_tcpserversink_handle_server_read),
33671         (gst_tcpserversink_init_send):
33672         * gst/tcp/gsttcpserversink.h:
33673         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33674         * gst/tcp/gsttcpserversrc.h:
33675         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33676         version of IP)
33677
33678 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33679
33680         * configure.ac:
33681         Added ogg library so that OSX detects libtheora properly
33682
33683 2004-06-11  Wim Taymans  <wim@fluendo.com>
33684
33685         * ext/theora/theoradec.c: (theora_dec_chain),
33686         (theora_dec_change_state):
33687         Don't try to decode frames before we received a keyframe.
33688
33689 2004-06-11  Wim Taymans  <wim@fluendo.com>
33690
33691         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33692         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33693         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33694         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33695         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33696         Added property to set the maximum delay of a page.
33697
33698 2004-06-10  Wim Taymans  <wim@fluendo.com>
33699
33700         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33701         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33702         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33703         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33704         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33705         Added max-delay property to control the maximum amount
33706         of data to put in one page.
33707
33708 2004-06-10  Wim Taymans  <wim@fluendo.com>
33709
33710         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33711         (gst_theora_enc_init), (theora_enc_sink_link),
33712         (theora_buffer_from_packet), (theora_enc_set_property),
33713         (theora_enc_get_property):
33714         Set duration on encoded buffer, added some more properties
33715
33716 2004-06-10  Wim Taymans  <wim@fluendo.com>
33717
33718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33719         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33720         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33721         * ext/theora/theoraenc.c: (theora_enc_chain):
33722         Fix refcounting bugs
33723
33724 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33725
33726         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33727         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33728         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33729         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33730         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33731         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33732         (gst_asf_demux_change_state):
33733         * gst/asfdemux/gstasfdemux.h:
33734           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33735           feels like. I think we should set a new requirement for demuxers
33736           from now on to implement sane loop functions, data loops, query
33737           and seek functions before first commit into CVS. And this commit
33738           fixes all of the above.
33739
33740 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33741
33742         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33743           vorbis comments are properly encoded in UTF-8 before adding them
33744           to a GstTagList
33745
33746 2004-06-09  Benjamin Otte  <otte@gnome.org>
33747
33748         * ext/alsa/gstalsa.c: (add_channels):
33749           handle min <= max correctly
33750         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33751         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33752           add fixation functions so we fixate correctly. No preferring of alaw
33753           anymore because it's the first structure.
33754         * ext/alsa/gstalsa.h:
33755         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33756         (gst_alsa_hw_params_dump):
33757           add functions to ease debugging in alsalib
33758         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33759         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33760         (gst_alsa_start_audio):
33761           only specify hw params if we really setup a format (fixes #134007 -
33762           or at least works around it)
33763
33764 2004-06-09  Wim Taymans  <wim@fluendo.com>
33765
33766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33767         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33768         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33769         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33770         (gst_ogg_mux_loop):
33771         Use stream caps to setup the initial pages in the ogg stream.
33772         Correctly set the streamheader caps on the srcpad.
33773
33774 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33775
33776         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33777         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33778         (gst_v4lsrc_getcaps):
33779         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33780         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33781           add querying of fps lists for webcams.  Negotiating to a framerate
33782           now works.
33783
33784 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33785
33786         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33787         (theora_push_buffer), (theora_push_packet),
33788         (theora_set_header_on_caps), (theora_enc_chain):
33789           mark buffers and put on streamheader, raw theora streaming
33790           now works too, whee
33791
33792 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33793
33794         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33795         (gst_tcp_gdp_read_caps):
33796           do a looping read for caps and GDP headers too
33797
33798 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33799
33800         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33801         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33802           return EOS instead of NULL in _get
33803
33804 2004-06-08  Wim Taymans  <wim@fluendo.com>
33805
33806         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33807         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33808         (gst_tcp_gdp_write_caps):
33809         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33810         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33811         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33812         Memory leak fixes
33813
33814 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33815
33816         * ext/vorbis/Makefile.am:
33817         * ext/vorbis/vorbis.c: (plugin_init):
33818         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33819         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33820         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33821         (vorbis_parse_change_state):
33822         * ext/vorbis/vorbisparse.h:
33823           adding a vorbisparse element that marks the buffers, streaming
33824           raw vorbis using GDP now works, whee
33825
33826 2004-06-08  Wim Taymans  <wim@fluendo.com>
33827
33828         * ext/jpeg/Makefile.am:
33829         * ext/jpeg/README:
33830         * ext/jpeg/gstjpeg.c: (plugin_init):
33831         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33832         (gst_smokedec_base_init), (gst_smokedec_class_init),
33833         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33834         * ext/jpeg/gstsmokedec.h:
33835         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33836         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33837         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33838         (gst_smokeenc_resync), (gst_smokeenc_chain),
33839         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33840         * ext/jpeg/gstsmokeenc.h:
33841         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33842         (smokecodec_flush_destination), (smokecodec_term_destination),
33843         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33844         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33845         (smokecodec_term_source), (smokecodec_encode_new),
33846         (smokecodec_decode_new), (smokecodec_info_free),
33847         (smokecodec_set_quality), (smokecodec_get_quality),
33848         (smokecodec_set_threshold), (smokecodec_get_threshold),
33849         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33850         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33851         (smokecodec_parse_header), (smokecodec_decode):
33852         * ext/jpeg/smokecodec.h:
33853         Added a new simple jpeg based codec
33854
33855 2004-06-08  Wim Taymans  <wim@fluendo.com>
33856
33857         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33858         (gst_multipart_mux_loop):
33859         Fix memory leak
33860
33861 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33862
33863         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33864         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33865         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33866         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33867         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33868         * gst/tcp/gsttcpserversink.h:
33869           take streamheader into account
33870
33871 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33872
33873         * gst/level/Makefile.am:
33874         * gst/level/gstlevel.c: (gst_level_class_init):
33875           clean up marshal generation
33876
33877 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33878
33879         * gst/tcp/Makefile.am:
33880         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33881         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33882         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33883         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33884         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33885         (gst_tcpclientsrc_get_property):
33886         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33887         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33888         (gst_tcpserversink_handle_client_read),
33889         (gst_tcpserversink_handle_client_write),
33890         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33891         * gst/tcp/gsttcpserversink.h:
33892           add signals client-added and client-removed
33893         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33894         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33895         (gst_tcpserversrc_get_property):
33896         uniformized, change default protocol to NONE
33897         * gst/tcp/gsttcp-marshal.list: added
33898 2004-06-07  Benjamin Otte  <otte@gnome.org>
33899
33900         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33901           handle discont events if they happen before caps nego
33902
33903 2004-06-07  Wim Taymans  <wim@fluendo.com>
33904
33905         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33906         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33907         (gst_multipart_demux_plugin_init):
33908         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33909         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33910         (gst_multipart_mux_change_state):
33911         Small updates, fix a memleak
33912
33913 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33914
33915         * configure.ac: OSS portability
33916         * ext/arts/gst_arts.c: idem
33917         * sys/oss/gstosselement.c: idem
33918         * sys/oss/gstossmixer.c: idem
33919         * sys/oss/gstosssink.c: idem
33920         * sys/oss/gstosssrc.c: idem
33921         * sys/oss/oss_probe.c: idem
33922           - check for soundcard.h in different places for some BSD
33923
33924 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33925
33926         * AUTHORS:
33927         Add me to the authors file
33928         * configure.ac:
33929         Increase the libdv requirement to >= version 0.100
33930         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33931         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33932         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33933         * ext/dv/gstdvdec.h:
33934         Add support for the new_media flag when sending DISCONT events
33935         Make the querying work when video pad is not linked
33936
33937 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33938
33939         reviewed by Benjamin Otte  <otte@gnome.org>
33940
33941         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33942           create a NULL-initialized array of pads, so we don't think they
33943           exist already. (fixes #143130)
33944
33945 2004-06-07  Benjamin Otte  <otte@gnome.org>
33946
33947         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33948         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33949         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33950           don't use // coments
33951
33952 2004-06-07  Benjamin Otte  <otte@gnome.org>
33953
33954         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33955           cast to GstClockTime to get higher granularity
33956         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33957           use gst_element_set_time_delay to get the exact time
33958         * ext/mad/gstmad.c: (gst_mad_chain):
33959           use the negotiated rate instead of the current frame's rate which
33960           might be wrong because of bit errors. This avoids emitting totally
33961           bogus timestamps and screwing sync.
33962         (fixes #143454)
33963
33964 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33965
33966         reviewed by Benjamin Otte  <otte@gnome.org>
33967
33968         * gst/adder/gstadder.c: (gst_adder_loop):
33969           properly error out when no negotiation has happened yet. (fixes
33970           #143032)
33971
33972 2004-06-06  Benjamin Otte  <otte@gnome.org>
33973
33974         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33975           forward correctly transformed offset in discont events. Based on
33976           patch by Arwed v. Merkatz. (fixes #142851)
33977
33978 2004-06-06  David Schleef  <ds@schleef.org>
33979
33980         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33981         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33982         problems on several systems.
33983
33984 2004-06-06  Benjamin Otte  <otte@gnome.org>
33985
33986         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33987           use explicit caps on the srcpad
33988         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33989           properly error out if caps couldn't be set (fixes #142764)
33990
33991 2004-06-06  Benjamin Otte  <otte@gnome.org>
33992
33993         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33994         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33995         (gst_alsa_start_audio):
33996           - don't call set_periods_integer anymore, it breaks the
33997           configuration randomly
33998           - call snd_pcm_hw_params_set_access directly instead of using masks
33999           - don't fail if the sw_params can't be set, just use the default
34000           params and hope it works. Alsalib has weird issues when you touch
34001           sw_params and does no proper error reporting about what failed.
34002         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34003         (gst_alsa_close_audio):
34004           make our alsa debugging go via gst debugging and not conditionally
34005           defined
34006         * ext/alsa/gstalsa.h:
34007           add ALSA_DEBUG_FLUSH macro
34008         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34009         (plugin_init):
34010           wrap alsa errors to be printed via the gst debugging system and not
34011           spammed to stderr
34012
34013 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34014
34015         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34016         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34017         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34018         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34019         (qtdemux_parse_trak):
34020         * gst/qtdemux/qtdemux.h:
34021           Bitch. Also known as seeking, querying & co.
34022         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34023         (gst_osssink_change_state):
34024         * sys/oss/gstosssink.h:
34025           Resyncing is for weenies, this hack is no longer needed and was
34026           broken anyway (since it - unintendedly - always leaves resync to
34027           TRUE).
34028
34029 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34030
34031         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34032         * gst/tcp/gsttcpclientsrc.h: idem
34033           - define MSG_NOSIGNAL if not done
34034           - include unistd.h for off_t
34035           (fixes #143749)
34036
34037 2004-06-05  Benjamin Otte  <otte@gnome.org>
34038
34039         * configure.ac:
34040         * ext/kio/Makefile.am:
34041           check for qt's moc preprocessor explicitly and use it
34042
34043 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34044
34045         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34046           don't get a signal for EPIPE on socket writes
34047           (somebody check if this works on other platforms)
34048
34049 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34050
34051         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34052         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34053           check error condition on available samples correctly
34054
34055 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34056
34057         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34058           avoid a segfault
34059         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34060         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34061         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34062         (gst_tcpserversrc_gdp_read_header):
34063          use ssize_t over size_t since the former is signed and thus the
34064          check for error codes can work
34065
34066 2004-06-02  Wim Taymans  <wim@fluendo.com>
34067
34068         reviewed by: Johan
34069
34070         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34071         (gst_multipart_mux_loop):
34072         Oops
34073
34074 2004-06-02  Wim Taymans  <wim@fluendo.com>
34075
34076         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34077         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34078         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34079         (gst_multipart_mux_change_state):
34080         Added configurable boundary specifier, added the value as a
34081         caps field as well.
34082
34083 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34084
34085         * gst/tcp/gsttcp.c:
34086         * gst/tcp/gsttcpclientsrc.c:
34087         * gst/tcp/gsttcpclientsrc.h:
34088         * gst/tcp/gsttcpserversrc.c:
34089           - portability fix, to compile on OSX
34090             (fixes #143146)
34091
34092         * sys/osxaudio/gstosxaudioelement.c:
34093         * sys/osxaudio/gstosxaudiosink.c:
34094         * sys/osxaudio/gstosxaudiosrc.c:
34095           - compilation warnings on OSX
34096             (fixes #143153)
34097
34098 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34099
34100         * ext/vorbis/vorbisdec.c : sign warning fixes
34101
34102         * gst-libs/gst/mixer/mixertrack.c :
34103           do no use defines which are glib 2.4 specific
34104
34105 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34106
34107         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34108           buffer since libflac doesn't expect it (reports a sync error when
34109           it encounters that)
34110
34111
34112 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34113
34114         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34115         * gst-libs/gst/mixer/mixertrack.c:
34116         (gst_mixer_track_get_property), (get_mixer_track_init),
34117         (get_mixer_track_get_property): Added property accessors
34118         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34119         * gst-libs/gst/mixer/mixeroptions.c:
34120         (gst_mixer_options_get_values): Added
34121         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34122         * gst-libs/gst/mixer/mixer.c: Fixed comment
34123
34124
34125 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34126
34127         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34128           improve error messages on open
34129
34130
34131 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34132
34133         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34134           check if v4l-conf is in path
34135
34136 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34137
34138         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34139           change assert to a more readable error message
34140
34141 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34142
34143         * gst-libs/gst/tuner/tunerchannel.h:
34144           - add a freq_multiplicator field to make the conversion
34145             between internal frequency unit and Hz
34146         * sys/v4l/gstv4lelement.c:
34147         * sys/v4l2/gstv4l2element.c:
34148           - change default video device to /dev/video0
34149         * sys/v4l/v4l_calls.c:
34150         * sys/v4l2/v4l2_calls.c:
34151           - we only expose frequency to the user in Hz instead of
34152             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34153
34154 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34155         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34156           Initialise b_o_s and e_o_s variables
34157         * gst-libs/gst/riff/riff-media.c:
34158         (gst_riff_create_video_caps_with_data):
34159           Add some unusual fourcc's from mplayer avi's
34160         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34161           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34162           autoplugging.
34163
34164 2004-05-28  Wim Taymans  <wim@fluendo.com>
34165
34166         * configure.ac:
34167         * gst/alpha/Makefile.am:
34168         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34169         (gst_alpha_get_type), (gst_alpha_base_init),
34170         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34171         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34172         (gst_alpha_chroma_key), (gst_alpha_chain),
34173         (gst_alpha_change_state), (plugin_init):
34174         A plugin to add an alpha channel to I420 video. Can optionally do
34175         chroma keying.
34176         * gst/multipart/Makefile.am:
34177         * gst/multipart/multipart.c: (plugin_init):
34178         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34179         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34180         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34181         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34182         (gst_multipart_demux_change_state),
34183         (gst_multipart_demux_plugin_init):
34184         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34185         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34186         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34187         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34188         (gst_multipart_mux_pad_unlink),
34189         (gst_multipart_mux_request_new_pad),
34190         (gst_multipart_mux_handle_src_event),
34191         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34192         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34193         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34194         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34195         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34196         send multipart jpeg images to a browser.
34197         * gst/videobox/Makefile.am:
34198         * gst/videobox/README:
34199         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34200         (gst_video_box_get_type), (gst_video_box_base_init),
34201         (gst_video_box_class_init), (gst_video_box_init),
34202         (gst_video_box_set_property), (gst_video_box_get_property),
34203         (gst_video_box_sink_link), (gst_video_box_i420),
34204         (gst_video_box_ayuv), (gst_video_box_chain),
34205         (gst_video_box_change_state), (plugin_init):
34206         Crops or adds borders around an image. can do alpha channel
34207         borders as well.
34208         * gst/videomixer/Makefile.am:
34209         * gst/videomixer/README:
34210         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34211         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34212         (gst_videomixer_pad_get_sink_event_masks),
34213         (gst_videomixer_pad_get_property),
34214         (gst_videomixer_pad_set_property),
34215         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34216         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34217         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34218         (gst_videomixer_base_init), (gst_videomixer_class_init),
34219         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34220         (gst_videomixer_handle_src_event),
34221         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34222         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34223         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34224         (gst_videomixer_loop), (gst_videomixer_get_property),
34225         (gst_videomixer_set_property), (gst_videomixer_change_state),
34226         (plugin_init):
34227         Generic video mixer plugin, can handle multiple inputs all with
34228         different framerates and video sizes. Is fully alpha channel
34229         aware.
34230
34231 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34232
34233         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34234           Select first track as master track. Not sure how else to handle
34235           that...
34236         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34237           Discard discont events. Should fix #142962.
34238
34239 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34240
34241         * ext/alsa/Makefile.am:
34242         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34243         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34244         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34245         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34246         (gst_alsa_mixer_get_option):
34247         * ext/alsa/gstalsamixer.h:
34248         * ext/alsa/gstalsamixeroptions.c:
34249         (gst_alsa_mixer_options_get_type),
34250         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34251         (gst_alsa_mixer_options_new):
34252         * ext/alsa/gstalsamixeroptions.h:
34253         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34254         * ext/alsa/gstalsamixertrack.h:
34255           Add enumerations (as GstMixerOptions). Make correct distinction
34256           between input/output tracks. Add capture/playback private flag.
34257           Use flag to decide on whether to set capture or playback volumes
34258           or switches. Use playback and record switches.
34259         * gst-libs/gst/mixer/Makefile.am:
34260         * gst-libs/gst/mixer/mixer-marshal.list:
34261         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34262         (gst_mixer_set_option), (gst_mixer_get_option),
34263         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34264         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34265         * gst-libs/gst/mixer/mixer.h:
34266         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34267         (gst_mixer_options_class_init), (gst_mixer_options_init),
34268         (gst_mixer_options_dispose):
34269         * gst-libs/gst/mixer/mixeroptions.h:
34270           Add GstMixerOptions.
34271         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34272           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34273           broken device detection on computers with multiple OSS sound
34274           cards.
34275
34276 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34277
34278         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34279           fixate nicely even when the peer is not negotiating
34280
34281 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34282
34283         * gst/audioconvert/gstaudioconvert.c:
34284         (gst_audio_convert_parse_caps):
34285           make sure we don't allow depth > width
34286         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34287           fixate endianness to G_BYTE_ORDER as default
34288         * gst/audioscale/gstaudioscale.c:
34289           we don't handle another endianness as host-endianness
34290
34291 2004-05-25  David Schleef  <ds@schleef.org>
34292
34293         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34294
34295 2004-05-24  Benjamin Otte  <otte@gnome.org>
34296
34297         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34298         (gst_oggvorbisenc_setup):
34299           properly fail when we can't setup the vorbis encoder due to
34300           unsupported settings
34301         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34302         (gst_vorbisenc_setup):
34303           same
34304         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34305           fix case where warnings occured when one pad was unlinked while the
34306           other's link function was called
34307
34308 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34309
34310         * gst/tcp/Makefile.am:
34311           use GST_ENABLE_NEW
34312
34313 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34314
34315         * gst-libs/gst/resample/private.h:
34316           don't use optimizations that are #if 0'ed
34317
34318 2004-05-24  Wim Taymans  <wim@fluendo.com>
34319
34320         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34321         Fix potential division by zero error and hopefully get
34322         the position query right to get correct timestamps on avi
34323         audio.
34324
34325 2004-05-24  Wim Taymans  <wim@fluendo.com>
34326
34327         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34328         (gst_videoscale_scale_nearest_str2),
34329         (gst_videoscale_scale_nearest_str4),
34330         (gst_videoscale_scale_nearest_32bit),
34331         (gst_videoscale_scale_nearest_24bit),
34332         (gst_videoscale_scale_nearest_16bit):
34333         Fix the scaling algorithm and avoid a buffer overflow.
34334         removed the while loop in the scaling function as it
34335         was used for point sampling only.
34336
34337 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34338
34339         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34340         (gst_id3_tag_class_init), (gst_id3_tag_init),
34341         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34342         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34343         (gst_id3_tag_send_tag_event):
34344           lots of fixes to make id3mux work and id3demux work correctly
34345
34346 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34347
34348         * ext/Makefile.am:
34349           add rules to build shout2send (was removed by accident
34350           when this module was no more marked experimental/broken)
34351
34352 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34353
34354         * ext/shout2/gstshout2.c:
34355         * ext/shout2/gstshout2.h:
34356           adding a "connection problem" signal to shout2send
34357           (fixes #142954)
34358
34359 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34360
34361         * ext/kio/kioreceiver.cpp:
34362         * ext/kio/kioreceiver.h:
34363           fix sign comparison issues
34364
34365 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34366
34367         * gst/cdxaparse/gstcdxaparse.c:
34368         * gst/cdxaparse/gstcdxaparse.h:
34369           some renaming
34370           add some checks/sanity
34371           prepare for seek addition
34372
34373         * sys/sunaudio/gstsunaudio.c:
34374           remove exported dupe init function
34375
34376 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34377
34378         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34379         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34380           Fix format conversion and position querying.
34381         * gst/debug/progressreport.c: (gst_progressreport_report):
34382           Don't output a bogus total value that we didn't query.
34383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34384           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34385           only a blank window after xine has been used.
34386
34387 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34388
34389         * m4/as-arts.m4:
34390           sync with upstream version to fix test on FC2
34391           readd with -ko to preserve Id header
34392
34393 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34394
34395         * configure.ac:
34396           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34397         * gst/tcp/gsttcpclientsrc.c: idem
34398         * gst/tcp/gsttcpserversink.c: idem
34399         * gst/tcp/gsttcpserversrc.c: idem
34400         * m4/gst-fionread.m4: idem
34401
34402         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34403
34404         * configure.ac: enable speex plugin for speex 1.1.5+
34405         * ext/speex/gstspeexenc.c: fix cast warning
34406
34407         * ext/esd/README: fix typo
34408
34409 2004-05-20  David Schleef  <ds@schleef.org>
34410
34411         * configure.ac: Minor cosmetic change to convince the buildbot to
34412         reautogen.
34413         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34414         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34415         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34416         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34417         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34418         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34419         More hacking.  Plays audio now.
34420
34421 2004-05-20  David Schleef  <ds@schleef.org>
34422
34423         * configure.ac:
34424         * sys/Makefile.am:
34425
34426 2004-05-20  David Schleef  <ds@schleef.org>
34427
34428         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34429         * sys/osxaudio/gstosxaudio.c:
34430         * sys/osxaudio/gstosxaudioelement.c:
34431         * sys/osxaudio/gstosxaudioelement.h:
34432         * sys/osxaudio/gstosxaudiosink.c:
34433         * sys/osxaudio/gstosxaudiosink.h:
34434         * sys/osxaudio/gstosxaudiosrc.c:
34435         * sys/osxaudio/gstosxaudiosrc.h:
34436
34437 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34438
34439         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34440         (gst_vorbisenc_chain):
34441           put the codec headers on the caps as streamheader as well as
34442           pushing them out
34443
34444 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34445
34446         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34447         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34448         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34449         split up push_packet into two functions
34450
34451 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34452
34453         * gst/tcp/.cvsignore:
34454           ignore enums
34455         * gst/tcp/Makefile.am:
34456         * gst/tcp/README:
34457         * gst/tcp/gsttcp.c:
34458         * gst/tcp/gsttcp.h:
34459         * gst/tcp/gsttcpclientsink.c:
34460         * gst/tcp/gsttcpclientsink.h:
34461         * gst/tcp/gsttcpclientsrc.c:
34462         * gst/tcp/gsttcpclientsrc.h:
34463         * gst/tcp/gsttcpplugin.c:
34464         * gst/tcp/gsttcpserversink.c:
34465         * gst/tcp/gsttcpserversink.h:
34466         * gst/tcp/gsttcpserversrc.c:
34467         * gst/tcp/gsttcpserversrc.h:
34468           add new tcp elements
34469
34470 2004-05-19  Wim Taymans  <wim@fluendo.com>
34471
34472         * gst/law/mulaw-conversion.c: (mulaw_encode):
34473         Fix overflow bug in ulaw encoding.
34474
34475 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34476
34477         * ext/mad/gstmad.c: (gst_mad_handle_event):
34478           don't unref the event twice
34479
34480 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34481
34482         * configure.ac:
34483           remove -Wno-sign-compare
34484
34485 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34486
34487         * configure.ac:
34488           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34489           if you want to work against glib 2.2 and 2.4
34490
34491 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34492
34493         * gst/tcp/Makefile.am:
34494         * gst/tcp/gsttcp.c:
34495         * gst/tcp/gsttcp.h:
34496         * gst/tcp/gsttcpsink.h:
34497         * gst/tcp/gsttcpsrc.h:
34498           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34499
34500 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34501
34502         * gst/debug/tests.c: (md5_get_value):
34503           fix segfault on gst-inspect
34504
34505 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34506
34507         * gst/debug/testplugin.c:
34508         * gst/debug/tests.c:
34509         * gst/debug/tests.h:
34510           add new extensible and configurable testing element. Current tests
34511           include buffer count, stream length, timestamp/duration matching and
34512           md5.
34513         * gst/debug/Makefile.am:
34514         * gst/debug/gstdebug.c: (plugin_init):
34515           add infrastructure for new element
34516
34517 2004-05-19  Johan Dahlin  <johan@gnome.org>
34518
34519         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34520         ending of the array. Fixes gst-inspect segfault on ppc.
34521
34522 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34523
34524         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34525
34526         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34527
34528 2004-05-18  David Schleef  <ds@schleef.org>
34529
34530         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34531         warnings (bugs, actually) noticed by gcc but not forte.
34532
34533 2004-05-18  David Schleef  <ds@schleef.org>
34534
34535         * sys/sunaudio/Makefile.am:
34536         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34537
34538 2004-05-18  David Schleef  <ds@schleef.org>
34539
34540         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34541         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34542         to allow qtdemux to use non-seekable streams. (bug #142272)
34543
34544 2004-05-18  David Schleef  <ds@schleef.org>
34545
34546         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34547         (gst_resample_sinc_ft_float): Remove use of static temporary
34548         buffer.  This code was obviously not supposed to last long, but
34549         it's stuck in our ABI, so it required a little hack to make it
34550         ABI-compatible.  Fixes #142585.
34551         * gst-libs/gst/resample/resample.h: same.
34552
34553 2004-05-18  David Schleef  <ds@schleef.org>
34554
34555         * configure.ac: Add sunaudio
34556         * examples/Makefile.am: make gstplay depend on gconf
34557         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34558         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34559         (convert_table_lookup), (img_convert): remove c99-isms
34560         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34561           unsigned, to fix a warning on Solaris
34562         * gst/mpeg1sys/systems.c: bcopy->memcpy
34563         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34564         * sys/Makefile.am: Add sunaudio
34565
34566 2004-05-18  Wim Taymans  <wim@fluendo.com>
34567
34568         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34569         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34570         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34571         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34572         (gst_ogg_mux_loop):
34573         Fix an ugly memleak where the muxer didn't flush enough ogg
34574         pages. This also resulted in badly muxed ogg files.
34575
34576 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34577
34578         * gst/asfdemux/asfheaders.c :
34579         * gst/asfdemux/asfheaders.h :
34580         * gst/asfdemux/gstasfdemux.c :
34581           - fix ASF_OBJ_PADDING guid
34582           - add 3 new object guids (language list, metadata,
34583             extended stream properties)
34584           - add a function to parse extended header objects
34585
34586 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34587
34588         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34589           remove leftover debugging g_print
34590
34591 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34592
34593         * ext/mad/gstmad.c: (gst_mad_handle_event):
34594           Fix for when the first format in a discont event is not a
34595           byte-based one. Should fix #137710.
34596
34597 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34598
34599         * m4/a52.m4 : fix compilation with -Wall -Werror
34600         * m4/libfame.m4 : idem
34601         * m4/libmikmod.m4 : idem
34602
34603 2004-05-17  Benjamin Otte  <otte@gnome.org>
34604
34605         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34606           signal the new tags before giving up the reference
34607
34608 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34609
34610         * ext/shout2/gstshout2.c:
34611           use application/ogg instead of application/x-ogg (patch by Patrick
34612           Guimond, fixes #142432)
34613         * sys/oss/gstosselement.c: (gst_osselement_reset),
34614         (gst_osselement_sync_parms):
34615           don't set fragment size unless specified (fixes #142493)
34616
34617 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34618
34619         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34620           fixes #142664
34621
34622 2004-05-17  Benjamin Otte  <otte@gnome.org>
34623
34624         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34625           compute offsets correctly for internal buffers so timestamps are set
34626           correctly when we can't seek. Also handle cases where there are no
34627           offsets. (based on a patch by David Moore, fixes #142507)
34628
34629 2004-05-17  Benjamin Otte  <otte@gnome.org>
34630
34631         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34632           use correct variable when determining amount of data to skip so we
34633           don't skip into the void and segfault
34634
34635 2004-05-16  Benjamin Otte  <otte@gnome.org>
34636
34637         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34638           Hi, I'm a memleak
34639
34640 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34641
34642         * gst/asfdemux/gstasfdemux.c:
34643           - fix a mem leak and always propagate tags
34644           - add WMV3 to known video codecs (but no decoder yet)
34645           - replace "surplus data" at end of audio header for what
34646             it is : codec specific data
34647           - fix a typo
34648
34649 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34650
34651         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34652
34653         * gst-libs/gst/audio/audioclock.c:
34654           Fix wrong return type (#142205).
34655
34656 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34657
34658         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34659           Ignore CRCs by default (fixes #142566).
34660
34661 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34662
34663         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34664         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34665         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34666         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34667         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34668         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34669           Fix for cases where we fail to attach to a mixer.
34670
34671 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34672
34673         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34674           Don't touch events after not owning them anymore.
34675         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34676         (gst_wavparse_fmt), (gst_wavparse_other),
34677         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34678         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34679         (gst_wavparse_srcpad_event):
34680         * gst/wavparse/gstwavparse.h:
34681           Add seeking, fix querying.
34682
34683 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34684
34685         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34686           - process comments even if they don't end with \0\0
34687             g_convert would ignore them if present and works well without them
34688
34689 2004-05-16  Benjamin Otte  <otte@gnome.org>
34690
34691         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34692           simplify caps
34693
34694 2004-05-16  Benjamin Otte  <otte@gnome.org>
34695
34696         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34697           don't write to memory we might not write to - g_convert does that
34698           for us anyway (fixes #142613)
34699         (gst_asf_demux_audio_caps):
34700           comment out gst_util_dump_mem
34701
34702 2004-05-16  Benjamin Otte  <otte@gnome.org>
34703
34704         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34705           compute correct expected timestamps after seek (broken since
34706           last commit)
34707         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34708           rename element and debugging category to gdkpixbufscale
34709
34710 2004-05-16  Benjamin Otte  <otte@gnome.org>
34711
34712         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34713           add error checking to snd_pcm_delay and remove duplicate call to
34714           snd_pcm_delay that caused issues (see inline code comments)
34715         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34716           make more readable and fix return value when snd_pcm_delay fails
34717         (fixes #142586)
34718
34719 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34720         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34721         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34722         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34723         (gst_pixbufscale_link), (gst_pixbufscale_init),
34724         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34725         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34726         (gst_pixbufscale_get_property), (pixbufscale_init):
34727         * ext/gdk_pixbuf/pixbufscale.h:
34728         Add these files I forgot earlier
34729
34730 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34731         * ext/gdk_pixbuf/Makefile.am:
34732         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34733         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34734         Add new pixbufscale element to scale RGB video
34735         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34736         and HYPER interpolation correctly.
34737         * ext/theora/theoraenc.c: (theora_enc_chain),
34738         Discard buffer and return if explicit caps could not be set
34739         (theora_enc_get_property):
34740         Make _get return kbps for the bitrate consistent with
34741         the _set function.
34742
34743
34744 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34745
34746         * ext/libvisual/visual.c: (gst_visual_chain):
34747           add missing visual_audio_analyze
34748
34749 2004-05-14  David Schleef  <ds@schleef.org>
34750
34751         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34752         is killed while we're playing.
34753         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34754         gst_element_no_more_pads().
34755
34756 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34757
34758         * gst-libs/gst/riff/riff-read.c :
34759           - fix INFO tag extraction in RIFF/AVI files
34760             because gst_event_unref (event) also freed taglist
34761           - avoid a mem leak
34762
34763 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34764
34765         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34766         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34767
34768         * gst/auparse/gstauparse.c :
34769           - add code (commented for now) to support audio/x-adpcm on src pad
34770             (we have no decoder for those layout yet)
34771
34772         * gst/cdxaparse/gstcdxaparse.c :
34773         * gst/cdxaparse/gstcdxaparse.h :
34774           - partial rewrite using RiffRead (ripped iain's wavparse code)
34775
34776         * gst/rtp/gstrtpL16enc.c : typo
34777         * gst/rtp/gstrtpgsmenc.c : typo
34778
34779 2004-05-13  Benjamin Otte  <otte@gnome.org>
34780
34781         * configure.ac:
34782           check for exact version of libvisual, it's not supposed to be
34783           API/ABI stable yet
34784
34785 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34786
34787         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34788           signal no-more-pads
34789
34790 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34791
34792         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34793         Report which format was used for GST_FORMAT_DEFAULT
34794         * gst/debug/Makefile.am:
34795         * gst/debug/gstdebug.c: (plugin_init):
34796         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34797         (gst_progressreport_class_init), (gst_progressreport_init),
34798         (gst_progressreport_report), (gst_progressreport_set_property),
34799         (gst_progressreport_get_property), (gst_progressreport_chain),
34800         (gst_progressreport_plugin_init):
34801         Add progressreport element for testing.
34802
34803 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34804
34805         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34806         * sys/v4l/gstv4lsrc.h:
34807         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34808         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34809         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34810         (gst_v4lsrc_grab_frame):
34811           add more debugging
34812           send a discont at start
34813
34814 2004-05-12  Colin Walters  <walters@redhat.com>
34815
34816         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34817         inflooping if we can't find a chunk.  Or in other words, don't blow
34818         chunks if we don't have a chunk to blow.
34819
34820 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34821         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34822         Remove old debug output
34823         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34824         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34825         (gst_dvdec_set_property), (gst_dvdec_get_property):
34826         Change the quality setting to an enum, so it works from gst-launch
34827         Don't renegotiate a non-linked pad. Allows audio only decoding.
34828         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34829         (gst_deinterlace_link), (gst_deinterlace_init):
34830         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34831         (gst_videodrop_link):
34832         Some caps negotiation fixes
34833
34834 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34835
34836         * ext/tarkin/gsttarkin.c :
34837           - Change RANK from NONE to PRIMARY
34838         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34839           - Change RANK from NONE to MARGINAL
34840         * ext/divx/gstdivxenc.c :
34841           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34842
34843 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34844
34845         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34846         (gst_vorbisenc_push_packet):
34847           copy a function that was added between 1.0 and 1.0.1 until we
34848           depend on worthwhile features of post-1.0
34849
34850 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34851
34852         * configure.ac:
34853           enable shout2 by default
34854         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34855         (gst_shout2send_base_init), (gst_shout2send_init),
34856         (gst_shout2send_connect), (gst_shout2send_change_state):
34857         * ext/shout2/gstshout2.h:
34858           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34859           #142262)
34860         * ext/theora/theora.c: (plugin_init):
34861           don't set rank on encoders
34862
34863 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34864
34865         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34866           Use codec_data property instead of flag1 and flag2 for wma
34867
34868 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34869
34870         * gst/cdxaparse/gstcdxaparse.c :
34871           - Add mpegversion to CAPS to make it link
34872           - Rank is as GST_RANK_SECONDARY instead of NONE
34873         * gst/auparse/gstauparse.c :
34874           - Document all audio encoding we can encounter from Solaris 9
34875             headers and libsndfile information.
34876           - Increase max. rate from 48000 to 192000 (to match other elements)
34877           - Don't try to play junk data between header and samples
34878
34879 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34880
34881         * ext/libvisual/visual.c: (gst_visual_getcaps):
34882           use the right caps depending on endianness (I hope)
34883         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34884           use GST_RANK_NONE for all non-decoding elements or spider gets
34885           mighty confused
34886
34887 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34888
34889         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34890           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34891
34892 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34893
34894         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34895         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34896         (gst_switch_loop), (gst_switch_get_type):
34897           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34898           HEADERS. Had to be said.
34899
34900 2004-05-10  David Schleef  <ds@schleef.org>
34901
34902         * configure.ac: Add prototype Dirac support.
34903         * ext/Makefile.am:
34904         * ext/dirac/Makefile.am:
34905         * ext/dirac/gstdirac.cc:
34906         * ext/dirac/gstdiracdec.cc:
34907
34908 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34909
34910         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34911         (gst_auparse_init), (gst_auparse_chain),
34912         (gst_auparse_change_state):
34913           Hack around spider. Remove me some day please.
34914
34915 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34916
34917         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34918           Fix for some uninitialized variables in previous patch, also
34919           makes it work. Fixes #142286 while we're at it.
34920
34921 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34922
34923         * gst/auparse/gstauparse.c:
34924                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34925                 only unsupported formats are ADPCM/CCITT G.72x
34926                 reviewed by Ronald
34927         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34928
34929 2004-05-10  Wim Taymans  <wim@fluendo.com>
34930
34931         * ext/vorbis/Makefile.am:
34932         * ext/vorbis/README:
34933         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34934         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34935         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34936         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34937         (gst_oggvorbisenc_convert_sink),
34938         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34939         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34940         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34941         (get_constraints_string), (update_start_message),
34942         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34943         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34944         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34945         * ext/vorbis/oggvorbisenc.h:
34946         * ext/vorbis/vorbis.c: (plugin_init):
34947         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34948         (raw_caps_factory), (gst_vorbisenc_class_init),
34949         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34950         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34951         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34952         * ext/vorbis/vorbisenc.h:
34953         Added a raw vorbis encoder to be used with the oggmuxer.
34954         We still need the old encoder for some gnome applications,
34955         read the README to find out how that works.
34956         The raw encoder is called "rawvorbisenc" until 0.9.
34957
34958 2004-05-10  Wim Taymans  <wim@fluendo.com>
34959
34960         * ext/ogg/gstogg.c: (plugin_init):
34961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34962         (gst_ogg_print):
34963         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34964         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34965         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34966         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34967         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34968         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34969         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34970         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34971         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34972         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34973         Added an ogg muxer.
34974         Small typo fixes in the demuxer.
34975
34976 2004-05-10  Wim Taymans  <wim@fluendo.com>
34977
34978         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34979         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34980         (theora_enc_change_state), (theora_enc_set_property),
34981         (theora_enc_get_property):
34982         Mark the last packet with an EOS flag which is not really needed
34983         in gstreamer.
34984         Do some better video framerate initialisation.
34985         Update the buffer timestamp.
34986
34987 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34988
34989         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34990         Return the result of the parent state change call
34991
34992 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34993
34994         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34995         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34996         * gst/law/alaw-encode.c : (idem)
34997         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34998         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34999         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35000
35001 2004-05-09  Benjamin Otte  <otte@gnome.org>
35002
35003         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35004           don't use a fixed buffer size when writing variable length data to
35005           it. Fixes memory corruption and makes alsasrc work
35006
35007 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35008
35009         * ext/gnomevfs/gstgnomevfssink.c:
35010         (_gst_boolean_allow_overwrite_accumulator),
35011         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35012           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35013           RUN_LAST, and don't use that to set the accumulator value because
35014           then it's always FALSE.
35015
35016 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35017
35018         * gst-libs/gst/riff/riff-media.c:
35019         (gst_riff_create_video_caps_with_data),
35020         (gst_riff_create_audio_caps),
35021         (gst_riff_create_audio_template_caps):
35022         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35023           Fix for unaligned RIFF files (i.e. where all the chunks together
35024           in a LIST chunk are not of the same size as the size given in
35025           the LIST chunk header). Fixes several odd WAVE files. Also fix
35026           ADPCM (block_align property) in audio, so that wavparse based
35027           on this works now as it used to stand-alone.
35028
35029 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35030
35031         reviewed by Benjamin Otte  <otte@gnome.org>
35032
35033         * ext/a52dec/gsta52dec.c:
35034         * ext/divx/gstdivxdec.c:
35035         * ext/divx/gstdivxenc.c:
35036         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35037         * ext/faac/gstfaac.c: (gst_faac_base_init):
35038         * ext/faad/gstfaad.c: (gst_faad_base_init):
35039         * ext/ivorbis/vorbisfile.c:
35040         * ext/lame/gstlame.c:
35041         * ext/libfame/gstlibfame.c:
35042         * ext/mpeg2enc/gstmpeg2enc.cc:
35043         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35044         * ext/sidplay/gstsiddec.cc:
35045         * ext/speex/gstspeexdec.c:
35046         * ext/speex/gstspeexenc.c:
35047         * ext/xvid/gstxviddec.c:
35048         * ext/xvid/gstxvidenc.c:
35049           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35050           (fixes #142193)
35051
35052 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35053
35054         * ext/alsa/gstalsa.c: (device_list),
35055         (gst_alsa_class_probe_devices):
35056         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35057           Fix alsa oddness in mixer after the combination of using mixer
35058           in source/sink elements and using hw:x,y instead of just hw:x.
35059
35060 2004-05-09  Benjamin Otte  <otte@gnome.org>
35061
35062         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35063         (gst_wavparse_create_sourcepad):
35064           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35065           sourcepads
35066
35067 2004-05-09  Benjamin Otte  <otte@gnome.org>
35068
35069         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35070           allow discont events before caps nego
35071
35072 2004-05-08  Benjamin Otte  <otte@gnome.org>
35073
35074         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35075           don't leak events
35076
35077 2004-05-08  Benjamin Otte  <otte@gnome.org>
35078
35079         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35080         (gst_level_change_state), (gst_level_init):
35081         * gst/level/gstlevel.h:
35082           figure out if we're initialized directly instead of keeping a
35083           variable that's wrong in 90% of cases
35084           don't initialize pads and then leak them and use a new unitialized
35085           pad. (fixes #142084)
35086           these were bugs so n00bish I didn't find them for an hour :/
35087
35088 2004-05-08 Iain <iain@prettypeople.org>
35089
35090         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35091         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35092         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35093         return the length that was read.
35094         (gst_riff_read_strf_auds): Allow fmt tags as well.
35095
35096 2004-05-07  David Schleef  <ds@schleef.org>
35097
35098         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35099         signed char assumption in faad.h.
35100
35101 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35102
35103         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35104           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35105
35106 2004-05-07  Colin Walters  <walters@redhat.com>
35107
35108         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35109         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35110         function.
35111         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35112         Add dispose function.
35113
35114 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35115         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35116           Fix caps nego and pad templates. RGB mode caps should
35117           work now.
35118         * ext/dvdnav/gst-dvd:
35119           Move mpeg2dec inside the thread because otherwise the
35120           queue rejects cap changes mid-stream
35121         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35122         (gst_mpeg2dec_flush_decoder):
35123           For mpeg2dec > 0.4.0, call the flush function instead of
35124           manually extracting all in-flight frames.
35125         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35126         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35127           Change mime type video/dv go video/x-dv to match the
35128           rest of gst-plugins
35129
35130 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35131
35132         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35133         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35134         (gst_alsa_sink_class_init):
35135         * ext/alsa/gstalsasink.h:
35136         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35137         (gst_alsa_src_class_init):
35138         * ext/alsa/gstalsasrc.h:
35139           Make alsasink/src a subclass of alsamixer so that mixer stuff
35140           shows up in gst-rec. Needs some finetuning.
35141
35142 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35143
35144         * ext/lame/gstlame.c: (gst_lame_chain):
35145           simplify
35146         * ext/mad/gstmad.c: (gst_mad_handle_event):
35147           fix event leak
35148         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35149           be able to detect mp3 files < 4096 bytes
35150
35151 2004-05-06  Wim Taymans  <wim@fluendo.com>
35152
35153         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35154         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35155         (theora_enc_set_property), (theora_enc_get_property):
35156         Also encode the first frame, cleanup some code.
35157
35158 2004-05-06  Wim Taymans  <wim@fluendo.com>
35159
35160         * ext/mpeg2enc/gstmpeg2enc.cc:
35161         Forward events first before deciding that negotiation was
35162         not performed.
35163
35164 2004-05-06  Wim Taymans  <wim@fluendo.com>
35165
35166         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35167         First process the events before deciding that negotiation
35168         was not performed.
35169
35170 2004-05-06  Wim Taymans  <wim@fluendo.com>
35171
35172         * ext/theora/Makefile.am:
35173         * ext/theora/theora.c: (plugin_init):
35174         * ext/theora/theoradec.c: (theora_dec_change_state):
35175         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35176         (gst_theora_enc_class_init), (gst_theora_enc_init),
35177         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35178         (theora_enc_chain), (theora_enc_change_state),
35179         (theora_enc_set_property), (theora_enc_get_property):
35180         Added a theora encoder, grouped the encoder and decoder into the
35181         same plugin.
35182
35183 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35184
35185         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35186         (gst_jpegenc_chain):
35187         fix DURATION on outgoing buffers
35188         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35189         debug using time formats
35190         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35192         (gst_xvimagesink_sink_link):
35193         windows with width/height 0 generate X errors, so don't allow them
35194
35195 2004-05-05  Wim Taymans  <wim@fluendo.com>
35196
35197         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35198         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35199         (gst_mpeg2dec_negotiate_format):
35200         * ext/mpeg2dec/gstmpeg2dec.h:
35201           removed the static pad template so that we can add the
35202           more accurate framerate value to the caps.
35203
35204
35205 2004-05-04  Benjamin Otte  <otte@gnome.org>
35206
35207         * configure.ac:
35208           check for kdemacros.h, too (should fix #141821)
35209         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35210           don't crash if no header was sent, but nicely error out (fixes part
35211           of #141554)
35212
35213 2004-05-04  Wim Taymans  <wim@fluendo.com>
35214
35215         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35216         parent dispose function to avoid segfault on destroy.
35217
35218 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35219
35220         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35221         (plugin_init):
35222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35223         (gst_xvimagesink_sink_link):
35224         clean up debugging caps
35225         also recreate xvimage when format has changed
35226
35227 2004-05-04  Benjamin Otte  <otte@gnome.org>
35228
35229         * ext/libvisual/Makefile.am:
35230         * ext/libvisual/visual.c: (gst_visual_class_init),
35231         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35232         (gst_visual_srclink), (gst_visual_chain),
35233         (gst_visual_change_state), (plugin_init):
35234           use a GstAdapter to correctly adapt buffer sizes - allows using a
35235           framerate
35236
35237 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35238
35239         * sys/v4l/gstv4lelement.h:
35240         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35241         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35242         (gst_v4lsrc_buffer_free):
35243         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35244         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35245         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35246         (gst_v4lsrc_requeue_frame):
35247         move some debugging categories around
35248         query for fps index and set accordingly if found
35249
35250 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35251
35252         * ext/lame/gstlame.c:
35253         correct defaults that lame_init puts out of range
35254
35255 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35256
35257         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35258         (gst_divxenc_class_init):
35259         fix range since -1 is the default
35260         * gst/mpeg1sys/gstmpeg1systemencode.c:
35261         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35262         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35263         (gst_rtjpegdec_chain):
35264         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35265         (gst_rtjpegenc_chain):
35266         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35267         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35268         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35269         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35270         * sys/v4l/gstv4lsrc.c:
35271         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35272         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35273         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35274         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35275         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35276           remove gst_info calls
35277
35278 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35279
35280         * Makefile.am:
35281         * po/af.po:
35282         * po/az.po:
35283         * po/en_GB.po:
35284         * po/nl.po:
35285         * po/sr.po:
35286         * po/sv.po:
35287           Updated translations
35288
35289 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35290
35291         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35292           refactor/comment code
35293
35294 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35295
35296         * gst/asfdemux/Makefile.am:
35297         * gst/asfdemux/asfheaders.c:
35298         * gst/asfdemux/asfheaders.h:
35299         * gst/asfdemux/gstasf.c: (plugin_init):
35300         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35301         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35302         (gst_asf_demux_setup_pad):
35303         * gst/asfdemux/gstasfdemux.h:
35304         * gst/asfdemux/gstasfmux.c:
35305         * gst/asfdemux/gstasfmux.h:
35306           Add tagging support to demuxer, split out registration in its own
35307           file instead of in demux (hacky), and prevent having some tables
35308           in our memory multiple times (in asfheaders.h).
35309
35310 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35311
35312         * gst/matroska/matroska-demux.c:
35313         (gst_matroska_demux_parse_metadata):
35314         * gst/matroska/matroska-ids.h:
35315           Basic tag reading support.
35316
35317 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35318
35319         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35320           Really detect ac-3 audio.
35321         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35322           really detect matroska files (off-by-1).
35323
35324 2004-04-30  David Schleef  <ds@schleef.org>
35325
35326         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35327         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35328         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35329         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35330         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35331         hackage -- parse a lot more atoms, extract a few tags.  One might even
35332         mistake this for tag support.  Maybe it is.
35333         * gst/qtdemux/qtdemux.h:
35334
35335 2004-04-30  Colin Walters  <walters@verbum.org>
35336
35337         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35338
35339 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35340
35341         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35342         (gst_ffmpegcolorspace_getcaps):
35343           remove broken nego fix
35344
35345 2004-04-30  Benjamin Otte  <otte@gnome.org>
35346
35347         * configure.ac:
35348         * ext/Makefile.am:
35349         * ext/libvisual/Makefile.am:
35350         * ext/libvisual/visual.c:
35351           add initial support for libvisual (http://libvisual.sourceforge.net)
35352           libvisual is still quite alpha, so expect crashes in there :)
35353
35354 2004-04-29  David Schleef  <ds@schleef.org>
35355
35356         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35357         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35358         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35359         code; you will no longer respect me.
35360
35361 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35362
35363         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35364         * ext/alsa/gstalsa.h :
35365         change alsa pcm device discovery to find more than 1 device
35366         per card. code review by Ronald.
35367
35368 2004-04-29  David Schleef  <ds@schleef.org>
35369
35370         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35371         Add a check for a driver bug on FreeBSD.  (bug #140565)
35372
35373 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35374
35375         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35376         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35377         (gst_jpegenc_getcaps):
35378           move format setting to inner loop
35379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35380         (gst_ffmpegcolorspace_getcaps):
35381           use GST_PAD_CAPS if available so that we use already negotiated
35382           caps
35383         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35384         (qtdemux_parse_moov), (qtdemux_parse):
35385           extra debugging
35386         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35387         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35388           move hardcoded path to DEFINE
35389
35390 2004-04-28  David Schleef  <ds@schleef.org>
35391
35392         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35393         (bug #140064)
35394
35395 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35396
35397         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35398           Don't probe for playback device if we're a source element. Fixes
35399           #139658.
35400
35401 2004-04-29  Benjamin Otte  <otte@gnome.org>
35402
35403         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35404         (gst_id3_tag_chain):
35405           rewrite buffer offset
35406
35407 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35408
35409         * configure.ac:
35410         * ext/Makefile.am:
35411         * ext/dts/Makefile.am:
35412         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35413         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35414         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35415         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35416         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35417         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35418         (plugin_init):
35419         * ext/dts/gstdtsdec.h:
35420           New DTS decoder.
35421         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35422         (gst_faad_srcconnect):
35423           Add ESDS atom handling (.m4a).
35424
35425 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35426
35427         * ext/divx/gstdivxdec.c: (plugin_init):
35428           Remove comment that makes no sense.
35429         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35430           Fix for obvious typo that resulted in warnings during gst-register.
35431         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35432         (gst_xviddec_sink_link):
35433           Fix caps negotiation a bit better.
35434         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35435           We call this 'codec_data', not 'esds'.
35436
35437 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35438
35439         * gst/monoscope/gstmonoscope.c:
35440           make sure we only provide 256x128
35441         * gst/monoscope/monoscope.c: (monoscope_init):
35442           assert size of 256x128
35443
35444 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35445
35446         * Makefile.am:
35447         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35448         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35449           fixate to max width and height of device
35450
35451 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35452
35453         * Makefile.am:
35454         * sys/v4l/gstv4l.c:
35455         * sys/v4l/gstv4lsrc.c:
35456         * sys/v4l/v4l_calls.c:
35457         * sys/v4l/v4lsrc_calls.c:
35458           fix for qc-usb driver which fakes having more than one buffer
35459           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35460           buffer_free override
35461           add debugging
35462
35463 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35464
35465         * Makefile.am:
35466         * gst/videotestsrc/gstvideotestsrc.c:
35467         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35468         (gst_videotestsrc_init), (gst_videotestsrc_get),
35469         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35470         * gst/videotestsrc/gstvideotestsrc.h:
35471           add num-buffers property
35472
35473         2004-04-26  Benjamin Otte  <otte@gnome.org>
35474
35475         * ext/mad/gstid3tag.c: (plugin_init):
35476           set id3mux rank to NONE so it doesn't confuse spider
35477           require audio/mpeg,mpegversion=1 in id3mux
35478
35479 2004-04-26  Benjamin Otte  <otte@gnome.org>
35480
35481         * configure.ac:
35482           detect faad correctly as non-working if it's indeed non-working
35483
35484 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35485
35486         * Makefile.am:
35487         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35488         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35489         fix _getcaps so it only negotiates to its supported format
35490
35491 2004-04-25  Benjamin Otte  <otte@gnome.org>
35492
35493         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35494           fix memleak
35495
35496 2004-04-23  Benjamin Otte  <otte@gnome.org>
35497
35498         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35499           audio/x-raw-int with height rules! not. Now it's depth.
35500
35501 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35502
35503         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35504         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35505         (gst_wavparse_loop):
35506           Missing variable initialization. Add handling of DVI ADPCM. Fix
35507           mis-parsing of LIST chunks. This works around a bug where we mis-
35508           parse non-aligning LIST chunks (so LIST chunks where the contents
35509           don't align with the actual LIST size). The correct fix is to use
35510           rifflib, I'm not going to fix wavparse - too much work. All this
35511           fixes #104878.
35512
35513 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35514
35515         reviewed by Benjamin Otte  <otte@gnome.org>
35516
35517         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35518           fix shoutcast not working (fixes #140844)
35519
35520 2004-04-22  Benjamin Otte  <otte@gnome.org>
35521
35522         * ext/hermes/gsthermescolorspace.c:
35523         (gst_hermes_colorspace_caps_remove_format_info):
35524         * gst/colorspace/gstcolorspace.c:
35525         (gst_colorspace_caps_remove_format_info):
35526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35527         (gst_ffmpegcolorspace_caps_remove_format_info):
35528           s/gst_caps_simplify/gst_caps_do_simplify/
35529
35530 2004-04-22  Benjamin Otte  <otte@gnome.org>
35531
35532         * gst-libs/gst/riff/riff-media.c:
35533         (gst_riff_create_video_caps_with_data):
35534           mpegversion is an int
35535         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35536           don't try to create pad templates with NULL caps, use any caps
35537           instead.
35538
35539 2004-04-20  David Schleef  <ds@schleef.org>
35540
35541         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35542         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35543         (bug #140384)
35544
35545 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35546
35547         reviewed by David Schleef
35548
35549         * ext/mad/gstid3tag.c: Add stdlib.h
35550         * gst/rtp/gstrtpgsmenc.c: same
35551         * gst/tags/gstid3tag.c: same
35552         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35553         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35554         GST_DISABLE_LOADSAVE use.
35555         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35556         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35557         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35558         atol(3)).
35559         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35560         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35561         strtoul(3)).
35562         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35563         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35564         $(ID3_CFLAGS).
35565         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35566         $(LIBFAME_CFLAGS).
35567
35568 2004-04-20  David Schleef  <ds@schleef.org>
35569
35570         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35571         last checkin.  Same idea.
35572
35573 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35574
35575         reviewed by David Schleef
35576
35577         * configure.ac: bump required gstreamer version to 0.8.1.1
35578         because of following changes [--ds]
35579
35580         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35581         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35582         (gst_riff_read_header):  Use GST_READ_UINT*
35583         macros to access possibly unaligned memory.
35584
35585         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35586         (mp3_type_find):  Use GST_READ_UINT*
35587         macros to access possibly unaligned memory.
35588         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35589         (speex_type_find): Likewise
35590
35591         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35592
35593         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35594         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35595         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35596         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35597         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35598         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35599         macros to access possibly unaligned memory.
35600
35601         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35602         Likewise.
35603
35604         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35605         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35606
35607         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35608         Likewise.
35609
35610         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35611         (gst_mpeg2subt_chain_subtitle): Likewise.
35612
35613         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35614         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35615         Likewise.
35616
35617         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35618         Likewise.
35619
35620         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35621         Likewise.
35622
35623         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35624         Likewise.
35625
35626 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35627
35628         * configure.ac:
35629           update required version of GStreamer because of GST_TIME_FORMAT
35630
35631 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35632
35633         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35634           remove leftover g_print
35635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35636           don't try setting only a subset of the caps. We don't want to kill
35637           autoplugging on purpose
35638
35639 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35640
35641         * sys/ximage/ximagesink.c: (plugin_init):
35642         * sys/xvimage/xvimagesink.c: (plugin_init):
35643           add debugging categories
35644
35645 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35646
35647         * po/en_GB.po:
35648         * po/LINGUAS:
35649           Adding en_GB translation (Gareth Owen)
35650
35651 2004-04-20  David Schleef  <ds@schleef.org>
35652
35653         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35654         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35655         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35656         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35657         A number of new features and hacks to extract the esds atom and
35658         put it into the caps.  (bug #137724)
35659
35660 2004-04-19  David Schleef  <ds@schleef.org>
35661
35662         * gconf/Makefile.am: Fix for non-GNU make
35663         * gst-libs/gst/Makefile.am: Change directory order to handle
35664         GstPlay linking with gstinterfaces
35665         * gst-libs/gst/audio/make_filter: make use of tr portable
35666         * gst-libs/gst/play/Makefile.am: Add intended \
35667         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35668         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35669         function prototype instead of void *.
35670         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35671         macro.
35672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35673         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35674         * gst/videofilter/make_filter: make use of tr portable
35675         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35676
35677 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35678
35679         * po/LINGUAS:
35680         * po/uk.po:
35681           Added Ukrainian translation (Maxim V. Dziumanenko)
35682
35683 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35684
35685         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35686         (gst_gsmdec_link), (gst_gsmdec_chain):
35687           Fix capsnego, simplify chain function slightly.
35688         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35689           Add GSM.
35690
35691 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35692
35693         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35694         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35695         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35696           Hack to make wavparse work with spider (always -> sometimes pad).
35697           Fixes #135862 && #140411.
35698
35699 2004-04-18  Benjamin Otte  <otte@gnome.org>
35700
35701         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35702         (gst_osselement_rate_probe_check),
35703         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35704           get rid of \n in debug output
35705
35706 2004-04-17  Iain <iain@prettypeople.org>
35707
35708         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35709         not just EOS.
35710
35711 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35712
35713         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35714         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35715         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35716         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35717         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35718         (gst_id3_tag_change_state), (plugin_init):
35719           deprecate id3tag element and replace with id3demux/id3mux.
35720           great side effect: this ugly file is now even uglier, yay!
35721         * ext/mad/gstmad.h:
35722           remove non-available function
35723           update for new get_type
35724
35725 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35726
35727         * configure.ac:
35728           require mpeg2dec >= 0.4.0
35729
35730 2004-04-17  Benjamin Otte  <otte@gnome.org>
35731
35732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35733         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35734         (gst_xvimagesink_set_xwindow_id):
35735           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35736           assorted cleanup fixes.
35737
35738 2004-04-16  David Schleef  <ds@schleef.org>
35739
35740         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35741         * sys/xvimage/xvimagesink.h: same
35742
35743 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35744
35745         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35746           Fix GST_ELEMENT_ERROR with (NULL)
35747
35748 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35749
35750         * gst-libs/gst/riff/riff-media.c:
35751         (gst_riff_create_video_caps_with_data):
35752           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35753
35754 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35755
35756         * gst-libs/gst/riff/riff-media.c:
35757         (gst_riff_create_video_caps_with_data),
35758         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35759         (gst_riff_create_video_template_caps),
35760         (gst_riff_create_audio_template_caps):
35761         * gst-libs/gst/riff/riff-media.h:
35762         * gst-libs/gst/riff/riff-read.c:
35763         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35764         * gst-libs/gst/riff/riff-read.h:
35765         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35766           Add MS RLE support. I added some functions to read out strf chunks
35767           into strf chunks and the data behind it. This is usually color
35768           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35769           caps creation. Lastly, add ADPCM (similar to wavparse - which
35770           should eventually be rifflib based).
35771         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35772         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35773         * gst/matroska/matroska-demux.h:
35774           Remove placeholders for some prehistoric tagging system. Didn't add
35775           support for any tag system really anyway.
35776         * gst/qtdemux/qtdemux.c:
35777           Add support for audio/x-m4a (MPEG-4) through spider.
35778         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35779         (gst_wavparse_loop):
35780           ADPCM support (#135862). Increase max. buffer size because we
35781           cannot split buffers for ADPCM (screws references) and I've seen
35782           files with 2048 byte chunks. 4096 seems safe for now.
35783
35784 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35785
35786         * configure.ac: bump nano to 1
35787
35788 === release 0.8.1 ===
35789
35790 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35791
35792         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35793
35794 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35795
35796         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35797           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35798           Fixes #140058
35799
35800 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35801
35802         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35803           lower rank of dvddemux so that it's not used for mpeg playback.
35804
35805 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35806
35807         * configure.ac:
35808           save libs correctly when checking mad
35809
35810 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35811
35812         * ext/mad/gstid3tag.c: (plugin_init):
35813           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35814
35815 2004-04-13  David Schleef  <ds@schleef.org>
35816
35817         * common/m4/gst-feature.m4: Call -config scripts with
35818         --plugin-libs if it is supported.
35819         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35820         JPEG images are image/jpeg.
35821         * gst/debug/Makefile.am:
35822         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35823         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35824         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35825         (gst_negotiation_plugin_init): Add a property that acts like
35826         filter caps.
35827         * testsuite/gst-lint:  Move license checking to be a standard
35828         test.
35829
35830 2004-04-13  David Schleef  <ds@schleef.org>
35831
35832         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35833         patch from Sebastien Cote (bug #139958)
35834
35835 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35836
35837         * examples/gstplay/Makefile.am:
35838         * examples/gstplay/player.c: (main):
35839           make the commandline player example use gconf settings
35840
35841 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35842
35843         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35844         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35845         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35846           init/end library during state transition, not object
35847           creation/disposal.  get rid of custom dispose handler.
35848
35849
35850 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35851
35852         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35853         be a symlink
35854
35855 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35856
35857         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35858           Handle JUNK chunks inside data section. Prevents warnings.
35859
35860 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35861
35862         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35863         (gst_riff_create_video_template_caps):
35864           Add MS video v1.
35865         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35866         (gst_avi_demux_stream_data):
35867           Add support for "rec-list" chunks.
35868
35869 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35870
35871         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35872           Fix another codecname mismatch.
35873
35874 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35875
35876         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35877           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35878           so that MJPEG plays back.
35879
35880 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35881
35882         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35883         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35884         * gst/mpeg1videoparse/gstmp1videoparse.h:
35885           Fix for some slight mis-cuts in buffer parsing, and for some
35886           potential overflows or faults-causers. Adds disconts. Also fixes
35887           #139105 while we're at it.
35888
35889 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35890
35891         * configure.ac:
35892         * sys/v4l2/gstv4l2element.h:
35893           Workaround for missing struct v4l2_buffer declaration in Suse 9
35894           and Mandrake 10 linux/videodev2.h header file (#135919).
35895
35896 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35897
35898         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35899           Bail out if no filename was given.
35900
35901 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35902
35903         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35904         (gst_v4l2_fourcc_from_structure):
35905           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35906           Y41B somewhere).
35907
35908 2004-04-09  Benjamin Otte  <otte@gnome.org>
35909
35910         * ext/gnomevfs/gstgnomevfssink.c:
35911         (_gst_boolean_allow_overwrite_accumulator),
35912         (gst_gnomevfssink_class_init):
35913           fix erase signal - if any handler returns false the file will not be
35914           overwritten. If no handler is connected, the file will not be
35915           overwritten either.
35916           renamed signal to "allow-overwrite"
35917         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35918           free string when adding it to ID3 failed
35919         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35920           unref event when done
35921         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35922           free caps
35923         * gst/typefind/gsttypefindfunctions.c:
35924         (mpeg_video_stream_type_find):
35925           fix invalid read
35926
35927 2004-04-08  David Schleef  <ds@schleef.org>
35928
35929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35930         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35931
35932 2004-04-08  David Schleef  <ds@schleef.org>
35933
35934         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35935         we don't support (bug #139532)
35936
35937 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35938
35939         * ext/mad/gstmad.c: (gst_mad_handle_event),
35940         (gst_mad_check_caps_reset), (gst_mad_chain),
35941         (gst_mad_change_state):
35942           only set explicit caps if they haven't been set before for
35943           this stream.  MPEG-audio sample rate/channels aren't allowed
35944           to change in-stream.
35945           Fixes #139382
35946
35947 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35948
35949         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35950         (_gst_boolean_did_something_accumulator),
35951         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35952         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35953         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35954         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35955         (gst_gnomevfssink_change_state):
35956           Fix erase signal. Don't erase by default. Remove handoff signal.
35957           Remove erase property. Don't segfault. General cleanup.
35958
35959 2004-04-07  Benjamin Otte  <otte@gnome.org>
35960
35961         * gst-libs/gst/gconf/test-gconf.c: (main):
35962           add missing gst_init
35963
35964 2004-04-07  Benjamin Otte  <otte@gnome.org>
35965
35966         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35967           free the mutexes, too
35968
35969 2004-04-07  Benjamin Otte  <otte@gnome.org>
35970
35971         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35972           actually free the URI string
35973         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35974           compute offset correctly when passing discont events
35975         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35976           don't leak discont events
35977         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35978           add some missing breaks so caps aren't copied randomly
35979         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35980           if we realloc memory, we better use it
35981
35982 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35983
35984         * ext/mad/gstmad.c: (normal_seek):
35985           fix GST_FORMAT_TIME usage
35986
35987 2004-04-05  David Schleef  <ds@schleef.org>
35988
35989         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35990         a deprecated function (hack!)
35991
35992 2004-04-05  Benjamin Otte  <otte@gnome.org>
35993
35994         * ext/esd/esdmon.c: (gst_esdmon_get):
35995           fix nonterminated vararg and memleak
35996
35997 2004-04-05  Benjamin Otte  <otte@gnome.org>
35998
35999         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36000         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36001         (gst_ladspa_set_property), (gst_ladspa_get_property),
36002         (gst_ladspa_instantiate), (gst_ladspa_activate),
36003         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36004           clean up debugging
36005
36006 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36007
36008         reviewed by Benjamin Otte  <otte@gnome.org>
36009
36010         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36011           check for broken LADSPA parameters (fixes #138635)
36012
36013 2004-04-05  Benjamin Otte  <otte@gnome.org>
36014
36015         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36016           advertise buffer-frames correctly on sinkpads
36017
36018 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36019
36020         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36021         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36022         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36023         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36024         (gst_mad_check_caps_reset), (gst_mad_chain):
36025         add more debugging, only reset caps when we're not in error state
36026
36027 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36028
36029         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36030
36031 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36032
36033         reviewed by Benjamin Otte  <otte@gnome.org>
36034
36035         * configure.ac:
36036           fix == in test(1) operator
36037
36038 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36039
36040         reviewed by Benjamin Otte  <otte@gnome.org>
36041
36042         * configure.ac:
36043           fix --export-symblos-regex to a working regex.
36044
36045 2004-04-04  Benjamin Otte  <otte@gnome.org>
36046
36047         * sys/oss/.cvsignore:
36048           add for oss_probe
36049
36050 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36051
36052         reviewed by Benjamin Otte  <otte@gnome.org>
36053
36054         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36055           add missing 'new_media' argument (fixes #138168)
36056         * gst/matroska/matroska-demux.c:
36057         (gst_matroska_demux_handle_seek_event):
36058           add vararg terminator (fixes #138169)
36059
36060 2004-04-02  David Schleef  <ds@schleef.org>
36061
36062         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36063         disted (bug #138914)
36064
36065 2004-04-01  Benjamin Otte  <otte@gnome.org>
36066
36067         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36068         (gst_alsa_close_audio):
36069           handle case better where a soundcard can't pause
36070         * ext/ogg/gstoggdemux.c:
36071           don't crash when we get events but don't have pads yet
36072
36073 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36074
36075         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36076           throw an error if we couldn't probe any caps.
36077
36078 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36079
36080         * ext/dvdnav/gst-dvd:
36081         Add a really simple sample DVD player
36082
36083 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36084
36085         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36086         (gst_a52dec_push), (gst_a52dec_handle_event),
36087         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36088         (gst_a52dec_change_state):
36089         * ext/a52dec/gsta52dec.h:
36090           Use a debug category, Output timestamps correctly
36091           Emit tag info, Handle events, tell liba52dec about cpu
36092           capabilities so it can use MMX etc.
36093         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36094           Fix a crasher accessing invalid memory
36095         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36096         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36097         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36098         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36099         (dvdnavsrc_query):
36100           Some support for byte-format seeking.
36101           Small fixes for still frames and menu button overlays
36102         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36103         (gst_mpeg2dec_alloc_buffer):
36104           Use a debug category. Adjust the report level of several items to
36105           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36106           so it doesn't lose the GstBuffer pointer
36107         * gst/debug/Makefile.am:
36108         * gst/debug/gstdebug.c: (plugin_init):
36109         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36110         (gst_navseek_base_init), (gst_navseek_class_init),
36111         (gst_navseek_init), (gst_navseek_seek),
36112         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36113         (gst_navseek_get_property), (gst_navseek_chain),
36114         (gst_navseek_plugin_init):
36115         * gst/debug/gstnavseek.h:
36116           Add the navseek debug element for seeking back and forth in a
36117           video stream using arrow keys.
36118         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36119         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36120         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36121         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36122         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36123         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36124         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36125         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36126         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36127         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36128         * gst/mpeg2sub/gstmpeg2subt.h:
36129           Pretty much a complete rewrite. Now a loopbased element. May still
36130           require work to properly synchronise subtitle buffers.
36131         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36132         (gst_dvd_demux_send_subbuffer):
36133         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36134           Don't attempt to create subbuffers of size 0
36135           Reduce a couple of error outputs to warnings.
36136         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36137         (gst_y4mencode_chain):
36138         Output the y4m frame header correctly.
36139
36140 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36141
36142         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36143           throw errors instead of allowing SIGFPE
36144
36145 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36146
36147         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36148         (gst_gconf_render_bin_from_key):
36149           leak plugging and style fixing
36150
36151 2004-03-31  David Schleef  <ds@schleef.org>
36152
36153         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36154         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36155         (bug #138225)
36156         * gst/debug/Makefile.am:
36157         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36158         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36159         plugin.
36160         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36161         (gst_negotiation_base_init), (gst_negotiation_class_init),
36162         (gst_negotiation_init), (gst_negotiation_getcaps),
36163         (gst_negotiation_pad_link), (gst_negotiation_chain),
36164         (gst_negotiation_set_property), (gst_negotiation_get_property),
36165         (gst_negotiation_plugin_init):  New element to talk about random
36166         negotiation things happening in a pipeline.
36167
36168 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36169
36170         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36171           fix integer addition with help of Stefan Kost
36172
36173 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36174
36175         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36176
36177 2004-03-30  David Schleef  <ds@schleef.org>
36178
36179         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36180         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36181         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36182         (bug #137504)
36183         * ext/mpeg2dec/gstmpeg2dec.h:
36184
36185 2004-03-30  David Schleef  <ds@schleef.org>
36186
36187         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36188
36189 2004-03-30  David Schleef  <ds@schleef.org>
36190
36191         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36192         Michael Petullo) to handle .mov
36193
36194 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36195
36196         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36197         (gst_osselement_rate_check_rate):
36198           probe caps correctly for sound cards that only support one format
36199
36200 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36201
36202         * ext/kio/kiosrc.cpp: (process_events):
36203           update handling event processing if inside KDE - untested
36204
36205 2004-03-29  David Schleef  <ds@schleef.org>
36206
36207         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36208         by 2 to not interfere with other colorspaces.
36209         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36210         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36211         one to not interfere with ffmpeg_colorspace.
36212
36213 2004-03-29  David Schleef  <ds@schleef.org>
36214
36215         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36216         aren't in the caps.
36217         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36218         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36219
36220 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36221
36222         * gst-libs/gst/riff/riff-media.c:
36223           fail on error, don't try to set stuff on NULL caps
36224
36225 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36226
36227         * configure.ac:
36228         * ext/Makefile.am:
36229         * ext/kio/Makefile.am:
36230         * ext/kio/kioreceiver.cpp:
36231         * ext/kio/kioreceiver.h:
36232         * ext/kio/kiosrc.cpp:
36233         * ext/kio/kiosrc.h:
36234           add experimental kiosrc plugin
36235         * ext/alsa/gstalsaplugin.c: (plugin_init):
36236           initialize debugging category only when we're sure registering the
36237           plugins worked.
36238
36239 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36240
36241         * examples/gstplay/player.c: (main):
36242         * gst-libs/gst/play/play.c: (gst_play_class_init),
36243         (gst_play_set_location), (gst_play_set_data_src),
36244         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36245         (gst_play_set_visualization), (gst_play_connect_visualization):
36246           check return values of element_set_state and return FALSE where
36247           failed
36248
36249 2004-03-29  Benjamin Otte  <otte@gnome.org>
36250
36251         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36252           try harder to check if an event is really a discont
36253
36254 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36255
36256         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36257         * po/az.po:
36258
36259 2004-03-28  Benjamin Otte  <otte@gnome.org>
36260
36261         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36262         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36263         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36264           get rid of non-standard "..." ranges in case statements.
36265
36266 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36267
36268         * gst/mpegstream/gstmpegdemux.c:
36269         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36270         specific functionality split to the new dvddemux element.
36271         * gst/mpegstream/gstdvddemux.c:
36272         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36273         streams, derived from mpegdemux.
36274         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36275         up. SCR based timestamp rewriting can be turned off (will probably
36276         completely disappear soon).
36277         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36278         hacking. General cleanup. All printf statements replaced by
36279         debugging messages. Almost complete libdvdnav support.
36280         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36281         by events. New properties for audio and subpicture languages.
36282         (dvdnavsrc_update_highlight): Now uses events.
36283         (dvdnavsrc_user_op): Cleaned up.
36284         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36285         based). Lots of cleanup, and propper support for most libdvdnav
36286         events.
36287         (dvdnavsrc_make_dvd_event): New function.
36288         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36289         (dvdnavsrc_make_clut_change_event): New function.
36290
36291 2004-03-26  Benjamin Otte  <otte@gnome.org>
36292
36293         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36294           fix bug where typefinding would claim it's theora whenever less then
36295           7 bytes of data were available
36296
36297 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36298
36299         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36300         (gst_alawdec_base_init), (gst_alawdec_class_init),
36301         (gst_alawdec_init), (gst_alawdec_chain):
36302         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36303         (gst_alawenc_base_init), (gst_alawenc_class_init),
36304         (gst_alawenc_init), (gst_alawenc_chain):
36305         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36306         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36307         (gst_mulawdec_init), (gst_mulawdec_chain):
36308         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36309         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36310         (gst_mulawenc_init), (gst_mulawenc_chain):
36311           Fix capsnego in all four, remove the unused property functions and
36312           simplify the chain functions slightly. I guess we could use macros
36313           or something similar for those, since the code is so similar, but
36314           I'm currently too lazy...
36315
36316 2004-03-24  David Schleef  <ds@schleef.org>
36317
36318         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36319         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36320         (gst_osselement_get_format_structure),
36321         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36322         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36323         (gst_osselement_rate_int_compare): Add code to handle rate probing
36324         (bug #120883)
36325         * sys/oss/gstosselement.h: same
36326         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36327         Use rate probing provided by osselement.
36328         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36329
36330 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36331
36332         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36333         (gst_xvidenc_get_property):
36334           ulong/int mess-up.
36335
36336 2004-03-24  David Schleef  <ds@schleef.org>
36337
36338         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36339         (gst_speexdec_init):
36340         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36341         (gst_speexenc_init):  Create the pad template correctly (from
36342         the static pad template, not a NULL pointer.)
36343
36344 2004-03-25  Benjamin Otte  <otte@gnome.org>
36345
36346         * gst/debug/Makefile.am:
36347         * gst/debug/breakmydata.c:
36348           add element that quasi-randomly changes bytes in the stream.
36349           Intended use is robustness checking of demuxers and decoders in
36350           media tests.
36351
36352 2004-03-24  Benjamin Otte  <otte@gnome.org>
36353
36354         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36355         (gst_alsa_probe_hw_params):
36356         * ext/alsa/gstalsa.h:
36357           debugging output fixes
36358
36359 2004-03-24  Benjamin Otte  <otte@gnome.org>
36360
36361         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36362           don't g_return_if_fail if element is PLAYING, fail silently as every
36363           other element.
36364         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36365           only fix needed for cast lvalue issues in gst-plugins
36366         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36367           add proxy_getcaps
36368
36369 2004-03-24  Benjamin Otte  <otte@gnome.org>
36370
36371         * gst/level/gstlevel.c: (gst_level_init):
36372           add proxying getcaps function, so level doesn't advertise impossible
36373           caps
36374
36375 2004-03-24  David Schleef  <ds@schleef.org>
36376
36377         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36378         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36379         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36380         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36381         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36382         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36383         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36384         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36385         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36386         messages.  Divide the chunk size by the compression ratio
36387         (needed for MACE audio)
36388
36389 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36390
36391         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36392           Fix buffer overflow read error.
36393
36394 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36395
36396         * ext/alsa/gstalsa.h:
36397           Remove unused entry.
36398         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36399           Add cinepak.
36400         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36401         (gst_videodrop_link), (gst_videodrop_chain):
36402           Fix, sort of. Was horribly broken with new capsnego. Bah...
36403
36404 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36405
36406         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36407         (plugin_init):
36408         Add a monkeysaudio typefind function
36409
36410 2004-03-23  Johan Dahlin  <johan@gnome.org>
36411
36412         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36413         (gst_play_video_fixate): Check so the structure has the field
36414         before trying to fixate them, this makes it possible to have
36415         fakesinks for video and audio output without printing errors on
36416         the output console.
36417
36418 2004-03-22  David Schleef  <ds@schleef.org>
36419
36420         * sys/oss/Makefile.am:
36421         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36422         (check_rate), (add_rate):  Rate probing test app.
36423
36424 2004-03-21  Benjamin Otte  <otte@gnome.org>
36425
36426         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36427         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36428           add a fixation function that pretty much does the right thing (fixes
36429           #137556)
36430
36431 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36432
36433         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36434
36435 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36436
36437         reviewed by: Benjamin Otte  <otte@gnome.org>
36438
36439         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36440           terminate gst_event_new_discontinuous correctly (fixes parts of
36441           #137711)
36442
36443 2004-03-19  David Schleef  <ds@schleef.org>
36444
36445         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36446         since it doesn't depend on X, and it's part of our ABI.
36447
36448 2004-03-19  Iain <iain@prettypeople.org>
36449
36450         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36451         is_int in the structure, not the local variable.
36452
36453 2004-03-19  David Schleef  <ds@schleef.org>
36454
36455         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36456         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36457         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36458         Improvements in caps negotiation.
36459
36460 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36461
36462         * po/LINGUAS:
36463         * po/af.po:
36464           adding Afrikaans (Petri Jooste)
36465
36466 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36467
36468         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36469         (gst_ffmpegcolorspace_chain):
36470         throw error instead of g_critical (#137588)
36471
36472 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36473
36474         * Makefile.am:
36475         * configure.ac:
36476           dist common and m4 correctly
36477         * po/sv.po:
36478
36479 2004-03-17  David Schleef  <ds@schleef.org>
36480
36481         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36482         (bug #137348)
36483
36484 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36485
36486         * po/LINGUAS:
36487         * po/sv.po:
36488           adding Swedish translation (Christian Rose)
36489
36490 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36491
36492         * Makefile.am: use release.mak
36493
36494 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36495
36496         * common/ChangeLog:
36497         * common/gst-autogen.sh:
36498           add some explanation about the version detection
36499         * configure.ac:
36500           fix X check
36501
36502 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36503
36504         * configure.ac: bump nano to 1
36505
36506 === release 0.8.0 ===
36507
36508 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36509
36510         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36511
36512 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36513
36514         * configure.ac:
36515           update libtool version
36516         * gst-libs/gst/media-info/Makefile.am:
36517           actually use libtool version
36518
36519 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36520
36521         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36522
36523 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36524
36525         * configure.ac:
36526         * gst-plugins.spec.in:
36527         * pkgconfig/Makefile.am:
36528         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36529         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36530         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36531         * pkgconfig/gstreamer-libs.pc.in:
36532         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36533         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36534         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36535         * pkgconfig/gstreamer-plugins.pc.in:
36536           remove @VERSION@ from some of the pc files since core and plugins
36537           are decoupled.
36538           created gstreamer-plugins.pc as it's a better name, but keeping
36539           -libs around for now to get fixes upstream done first.
36540
36541 2004-03-15  Julien MOUTTE <julien@moutte.net>
36542
36543         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36544         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36545         * gst-libs/gst/play/play.h:
36546
36547 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36548
36549         * *.c, *.cc: don't mix tabs and spaces
36550
36551 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36552
36553         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36554           use the new ffmpegcolorspace
36555         * gst-plugins.spec.in:
36556           package new colorspace and media-info
36557         * configure.ac:
36558         * pkgconfig/Makefile.am:
36559           fix some more disting issues
36560         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36561         * pkgconfig/gstreamer-media-info.pc.in:
36562           generate media-info pc files
36563
36564 2004-03-15  Johan Dahlin  <johan@gnome.org>
36565
36566         * *.h: Revert indenting
36567
36568 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36569
36570         * configure.ac:
36571           adding ffmpegcolorspace element
36572         * gst/ffmpegcolorspace/Makefile.am:
36573         * gst/ffmpegcolorspace/avcodec.h:
36574         * gst/ffmpegcolorspace/common.h:
36575         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36576         * gst/ffmpegcolorspace/dsputil.h:
36577         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36578         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36579         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36580         (gst_ffmpeg_caps_to_pix_fmt):
36581         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36582         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36583         (gst_ffmpegcolorspace_caps_remove_format_info),
36584         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36585         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36586         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36587         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36588         (gst_ffmpegcolorspace_set_property),
36589         (gst_ffmpegcolorspace_get_property),
36590         (gst_ffmpegcolorspace_register):
36591         * gst/ffmpegcolorspace/imgconvert.c:
36592         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36593         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36594         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36595         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36596         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36597         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36598         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36599         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36600         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36601         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36602         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36603         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36604         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36605         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36606         (img_get_alpha_info), (deinterlace_line),
36607         (deinterlace_line_inplace), (deinterlace_bottom_field),
36608         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36609         * gst/ffmpegcolorspace/imgconvert_template.h:
36610         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36611         * gst/ffmpegcolorspace/mmx.h:
36612         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36613           adding ffmpegcolorspace element supplied by Ronald after cleaning
36614           up and pulling in the right bits of upstream source.
36615           I'm sure a better C/compiler wizard could do some cleaning up (for
36616           example use GLIB's malloc stuff), but as a first pass this
36617           works very well
36618
36619 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36620
36621         * ext/alsa/gstalsa.h:
36622           I assume Ronald forgot to commit the change to have cardname
36623           as a struct member.  Expect some public spanking at the next
36624           opportunity.
36625
36626 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36627
36628         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36629         (gst_alsa_open_audio), (gst_alsa_close_audio):
36630         * ext/alsa/gstalsa.c:
36631           Don't open the device if we're a mixer (= padless).
36632         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36633         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36634         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36635           Open mixer during state change rather than during object
36636           initialization. Also, get a device name. Currently in a somewhat
36637           hackish fashion, but I didn't really find something better.
36638
36639 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36640
36641         * *.c, *.h: run gst-indent
36642
36643 2004-03-14  Benjamin Otte  <otte@gnome.org>
36644
36645         * gst/modplug/gstmodplug.cc:
36646         * gst/modplug/gstmodplug.h:
36647           set correct timestamps on outgoing buffers
36648
36649 2004-03-14  Benjamin Otte  <otte@gnome.org>
36650
36651         * gst/modplug/gstmodplug.cc:
36652           handle events - don't do crap when a discont arrives that's not
36653           necessary
36654           This allows correct loading and playback of mods in Rhythmbox
36655
36656 2004-03-14  Benjamin Otte  <otte@gnome.org>
36657
36658         * configure.ac:
36659         * gst-libs/gst/gconf/Makefile.am:
36660         * pkgconfig/Makefile.am:
36661           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36662           they get rebuilt properly
36663         * configure.ac:
36664           when checking for vorbis, try pkgconfig first.
36665         * gst/modplug/gstmodplug.cc:
36666           add fixate function
36667
36668 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36669
36670         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36671           Fix for obvious mistake, where we first shift the offset and then
36672           read a samplesize element assuming the old offset. Note that this
36673           part still has something weird, i.e. my movies containing those
36674           don't actually play well, but at least there's something that looks
36675           like sound now.
36676
36677 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36678         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36679         (plugin_init):
36680         Add a typefind function for speex format
36681
36682 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36683
36684         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36685         (gst_asf_demux_setup_pad):
36686           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36687           instead of 0. Reason is simple: some elements have a fps range
36688           of 1-max instead of 0-max. So now ASF video actually works.
36689
36690 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36691
36692         * po/LINGUAS:
36693         * po/sr.po:
36694           adding serbian as a language
36695
36696 2004-03-13  Benjamin Otte  <otte@gnome.org>
36697
36698         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36699           return taglist correctly from _get function, don't gst_pad_push it.
36700           (fixes #137042)
36701
36702 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36703         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36704
36705 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36706
36707         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36708         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36709         (gst_alsa_mixer_track_new):
36710         * ext/alsa/gstalsamixertrack.h:
36711           Fix ancient leftovers... MixerTrack is a GObject.
36712
36713 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36714
36715         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36716         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36717           Don't block during probing...
36718
36719 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36720
36721         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36722         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36723         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36724         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36725         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36726         (gst_alsa_open_audio), (gst_alsa_close_audio):
36727         * ext/alsa/gstalsa.h:
36728           Add propertyprobe interface implementation, add some device-name
36729           property, all this so that it looks good in gnome-volume-control.
36730
36731 2004-03-12  David Schleef  <ds@schleef.org>
36732
36733         * configure.ac: the Hermes library controls hermescolorspace, not
36734         colorspace.
36735         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36736         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36737         not /* */
36738         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36739         * ext/sdl/sdlvideosink.h: ditto.
36740         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36741
36742 2004-03-12  Benjamin Otte  <otte@gnome.org>
36743
36744         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36745         (gst_x_overlay_got_xwindow_id):
36746         * gst-libs/gst/xoverlay/xoverlay.h:
36747           replace XID with unsigned long to get rid of the xlibs dependency in
36748           XOverlay (fixes #137004)
36749
36750 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36751         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36752         (gst_agingtv_setup):
36753         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36754         (gst_dicetv_base_init), (gst_dicetv_class_init),
36755         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36756         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36757         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36758         (gst_edgetv_setup), (gst_edgetv_rgb32):
36759         * gst/effectv/gsteffectv.c:
36760         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36761         (gst_quarktv_set_property):
36762         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36763         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36764         (gst_revtv_setup), (gst_revtv_rgb32):
36765         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36766         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36767         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36768         (gst_shagadelictv_rgb32):
36769         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36770         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36771         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36772         * gst/effectv/gstwarp.c:
36773         Port everything that can be ported to videofilter and fix up the caps.
36774         Can someone with a big-endian machine please check these?
36775
36776 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36777
36778         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36779         (gst_osssink_chain), (gst_osssink_change_state):
36780           Latest fixes for A/V sync, audio playback and such. This is about
36781           all... MPEG playback issues are mostly related to the async build-
36782           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36783
36784 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36785
36786         patch from: Stephane Loeuillet
36787
36788         * configure.ac:
36789           use pkg-config for some libraries, falling back to the old .m4 way
36790           (fixes #131270)
36791         * m4/libdv.m4:
36792           removed
36793
36794 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36795
36796         * configure.ac:
36797         * tools/Makefile.am:
36798         * tools/Makefile.in:
36799         * tools/gst-launch-ext-m.m:
36800         * tools/gst-launch-ext.1.in:
36801         * tools/gst-visualise-m.m:
36802         * tools/gst-visualise.1:
36803         * tools/gst-visualise.1.in:
36804           reorganizing generation of script tools
36805
36806 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36807
36808         * ext/divx/gstdivxdec.c:
36809           Downgrade priority. We prefer ffdec_mpeg4.
36810         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36811         (gst_faad_chain), (gst_faad_change_state):
36812           Fix capsnego. Doesn't work for some sounds because we don't have
36813           a 5:1 to stereo element.
36814         * ext/xvid/gstxvid.c: (plugin_init):
36815           Add priority.
36816         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36817         (gst_osssink_change_state):
36818           Add discont handling.
36819
36820 2004-03-09  Colin Walters  <walters@verbum.org>
36821
36822         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36823         conversion.
36824
36825 2004-03-09  Benjamin Otte  <otte@gnome.org>
36826
36827         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36828           the signals take 2 arguments
36829
36830 2004-03-09  David Schleef  <ds@schleef.org>
36831
36832         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36833         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36834         * ext/alsa/gstalsa.h:
36835         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36836
36837 2004-03-09  Benjamin Otte  <otte@gnome.org>
36838
36839         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36840         (gst_mikmod_change_state):
36841         * ext/mikmod/gstmikmod.h:
36842           make mikmod's loop function not loop infinitely and call
36843           gst_element_yield anymore
36844         * gst/modplug/gstmodplug.cc:
36845           fix pad negotiation (fixes #136590)
36846
36847 2004-03-09  David Schleef  <ds@schleef.org>
36848
36849         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36850         doesn't conflict with the internal colorspace plugin.
36851         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36852         satisfy the crappy-ass shell shipped by a certain vendor.
36853         * gst/videofilter/make_filter: same (bug #135299)
36854
36855 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36856
36857         * configure.ac: bump nano to 1
36858
36859 === release 0.7.6 ===
36860
36861 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36862
36863         * configure.in: releasing 0.7.6, "There"
36864
36865 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36866
36867         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36868         * pkgconfig/gstreamer-play.pc.in:
36869           synchronize the two
36870
36871 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36872
36873         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36874         (cdparanoia_open), (cdparanoia_event):
36875           fix/add error handling
36876         * po/POTFILES.in:
36877           add cdparanoia source
36878         * tools/Makefile.am:
36879           make scripts executable
36880
36881 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36882
36883         * configure.ac:
36884         * ext/vorbis/Makefile.am:
36885         * sys/Makefile.am:
36886           remove id3types, vorbisfile and xvideosink from the build (#133783)
36887
36888 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36889
36890         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36891           Fix metadata read crash (#136537).
36892
36893 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36894
36895         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36896         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36897           adding mime types, fixing the one-stop function
36898
36899 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36900
36901         * ext/nas/nassink.c and /ext/nas/nassink.h:
36902         More NAS love from Arwed von Merkatz
36903         So lets all sing 'Can you feel the NAS tonight'
36904
36905 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36906
36907         * tools/gst-launch-ext.in:
36908         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36909
36910 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36911
36912         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36913         (gst_mpeg2dec_init):
36914         remove the user_data pad for now, because it is being used in
36915         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36916         If someone knows how to fix this properly, please do.
36917
36918 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36919
36920         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36921         (gst_osssink_get_time):
36922         add a warning, IMO this won't get triggered anymore, remove later
36923
36924 2004-03-07  David Schleef  <ds@schleef.org>
36925
36926         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36927         format (bug #136470)
36928
36929 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36930
36931         * gst-libs/Makefile.am:
36932         * gst-libs/gst/media-info/Makefile.am:
36933         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36934         (error_callback), (gst_media_info_error_create),
36935         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36936         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36937         * gst-libs/gst/media-info/media-info-priv.h:
36938         * gst-libs/gst/media-info/media-info-test.c: (main):
36939         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36940         (gst_media_info_class_init), (gst_media_info_instance_init),
36941         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36942         (gst_media_info_read_idler), (gst_media_info_read):
36943         * gst-libs/gst/media-info/media-info.h:
36944         fixed, should work now
36945
36946 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36947
36948         * ext/nas/nassink.c:
36949         A bunch of NAS fixes from Arwed von Merkatz
36950
36951 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36952
36953         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36954         (qtdemux_parse_trak):
36955           Fix crash (j might be greater than n_samples, in which case we're
36956           writing outside the allocated space for the array) and memleak.
36957
36958 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36959
36960         * sys/oss/gstosssink.c: (gst_osssink_chain):
36961           And another caller that couldn't handle delay < 0 (unsigned
36962           integer overflow). Video now continues playing on an audio
36963           buffer underrun, and the clock continues working. Audio still
36964           stalls.
36965
36966 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36967
36968         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36969         (gst_osssink_get_time):
36970           get_delay() may return values lower than 0. In those cases, we
36971           should not actually cast to *unsigned* int64, that will break
36972           stuff horribly. In my case, it screwed up A/V sync in movies
36973           in totem rather badly.
36974
36975 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36976
36977         * ext/faac/gstfaac.c: (gst_faac_chain):
36978         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36979         * ext/libpng/gstpngenc.c: (user_write_data):
36980         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36981         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36982         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36983         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36984         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36985         of any buffer), should fix some leaks. I hope I didn't unref buffers
36986         that shouldn't be...
36987
36988 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36989
36990         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36991         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36992         (error_callback), (gmi_reset), (gmi_seek_to_track),
36993         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36994         (gmip_find_type_post), (gmip_find_stream_post),
36995         (gmip_find_track_streaminfo_post):
36996         * gst-libs/gst/media-info/media-info-priv.h:
36997         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36998         (info_print), (main):
36999         * gst-libs/gst/media-info/media-info.c:
37000         (gst_media_info_error_create), (gst_media_info_error_element),
37001         (gst_media_info_instance_init), (gst_media_info_get_property),
37002         (gst_media_info_new), (gst_media_info_set_source),
37003         (gst_media_info_read_idler), (gst_media_info_read):
37004         * gst-libs/gst/media-info/media-info.h:
37005           first pass at making this work again.  This seems to work on
37006           tagged ogg/vorbis and mp3 files.
37007
37008 2004-03-06  Benjamin Otte  <otte@gnome.org>
37009
37010         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37011           fix huge leak: gst_buffer_merge doesn't unref the first argument
37012           itself.
37013
37014 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37015
37016         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37017           report layer/mode/emphasis
37018
37019 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37020
37021         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37022
37023 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37024
37025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37026           signal serial
37027
37028 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37029
37030         * ext/vorbis/vorbis.c: (plugin_init):
37031         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37032         (gst_vorbis_dec_init), (vorbis_dec_event):
37033         add debug category
37034         make vorbisdec handle _BYTE and _TIME queries
37035
37036 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37037
37038         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37039           from the xing header
37040
37041 2004-03-06  Benjamin Otte  <otte@gnome.org>
37042
37043         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37044         (gst_audio_convert_link), (gst_audio_convert_change_state),
37045         (gst_audio_convert_buffer_from_default_format):
37046           do conversions from/to float correctly, fix some caps nego errors,
37047           export correct supported caps in template and getcaps, use correct
37048           caps in try_set_caps functions
37049
37050 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37051
37052         For some reason, I only committed a ChangeLog entry yesterday and
37053         not the corresponding code...
37054         * ext/mad/gstmad.c: Fix detection of Xing headers
37055         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37056
37057 2004-03-06  Benjamin Otte  <otte@gnome.org>
37058
37059         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37060         (gst_ogg_demux_src_query):
37061           make sure to handle the case where there's no current chain
37062           gracefully.
37063
37064 2004-03-05  David Schleef  <ds@schleef.org>
37065
37066         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37067         Add fixate function. (bug #131128)
37068         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37069         (gst_sdlvideosink_fixate):  Add fixate function.
37070         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37071         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37072         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37073         Fix missing break that was causing ulaw to be interpreted as
37074         raw int.
37075
37076 2004-03-05  David Schleef  <ds@schleef.org>
37077
37078         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37079         Fix code that ignores return value of gst_buffer_merge().
37080         (bug #114560)
37081         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37082         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37083         * testsuite/gst-lint:  Check for above.
37084
37085 2004-03-05  David Schleef  <ds@schleef.org>
37086
37087         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37088         caps and throw an element error.  (bug #136334)
37089
37090 2004-03-05  David Schleef  <ds@schleef.org>
37091
37092         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37093         (gst_faad_chain): Fix negotiation.
37094         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37095         key and button events.
37096         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37097         dung heap of code.
37098         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37099         depends on gconf
37100         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37101         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37102         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37103         function to encourage better negotiation, particularly between
37104         audioconvert and osssink.
37105         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37106         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37107         more important.
37108         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37109         typefinding.
37110         * gst/vbidec/vbiscreen.c:  Add glib header
37111         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37112
37113 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37114
37115         * ext/mad/gstmad.c: Fix detection of Xing headers
37116         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37117
37118 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37119
37120         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37121         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37122           debug updates
37123
37124 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37125
37126         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37127         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37128         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37129         files, and report the parsed length as a GST_TAG_DURATION tag.
37130         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37131
37132 2004-03-05  Benjamin Otte  <otte@gnome.org>
37133
37134         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37135           convert channels correctly. convert correctly to unsigned.
37136
37137 2004-03-05  Julien MOUTTE <julien@moutte.net>
37138
37139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37140         we have a window before clearing it.
37141
37142 2004-03-05  Julien MOUTTE <julien@moutte.net>
37143
37144         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37145         have a window before clearing it.
37146
37147 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37148
37149         * gconf/gstreamer.schemas.in:
37150         * gst-libs/gst/gconf/Makefile.am:
37151           version installation path the same way as for 0.6
37152         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37153         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37154         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37155           remove comment that was fixed
37156
37157 2004-03-05  David Schleef  <ds@schleef.org>
37158
37159         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37160         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37161         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37162         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37163         Add prototype code for handling seeking and querying.
37164
37165 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37166
37167         * examples/gstplay/player.c: (main):
37168           Initialize variables to NULL. Prevents a segfault because the
37169           (uninitialized) variable is not NULL, resulting in a crash on
37170           trying to reach error->message.
37171
37172 2004-03-05  Benjamin Otte  <otte@gnome.org>
37173
37174         * gst/audioconvert/gstaudioconvert.c:
37175         (gst_audio_convert_buffer_to_default_format):
37176         make float=>int conversion work correctly even in cornercases.
37177
37178 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37179
37180         * debian/README.Debian:
37181         * debian/build-deps:
37182         * debian/changelog:
37183         * debian/control:
37184         * debian/control.in:
37185         * debian/copyright:
37186         * debian/gstreamer-a52dec.files:
37187         * debian/gstreamer-aa.files:
37188         * debian/gstreamer-alsa.files:
37189         * debian/gstreamer-alsa.manpages:
37190         * debian/gstreamer-arts.files:
37191         * debian/gstreamer-artsd.files:
37192         * debian/gstreamer-audiofile.files:
37193         * debian/gstreamer-avifile.files:
37194         * debian/gstreamer-cdparanoia.files:
37195         * debian/gstreamer-colorspace.files:
37196         * debian/gstreamer-doc.files:
37197         * debian/gstreamer-dv.files:
37198         * debian/gstreamer-dvd.files:
37199         * debian/gstreamer-esd.files:
37200         * debian/gstreamer-festival.files:
37201         * debian/gstreamer-flac.files:
37202         * debian/gstreamer-gconf.conffiles:
37203         * debian/gstreamer-gconf.files:
37204         * debian/gstreamer-gconf.postinst:
37205         * debian/gstreamer-gnomevfs.files:
37206         * debian/gstreamer-gsm.files:
37207         * debian/gstreamer-http.files:
37208         * debian/gstreamer-jack.files:
37209         * debian/gstreamer-jpeg.files:
37210         * debian/gstreamer-mad.files:
37211         * debian/gstreamer-mikmod.files:
37212         * debian/gstreamer-misc.files:
37213         * debian/gstreamer-mpeg2dec.files:
37214         * debian/gstreamer-oss.files:
37215         * debian/gstreamer-plugin-apps.files:
37216         * debian/gstreamer-plugin-apps.manpages:
37217         * debian/gstreamer-plugin-libs-dev.files:
37218         * debian/gstreamer-plugin-libs.files:
37219         * debian/gstreamer-plugin-template.postinst:
37220         * debian/gstreamer-plugin-template.postrm:
37221         * debian/gstreamer-sdl.files:
37222         * debian/gstreamer-sid.files:
37223         * debian/gstreamer-vorbis.files:
37224         * debian/gstreamer-x.files:
37225         * debian/mk.control:
37226         * debian/rules:
37227         Debian package info not maintained here.
37228
37229 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37230
37231         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37232         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37233         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37234         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37235         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37236         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37237         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37238         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37239         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37240         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37241         * gst-libs/gst/colorbalance/colorbalance.c:
37242         (gst_color_balance_class_init):
37243         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37244         (gst_color_balance_channel_class_init):
37245         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37246         * gst-libs/gst/play/play.c: (gst_play_class_init):
37247         * gst-libs/gst/propertyprobe/propertyprobe.c:
37248         (gst_property_probe_iface_init):
37249         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37250         * gst-libs/gst/tuner/tunerchannel.c:
37251         (gst_tuner_channel_class_init):
37252         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37253         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37254         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37255         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37256         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37257         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37258         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37259         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37260         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37261           fix signals to use - instead of _
37262         * ext/libcaca/gstcacasink.h:
37263         * ext/sdl/sdlvideosink.h:
37264           fix header rename
37265
37266 2004-03-04  David Schleef  <ds@schleef.org>
37267
37268         * testsuite/gst-lint:  Add a check for bad signal names.
37269
37270 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37271
37272         reviewed by David Schleef
37273
37274         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37275         modified the alpha channel and caused a warning. (bug #136192)
37276
37277 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37278
37279         * gst-plugins.spec.in:
37280         Change names of plugins to actually be correct. Try to keep things
37281         alphabetical to avoid getting beat up by Thomas
37282
37283 2004-03-03  Julien MOUTTE <julien@moutte.net>
37284
37285         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37286         Using ximagesink as a default if no gconf key found. We should
37287         probably consider using alsasink instead of osssink for the audio
37288         part.
37289
37290 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37291
37292         * configure.ac:
37293           fix --with-plugins, don't think it ever worked before
37294         * gst-plugins.spec.in:
37295           even more updates
37296
37297 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37298
37299         * ext/sdl/sdlvideosink.h:
37300         * sys/ximage/ximagesink.h:
37301         * sys/xvideo/xvideosink.h:
37302         * sys/xvimage/xvimagesink.h:
37303           Fix for move of gstvideosink.h -> videosink.h.
37304
37305 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37306
37307         * gst-libs/gst/xwindowlistener/Makefile.am:
37308           this is a plugin library, not a library
37309
37310 2004-03-01  David Schleef  <ds@schleef.org>
37311
37312         * AUTHORS:  Added some names.  Add yourself if you're still
37313         missing.
37314
37315 2004-03-01  David Schleef  <ds@schleef.org>
37316
37317         * MAINTAINERS: Add
37318
37319 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37320
37321         * gst-plugins.spec.in: clean up spec file
37322
37323 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37324
37325         * gst-libs/gst/video/Makefile.am:
37326         * gst-libs/gst/video/gstvideosink.c:
37327         * gst-libs/gst/video/gstvideosink.h:
37328           rename gstvideosink.h to videosink.h to match other headers
37329         * gst/mixmatrix/Makefile.am:
37330           fix plugin filename
37331         * gst/tags/Makefile.am: fix plugin filename
37332
37333 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37334
37335         * gst/tags/Makefile.am: fix plugin filename
37336
37337 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37338
37339         * examples/gstplay/player.c: (got_time_tick), (main):
37340           add error handler
37341           display time_tick more readably
37342         * gst/mixmatrix/Makefile.am:
37343           fix plugin file name
37344
37345 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37346
37347         * sys/oss/gstosselement.c: (gst_osselement_probe),
37348         (device_combination_append), (gst_osselement_class_probe_devices):
37349         * sys/oss/gstosselement.h:
37350           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37351           on my system using alsa oss emulation, fixes bug #135597
37352
37353 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37354
37355         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37356         (gst_videodrop_chain), (gst_videodrop_change_state):
37357         * gst/videodrop/gstvideodrop.h:
37358           Work based on timestamp of input data, not based on the expected
37359           framerate from the input. The consequence is that this element now
37360           not only scales framerates, but also functions as a framerate
37361           corrector or framerate stabilizer/constantizer.
37362
37363 2004-02-27  David Schleef  <ds@schleef.org>
37364
37365         patches from jmmv@menta.net (Julio M. Merino Vidal)
37366
37367         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37368         GST_ELEMENT_ERROR call (bug #135634)
37369         * gst/interleave/interleave.c: (interleave_buffered_loop),
37370         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37371         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37372         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37373         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37374         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37375         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37376         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37377         Fix GST_ELEMENT_ERROR call.
37378         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37379         GST_ELEMENT_ERROR call.
37380
37381 2004-02-27  Benjamin Otte  <otte@gnome.org>
37382
37383         * gst-libs/gst/audio/audio.h:
37384           add macro to make sure header isn't included twice
37385         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37386           don't use gst_buffer_free
37387         * gst/playondemand/filter.func:
37388           don't use gst_data_free. Free data only once.
37389
37390 2004-02-26  David Schleef  <ds@schleef.org>
37391
37392         * gst-libs/gst/colorbalance/Makefile.am:
37393         * gst-libs/gst/mixer/Makefile.am:
37394         * gst-libs/gst/tuner/Makefile.am:
37395         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37396         should not be disted, -marshal.h files should not be installed,
37397         and -enum.h files _should_ be installed.  Fix to make this the
37398         case.
37399
37400 === release 0.7.5 ===
37401
37402 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37403
37404         * configure.ac: release 0.7.5, "Under The Sea"
37405
37406 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37407
37408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37409         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37410         * gst/videoscale/gstvideoscale.c:
37411         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37412           assorted debug/warning fixes
37413
37414 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37415
37416         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37417         (gst_videoscale_init), (gst_videoscale_chain),
37418         (gst_videoscale_set_property), (plugin_init):
37419         * gst/videoscale/gstvideoscale.h:
37420         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37421         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37422         (gst_videoscale_planar400), (gst_videoscale_packed422),
37423         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37424         (gst_videoscale_24bit), (gst_videoscale_16bit),
37425         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37426         (gst_videoscale_scale_plane_slow),
37427         (gst_videoscale_scale_point_sample),
37428         (gst_videoscale_scale_nearest),
37429         (gst_videoscale_scale_nearest_str2),
37430         (gst_videoscale_scale_nearest_str4),
37431         (gst_videoscale_scale_nearest_32bit),
37432         (gst_videoscale_scale_nearest_24bit),
37433         (gst_videoscale_scale_nearest_16bit):
37434         add debugging category and use it properly
37435         fix use of GST_PTR_FORMAT
37436
37437 2004-02-25  Andy Wingo  <wingo@pobox.com>
37438
37439         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37440         push only when channel->buffer is NULL. Prevents segfaults doing
37441         the state change after a nonlocal exit, like a scheme exception.
37442
37443         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37444         Handle the case where the intersected caps is empty.
37445
37446 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37447
37448         * gst/law/mulaw-decode.c: (mulawdec_link):
37449         * gst/law/mulaw.c: (plugin_init):
37450           fix mulawdec so it actually works again
37451
37452 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37453
37454         reviewed by: David Schleef  <ds@schleef.org>
37455
37456         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37457         (gst_gamma_init), (gst_gamma_set_property),
37458         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37459         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37460         for RGB, with separate r g and b correction factors. (#131167)
37461
37462 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37463
37464         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37465           only signal tags for bitrate if they're > 0 (#134894)
37466
37467 2004-02-24  David Schleef  <ds@schleef.org>
37468
37469         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37470         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37471         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37472         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37473         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37474         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37475         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37476         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37477         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37478         category.  Attempt to fix timestamp calculation.
37479
37480 2004-02-24  Johan Dahlin  <johan@gnome.org>
37481
37482         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37483
37484 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37485
37486         * configure.ac:
37487         * gconf/Makefile.am:
37488         * gconf/gstreamer.schemas:
37489         * gst-libs/gst/gconf/Makefile.am:
37490         * gst-libs/gst/gconf/gconf.c:
37491           version gconf schemas and install locations
37492
37493 2004-02-23  Benjamin Otte  <otte@gnome.org>
37494
37495         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37496         (gst_xine_input_subclass_init):
37497           call parent dispose.
37498           change pad template for CD reader correctly
37499         * ext/xine/Makefile.am:
37500         * ext/xine/gstxine.h:
37501         * ext/xine/xine.c: (plugin_init):
37502         * ext/xine/xineaudiosink.c:
37503           wrap audio sinks, too
37504         * gst-libs/gst/resample/private.h:
37505         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37506         (gst_resample_reinit), (gst_resample_scale),
37507         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37508         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37509         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37510         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37511         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37512         * gst-libs/gst/resample/resample.h:
37513         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37514         (gst_audioscale_class_init), (gst_audioscale_link),
37515         (gst_audioscale_get_buffer), (gst_audioscale_init),
37516         (gst_audioscale_chain), (gst_audioscale_set_property),
37517         (gst_audioscale_get_property):
37518         * gst/audioscale/gstaudioscale.h:
37519           s/resample_*/gst_resample_*/i to not clobber namespaces
37520
37521 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37522
37523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37524         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37525         (gst_riff_create_video_template_caps),
37526         (gst_riff_create_audio_template_caps),
37527         (gst_riff_create_iavs_template_caps):
37528         * gst-libs/gst/riff/riff-media.h:
37529         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37530         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37531         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37532         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37534         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37535         (gst_matroska_demux_plugin_init): First batch implementing audio and
37536         video codec tags in demuxers.
37537
37538 2004-02-22  Benjamin Otte  <otte@gnome.org>
37539
37540         * ext/xine/Makefile.am:
37541         * ext/xine/gstxine.h:
37542         * ext/xine/xine.c: (plugin_init):
37543         * ext/xine/xineinput.c:
37544           add input plugin wrapper. Playback from files, http, mms and cdda
37545           works.
37546         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37547           remove leftover G_GNUC_UNUSED
37548         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37549         (gst_asf_demux_identify_guid):
37550           improve debugging output
37551
37552 2004-02-22  Benjamin Otte  <otte@gnome.org>
37553
37554         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37555
37556         * autogen.sh:
37557           replace test -e with test -x for mkinstalldirs to be more portable.
37558           (fixes #134816)
37559
37560 2004-02-22  Benjamin Otte  <otte@gnome.org>
37561
37562         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37563
37564         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37565           set rank to PRIMARY
37566         * gst/volume/gstvolume.c: (plugin_init):
37567           set rank to NONE
37568         fixes #134960
37569
37570 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37571
37572         reviewed by Benjamin Otte  <otte@gnome.org>
37573
37574         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37575           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37576
37577 2004-02-22  Benjamin Otte  <otte@gnome.org>
37578
37579         * configure.ac:
37580           export [_]*{gst,Gst,GST}.* symbols from plugins
37581
37582 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37583
37584         reviewed by: Benjamin Otte  <otte@gnome.org>
37585
37586         * ext/lame/gstlame.c: (add_one_tag):
37587         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37588         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37589         (gst_vorbisenc_metadata_set1):
37590         * gst/tags/gstid3tag.c:
37591         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37592           apply fixes from bugs #135042 (lame can't write tags) and #133817
37593           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37594
37595 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37596
37597         * configure.ac: Export only gst_plugin_desc from plugins.
37598          Note that this change only makes any effect with Linux using libtool
37599          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37600          fine. And don't try to have several versions of libtool in different
37601          directories.
37602
37603 2004-02-20  Andy Wingo  <wingo@pobox.com>
37604
37605         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37606         interleave respectively.
37607
37608         * gst/interleave/deinterleave.c: New plugin: deinterleave
37609         (replaces on oneton).
37610         * gst/interleave/interleave.c: New plugin: interleave.
37611         * gst/interleave/plugin.h: Support file.
37612         * gst/interleave/plugin.c: Support file.
37613
37614         * configure.ac: Remove intfloat and oneton, add interleave.
37615
37616         * ext/sndfile/gstsf.c: Handle events better.
37617
37618         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37619         and float2int operation. int2float has scheduling problems as
37620         noted in in2float_chain.
37621
37622 2004-02-20  Benjamin Otte  <otte@gnome.org>
37623
37624         * ext/xine/Makefile.am:
37625         * ext/xine/gstxine.h:
37626         * ext/xine/xine.c:
37627         * ext/xine/xineaudiodec.c:
37628         * ext/xine/xinecaps.c:
37629           add first version of xine plugin wrapper. Currently only wraps the
37630           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37631         * configure.ac:
37632         * ext/Makefile.am:
37633           add xine plugin wrapper, disabled by default. Use --enable-xine to
37634           build. Note that it'll segfault on gst-register if you don't remove
37635           the goom and tvtime post plugins from xine.
37636         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37637         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37638           add extradata parsing for QDM2.
37639           change around debugging prints.
37640
37641 2004-02-19  Benjamin Otte  <otte@gnome.org>
37642
37643         * ext/lame/gstlame.c: (gst_lame_chain):
37644         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37645           use gst_tag_list_insert when you want to insert tags
37646
37647 2004-02-18  David Schleef  <ds@schleef.org>
37648
37649         * configure.ac:  Move massink to gst-rotten
37650         * ext/Makefile.am:
37651         * ext/mas/Makefile.am:
37652         * ext/mas/massink.c:
37653         * ext/mas/massink.h:
37654
37655 2004-02-18  David Schleef  <ds@schleef.org>
37656
37657         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37658         typefinding, since it seems to be worse than nothing.
37659         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37660         atom to recognize .mp4 and .m4a files as video/quicktime.
37661
37662 2004-02-18  David Schleef  <ds@schleef.org>
37663
37664         * gst/sine/demo-dparams.c: (quit_live),
37665         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37666         Use double dparams, not float.
37667         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37668         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37669         sync'd elements don't really work correctly.
37670         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37671         (volume_update_volume), (volume_get_property):  Change dparam
37672         to double.
37673
37674 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37675
37676         * sys/ximage/ximagesink.c:
37677         (gst_ximagesink_xwindow_update_geometry),
37678         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37679         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37680         (gst_ximagesink_init): Rework the way software video scaling works. So
37681         now we check on each chain call if the video frames are feeling the
37682         window. If not we try to renegotiate caps. On failure we memorize that
37683         and we won't try again for that PLAYING sessions.
37684         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37685         failure.
37686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37687         synchronous flag.
37688
37689 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37690
37691         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37692           break up _link so we can give a better debug message for errors
37693
37694 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37695
37696         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37697           set up debug category
37698
37699 2004-02-18  Julien MOUTTE <julien@moutte.net>
37700
37701         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37702         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37703         the way renegotiation work. The event handling function is not taking
37704         care of external windows and renegotiate method check for pad flags
37705         NEGOTIATING. Should fix : #133209
37706
37707 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37708
37709         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37710         pad is negotiating before trying renegotiation.
37711
37712 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37713
37714         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37715           pass on all possible mime types as typefind hints
37716
37717 2004-02-17  Julien MOUTTE <julien@moutte.net>
37718
37719         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37721         possible SHM leak if we crash. All other apps using XShm are doing
37722         that.
37723
37724 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37725
37726         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37727         (gst_ximagesink_expose): Renegotiate size on expose.
37728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37729         size on expose.
37730
37731 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37732
37733         * testsuite/alsa/sinesrc.c:
37734           cosmetic fix to fix compile issue with gcc 2.95.4
37735
37736 2004-02-16  Julien MOUTTE <julien@moutte.net>
37737
37738         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37739         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37740         failed opening the audio device.
37741         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37742         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37743         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37744         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37745         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37746         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37747         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37748         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37749         Removing some useless g_return_if_fail like wingo suggested.
37750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37751         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37752         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37753         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37754         (gst_xvimagesink_update_colorbalance),
37755         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37756         (gst_xvimagesink_xcontext_clear),
37757         (gst_xvimagesink_get_fourcc_from_caps),
37758         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37759         (gst_xvimagesink_set_xwindow_id),
37760         (gst_xvimagesink_colorbalance_list_channels),
37761         (gst_xvimagesink_colorbalance_set_value),
37762         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37763         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37764
37765 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37766
37767         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37768           throw error when not negotiated instead of asserting
37769
37770 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37771
37772         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37773         correct data refcounting.
37774
37775 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37776
37777         * gst/switch/gstswitch.c: (gst_switch_change_state),
37778         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37779         change, mostly the EOS flag.
37780
37781 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37782
37783         * examples/gstplay/player.c: (got_eos), (main): Adding some
37784         output for debugging.
37785         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37786         timeouts if we go to any state different from PLAYING.
37787         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37788         more EOS bugs in riff lib.
37789
37790 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37791
37792         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37793         visualization until i find a way to fix switch correctly.
37794         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37795         EOS arrives.
37796         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37797         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37798         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37799         Reworked switch to get a more correct behaviour with events and refing
37800         of data stored in sinkpads.
37801         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37802         we don't pull from a pad in EOS.
37803
37804 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37805
37806         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37807           remove v1 tag even if we can't read it (makes sure we don't detect
37808           it again)
37809
37810 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37811
37812         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37813         (gst_alsa_xrun_recovery):
37814         * ext/alsa/gstalsa.h:
37815           try xrun recovery when wait failed. Make xrun recovery function
37816           return TRUE/FALSE to indicate success. (might fix #134354)
37817
37818 2004-02-13  David Schleef  <ds@schleef.org>
37819
37820         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37821         (dynparm_value_changed), (main): Convert from float to double.
37822         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37823
37824 2004-02-13  David Schleef  <ds@schleef.org>
37825
37826         * gst/silence/gstsilence.c: (gst_silence_class_init),
37827         (gst_silence_set_clock), (gst_silence_get),
37828         (gst_silence_set_property), (gst_silence_get_property):
37829         * gst/silence/gstsilence.h: Add sync property.
37830         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37831         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37832         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37833         * gst/sine/gstsinesrc.h: Add sync property.
37834
37835 2004-02-13  David Schleef  <ds@schleef.org>
37836
37837         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37838         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37839
37840 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37841
37842         * configure.ac:
37843         * ext/Makefile.am:
37844         * gst-libs/ext/Makefile.am:
37845           move ffmpeg plugin to gst-ffmpeg module
37846
37847 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37848
37849         * configure.ac: use GST_ARCH to detect architecture
37850
37851 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37852
37853         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37854
37855 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37856
37857         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37858           classify LADSPA plugins based on number of src/sink pads
37859           (#133663, Stefan Kost)
37860         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37861           fix dparams registration
37862           (#133528, Stefan Kost)
37863         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37864           fix use of isprint and use g_ascii_isprint instead
37865           (#133316, Stefan Kost)
37866
37867 2004-02-11  David Schleef  <ds@schleef.org>
37868
37869         Convert a few inner loops to use liboil.  This is currently
37870         optional, and is only enabled if liboil is present (duh!).
37871         * configure.ac: Check for liboil-0.1
37872         * gst/intfloat/Makefile.am:
37873         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37874         (gst_int2float_chain_gint16):
37875         * gst/videofilter/Makefile.am:
37876         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37877         (tablelookup_u8), (gst_videobalance_planar411):
37878         * gst/videotestsrc/Makefile.am:
37879         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37880         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37881         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37882         (paint_hline_RGB565), (paint_hline_xRGB1555):
37883
37884 2004-02-11  David Schleef  <ds@schleef.org>
37885
37886         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37887         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37888         (gst_colorspace_getcaps), (gst_colorspace_link),
37889         (gst_colorspace_base_init), (gst_colorspace_init),
37890         (gst_colorspace_chain), (gst_colorspace_change_state),
37891         (plugin_init): Merge Ronald's patch (bug #117897) and update
37892         for new caps and negotiation.  Seems to work, although it
37893         shows off bugs in lcs.
37894
37895 2004-02-11  David Schleef  <ds@schleef.org>
37896
37897         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37898         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37899
37900 2004-02-11  David Schleef  <ds@schleef.org>
37901
37902         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37903         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37904         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37905         Add server and port properties
37906
37907 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37908
37909         * m4/a52.m4:
37910         * m4/aalib.m4:
37911         * m4/as-ffmpeg.m4:
37912         * m4/as-liblame.m4:
37913         * m4/as-slurp-ffmpeg.m4:
37914         * m4/check-libheader.m4:
37915         * m4/esd.m4:
37916         * m4/freetype2.m4:
37917         * m4/gconf-2.m4:
37918         * m4/glib.m4:
37919         * m4/gst-alsa.m4:
37920         * m4/gst-artsc.m4:
37921         * m4/gst-ivorbis.m4:
37922         * m4/gst-matroska.m4:
37923         * m4/gst-sdl.m4:
37924         * m4/gst-shout2.m4:
37925         * m4/gst-sid.m4:
37926         * m4/gtk.m4:
37927         * m4/libdv.m4:
37928         * m4/libfame.m4:
37929         * m4/libmikmod.m4:
37930         * m4/ogg.m4:
37931         * m4/vorbis.m4:
37932           fix underquotedness of macros (#133800)
37933         * m4/as-avifile.m4:
37934         * m4/xmms.m4:
37935           removed because no longer used
37936
37937 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37938
37939         * configure.ac:
37940           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37941           by autopoint (fixes #132996)
37942
37943 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37944
37945         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37946         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37947         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37948         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37949           fix memleaks
37950
37951 2004-02-11  David Schleef  <ds@schleef.org>
37952
37953         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37954         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37955         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37956         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37957         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37958         (gst_jpegenc_class_init), (gst_jpegenc_init),
37959         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37960         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37961         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37962         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37963
37964 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37965
37966         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37967         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37968         * ext/mikmod/gstmikmod.h:
37969           fix caps negotiation in mikmod
37970         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37971           output debug information
37972
37973 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37974
37975         * gst-libs/gst/colorbalance/Makefile.am:
37976         * gst-libs/gst/navigation/Makefile.am:
37977         * gst-libs/gst/xoverlay/Makefile.am:
37978           remove unused GST_OPT_CFLAGS from Makefiles
37979           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37980
37981 2004-02-07  David Schleef  <ds@schleef.org>
37982
37983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37984         push events to pads that haven't been created (#133508)
37985
37986 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37987
37988         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37989         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37990         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37991         (gst_dvdec_loop), (gst_dvdec_change_state):
37992         Second attempt at committing a working dvdec element.
37993
37994 2004-02-06  David Schleef  <ds@schleef.org>
37995
37996         Build fixes for OS X: (see #129600)
37997         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37998         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37999         (gst_riff_read_strf_iavs):
38000         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38001         (gst_avi_demux_stream_odml):
38002         * gst/playondemand/Makefile.am:
38003         * gst/rtp/rtp-packet.c:
38004
38005 2004-02-05  David Schleef  <ds@schleef.org>
38006
38007         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38008         last change, because it Just Doesn't Compile.
38009
38010 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38011
38012         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38013           skip undecodable id3v2 tag instead of keeping it
38014
38015 2004-02-05  David Schleef  <ds@schleef.org>
38016
38017         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38018         Unref leaked buffer.  (Noticed by Ronald)
38019
38020 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38021
38022         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38023         Sync requires with other checks.  >= vs =.
38024
38025 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38026
38027         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38028         (gst_dvdec_video_link), (gst_dvdec_loop):
38029         * ext/dv/gstdvdec.h:
38030           rework the caps negotiation so that dvdec works again instead
38031           of just segfaulting.
38032
38033 === release 0.7.4 ===
38034
38035 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38036
38037         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38038         * configure.ac: changed for release
38039
38040 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38041
38042         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38043         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38044         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38045         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38046           reworked patch by David Lehn to fix libdir and includedir for
38047           uninstalled libraries
38048           removed play and gconf from gstreamer-libs since they have their
38049           own pkgconfig files
38050
38051 2004-02-04  David Schleef  <ds@schleef.org>
38052
38053         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38054         memleak.
38055
38056 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38057
38058         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38059           use correct GST_TAG_ENCODER tag
38060
38061 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38062
38063         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38064           be sure to stop the clock when going to paused
38065         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38066           reset number of transmitted when going to ready.
38067         fixes #132935
38068
38069 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38070
38071         reviewed by Benjamin Otte
38072
38073         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38074           extract track count (fixes #133410)
38075
38076 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38077
38078         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38079           that should be !=, not == (fixes #132519)
38080
38081 2004-02-04  David Schleef  <ds@schleef.org>
38082
38083         Make sure set_explicit_caps() is called before adding pad.
38084         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38085         * gst/id3/gstid3types.c: (gst_id3types_loop):
38086         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38087         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38088
38089 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38090
38091         * configure.ac:
38092           bump nano to 2, first prerelease
38093           put back AM_PROG_LIBTOOL
38094
38095 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38096
38097         * testsuite/alsa/Makefile.am:
38098           these are user test apps, not automatic testsuite tests
38099
38100 2004-02-04  David Schleef  <ds@schleef.org>
38101
38102         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38103         * gst/mpeg1videoparse/gstmp1videoparse.c:
38104         (mp1videoparse_parse_seq):
38105         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38106         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38107         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38108         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38109         (gst_xvideosink_getcaps):
38110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38111         * testsuite/gst-lint: more tests
38112
38113 2004-02-04  David Schleef  <ds@schleef.org>
38114
38115         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38116         with the code that they would expand to.
38117         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38118         (gst_flacdec_get_src_query_types),
38119         (gst_flacdec_get_src_event_masks):
38120         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38121         (gst_gnomevfssrc_get_query_types),
38122         (gst_gnomevfssrc_get_event_mask):
38123
38124 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38125
38126         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38127         (gst_sinesrc_dispose):
38128           fix memleak by properly disposing sinesrc
38129
38130 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38131
38132         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38133         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38134         an overlay to redraw the image because it has been exposed.
38135         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38136         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38137         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38138         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38139         interface
38140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38141         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38142         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38143         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38144         interface
38145
38146 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38147
38148         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38149           more memleak fixage
38150
38151 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38152
38153         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38154         * gst/typefind/gsttypefindfunctions.c:
38155           fix memleaks shown by gst-typefind
38156
38157 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38158
38159         * common/glib-gen.mak:
38160           add hack rule to touch .Plo files
38161         * gst-libs/gst/colorbalance/Makefile.am:
38162         * gst-libs/gst/mixer/Makefile.am:
38163         * gst-libs/gst/play/Makefile.am:
38164         * gst-libs/gst/tuner/Makefile.am:
38165           remove glib_root variable
38166
38167 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38168
38169         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38170           set explicit caps before adding the element, so the autopluggers can
38171           plug correctly.
38172         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38173         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38174         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38175         (dv_type_find):
38176           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38177           argument.
38178
38179 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38180
38181         * gst-libs/gst/colorbalance/Makefile.am:
38182         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38183         * gst-libs/gst/colorbalance/colorbalance.c:
38184         * gst-libs/gst/colorbalance/colorbalance.h:
38185         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38186         * gst-libs/gst/mixer/Makefile.am:
38187         * gst-libs/gst/mixer/mixer-marshal.list:
38188         * gst-libs/gst/mixer/mixer.c:
38189         * gst-libs/gst/mixer/mixer.h:
38190         * gst-libs/gst/mixer/mixermarshal.list:
38191         * gst-libs/gst/play/Makefile.am:
38192         * gst-libs/gst/play/play.h:
38193         * gst-libs/gst/tuner/Makefile.am:
38194         * gst-libs/gst/tuner/tuner-marshal.list:
38195         * gst-libs/gst/tuner/tuner.c:
38196         * gst-libs/gst/tuner/tuner.h:
38197         * gst-libs/gst/tuner/tunermarshal.list:
38198           use new glib-gen.mak snippet to clean up Makefile.am
38199           fix various bugs in Makefile.am's
38200
38201 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38202
38203         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38204           handle chain parsing correctly in the multichain case
38205         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38206         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38207         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38208         (theora_dec_chain):
38209           handle events and queries correctly
38210
38211 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38212
38213         * .cvsignore:
38214         Ignore generated file _stdint.h.
38215
38216 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38217
38218         * gst-libs/gst/colorbalance/Makefile.am:
38219         * gst-libs/gst/colorbalance/colorbalance.h:
38220         * gst-libs/gst/mixer/Makefile.am:
38221         * gst-libs/gst/mixer/mixer.h:
38222         * gst-libs/gst/play/Makefile.am:
38223         * gst-libs/gst/play/play.h:
38224         * gst-libs/gst/tuner/Makefile.am:
38225         * gst-libs/gst/tuner/tuner.h:
38226         Generate enum type code with glib-mkenums.
38227         * gst-libs/gst/colorbalance/.cvsignore:
38228         * gst-libs/gst/mixer/.cvsignore:
38229         * gst-libs/gst/play/.cvsignore:
38230         * gst-libs/gst/tuner/.cvsignore:
38231         Ignore generated files.
38232
38233 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38234
38235         * gst-libs/gst/audio/.cvsignore:
38236         Ignore generated file.
38237         * gst-libs/gst/audio/Makefile.am:
38238         Do not install example filter.
38239
38240 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38241
38242         * examples/switch/.cvsignore:
38243         Ignore generated file.
38244
38245 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38246
38247         * common/m4/ax_create_stdint_h.m4:
38248         * configure.ac:
38249           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38250           _stdint.h.
38251         * Makefile.am:
38252           remove generated _stdint.h in DISTCLEANFILES
38253         * ext/a52dec/gsta52dec.c:
38254           include _stdint.h for a52dec. (should fix #133064)
38255
38256 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38257
38258         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38259         (gst_tag_to_vorbis_comments):
38260         Add replaygain support to vorbistag
38261
38262 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38263         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38264         (gst_ffmpeg_caps_to_extradata):
38265           Fix SVQ3 caps flag properties
38266           Use glib macro for bytes swap
38267
38268 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38269
38270         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38271         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38272         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38273         * ext/sndfile/gstsf.c: (plugin_init):
38274         * gst/avi/gstavi.c: (plugin_init):
38275         * sys/dxr3/dxr3init.c: (plugin_init):
38276         * sys/oss/gstossaudio.c: (plugin_init):
38277         * sys/v4l/gstv4l.c: (plugin_init):
38278         * sys/v4l2/gstv4l2.c: (plugin_init):
38279           remove textdomain calls
38280         * po/nl.po:
38281           update Dutch translation
38282
38283 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38284
38285         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38286         (gst_play_set_audio_sink): Moving volume in the audio thread for
38287         instantaneous volume change. Maybe i will add another volume in front
38288         of visualization later, not sure yet though.
38289
38290 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38291
38292         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38293         (gst_ximagesink_handle_xevents): Better X events handling, only take
38294         the latest events for configure and motion.
38295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38296
38297 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38298
38299         reviewed by: David Schleef  <ds@schleef.org>
38300
38301         Fix memory leaks:
38302         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38303         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38304
38305 2004-02-02  David Schleef  <ds@schleef.org>
38306
38307         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38308         of lines.
38309         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38310         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38311         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38312         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38313         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38314         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38315         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38316         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38317         (gst_float2_2_int_link):
38318         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38319         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38320         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38321         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38322         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38323         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38324         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38325         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38326         * testsuite/gst-lint: Add tests for bzero and ;;
38327
38328 2004-02-02  David Schleef  <ds@schleef.org>
38329
38330         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38331
38332 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38333
38334         * ext/aalib/gstaasink.c: (gst_aasink_open):
38335         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38336         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38337         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38338         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38339         (gst_afsink_close_file):
38340         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38341         (gst_afsrc_close_file):
38342         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38343         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38344         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38345         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38346         * ext/esd/esdmon.c: (gst_esdmon_get):
38347         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38348         * ext/faac/gstfaac.c: (gst_faac_chain):
38349         * ext/faad/gstfaad.c: (gst_faad_chain):
38350         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38351         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38352         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38353         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38354         (gst_flacdec_loop):
38355         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38356         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38357         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38358         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38359         (gst_gnomevfssink_close_file):
38360         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38361         (gst_gnomevfssrc_open_file):
38362         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38363         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38364         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38365         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38366         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38367         * ext/mad/gstmad.c: (gst_mad_chain):
38368         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38369         * ext/mpeg2dec/gstmpeg2dec.c:
38370         * ext/mpeg2enc/gstmpeg2enc.cc:
38371         * ext/mplex/gstmplex.cc:
38372         * ext/mplex/gstmplexibitstream.cc:
38373         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38374         (gst_ogg_demux_push):
38375         * ext/raw1394/gstdv1394src.c:
38376         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38377         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38378         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38379         (gst_sf_loop):
38380         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38381         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38382         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38383         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38385         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38386         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38387         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38388         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38389         (gst_riff_read_element_data), (gst_riff_read_seek),
38390         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38391         * gst/adder/gstadder.c: (gst_adder_loop):
38392         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38393         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38394         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38395         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38396         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38397         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38398         * gst/goom/gstgoom.c: (gst_goom_chain):
38399         * gst/id3/gstid3types.c: (gst_id3types_loop):
38400         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38401         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38402         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38403         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38404         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38405         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38406         (gst_ebml_read_float), (gst_ebml_read_header):
38407         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38408         (gst_matroska_demux_parse_blockgroup):
38409         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38410         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38411         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38412         * gst/silence/gstsilence.c: (gst_silence_get):
38413         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38414         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38415         * gst/speed/gstspeed.c: (speed_loop):
38416         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38417         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38418         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38419         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38420         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38421         (gst_wavparse_loop):
38422         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38423         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38424         (dxr3audiosink_close):
38425         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38426         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38427         (dxr3videosink_close), (dxr3videosink_write_data):
38428         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38429         * sys/oss/gstosssink.c: (gst_osssink_chain):
38430         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38431         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38432         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38433         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38434         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38435         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38436         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38437         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38438         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38439         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38440         (gst_v4l_set_audio):
38441         * sys/v4l/v4l_calls.h:
38442         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38443         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38444         (gst_v4lmjpegsink_playback_init),
38445         (gst_v4lmjpegsink_playback_start):
38446         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38447         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38448         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38449         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38450         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38451         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38452         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38453         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38454         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38455         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38456         (gst_v4l2_get_output), (gst_v4l2_set_output),
38457         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38458         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38459         (gst_v4l2_set_attribute):
38460         * sys/v4l2/v4l2_calls.h:
38461         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38462         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38463         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38464         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38465         (gst_v4l2src_capture_stop):
38466         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38467         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38468         (gst_ximagesink_chain):
38469         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38470         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38471         (gst_xvideosink_xwindow_new):
38472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38473         (gst_xvimagesink_chain):
38474
38475 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38476
38477         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38478         (gst_volume_get_volume), (volume_class_init), (volume_init),
38479         (volume_chain_int16), (volume_update_volume):
38480         * gst/volume/gstvolume.h:
38481           make code more readable by removing magic numbers
38482           make mixer interface export 0-100 range
38483           make it internally map to 0.0-1.0 range so users don't distort
38484           output by putting the sliders at full volume
38485
38486 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38487
38488         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38489         (gst_play_state_change), (gst_play_seek_to_time):
38490         block the tick callback for 0.5 secs after doing a seek
38491
38492 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38493
38494         * gst-libs/gst/play/play.c: (gst_play_new):
38495           check for GError
38496
38497 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38498
38499         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38500         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38501         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38502         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38504         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38505
38506 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38507
38508         * configure.ac:
38509         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38510           check for a function added in vorbis 1.1
38511
38512 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38513
38514         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38515         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38516           really start/stop clock only on PLAYING <=> PAUSED
38517         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38518           remove \n from debugging lines
38519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38520           make it work when seeking does not
38521         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38522           reset on DISCONT
38523
38524 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38525
38526         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38527           start clock on PAUSED=>PLAYING, not later
38528         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38529           extract correct time for different discont formats
38530         (gst_alsa_sink_get_time):
38531           don't segfault when no format is negotiated yet, just return 0
38532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38533         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38534         (gst_ogg_pad_push):
38535           handle flush and discont events correctly
38536         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38537           handle discont events correctly
38538
38539 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38540
38541         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38542         (gst_play_error_create), (gst_play_error_plugin),
38543         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38544         * gst-libs/gst/play/play.h:
38545           add error handling during creation
38546         * examples/gstplay/player.c: (main):
38547           use new gst_play_new
38548
38549
38550 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38551
38552         * ext/theora/theoradec.c: (theora_dec_chain):
38553           make comments work
38554         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38555         (vorbis_dec_src_event), (vorbis_dec_chain):
38556           add encoder tag, fix tag reading to be more error tolerant, change
38557           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38558           gst_pad_event_default.
38559         * gst/tags/gstvorbistag.c:
38560         (gst_tag_list_from_vorbiscomment_buffer):
38561           undefine function specific define at end of function
38562
38563 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38564
38565         * ext/flac/gstflac.c: (plugin_init):
38566         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38567         * ext/flac/gstflacdec.h:
38568         * ext/flac/gstflacenc.h:
38569           Fix typos
38570
38571 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38572
38573         * examples/gstplay/player.c: s/gstplay.h/play.h/
38574
38575 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38576
38577         * gst-libs/gst/play/Makefile.am:
38578         * gst-libs/gst/play/gstplay.c:
38579         * gst-libs/gst/play/gstplay.h:
38580         * gst-libs/gst/play/play.c:
38581           more surgery, operation complete
38582
38583 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38584
38585         * gst-libs/gst/play/play.old.c:
38586         * gst-libs/gst/play/play.old.h:
38587           after CVS surgery by moving, remove
38588         * gst-libs/gst/play/playpipelines.c:
38589           remove
38590
38591         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38592           add negotiation error
38593
38594 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38595
38596         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38597         (gst_ogg_demux_push):
38598           add some seeking debug info
38599           send a flush when seeking
38600
38601 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38602
38603         * configure.ac:
38604           use AC_C_INLINE
38605         * configure.ac:
38606         * ext/Makefile.am:
38607         * ext/theora/Makefile.am:
38608         * ext/theora/theoradec.c:
38609           add theora video decoder. Does just do simple decoding for now and
38610           has been tested against Theora cvs only. It only works when theora
38611           is compiled with --enable-static.
38612         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38613           always reset packetno on DISCONT
38614
38615 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38616
38617         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38618           Fix audio.
38619
38620 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38621
38622         * gst/mpegaudioparse/gstmpegaudioparse.c:
38623         (mp3_type_frame_length_from_header):
38624           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38625
38626 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38627
38628         * ext/esd/esdsink.c: (gst_esdsink_init):
38629           Since we have static pad template caps, we don't need to negotiate;
38630           either the core errors out or we know the format.
38631
38632 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38633
38634         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38635         (gst_riff_read_seek):
38636         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38637         (gst_ebml_read_seek):
38638           Fix event handling.
38639
38640 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38641
38642         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38643           removee video/x-theora from vp3 decoder, it doesn't handle raw
38644           theora streams
38645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38646           fix bug with finalizing element that never went to PAUSED
38647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38648           length and position queries were swapped
38649         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38650         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38651         (vorbis_dec_src_event):
38652           implement querying time and bytes
38653
38654 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38655
38656         * just about every source file:
38657           gst_element_error -> GST_ELEMENT_ERROR
38658
38659 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38660
38661         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38662         emiting FLUSH and even before DISCONT.
38663         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38664         get the best instant seeking as possible yay!
38665
38666 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38667
38668         * gst/mpeg1videoparse/gstmp1videoparse.c:
38669         (gst_mp1videoparse_real_chain):
38670           Committed wrong version last week... Grr... Didn't notice until now.
38671
38672 2004-01-29  Julien MOUTTE <julien@moutte.net>
38673
38674         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38676         have_xwindow_id signal in xwindow_create.
38677
38678 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38679
38680         * ext/ogg/gstoggdemux.c:
38681           lots of changes - mainly support for chained bitstreams, seeking,
38682           querying and bugfixes of course
38683         * ext/vorbis/Makefile.am:
38684         * ext/vorbis/vorbisdec.c:
38685         * ext/vorbis/vorbisdec.h:
38686           add vorbisdec raw vorbis decoder
38687         * ext/vorbis/vorbis.c: (plugin_init):
38688           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38689         * gst/intfloat/Makefile.am:
38690         * gst/intfloat/float22int.c:
38691         * gst/intfloat/float22int.h:
38692         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38693           add float2intnew plugin. It converts multichannel interleaved float to
38694           multichannel interleaved int. The name should probably be changed.
38695         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38696         (plugin_init):
38697           add typefinding for raw theora video so oggdemux can detect it.
38698
38699 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38700
38701         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38702         sink element first.
38703         * gst/videoscale/gstvideoscale.c:
38704         (gst_videoscale_handle_src_event): Fixing src event handler.
38705
38706 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38707
38708         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38709         (gst_v4lsrc_open), (gst_v4lsrc_close),
38710         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38711         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38712         * sys/v4l/gstv4lsrc.h:
38713         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38714         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38715           Implement resizing... Hack. But that's why v4l is b0rked...
38716
38717 2004-01-28  Julien MOUTTE <julien@moutte.net>
38718
38719         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38720         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38721         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38722         (gst_ximagesink_xwindow_destroy):
38723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38724         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38725         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38726         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38727         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38728         correctly cleaning the image created to check xshm calls on succes,
38729         added a lot of XSync calls in X11 functions, and fixed a segfault when
38730         no image format was defined before negotiation happened.
38731
38732 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38733
38734         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38735           use gst_element_get_time to get correct time
38736
38737 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38738
38739         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38740         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38741         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38743         (gst_xvimagesink_check_xshm_calls),
38744         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38745         X plugins are now able to detect that XShm calls will fail even if the
38746         server claims that it has XShm support (remote displays most of the
38747         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38748         so that we use non XShm functions. This feature is almost useless for
38749         xvimagesink as Xv is not supported on remote displays anyway, but
38750         it might happen than even on the local display XShm calls fail.
38751
38752 2004-01-27  David Schleef  <ds@schleef.org>
38753
38754         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38755         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38756         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38757         changed esdsink to only use 44100,16,2, since esd sucks at rate
38758         conversion and esdsink has had difficulty negotiating.
38759
38760 2004-01-27  Julien MOUTTE <julien@moutte.net>
38761
38762         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38763         (gst_play_seek_to_time): Fixing the way to get current position.
38764
38765 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38766
38767         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38768           use gst_element_get_time to get correct time
38769
38770 2004-01-27  Julien MOUTTE <julien@moutte.net>
38771
38772         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38773         fix ever... Inverting 2 lines of code make spider autoplug correctly
38774         tagged mp3 !
38775
38776 2004-01-27  David Schleef  <ds@schleef.org>
38777
38778         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38779         Use gst_pad_try_set_caps_nonfixed().
38780
38781 2004-01-27  David Schleef  <ds@schleef.org>
38782
38783         * gst/ac3parse/gstac3parse.c: update to checklist 5
38784         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38785         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38786         * gst/audioscale/gstaudioscale.c: same
38787         * gst/auparse/gstauparse.c: same
38788         * gst/avi/gstavidemux.c: same
38789
38790 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38791
38792         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38793           stop processing after EOS
38794
38795 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38796
38797         * gst/asfdemux/asfheaders.h:
38798         * gst/asfdemux/gstasfdemux.c:
38799         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38800         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38801         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38802           lot's of fixes to make data extraction simpler and get the code
38803           architecture and compiler independant. Add debugging category
38804         * gst/goom/gstgoom.c: (gst_goom_change_state):
38805           reset channel count on PAUSED=>READY, not READY=>PAUSED
38806
38807 2004-01-26  Colin Walters  <walters@verbum.org>
38808
38809         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38810         code to pull a bigger buffer in iradio mode.  This as a side effect
38811         makes typefinding work.
38812
38813 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38814
38815         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38816         Fix SVQ3 decoding on PPC
38817
38818 2004-01-26  Julien MOUTTE <julien@moutte.net>
38819
38820         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38821         that one managed to stay there... Fixed.
38822
38823 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38824
38825         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38826         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38827         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38828         (qtdemux_video_caps):
38829         * gst/qtdemux/qtdemux.h:
38830         Add SVQ3 specific flags to qtdemux and ffmpeg
38831
38832 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38833
38834         * gst-libs/gst/audio/audio.h:
38835           remove buffer-frames from audio caps
38836         * gst/audioconvert/gstaudioconvert.c:
38837           fix plugin to really work.
38838
38839 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38840
38841         * gst-libs/gst/mixer/mixer.c:
38842         * gst-libs/gst/propertyprobe/propertyprobe.c:
38843         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38844         (gst_tuner_find_channel_by_name):
38845         * gst-libs/gst/tuner/tuner.h:
38846           Add gtk-doc style comments. Also fix a function name.
38847
38848 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38849
38850         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38851         (gst_divxdec_negotiate):
38852           Fix for new capsnego - also fixes gst-player with divxdec.
38853
38854 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38855
38856         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38857         (gst_play_identity_handoff), (gst_play_set_location),
38858         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38859         try in visualization implementation. Still have an issue with switch
38860         blocking when pulling from video_queue and only audio comes out of
38861         spider.
38862         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38863         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38864         release method. And check if the pad is usable before pulling.
38865
38866 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38867
38868         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38869         (gst_videobalance_init),
38870         (gst_videobalance_colorbalance_list_channels),
38871         (gst_videobalance_colorbalance_set_value),
38872         (gst_videobalance_colorbalance_get_value),
38873         (gst_videobalance_update_properties),
38874         (gst_videobalance_update_tables_planar411),
38875         (gst_videobalance_planar411):
38876         * gst/videofilter/gstvideobalance.h:
38877           Implement lookup-tables. +/- 10x faster.
38878
38879 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38880
38881         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38882         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38883           The index reading was broken. The rest worked fine, but the whole
38884           goal of my rewrite was to make avidemux readable, and this was
38885           not at all readable. Please use typed variables.
38886
38887 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38888
38889         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38890           Additional pad usability check.
38891         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38892         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38893         (gst_mp1videoparse_real_chain):
38894           Fix MPEG video stream parsing. The original plugin had several
38895           issues, including not timestamping streams where the source was
38896           not timestamped (this happens with PTS values in mpeg system
38897           streams, but MPEG video is also a valid stream on its own so
38898           that needs timestamps too). We use the display time code for that
38899           for now. Also, if one incoming buffer contains multiple valid
38900           frames, we push them all on correctly now, including proper EOS
38901           handling. Lastly, several potential segfaults were fixed, and we
38902           properly sync on new sequence/gop headers to include them in next,
38903           not previous frames (since they're header for the next frame, not
38904           the previous). Also see #119206.
38905         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38906         (bpf_from_header):
38907           Move caps setting so we only do it after finding several valid
38908           MPEG-1 fraes sequentially, not right after the first one (which
38909           might be coincidental).
38910         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38911         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38912         (plugin_init):
38913           Add unsynced MPEG video stream typefinding, and change some
38914           probability values so we detect streams rightly. The idea is as
38915           follows: I can have an unsynced system stream which contains
38916           video. In the current code, I would randomly get a type for either
38917           system or video stream type found, because the probabilities are
38918           being calculated rather randomly. I now use fixed values, so we
38919           always prefer system stream if that was found (and that is how it
38920           should be). If no system stream was found, we can still identity                the stream as video-only.
38921
38922 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38923
38924         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38925         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38926           don't write to buffer. Extract data without the need of
38927           __attribute__ ((packed))
38928
38929 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38930
38931         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38932         (mpeg1_sys_type_find):
38933           Fix MPEG-1 stream typefinding.
38934
38935 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38936
38937         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38938           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38939
38940 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38941
38942         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38943         * ext/esd/gstesd.c: (plugin_init):
38944           private debugging, better error reporting
38945
38946 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38947
38948         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38949         (gst_riff_read_init), (gst_riff_read_change_state):
38950         * gst-libs/gst/riff/riff-read.h:
38951           Remove stuff fromold metadata system.
38952
38953 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38954
38955         * ext/ogg/gstoggdemux.c:
38956           Fix wrong file comment.
38957         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38958         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38959           Add metadata reading properly.
38960
38961 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38962
38963         * ext/Makefile.am:
38964           Fix nas DIST_SUBDIRS
38965           Uraeus:
38966           Fix bug where make distcheck doesn't get run on adding stuff to
38967           the build.
38968
38969 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38970
38971         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38972         * ext/divx/gstdivxdec.h:
38973           Fix divx3 ("msmpeg4") playback using divxdec.
38974
38975 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38976
38977         * gst/typefind/gsttypefindfunctions.c:
38978         (mp3_type_frame_length_from_header): fix bug in length computation
38979         (mp3_type_find): improve debugging output
38980
38981 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38982
38983         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38984         (gst_play_set_location), (gst_play_seek_to_time),
38985         (gst_play_set_audio_sink), (gst_play_set_visualization),
38986         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38987         the pipeline from scratch. Visualization is back and switch went out as
38988         i realized it was not possible to use the way i wanted.
38989         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38990         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38991         clearing in state change from READY to NULL. So that one can clean the
38992         X ressources keeping the element.
38993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38994         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38995         (gst_xvimagesink_colorbalance_set_value),
38996         (gst_xvimagesink_colorbalance_get_value),
38997         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38998         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38999         change from READY to NULL and fixed some stupid bugs in colorbalance
39000         get/set values. Also added the following feature : when nobody tries to
39001         set some values to the colorbalance levels before the xcontext is
39002         grabbed, then when creating channels list from Xv attributes we set the
39003         internal values to the Xv defaults. This way we handle buggy Xv drivers
39004         that set default hue values far from the middle of the range (Thanks
39005         to Jon Trowbridge for pointing that issue).
39006         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39007         colorbalance levels have been set before xcontext is grabbed.
39008
39009 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39010
39011         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39012           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39013           it might block operations (which is bad for a mixer).
39014
39015 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39016
39017         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39018         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39019         (gmip_find_type_pre):
39020         * gst-libs/gst/media-info/media-info-priv.h:
39021         * gst-libs/gst/media-info/media-info.c:
39022         (gst_media_info_instance_init), (gst_media_info_read_idler):
39023         add fakesink to get caps on decoder src pad again
39024         fix callback prototype to match new have_type signal signature
39025
39026 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39027
39028         * gst/adder/gstadder.c: (gst_adder_link):
39029           fix non-compile and cut-n-paste code
39030
39031 2004-01-21  David Schleef  <ds@schleef.org>
39032
39033         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39034         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39035         (gst_swfdec_init), (gst_swfdec_change_state):
39036         * ext/swfdec/gstswfdec.h:
39037         Fix negotiation.
39038         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39039         (gst_adder_request_new_pad): Fix negotiation.
39040         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39041         Add a fixate function.
39042         * gst/intfloat/gstfloat2int.c:
39043         * gst/intfloat/gstfloat2int.h:
39044         * gst/intfloat/gstint2float.c:
39045         * gst/intfloat/gstint2float.h:
39046         Completely rewrite the negotiation.  Doesn't quite work yet,
39047         due to some buffer-frames problem.
39048
39049 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39050
39051         * ext/gnomevfs/gstgnomevfssrc.c:
39052         * sys/v4l2/v4l2_calls.h:
39053           fix includes for distcheck
39054
39055 2004-01-21  Christian Schaller <uraeus@gnome.org>
39056
39057         * ext/nas/
39058         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39059         based on earlier patch from Laurent Vivier
39060
39061 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39062
39063         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39064         Fix wma caps property
39065         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39066         Fix typo (flags1 and flags2)
39067
39068 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39069
39070         * gst-libs/gst/media-info/media-info-priv.c:
39071         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39072         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39073         (gmip_find_stream), (gmip_find_track_metadata),
39074         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39075         (gmip_find_track_format):
39076         * gst-libs/gst/media-info/media-info-priv.h:
39077         * gst-libs/gst/media-info/media-info-test.c: (main):
39078         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39079         (gst_media_info_read_idler), (gst_media_info_read):
39080         * gst-libs/gst/media-info/media-info.h:
39081           register debugging category and use it for debugging
39082
39083 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39084
39085         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39086         (gst_vorbisfile_new_link):
39087           signal streaminfo through tags
39088
39089 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39090
39091         * ext/mplex/gstmplex.cc:
39092         * ext/mplex/gstmplexibitstream.cc:
39093           g++ doesn't like NULL in our i18n/error macros, should be
39094           either (NULL) or ("").
39095
39096 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39097
39098         * sys/dxr3/dxr3audiosink.c:
39099         * sys/dxr3/dxr3init.c:
39100         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39101         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39102           Fix more error error error errors (missing includes here).
39103
39104 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39105
39106         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39107           fix thomas' error errors.
39108
39109 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39110
39111         * ext/mpeg2enc/gstmpeg2enc.cc:
39112           fix error errors.
39113
39114 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39115
39116         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39117         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39118           Fix for new error system.
39119
39120 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39121
39122         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39123           fix for new error reporting
39124
39125 2004-01-20  David Schleef  <ds@schleef.org>
39126
39127         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39128         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39129         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39130         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39131         and neither is 100+, most likely.
39132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39133         (gst_xvimagesink_getcaps): same
39134
39135 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39136
39137         * configure.ac:
39138           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39139           clashes with ffmpeg.
39140
39141 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39142
39143         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39144         (gst_switch_init): Fixed switch element : proxying link and setting
39145         caps from src to sink on request.
39146
39147 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39148
39149         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39150         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39151         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39152         fix element_error
39153
39154 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39155
39156         * sys/v4l/v4l_calls.h:
39157         * sys/v4l2/v4l2_calls.h:
39158           element_error fixes
39159
39160 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39161
39162         * gst-libs/gst/gst-i18n-plugin.h:
39163           add locale.h
39164           remove config.h inclusion
39165
39166 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39167
39168         * autogen.sh:
39169           adding autopoint invocation
39170         * Makefile.am:
39171         * configure.ac:
39172         * gst-libs/gst/gettext.h:
39173           adding gettext bits
39174         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39175         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39176         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39177         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39178         (gst_gnomevfssink_close_file):
39179         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39180         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39181         * gst-libs/gst/gst-i18n-plugin.h:
39182         * gst/avi/gstavi.c: (plugin_init):
39183         * sys/dxr3/dxr3init.c: (plugin_init):
39184         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39185         * sys/oss/gstossaudio.c: (plugin_init):
39186         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39187         * sys/v4l/gstv4l.c: (plugin_init):
39188         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39189         * sys/v4l2/gstv4l2.c: (plugin_init):
39190         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39191         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39192         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39193         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39194         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39195         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39196           make sure locale and translation domain are set
39197           fix translated strings
39198         * po/.cvsignore:
39199         * po/LINGUAS:
39200         * po/Makevars:
39201         * po/POTFILES.in:
39202         * po/nl.po:
39203           put translation files into place
39204         * sys/xvideo/imagetest.c: (main):
39205         * ext/dv/demo-play.c: (main):
39206           fix unnecessary translations
39207
39208 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39209
39210         * ext/sndfile/gstsf.c:
39211         * gst/avi/gstavimux.c:
39212         * ext/audiofile/gstafsink.c:
39213         * ext/audiofile/gstafsrc.c:
39214         * ext/gnomevfs/gstgnomevfssink.c:
39215         * ext/gnomevfs/gstgnomevfssrc.c:
39216         * sys/oss/gstosselement.c:
39217         * sys/v4l/v4l_calls.h:
39218           fix i18n include
39219
39220 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39221
39222         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39223         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39224         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39225         (gst_v4l2_get_output), (gst_v4l2_set_output),
39226         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39227         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39228         (gst_v4l2_set_attribute):
39229         update to new error handling
39230
39231 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39232
39233         * ext/sidplay/gstsiddec.cc:
39234         * gst/modplug/gstmodplug.cc:
39235           parenthese NULL because C++ seems angry about it
39236
39237 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39238
39239         * gst-libs/gst/gst-i18n-plugin.h:
39240           add skeleton i18n stuff, but needs to be further implemented
39241
39242 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39243
39244         * examples/gstplay/player.c: (main):
39245         * ext/aalib/gstaasink.c: (gst_aasink_open):
39246         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39247         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39248         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39249         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39250         (gst_afsink_close_file):
39251         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39252         (gst_afsrc_close_file):
39253         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39254         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39255         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39256         * ext/esd/esdmon.c: (gst_esdmon_get):
39257         * ext/esd/esdsink.c: (gst_esdsink_chain):
39258         * ext/faac/gstfaac.c: (gst_faac_chain):
39259         * ext/faad/gstfaad.c: (gst_faad_chain):
39260         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39261         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39262         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39263         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39264         (gst_flacdec_loop):
39265         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39266         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39267         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39268         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39269         (gst_gnomevfssink_close_file):
39270         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39271         (gst_gnomevfssrc_open_file):
39272         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39273         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39274         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39275         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39276         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39277         * ext/mad/gstmad.c: (gst_mad_chain):
39278         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39279         * ext/mpeg2dec/gstmpeg2dec.c:
39280         * ext/mpeg2enc/gstmpeg2enc.cc:
39281         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39282         * ext/mplex/gstmplex.cc:
39283         * ext/mplex/gstmplexibitstream.cc:
39284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39285         (gst_ogg_demux_push), (gst_ogg_pad_push):
39286         * ext/raw1394/gstdv1394src.c:
39287         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39288         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39289         * ext/sidplay/gstsiddec.cc:
39290         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39291         (gst_sf_loop):
39292         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39293         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39294         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39295         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39296         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39297         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39298         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39299         * gst-libs/gst/Makefile.am:
39300         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39301         (gst_riff_read_element_data), (gst_riff_read_seek),
39302         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39303         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39304         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39305         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39306         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39307         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39308         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39309         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39310         * gst/goom/gstgoom.c: (gst_goom_chain):
39311         * gst/id3/gstid3types.c: (gst_id3types_loop):
39312         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39313         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39314         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39315         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39316         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39317         (gst_ebml_read_float), (gst_ebml_read_header):
39318         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39319         (gst_matroska_demux_parse_blockgroup):
39320         * gst/modplug/gstmodplug.cc:
39321         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39322         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39323         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39324         * gst/silence/gstsilence.c: (gst_silence_get):
39325         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39326         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39327         * gst/speed/gstspeed.c: (speed_loop):
39328         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39329         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39330         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39331         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39332         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39333         (gst_wavparse_loop):
39334         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39335         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39336         (dxr3audiosink_close):
39337         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39338         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39339         (dxr3videosink_close), (dxr3videosink_write_data):
39340         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39341         * sys/oss/gstosselement.h:
39342         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39343         (gst_osssink_chain):
39344         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39345         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39346         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39347         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39348         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39349         (gst_v4l_enable_overlay):
39350         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39351         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39352         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39353         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39354         (gst_v4l_set_audio):
39355         * sys/v4l/v4l_calls.h:
39356         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39357         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39358         (gst_v4lmjpegsink_playback_init),
39359         (gst_v4lmjpegsink_playback_start):
39360         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39361         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39362         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39363         (gst_v4lmjpegsrc_requeue_frame):
39364         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39365         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39366         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39367         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39368         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39369         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39370         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39371         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39372         (gst_v4l2src_capture_stop):
39373         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39374         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39375         (gst_ximagesink_chain):
39376         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39377         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39378         (gst_xvideosink_xwindow_new):
39379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39380         (gst_xvimagesink_chain):
39381         use new error signal, function and categories
39382
39383 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39384
39385         * configure.ac:
39386         * ext/Makefile.am:
39387         * ext/musicbrainz/gsttrm.c:
39388         * ext/musicbrainz/gsttrm.h:
39389         * ext/musicbrainz/Makefile.am:
39390         Add a trm plugin
39391
39392 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39393
39394         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39395         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39396         synchronous property for debugging.
39397         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39399         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39400         smaller block, fixing indent.
39401
39402 2004-01-16  David Schleef  <ds@schleef.org>
39403
39404         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39405         property affects the video stream.
39406         * sys/xvimage/xvimagesink.c:
39407         * sys/xvimage/xvimagesink.h:
39408         Add synchronous property for debugging.  Should probably be
39409         disabled in non-CVS builds.  Make sure that the Xv attribute
39410         exists before we set it (crash!).  Fix a silly float bug that
39411         caused colorbalance to just not work.
39412
39413 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39414
39415         * tools/gst-launch-ext.in - update for new plugins
39416
39417 2004-01-16  David Schleef  <ds@schleef.org>
39418
39419         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39420         already-freed caps.
39421
39422 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39423
39424         * Update spec for new colorspace plugin and libcaca plugin
39425         * Fix compilation of libcaca plugin (clock -> id)
39426
39427 2004-01-16  Julien MOUTTE <julien@moutte.net>
39428
39429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39430         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39431         (gst_xvimagesink_set_xwindow_id),
39432         (gst_xvimagesink_colorbalance_set_value),
39433         (gst_xvimagesink_colorbalance_get_value),
39434         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39435         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39436         correct colorbalance properties. They can now be set when the element
39437         is still in NULL state. The values will be committed to the Xv Port
39438         when xcontext is initialized.
39439         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39440         brightness int values in the GstXvImagesink structure.
39441
39442 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39443
39444         * gst-libs/gst/Makefile.am:
39445           restructure so having local patches works easier.
39446
39447 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39448
39449         * ext/mpeg2enc/Makefile.am:
39450         * ext/mpeg2enc/gstmpeg2enc.cc:
39451         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39452           Bugfix with respect to EOS handling.
39453
39454 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39455
39456         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39457           Link with right caps (else, it segfaults).
39458         * ext/mplex/gstmplexjob.cc:
39459           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39460
39461 2004-01-15  David Schleef  <ds@schleef.org>
39462
39463         * gst-libs/gst/audio/Makefile.am:
39464         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39465         from the template.
39466         * gst-libs/gst/audio/gstaudiofilter.c:
39467         * gst-libs/gst/audio/gstaudiofilter.h:
39468         Add bytes_per_sample and size and n_samples calculation.
39469         * gst-libs/gst/audio/gstaudiofilterexample.c:
39470         Remove, now autogenerated.
39471         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39472         Moved from gstaudiofilterexample, object name changed, code added
39473         so that it actually works.
39474         * gst-libs/gst/audio/make_filter:
39475         Script to build an audiofilter subclass from the template.
39476         * gst/colorspace/Makefile.am:
39477         * gst/colorspace/yuv2yuv.c:
39478         Remove file, since it's GPL, and we don't use it.
39479
39480 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39481
39482         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39484         them use the buffer free function to test how the buffer was allocated.
39485
39486 2004-01-15  David Schleef  <ds@schleef.org>
39487
39488         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39489         that handles osssink fallback.
39490         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39491         (gst_audio_convert_getcaps):
39492         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39493         Add audio/x-qdm2 for QDM2 audio.
39494         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39495         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39496         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39497         Decrease minimum size to 16x16.
39498         * gst/wavparse/gstwavparse.c:
39499         Convert disabled pad template caps to new caps.
39500         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39502         (gst_xvimagesink_chain): Throw element error when display cannot
39503         be opened.  Increase minimum framerate to 1.0.  Check the data
39504         free function on a buffer to make sure it is the type we expect
39505         before manipulating it.
39506
39507 2004-01-15  Julien MOUTTE <julien@moutte.net>
39508
39509         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39510         (gst_videobalance_colorbalance_set_value): Implement passthru if
39511         settings are in the middle.
39512         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39513
39514 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39515
39516         * gst/videofilter/Makefile.am:
39517         * gst/volume/Makefile.am:
39518           Since we use videofilter symbols, link to it.
39519
39520 2004-01-15  Julien MOUTTE <julien@moutte.net>
39521
39522         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39523         mixer interface type to HARDWARE.
39524         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39525         type to SOFTWARE.
39526         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39527         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39528         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39529         (gst_volume_interface_init), (gst_volume_list_tracks),
39530         (gst_volume_set_volume), (gst_volume_get_volume),
39531         (gst_volume_set_mute), (gst_volume_mixer_init),
39532         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39533         (volume_init): Implementing mixer interface.
39534         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39535         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39536         (gst_osselement_change_state): Removing some trailing commas in
39537         structures.
39538         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39539         interface type to HARDWARE.
39540         * sys/v4l/gstv4lcolorbalance.c:
39541         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39542         type to HARDWARE.
39543         * sys/v4l2/gstv4l2colorbalance.c:
39544         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39545         interface type to HARDWARE.
39546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39547         same code than ximagesink for event handling.
39548
39549 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39550
39551         * ext/snapshot/Makefile.am:
39552         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39553         (gst_snapshot_chain):
39554         * ext/snapshot/gstsnapshot.h:
39555           This has to be a joke... Snapshot should be connected to a tee,
39556           colorspace element before it and EOS after that, where the other
39557           src of the tee receives normal data.
39558           The current way is *wrong*.
39559
39560 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39561
39562         * ext/hermes/gsthermescolorspace.c:
39563           Fix another compile error. Same as below.
39564
39565 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39566
39567         * gst/colorspace/gstcolorspace.c:
39568         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39569         (gst_colorspace_i420_to_yv12):
39570           Fix compiling... Didn't test if it actually works.
39571
39572 2004-01-15  David Schleef  <ds@schleef.org>
39573
39574         * configure.ac:
39575         * gst/colorspace/Makefile.am:
39576         * gst/colorspace/gstcolorspace.c:
39577         * gst/colorspace/gstcolorspace.h:
39578         * gst/colorspace/yuv2rgb.c:
39579         * gst/colorspace/yuv2rgb.h:
39580         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39581         code and GPL code.  Fix for new caps negotiation.  Rewrite
39582         much of the format handling code, and some of the conversion
39583         code.  Basically, rewrote almost everything.  This element
39584         handles I420, YV12 to RGB conversions.
39585         * ext/hermes/Makefile.am:
39586         * ext/hermes/gsthermescolorspace.c:
39587         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39588         Remove non-Hermes related code.  This element handles lots of
39589         RGB to RGB conversions, but no YUV.
39590         * ext/hermes/gstcolorspace.c:
39591         * ext/hermes/gstcolorspace.h:
39592         * ext/hermes/rgb2yuv.c:
39593         * ext/hermes/yuv2rgb.c:
39594         * ext/hermes/yuv2rgb.h:
39595         * ext/hermes/yuv2rgb_mmx16.s:
39596         * ext/hermes/yuv2yuv.c:
39597         * ext/hermes/yuv2yuv.h:
39598         Remove old code.
39599
39600 2004-01-14  Colin Walters  <walters@verbum.org>
39601
39602         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39603         they've already been.
39604
39605 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39606
39607         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39608           assume tag mode when pad is not connected
39609
39610 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39611
39612         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39613           Don't update the time of the clock
39614         (gst_alsa_sink_loop):
39615           sync to the clock given to alsasink, not the own clock
39616         * sys/oss/gstosssink.c: (gst_osssink_chain):
39617           sync to the clock
39618         (gst_osssink_change_state):
39619           activate the clock
39620         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39622           remove bogus code that made DISCONT events unhandled
39623         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39624           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39625           #131502)
39626         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39627         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39628         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39629           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39630           2nd warning in bug #131502)
39631
39632 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39633
39634         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39635         (gst_videobalance_colorbalance_set_value),
39636         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39637         for colorbalance interface implementation.
39638         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39639         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39640         (gst_ximagesink_dispose), (gst_ximagesink_init),
39641         (gst_ximagesink_class_init): Adding DISPLAY property.
39642         * sys/ximage/ximagesink.h: Adding display_name to store display.
39643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39644         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39645         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39646         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39647         properties (they still need polishing though for gst-launch use : no
39648         xcontext yet, i ll do that tomorrow).
39649         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39650
39651 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39652
39653         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39654         (gst_play_set_location), (gst_play_set_visualization): Preparing
39655         switch integration, adding videobalance in the pipeline.
39656
39657 2004-01-14  Julien MOUTTE <julien@moutte.net>
39658
39659         * gst-libs/gst/colorbalance/colorbalance.c:
39660         (gst_color_balance_class_init): Adding a default type.
39661         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39662         the type.
39663         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39664         (gst_videobalance_dispose), (gst_videobalance_class_init),
39665         (gst_videobalance_init), (gst_videobalance_interface_supported),
39666         (gst_videobalance_interface_init),
39667         (gst_videobalance_colorbalance_list_channels),
39668         (gst_videobalance_colorbalance_set_value),
39669         (gst_videobalance_colorbalance_get_value),
39670         (gst_videobalance_colorbalance_init): Implementing colorbalance
39671         interface.
39672         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39673         list.
39674         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39675         bug which was triggering a BadAccess X error when setting an overlay
39676         before pad was really negotiated.
39677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39678         Using the colorbalance type macro.
39679
39680 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39681
39682         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39683         (gst_flacenc_chain):
39684           handle tags correctly
39685         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39686           extract ID3v1 tags correctly
39687
39688 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39689
39690         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39691         (plugin_init):
39692           Improve matroska typefinding for odd-typed headers...
39693
39694 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39695
39696         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39697           Fix for using incremental number on padnames.
39698
39699 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39700
39701         * ext/divx/gstdivxdec.c:
39702         * ext/divx/gstdivxenc.c:
39703           Set category to divx4linux instead of divx (too generic).
39704         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39705         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39706         (gst_wavparse_loop), (gst_wavparse_change_state):
39707         * gst/wavparse/gstwavparse.h:
39708           fix parsing of WAV files with non-standard fmt-tag size and fix
39709           skipping of unrecognized chunks... Someone please fix this thing
39710           to use rifflib so all this is automated.
39711         * sys/v4l/Makefile.am:
39712         * sys/v4l2/Makefile.am:
39713           Add X_CFLAGS because we depend on X (for overlay).
39714
39715 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39716
39717         * ext/mpeg2dec/gstmpeg2dec.c:
39718           Don't issue a timestamp unless we tagged the frame
39719           with a PTS.
39720
39721 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39722
39723         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39724           Query the audio element to get the time, not the clock. We're
39725           interested in the element's time here.
39726
39727 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39728
39729         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39730         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39731         * ext/esd/esdsink.c: (gst_esdsink_chain):
39732         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39733         * ext/mas/massink.c: (gst_massink_chain):
39734         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39735         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39736         (gst_matroska_demux_parse_metadata):
39737         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39738         (gst_mpeg_parse_release_locks):
39739         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39740         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39741         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39742         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39743         (gst_osssink_change_state):
39744         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39745         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39746         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39747         (gst_xvideosink_release_locks):
39748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39749           use element time.
39750         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39751         (gst_alsa_clock_stop):
39752         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39753         (gst_audio_clock_get_internal_time):
39754           simplify for use with new clocking code.
39755         * testsuite/alsa/Makefile.am:
39756         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39757           fix testsuite for new caps system
39758
39759 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39760
39761         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39762         * ext/flac/gstflacenc.c: (add_one_tag):
39763           length is already host endian, no need to convert. Fixes playback of
39764           tagged files on PPC. (bug #128384)
39765
39766 2004-01-13  Julien MOUTTE <julien@moutte.net>
39767
39768         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39769         colorbalance interface stating if it is hardware based or software
39770         based.
39771         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39772         Removing a trailing comma.
39773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39774         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39775         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39776         the documentation seems to be wrong on the -1000 to 1000 interval.
39777
39778 2004-01-12  David Schleef  <ds@schleef.org>
39779
39780         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39781         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39782         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39783         Fix negotiation.  Add a bufferalloc function for the sink pad,
39784         and generally clean up some of the code.
39785
39786 2004-01-12  Julien MOUTTE <julien@moutte.net>
39787
39788         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39789         (gst_color_balance_channel_dispose): Adding safety check in dispose
39790         method.
39791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39792         (gst_xvimagesink_xcontext_clear),
39793         (gst_xvimagesink_interface_supported),
39794         (gst_xvimagesink_colorbalance_list_channels),
39795         (gst_xvimagesink_colorbalance_set_value),
39796         (gst_xvimagesink_colorbalance_get_value),
39797         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39798         Adding colorbalance interface support to set XV parameters such as
39799         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39800         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39801         interface.
39802
39803 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39804
39805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39806         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39807         (gst_audio_convert_init), (gst_audio_convert_set_property),
39808         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39809         (gst_audio_convert_link),
39810         (gst_audio_convert_buffer_to_default_format),
39811         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39812           - implement _getcaps and use it
39813           - improve linking
39814           - remove float caps since no float conversion is actually done
39815           - remove properties and arguments that were to be used for rate
39816             conversion
39817
39818 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39819
39820         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39821         (gst_audio_structure_set_int):
39822         * gst-libs/gst/audio/audio.h:
39823           add helper functions for _getcaps matching the standard audio
39824           templates
39825
39826 2004-01-12  David Schleef  <ds@schleef.org>
39827
39828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39829         Test that pad is negotiated before getting its caps.
39830
39831 2004-01-12  Julien MOUTTE <julien@moutte.net>
39832
39833         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39834         analyzing the pads of an element the bin is mostly in READY state so
39835         no caps were negotiated. This helper function needs to work with
39836         _get_caps directly then. I was not freeing them though, added that to
39837         fix the mem leak.
39838
39839 2004-01-12  Julien MOUTTE <julien@moutte.net>
39840
39841         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39843         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39844         than the free_func.
39845
39846 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39847
39848         * sys/oss/gstossaudio.c: (plugin_init):
39849         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39850         * sys/oss/gstosselement.h:
39851           make an oss debugging category
39852           make failure more descriptive
39853
39854 2004-01-11  David Schleef  <ds@schleef.org>
39855
39856         * ext/ffmpeg/gstffmpeg.c:
39857         * ext/ffmpeg/gstffmpegcodecmap.c:
39858         * ext/ffmpeg/gstffmpegdec.c:
39859         * ext/ffmpeg/gstffmpegenc.c:
39860         * ext/ffmpeg/gstffmpegprotocol.c:
39861         * ext/gdk_pixbuf/gstgdkanimation.c:
39862         * ext/jpeg/gstjpeg.c:
39863         * ext/libpng/gstpng.c:
39864         * ext/mpeg2dec/perftest.c:
39865         * ext/speex/gstspeex.c:
39866         * gst-libs/gst/resample/dtos.c:
39867         * gst/intfloat/gstintfloatconvert.c:
39868         * gst/oneton/gstoneton.c:
39869         * gst/rtjpeg/RTjpeg.c:
39870         * gst/rtp/gstrtp.c:
39871         * sys/dxr3/dxr3init.c:
39872         * sys/glsink/gstgl_nvimage.c:
39873         * sys/glsink/gstgl_pdrimage.c:
39874         * sys/glsink/gstglsink.c:
39875         * testsuite/gst-lint:
39876         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39877
39878 2004-01-11  David Schleef  <ds@schleef.org>
39879
39880         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39881         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39882         * ext/gdk_pixbuf/gstgdkanimation.c:
39883         (gst_gdk_animation_iter_create_pixbuf):
39884         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39885         (gst_gdk_pixbuf_chain):
39886         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39887         * ext/jack/gstjack.c: (gst_jack_change_state):
39888         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39889         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39890         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39891         * gst/videofilter/gstvideofilter.c:
39892         (gst_videofilter_set_output_size):
39893         Remove all usage of gst_pad_get_caps(), and replace it with
39894         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39895
39896 2004-01-11  David Schleef  <ds@schleef.org>
39897
39898         * configure.ac:
39899         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39900         * ext/divx/gstdivxdec.c:
39901         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39902         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39903         handle images that span multiple buffers.  Now work with both
39904         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39905         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39906         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39907         video/video.h changes
39908         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39909         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39910         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39911         of GstData free function.
39912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39913         same.
39914
39915 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39916
39917         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39918         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39919         (gst_v4l2element_get_property):
39920         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39921           add norm, channel and frequency properties.
39922         * sys/v4l2/gstv4l2tuner.c:
39923           fixes for tuner interface changes
39924         * sys/v4l2/gstv4l2element.h:
39925         * sys/v4l2/gstv4l2src.c:
39926         * sys/v4l2/gstv4l2src.h:
39927         * sys/v4l2/v4l2src_calls.c:
39928         * sys/v4l2/v4l2src_calls.h:
39929           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39930
39931 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39932
39933         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39934         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39935         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39936         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39937         * gst-libs/gst/tuner/tuner.h:
39938           GObjects aren't const.
39939           Add find_by_name functions.
39940           Add checks to _changed functions.
39941         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39942         (gst_v4l_tuner_get_norm):
39943           Fixes for above.
39944
39945 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39946
39947         * gst-libs/gst/video/video.h:
39948           Fix caps template names to be understandable.
39949           Prefix everything with GST_VIDEO.
39950         * ext/aalib/gstaasink.c:
39951         * ext/divx/gstdivxdec.c:
39952         * ext/divx/gstdivxenc.c:
39953         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39954         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39955         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39956         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39957         * ext/libcaca/gstcacasink.c:
39958         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39959         * ext/snapshot/gstsnapshot.c:
39960         * ext/swfdec/gstswfdec.c:
39961         * ext/xvid/gstxviddec.c:
39962         * ext/xvid/gstxvidenc.c:
39963         * gst/chart/gstchart.c:
39964         * gst/deinterlace/gstdeinterlace.c:
39965         * gst/effectv/gsteffectv.c:
39966         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39967         * gst/goom/gstgoom.c:
39968         * gst/median/gstmedian.c:
39969         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39970         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39971         * gst/overlay/gstoverlay.c:
39972         * gst/smooth/gstsmooth.c:
39973         * gst/smpte/gstsmpte.c:
39974         * gst/synaesthesia/gstsynaesthesia.c:
39975         * gst/videocrop/gstvideocrop.c:
39976         * gst/videodrop/gstvideodrop.c:
39977         * gst/y4m/gsty4mencode.c:
39978         * sys/qcam/gstqcamsrc.c:
39979         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39980           Make them work with new video.h file.
39981         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39982         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39984         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39985           Make it work with new buffer allocation system.
39986
39987 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39988
39989         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39990         pad_alloc_buffer implementation to use ->srcpad
39991         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39992         pad_alloc_buffer implementation to use ->srcpad
39993         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
39994         pad_alloc_buffer implementation to use ->srcpad
39995         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39996         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39997         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39998         a reference to everything we need.
39999         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40001         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40002         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40003         a reference to everything we need.
40004         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40005
40006 2004-01-11  David Schleef  <ds@schleef.org>
40007
40008         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40009         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40010         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40011         structure members.
40012         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40013         value during a resize/renegotiation.
40014         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40015         gst_pad_alloc_buffer();
40016         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40017         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40018         structure members.
40019         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40020         Fix for rename of buffer private structure members.
40021         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40022         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40023         Fix for rename of buffer private structure members.
40024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40025         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40026         Fix for rename of buffer private structure members.
40027
40028 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40029
40030         reviewed by: David Schleef <ds@schleef.org>
40031
40032         * gst/videofilter/Makefile.am:
40033         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40034         from the patch by ds to fit in with recent make_filter changes.
40035
40036 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40037
40038         * configure.ac: Adding examples/switch/Makefile
40039         * examples/Makefile.am: Adding examples/switch
40040         * examples/switch/Makefile.am: Adding switcher example.
40041         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40042         (switch_timer), (main): Adding an example demonstrating switch usage
40043         with 2 videotestsrc showing different patterns.
40044         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40045         (gst_switch_init): Fixing switch with the new caps system.
40046
40047 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40048
40049         * gst-libs/gst/video/video.h:
40050           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40051           They should probably be like
40052           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40053
40054 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40055
40056         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40057         (qtdemux_parse_trak):
40058           fix audio chunk size/timestamp calculation
40059
40060 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40061
40062         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40063           fix SVQ3 caps
40064
40065 2004-01-11  Steve Baker  <steve@stevebaker.org>
40066
40067         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40068         (gst_agingtv_base_init), (gst_agingtv_class_init),
40069         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40070         (gst_agingtv_set_property), (gst_agingtv_get_property):
40071         Port agingTV to videofilter
40072
40073 2004-01-09  Julien MOUTTE <julien@moutte.net>
40074
40075         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40076         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40077
40078 2004-01-09  Julien MOUTTE <julien@moutte.net>
40079
40080         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40081         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40082         * gst-libs/gst/xoverlay/xoverlay.c:
40083         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40084         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40085         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40086         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40087         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40088         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40089         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40090         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40091         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40092         interface implementation to handle xid being 0 and fix some bugs
40093         triggered by Benjamin's testcase.
40094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40095         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40096         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40097         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40098         interface implementation to handle xid being 0 and fix some bugs
40099         triggered by Benjamin's testcase.
40100
40101 2004-01-09  David Schleef  <ds@schleef.org>
40102
40103         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40104         mouse pointer events.  It works.
40105
40106 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40107
40108         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40109           Use explicit caps - fix capsnego.
40110         * ext/xvid/gstxviddec.c:
40111         * ext/xvid/gstxvidenc.c:
40112           Remove macro-inside-macro which caused compile errors.
40113         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40114           Error out if it's not a RIFF file. Else we error out without
40115           gst_element_error() which is not good...
40116
40117 2004-01-08  David Schleef  <ds@schleef.org>
40118
40119         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40120         Fix pad_link function to handle formats that ffmpeg returns
40121         as multiple caps structures.
40122         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40123         Only complain if source buffer is _smaller_ than expected.
40124         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40125         (gst_videoscale_handle_src_event): Resize navigation events
40126         when passing them upstream.
40127         * gst/videotestsrc/gstvideotestsrc.c:
40128         * gst/videotestsrc/gstvideotestsrc.h:
40129         * gst/videotestsrc/videotestsrc.c:
40130         * gst/videotestsrc/videotestsrc.h:
40131         Rewrite many of the buffer painting functions to handle odd
40132         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40133         been verified to work with my video card.
40134         * testsuite/gst-lint:  Add check for elements calling
40135         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40136
40137 2004-01-08  David Schleef  <ds@schleef.org>
40138
40139         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40140         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40141
40142 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40143
40144         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40145         configure event is not emiting the desired size signal. That fixes
40146         aspect ratio issues with gst-player.
40147
40148 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40149
40150         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40151           Fix capsnego.
40152
40153 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40154
40155         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40156         public method to fire size signal.
40157
40158 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40159
40160         * examples/gstplay/Makefile.am: Adding the interface library.
40161         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40162         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40163         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40164         GST_IS_X_OVERLAY before signal connect.
40165         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40166         Removing the have_video_size signal.
40167         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40168         and associated public method.
40169         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40170         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40171         signal.
40172         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40173         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40174         signal.
40175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40176         Using XOverlay public method to fire size signal.
40177
40178 2004-01-07  David Schleef  <ds@schleef.org>
40179
40180         * gst/videofilter/Makefile.am:
40181         * gst/videofilter/gstvideotemplate.c:
40182         * gst/videofilter/make_filter:
40183         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40184         Convert make_filter to /bin/sh script.
40185
40186 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40187
40188         * gst/modplug/gstmodplug.cc: fix element description
40189
40190 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40191
40192         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40193         (got_video_size): Adding some new lines in g_print calls.
40194         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40195         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40196         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40197         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40198         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40199         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40200         Complete code review, reverting some stuff i disagree with, adding
40201         some fixes : time synchronization on invalid timestamps, renegotiation
40202         of private window.
40203         * sys/ximage/ximagesink.h:
40204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40205         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40206         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40207         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40208         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40209         (gst_xvimagesink_buffer_new),
40210         (gst_xvimagesink_navigation_send_event),
40211         (gst_xvimagesink_set_xwindow_id),
40212         (gst_xvimagesink_get_desired_size),
40213         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40214         stuff i disagree with, adding some fixes : Renegotiation of private
40215         window, implementing get_desired_size.
40216
40217 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40218
40219         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40220         (gst_afsink_handle_event):
40221         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40222         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40223         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40224         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40225         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40226           Fix for instantiate-test (see core). Also remove dead code from
40227           jpegenc (which still needs fixing, but that's lower on my TODO
40228           list...).
40229         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40230           Never return NULL as caps.
40231
40232 2004-01-07  David Schleef  <ds@schleef.org>
40233
40234         * configure.ac:
40235         * ext/Makefile.am:
40236         * ext/librfb/Makefile.am:
40237         * ext/librfb/gstrfbsrc.c:
40238         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40239         is the protocol used by VNC.
40240
40241 2004-01-07  David Schleef  <ds@schleef.org>
40242
40243         * gst/videofilter/gstvideotemplate.c:
40244         * gst/videofilter/gstvideotemplate.h:
40245         * gst/videofilter/make_filter:
40246         Merge videotemplate header into source file.
40247         * gst/effectv/Makefile.am:
40248         * gst/effectv/gsteffectv.c: (plugin_init):
40249         * gst/effectv/gstwarp.c:
40250         Make warpTV a subclass of videofilter.
40251
40252 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40253
40254         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40255           Add guard against invalid utf-8 conversions in mad. Just in case.
40256
40257 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40258
40259         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40260           Fix for bug shown by poisoning
40261
40262 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40263
40264         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40265         (gst_v4lmjpegsrc_buffer_free):
40266         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40267         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40268         (gst_v4lsrc_buffer_free):
40269           Fix for removed bufferpools.
40270
40271 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40272
40273         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40274         Fix caps negotiation.
40275
40276         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40277         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40278         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40279         (dvdnavsrc_event):
40280         * ext/mpeg2dec/gstmpeg2dec.c:
40281         * gst-libs/gst/navigation/navigation.c:
40282         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40283         * gst-libs/gst/navigation/navigation.h:
40284         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40285         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40287         Super-simple first version of mouse and keyboard events. Clicking
40288         on a DVD menu now works, although it may not take you where you
40289         expected.
40290
40291         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40292         * gst/videotestsrc/gstvideotestsrc.c:
40293         (gst_videotestsrc_src_fixate):
40294         These fixate functions were broken - they never actually
40295         fixated :)
40296
40297 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40298
40299         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40300         (gst_icecastsend_init):
40301           fix for new caps system.
40302         * gst-libs/gst/mixer/mixertrack.h:
40303         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40304           Add 'master track' flag (for tools like ACME that only want to
40305           change the main volume).
40306
40307 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40308
40309         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40310         (gst_xvid_csp_to_caps):
40311         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40312         * ext/xvid/gstxvidenc.c:
40313         ifdef out ARGB type when it isn't available
40314         in xvidcore 1.0.0beta2
40315
40316 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40317
40318         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40319           When we have received a new SCR right in the first buffer after
40320           a seek (so in the same cycle that handles the discont), we should
40321           handle the buffer instead of unreffing it, else we lose data.
40322
40323 2004-01-06  Iain <iain@prettypeople.org>
40324
40325         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40326           buffer-frames caps too.
40327
40328         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40329           caps that we need, don't destroy them all and rebuild them. And when
40330           creating src pads, use the src pad template rather than the sink...
40331
40332 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40333
40334         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40335           Add pad to element *after* setting functions such as event handler.
40336           Without this, the scheduler (opt) will link pads, set the event
40337           handler from the default event function (dispatcher in gstpad.c)
40338           and *after* that, we will set our own event function, which will
40339           thus never be used (and thus mpegdemux doesn't handle events).
40340
40341 2004-01-04  David Schleef  <ds@schleef.org>
40342
40343         Fix the fixate functions to handle new prototype:
40344         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40345         * gst/videotestsrc/gstvideotestsrc.c:
40346         (gst_videotestsrc_src_fixate):
40347         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40348         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40350
40351 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40352
40353         * sys/ximage/ximagesink.h:
40354         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40355         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40356         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40357         (gst_ximagesink_xoverlay_init):
40358           assorted fixes to make (re)embedding work
40359         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40360         (gst_ximagesink_get_desired_size):
40361           implement desired size additions to XOverlay
40362
40363 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40364
40365         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40366         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40367         (gst_x_overlay_got_desired_size):
40368         * gst-libs/gst/xoverlay/xoverlay.h:
40369           Add optional "desired size" signal and querying.
40370
40371 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40372
40373         * gst/matroska/matroska-demux.c:
40374         (gst_matroska_demux_parse_blockgroup):
40375           Fix EBML-laced block parsing. Diffs are relative to previous
40376           lace, not the first lace. Thanks to Mosu from the Matroska
40377           team for detecting this.
40378         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40379         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40380         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40381         (gst_wavparse_change_state):
40382         * gst/wavparse/gstwavparse.h:
40383           Quickfix for capsnego.
40384
40385 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40386
40387         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40388           Fix indenting, fix pad creation.
40389
40390 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40391
40392         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40393         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40394         (gst_xviddec_sink_link):
40395           Implement src_getcaps() so proper size caps is negotiated.
40396
40397 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40398
40399         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40400           Finish flac decoder on EOS. See #116178.
40401
40402 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40403
40404         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40405         (gst_matroska_demux_add_stream):
40406         * gst/matroska/matroska-ids.h:
40407           Add getcaps() function to fix capsnego...
40408
40409 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40410
40411         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40412         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40413         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40414           Fix more integer overflows. Again, see #126967.
40415
40416 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40417
40418         * ext/mpeg2dec/gstmpeg2dec.c:
40419           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40420           #130416.
40421
40422 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40423
40424         * configure.ac:
40425         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40426         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40427         * ext/xvid/gstxvid.h:
40428         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40429         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40430         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40431         (gst_xviddec_change_state):
40432         * ext/xvid/gstxviddec.h:
40433         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40434         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40435         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40436         (gst_xvidenc_link), (gst_xvidenc_set_property),
40437         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40438         * ext/xvid/gstxvidenc.h:
40439           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40440
40441 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40442
40443         * gst/rtp/rtp-packet.c:
40444           Add sys/types.h include, since OS X doesn't define in_addr_t
40445           in netinet/in.h, like it does on Linux (see #129600).
40446
40447 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40448
40449         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40450
40451         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40452           Correct logic of dispose function (see #129306).
40453
40454 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40455
40456         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40457         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40458         (gst_mpeg_parse_init):
40459         * gst/mpegstream/gstmpegparse.h:
40460           Remove clock (which was never provided, i.e. dead code), and
40461           also fix integer overflows at high PTS values (see #126967).
40462
40463 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40464
40465         * ext/flac/gstflacdec.c:
40466         * ext/libpng/gstpngenc.h:
40467         * ext/mikmod/gstmikmod.h:
40468           OS X fixes (see #126628).
40469
40470 2004-01-02  David Schleef  <ds@schleef.org>
40471
40472         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40473         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40474         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40475         (gst_mpeg_parse_class_init): Move pad template registration
40476         to class_init, since the derived class (mpegdemux) doesn't
40477         want them.
40478
40479 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40480
40481         * sys/ximage/Makefile.am:
40482         * sys/xvideo/Makefile.am:
40483         * sys/xvimage/Makefile.am:
40484           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40485           after installation (see #127664).
40486
40487 2004-01-02  David Schleef  <ds@schleef.org>
40488
40489         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40490         (gst_ffmpegenc_connect):  Negotiation fixes.
40491         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40492         Remove inappropriate gst_caps_free().
40493         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40494         Reenable Ronald's internal resize code, since the core handles
40495         it correctly now.
40496
40497 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40498
40499         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40500         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40501         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40502           Fix pad template stuff.
40503
40504 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40505
40506         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40507         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40508           fix signed integer reading/writing.
40509
40510 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40511
40512         * ext/alsa/README:
40513           Remove outdated document
40514
40515 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40516
40517         * gst/cutter/gstcutter.c: (gst_cutter_init):
40518           src pad was being created twice - oops.
40519
40520 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40521
40522         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40523           Comment out internal resize. It doesn't handle the resulting
40524           XEvent internally, does another try_set_caps() which leads to
40525           a really nice loop.
40526           Real fix will come when Julien and Dave are awake. ;).
40527
40528 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40529
40530         * ext/mpeg2enc/gstmpeg2enc.cc:
40531           fix const/nonconst compile issue.
40532
40533 2004-01-02  David Schleef  <ds@schleef.org>
40534
40535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40536         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40537         Add fixate function and a check for bad formats.
40538
40539 2004-01-01  David Schleef  <ds@schleef.org>
40540
40541         Negotiation fixes:
40542         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40543         (gst_audiofilter_init):
40544         * gst/debug/efence.c: (gst_efence_init):
40545         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40546         (gst_deinterlace_init):
40547         * gst/volume/gstvolume.c: (volume_connect):
40548
40549 2004-01-01  David Schleef  <ds@schleef.org>
40550
40551         Convert elements to use gst_pad_use_explicit_caps() where
40552         appropriate:
40553         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40554         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40555         (gst_afparse_open_file):
40556         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40557         (gst_afsrc_open_file):
40558         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40559         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40560         (gst_ffmpegdec_chain):
40561         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40562         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40563         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40564         (gst_gdk_pixbuf_chain):
40565         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40566         (gst_jpegdec_chain):
40567         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40568         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40569         (gst_mikmod_negotiate):
40570         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40571         (gst_mpeg2dec_negotiate_format):
40572         * ext/mpeg2enc/gstmpeg2enc.cc:
40573         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40574         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40575         (gst_speexdec_sinkconnect):
40576         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40577         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40578         (gst_vorbisfile_new_link):
40579         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40580         (gst_ac3parse_chain):
40581         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40582         (gst_asf_demux_setup_pad):
40583         * gst/auparse/gstauparse.c: (gst_auparse_init),
40584         (gst_auparse_chain):
40585         * gst/id3/gstid3types.c: (gst_id3types_loop):
40586         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40587         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40588         (mp1videoparse_parse_seq):
40589         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40590         (bpf_from_header):
40591         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40592         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40593         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40594         (gst_mpeg_parse_send_data):
40595         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40596         (gst_qtdemux_add_stream):
40597         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40598         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40599         (gst_wavparse_parse_fmt):
40600
40601 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40602
40603         * configure.ac:
40604           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40605           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40606           it therefore uses the wrong include paths. Too bad... Note
40607           that 1.6.1.93 is not release yet. ;).
40608           Also add a check for mplex, which is now using the lib'ified
40609           mplex from mjpegtools, too.
40610         * ext/ffmpeg/gstffmpegcodecmap.c:
40611           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40612           issues. I don't think ffmpeg handles 3ivx correctly, so this
40613           probably won't work. But it won't hurt either.
40614         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40615         (gst_ffmpegdec_chain):
40616         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40617         (gst_ffmpegenc_chain_audio):
40618           Fix memleak in audio encoding. Close codec if open fails, this
40619           calls the cleanup routines so we can re-use the context.
40620         * ext/mpeg2enc/gstmpeg2enc.cc:
40621           Fix pad template names/types, fix memory issue with getcaps().
40622         * ext/mpeg2enc/gstmpeg2encoder.cc:
40623         * ext/mpeg2enc/gstmpeg2encoder.hh:
40624           Fix compile issue with new caps system (const thingy).
40625         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40626         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40627           We read a first frame right on initing, so that we have a caps
40628           when we init the output. This caps is cached in padprivate and
40629           read as first frame.
40630         * ext/mplex/Makefile.am:
40631         * ext/mplex/gstmplex.cc:
40632         * ext/mplex/gstmplex.h:
40633         * ext/mplex/gstmplex.hh:
40634         * ext/mplex/gstmplexibitstream.cc:
40635         * ext/mplex/gstmplexibitstream.hh:
40636         * ext/mplex/gstmplexjob.cc:
40637         * ext/mplex/gstmplexjob.hh:
40638         * ext/mplex/gstmplexoutputstream.cc:
40639         * ext/mplex/gstmplexoutputstream.hh:
40640           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40641           had issues, didn't do capsnego, supported only a subset of the
40642           mplex features and required a mplex fork in our local CVS. Plus
40643           that it worked agaist a very old mplex version. Rewriting was
40644           faster than updating it.
40645         * gst-libs/ext/Makefile.am:
40646         * gst-libs/ext/mplex/INSTRUCT:
40647         * gst-libs/ext/mplex/Makefile.am:
40648         * gst-libs/ext/mplex/README:
40649         * gst-libs/ext/mplex/TODO:
40650         * gst-libs/ext/mplex/ac3strm_in.cc:
40651         * gst-libs/ext/mplex/audiostrm.hh:
40652         * gst-libs/ext/mplex/audiostrm_out.cc:
40653         * gst-libs/ext/mplex/aunit.hh:
40654         * gst-libs/ext/mplex/bits.cc:
40655         * gst-libs/ext/mplex/bits.hh:
40656         * gst-libs/ext/mplex/buffer.cc:
40657         * gst-libs/ext/mplex/buffer.hh:
40658         * gst-libs/ext/mplex/fastintfns.h:
40659         * gst-libs/ext/mplex/format_codes.h:
40660         * gst-libs/ext/mplex/inputstrm.cc:
40661         * gst-libs/ext/mplex/inputstrm.hh:
40662         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40663         * gst-libs/ext/mplex/mjpeg_logging.cc:
40664         * gst-libs/ext/mplex/mjpeg_logging.h:
40665         * gst-libs/ext/mplex/mjpeg_types.h:
40666         * gst-libs/ext/mplex/mpastrm_in.cc:
40667         * gst-libs/ext/mplex/mpegconsts.cc:
40668         * gst-libs/ext/mplex/mpegconsts.h:
40669         * gst-libs/ext/mplex/mplexconsts.hh:
40670         * gst-libs/ext/mplex/multplex.cc:
40671         * gst-libs/ext/mplex/outputstream.hh:
40672         * gst-libs/ext/mplex/padstrm.cc:
40673         * gst-libs/ext/mplex/padstrm.hh:
40674         * gst-libs/ext/mplex/stillsstream.cc:
40675         * gst-libs/ext/mplex/stillsstream.hh:
40676         * gst-libs/ext/mplex/systems.cc:
40677         * gst-libs/ext/mplex/systems.hh:
40678         * gst-libs/ext/mplex/vector.cc:
40679         * gst-libs/ext/mplex/vector.hh:
40680         * gst-libs/ext/mplex/videostrm.hh:
40681         * gst-libs/ext/mplex/videostrm_in.cc:
40682         * gst-libs/ext/mplex/videostrm_out.cc:
40683         * gst-libs/ext/mplex/yuv4mpeg.cc:
40684         * gst-libs/ext/mplex/yuv4mpeg.h:
40685         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40686         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40687           We don't fork mjpegtools' mplex in our CVS anymore.
40688         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40689         (gst_avi_demux_add_stream):
40690         * gst/avi/gstavidemux.h:
40691           Add getcaps() function for proper caps nego. This makes some
40692           parts of AVI playback/reading work.
40693         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40694           Resize window on new capsnego. This is probably wrong, but
40695           I'm still committing it because with current capsnego, the
40696           first successfull capsnego is auto-fixated, therefore rounded
40697           down to the lowest values in the caps. this results in a 16x16
40698           XWindow that is not reized when real capsnego finishes.
40699           Dave, I see more cases of this, do you know a proper solution?
40700         * tools/gst-launch-ext.in:
40701           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40702
40703 2003-12-31  David Schleef  <ds@schleef.org>
40704
40705         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40706         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40707           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40708
40709 2003-12-30  David Schleef  <ds@schleef.org>
40710
40711         * ext/ffmpeg/gstffmpegcolorspace.c:
40712         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40713         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40714         (gst_ffmpegcsp_chain): Negotiation fixes
40715         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40716         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40717         (gst_audio_convert_link), (gst_audio_convert_channels):
40718         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40719         (gst_audioscale_link), (gst_audioscale_get_buffer),
40720         (gst_audioscale_chain): Negotiation fixes
40721         * gst/audioscale/gstaudioscale.h:
40722         * gst/videofilter/gstvideofilter.c:
40723         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40724         (gst_videofilter_link), (gst_videofilter_init),
40725         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40726         (gst_videofilter_find_format_by_structure):
40727         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40728         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40729         (gst_videoscale_link):
40730         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40731         (videoscale_find_by_structure), (gst_videoscale_setup):
40732         * gst/videoscale/videoscale.h: Negotiation fixes
40733         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40734         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40735         function, restrict resizing to a multiple of 4 (hack until
40736         everyone supports odd sizes correctly).
40737
40738 2003-12-29  Colin Walters  <walters@verbum.org>
40739
40740         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40741         signed.
40742
40743 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40744
40745         * ext/sndfile/gstsf.c: (gst_sf_loop):
40746           Fix warning about discarding const qualifier
40747
40748 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40749
40750         * gst/cutter/gstcutter.c:
40751         * gst/videoscale/gstvideoscale.c:
40752         * gst/volenv/gstvolenv.c:
40753         * gst-libs/gst/audio/audio.c:
40754         * gst-libs/gst/video/video.c:
40755           Fix warnings
40756
40757 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40758
40759         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40760           Don't send ALSA debugging to stderr.
40761         * ext/alsa/gstalsa.h:
40762           Use GST_WARNING instead of g_warning when ALSA functions fail.
40763
40764 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40765
40766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40767           Free XVAdapterInfo correctly.
40768
40769 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40770
40771         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40772         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40773           Make id3tag use correct caps nego.
40774
40775 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40776
40777         * ext/ivorbis/vorbis.c:
40778         * ext/ivorbis/vorbisenc.h:
40779         * ext/ivorbis/vorbisfile.c:
40780           Modify so that it uses the new caps things
40781
40782 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40783
40784         * testsuite/spider/spider1.c: (main):
40785         * testsuite/spider/spider2.c: (main):
40786         * testsuite/spider/spider3.c: (main):
40787           Make tests compile again. They probably don't work.
40788
40789 2003-12-24  Colin Walters  <walters@verbum.org>
40790
40791         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40792         we can't fixate the caps anymore.
40793
40794 2003-12-23  David Schleef  <ds@schleef.org>
40795
40796         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40797         * sys/oss/gstosssink.c: (gst_osssink_init),
40798         (gst_osssink_sink_fixate): Add fixate function.
40799
40800 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40801
40802         * ext/ffmpeg/gstffmpegcodecmap.c:
40803         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40804         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40805         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40806         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40807         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40808         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40809         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40810           fix typo in RGB masks, and move back to "old" colorspace
40811           capsnego code until whoever wrote this new crap has actually
40812           tested it so that it works.
40813           And yes, this works, keep it that way please.
40814
40815 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40816
40817         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40818         (gst_divxdec_init), (gst_divxdec_negotiate):
40819         * ext/divx/gstdivxdec.h:
40820         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40821         (gst_divxenc_init):
40822         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40823         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40824         * ext/mpeg2enc/gstmpeg2enc.cc:
40825         * ext/mpeg2enc/gstmpeg2encoder.cc:
40826         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40827         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40828         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40829         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40830         (dxr3spusink_init):
40831         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40832         (dxr3videosink_init):
40833           Fix caps breakage after Dave's caps branch merge.
40834
40835 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40836
40837         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40838           Fix for 24bpp display.
40839
40840 2003-12-23  Colin Walters  <walters@verbum.org>
40841
40842         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40843         a GnomeVFSHandle directly.
40844
40845 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40846
40847         * gst/volume/Makefile.am:
40848         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40849         (volume_base_init), (volume_init):
40850           Reenable volume element and fix to work with new caps stuff.
40851           Rhythmbox needs this.
40852
40853 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40854
40855         * gst/qtdemux/qtdemux.c: (plugin_init):
40856           qtdemux requires bytestream
40857
40858 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40859
40860         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40861           Fix remaining caps handling errors due to CAPS merge.
40862
40863 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40864
40865         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40866         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40867         (gst_faad_srcconnect):
40868           Port to new caps system.
40869
40870 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40871
40872         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40873         (got_video_size), (main): using g_print instead of g_message.
40874         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40875         signal which was not emitted because of "switch" element added to the
40876         bin but not connected. (Removing from the bin temporarily)
40877
40878 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40879
40880         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40881         find X development files. I don't understand the previous tests and
40882         they fail on my debian/ppc unstable. This one works.
40883         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40884         exiting.
40885         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40886         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40887         (gst_play_set_visualization): Add some safety checks in set_ methods
40888         and state_change. This was throwing some ugly CRITICAL messages when
40889         pipeline was getting disposed and casts were failing.
40890
40891 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40892
40893         * configure.ac:
40894           Improve mpeg2enc detection. This is for distributions that do
40895           ship mjpegtools, but without mpeg2enc. Also does object check
40896           for might there ever be ABI incompatibility.
40897         * ext/mpeg2enc/gstmpeg2enc.cc:
40898           Add Andrew as second maintainer (he's helping me), and also add
40899           an error if no caps was set. This happens if I pull before capsnego
40900           and that's something I should solve sometime else.
40901         * gst/matroska/matroska-demux.c:
40902         (gst_matroska_demux_parse_blockgroup):
40903           Fix time parsing.
40904         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40905         (gst_matroska_mux_track_header):
40906           Add caps to templates.
40907         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40908           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40909         * gst/mpegstream/gstmpegdemux.c:
40910           Remove layer since it causes warnings about unfixed caps.
40911         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40912           Fix obvious typo (we error out if caps were set, we should of
40913           course error out if *no* caps were set).
40914         * sys/oss/gstosselement.c: (gst_osselement_convert):
40915           Fix format conversion, we confused bits/bytes.
40916         * sys/oss/gstosselement.h:
40917           Improve documentation for 'bps'.
40918         * sys/v4l/TODO:
40919           Remove stuff about plugins that need removing - this was done
40920           ages ago.
40921         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40922         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40923         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40924         (gst_v4lsrc_src_query):
40925         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40926         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40927           Add get_query_types(), get_formats() and query() functions.
40928
40929 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40930
40931         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40932           * moved CVS to freedesktop.org