ext/ogg/gstoggdemux.c: If no stream was found before receiving EOS, post an error...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
4         If no stream was found before receiving EOS, post an error message.
5         Fixes #561924.
6
7 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
8
9         * ext/theora/gsttheoraenc.h:
10         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11         (theora_buffer_from_packet), (theora_push_packet),
12         (theora_enc_sink_event), (theora_enc_is_discontinuous),
13         (theora_enc_chain):
14         Parse segment events.
15         Pass incomming buffer timestamps to outgoing buffers.
16         Use the running_time to construct the granulepos.
17         Fixes #562163.
18
19 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
20
21         * gst/playback/gstplaybin2.c: (activate_group):
22         Fix buffer-duration property.
23
24 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
25
26         * gst-libs/gst/audio/gstbaseaudiosink.c:
27         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
28         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
29         (gst_base_audio_sink_change_state):
30         Really fix audiosink drain handling by keeping track of the running_time
31         of the last sample.
32
33 2008-11-24  Michael Smith <msmith@songbirdnest.com>
34
35         * gst/playback/gstplaybin2.c:
36           Add notification of current stream. Add ability to configure buffer
37           sizes.
38         * gst/playback/gsturidecodebin.c:
39           Add ability to configure buffer sizes for streaming mode.
40           Bug #561734.
41
42 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
43
44         * gst-libs/gst/audio/gstbaseaudiosink.c:
45           Time is already in running_time. Remove base_time handling. Fixes
46           audiosinks not draining and thus chopping some audio in the end.
47
48 2008-11-24  David Schleef  <ds@schleef.org>
49
50         * ext/ogg/gstoggmux.c:
51         * ext/ogg/gstoggmux.h:
52           If we're muxing a dirac stream, flush the page after every picture.
53
54 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
55
56         * gst-libs/gst/audio/gstbaseaudiosink.c:
57           Add one log message to check for audio_drained. Sync one log message
58           with the condition. Send EOS after draining audio in pull mode.
59
60 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
61
62         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
63         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
64         Use gst_buffer_try_new_and_alloc() and fail properly if the
65         allocation failed. This prevents abort() if downstream elements
66         request an insane amount of memory.
67
68 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
69
70         * gst/volume/gstvolume.c: (volume_choose_func),
71         (volume_update_volume), (gst_volume_set_volume),
72         (gst_volume_get_volume), (gst_volume_set_mute),
73         (gst_volume_class_init), (gst_volume_init),
74         (volume_process_double), (volume_process_float),
75         (volume_process_int32), (volume_process_int32_clamp),
76         (volume_process_int24), (volume_process_int24_clamp),
77         (volume_process_int16), (volume_process_int16_clamp),
78         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
79         (volume_transform_ip), (volume_set_property),
80         (volume_get_property):
81         * gst/volume/gstvolume.h:
82         Cleanup volume, define and use default values.
83         Recalculate new volume and mute setup before processing. Fixes #561789.
84
85         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
86         Add controller unit test. Patch by: Jonathan Matthew
87         Fix bogus test that messed with basetransform's internal state.
88
89 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
90
91         * gst/videorate/gstvideorate.c:
92         Add jpeg and png image media types to the caps. Fixes #561436.
93
94 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
95
96         * gst/playback/gstplaysink.c: (gen_audio_chain):
97         Don't post an error when we can't configure the volume but post a
98         warning instead. Fixes #561780.
99
100 2008-11-21  David Schleef  <ds@schleef.org>
101
102         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
103
104         * gst/videotestsrc/gstvideotestsrc.c:
105         * gst/videotestsrc/gstvideotestsrc.h:
106         * gst/videotestsrc/videotestsrc.c:
107         * gst/videotestsrc/videotestsrc.h:
108           Add a zone plate pattern generator based on BBC R&D Report
109           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
110           kx2=20 ky2=20 kt=1'.
111
112 2008-11-20  Michael Smith <msmith@songbirdnest.com>
113
114         * gst/playback/gstdecodebin2.c:
115           Fix random fat-fingering making this not compile.
116
117 2008-11-20  Michael Smith <msmith@songbirdnest.com>
118
119         * gst/playback/gstdecodebin2.c:
120           If the top-level type of the stream is plain text, don't try to decode
121           it, matching behaviour of decodebin.
122         * gst/playback/gstplaysink.c:
123           If we fail to generate a text chain (e.g. due to missing optional
124           plugins), don't crash.
125
126 2008-11-20  Michael Smith <msmith@songbirdnest.com>
127
128         * gst-libs/gst/rtsp/gstrtspdefs.c:
129           Fix win32 build. Oops.
130
131 2008-11-20  Michael Smith <msmith@songbirdnest.com>
132
133         * gst-libs/gst/rtsp/gstrtspdefs.c:
134           Use WSAGetLastError() rather than errno/h_errno on win32.
135
136 2008-11-20  Michael Smith <msmith@songbirdnest.com>
137
138         * gst-libs/gst/riff/riff-media.c:
139           Support WMA Lossless properly.
140
141 2008-11-18  David Schleef  <ds@schleef.org>
142
143         * gst/videotestsrc/gstvideotestsrc.c:
144         * gst/videotestsrc/gstvideotestsrc.h:
145         * gst/videotestsrc/videotestsrc.c:
146         * gst/videotestsrc/videotestsrc.h:
147           Add "colorspec" property, specifying whether to generate BT.601
148           or BT.709 video.  This only affects YCbCr values, not RGB, since
149           if you're generating a 709 test pattern, presumably you want
150           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
151           uses 75% colors instead of 100%, since this is often more useful
152           for testing (and also follows the SMPTE EG-1 guideline).
153
154 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
155
156         * gst/playback/gstdecodebin.c:
157         Add a "sink-caps" property to decodebin like it's done for decodebin2.
158         Fixes #560380.
159
160 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
161
162         * gst/audioresample/gstaudioresample.c:
163         Guard against a NULL dereference I somehow encountered -
164         with a FLUSH_STOP arriving either before basetransform _start(),
165         or after _stop().
166
167         * gst/typefind/gsttypefindfunctions.c:
168         Make sure we never jump backwards when typefinding corrupt mov files.
169
170 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
171
172         * gst-libs/gst/interfaces/propertyprobe.c:
173         Fix random type causing a docs warning.
174
175 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
176
177         * sys/v4l/gstv4l.c:
178           Give it a minimal rank for autovideosrc.
179
180 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
181
182         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
183         (plugin_init):
184         Improve typefinding of ISO JPEG2000 mime types.
185
186 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
187
188         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
189         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
190         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
191         * sys/xvimage/xvimagesink.h:
192         Avoid typechecking when we do trivial casts.
193         Move error handling out of the main program flow.
194         Sneak in the display-region caps property, not completely correct yet.
195         Cache the width/height in buffer_alloc instead of parsing it from the
196         caps all the time.
197
198 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
199
200         * gst/playback/gstplaybin2.c: (deactivate_group):
201         don't try to unlink the selector sinkpad when we don't have it yet. This
202         can happen if an error occured before the group was complete.
203
204 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
205
206         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
207         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
208         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
209         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
210         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
211         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
212         (gst_rtp_buffer_get_extension_data),
213         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
214         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
215         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
216         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
217         (gst_rtp_buffer_get_payload_type),
218         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
219         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
220         (gst_rtp_buffer_set_timestamp),
221         (gst_rtp_buffer_get_payload_subbuffer),
222         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
223         Avoid expensive type checks we already did as part of the 
224         _validate() function that should be called first.
225
226 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
227
228         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
229         (gst_base_rtp_depayload_push_full),
230         (gst_base_rtp_depayload_set_gst_timestamp):
231         Fix some cases where a newsegment event was not sent.
232
233 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
234
235         * gst/playback/gstplaybin2.c: (activate_group):
236         Catch state change errors and stop from the uridecodebin elements
237         instead of trying to continue in vain.
238
239 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
240
241         * gst-libs/gst/audio/gstbaseaudiosink.c:
242         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
243         (gst_base_audio_sink_callback):
244         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
245         for the latency to expire, fixes #559567.
246
247 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
248
249         * gst/adder/gstadder.c:
250           Change author string after seeing output of gst-inspector.
251
252 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
253
254         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
255         Don't try to do crazy things when we only have a text pad without a
256         video pad. Fixes #559478.
257
258 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
259
260         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
261         Fix case where we don't have a range for the rates or channels as is the
262         case with truespeech.
263
264 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
265
266         * gst/volume/gstvolume.c: (volume_update_real_volume),
267         (gst_volume_set_volume), (gst_volume_get_volume),
268         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
269         (volume_transform_ip), (volume_update_mute),
270         (volume_update_volume), (volume_get_property):
271         * gst/volume/gstvolume.h:
272         Keep negotiated state in a separate variable.
273         Protect the volume and mute properties with the object lock.
274         Protect modifying the transform with the transform lock.
275
276 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
277
278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
279         (gst_ffmpeg_pixfmt_to_caps):
280         Only convert caps to string when debug is enabled.
281
282 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
283
284         * ext/theora/gsttheoradec.h:
285         * ext/theora/theoradec.c: (gst_theora_dec_init),
286         (gst_theora_dec_reset), (theora_dec_src_event),
287         (theora_dec_sink_event), (theora_handle_type_packet):
288         Copy seqnum.
289         Keep events in a pending list, like vorbisdec, instead of trying
290         to construct a segment event ourselves.
291
292         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
293         (vorbis_dec_src_event), (vorbis_dec_sink_event):
294         * ext/vorbis/vorbisdec.h:
295         Copy seqnum.
296
297 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
298
299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
300         (gst_ogg_demux_deactivate_current_chain),
301         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
302         (gst_ogg_demux_loop):
303         * ext/ogg/gstoggdemux.h:
304         Copy seqnums around to track playback segments and messages.
305
306 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
307
308         Based on patch by: Matthias Kretz <kretz at kde dot org>
309
310         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
311         (gst_alsasink_prepare), (gst_alsasink_unprepare),
312         (gst_alsasink_write):
313         Make all access non-blocking so that we can better handle unplugging
314         of usb devices. Fixes #559111
315
316 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
317
318         Patch by: Damien Lespiau  <damien.lespiau gmail com>
319
320         * gst-libs/gst/rtsp/gstrtspconnection.c:
321         (gst_rtsp_connection_write):
322         Make the next call to poll not depend on previous calls to poll with or
323         without reading from the active descriptor. Fixes #544293.
324
325 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
326
327         Patch by: Nick Haddad <nick at haddads dot net>
328
329         * gst-libs/gst/riff/riff-ids.h:
330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
331         Add support for other fourcc codes that are commonly used for
332         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
333         Fixes #558553.
334
335 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
336
337         * gst/audioresample/gstaudioresample.c:
338           Return the result of parent_class->event().
339
340 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
341
342         * gst/audioresample/gstaudioresample.c:
343         (gst_audioresample_class_init), (audioresample_fixate_caps):
344         Fixate the rate to the nearest supported rate instead of
345         the first one. Fixes bug #549510.
346
347 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
348
349         * win32/common/libgstaudio.def:
350         Add new symbols.
351
352 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
353
354         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
355         Attempt to make obfuscated code clearer.
356
357 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
358
359         * docs/libs/gst-plugins-base-libs-sections.txt:
360         * gst-libs/gst/floatcast/floatcast.h:
361         Move float endianness conversion macros to core. Second part of
362         bug ##555196.
363
364 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
365
366         * sys/ximage/ximagesink.h:
367         * sys/xvimage/xvimagesink.h:
368           Don't mark as gtk-doc docs as they aren't public.
369
370 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
371
372         * sys/xvimage/xvimagesink.c:
373         * sys/xvimage/xvimagesink.h:
374         * tests/icles/Makefile.am:
375         * tests/icles/test-colorkey.c:
376           Allow setting colorkey if possible. Implement property probe interface
377           for optional X features (autopaint-colorkey, double-buffer and
378           colorkey). Fixes #554533
379
380 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
381
382         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
383         Remove useless buffer size assignment. It already has this value.
384
385 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
386
387         * gst-libs/gst/audio/gstaudiosink.c:
388         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
389         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
390         (gst_audioringbuffer_stop):
391         Implement a separate activate functions to start monitoring the segments
392         or, in pull mode, pulling in data.
393
394         * gst-libs/gst/audio/gstbaseaudiosink.c:
395         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
396         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
397         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
398         (gst_base_audio_sink_activate_pull),
399         (gst_base_audio_sink_async_play),
400         (gst_base_audio_sink_change_state):
401         Implement pad and element convert query function.
402         Activate the ringbuffer.
403         Use the segment last_stop value as the offset to pull.
404         Use new basesink _do_preroll() method to preroll in the pulling thread.
405         Take appropriate locking in the pulling thread.
406
407         * gst-libs/gst/audio/gstringbuffer.h:
408         Update some docs.
409
410 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
411
412         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
413         Improve MXF typefinding a bit by searching for a header partition
414         pack instead of just a general partition pack and checking more
415         bytes for valid values.
416
417 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
418
419         * tests/icles/.cvsignore:
420         update ignore file.
421
422         * tests/icles/Makefile.am:
423         * tests/icles/test-box.c: (make_pipeline), (main):
424         Add another interactive command line experimentation suite for
425         dynamically boxing/cropping/saling an input video.
426
427 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
428
429         * docs/libs/gst-plugins-base-libs-sections.txt:
430         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
431         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
432         * gst-libs/gst/audio/gstringbuffer.h:
433         Add methods to more accuratly control the pulling thread of a
434         ringbuffer.
435         Add format conversion helper code to the ringbuffer.
436         API: GstRingBuffer:gst_ring_buffer_activate()
437         API: GstRingBuffer:gst_ring_buffer_is_active()
438         API: GstRingBuffer:gst_ring_buffer_convert()
439
440 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
441
442         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
443         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
444         (gst_audioringbuffer_stop):
445         Signal thread startup earlier so that we can immediatly go into pull
446         mode when we have to and block on preroll.
447
448 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
449
450         * gst-libs/gst/audio/gstringbuffer.c:
451         (gst_ring_buffer_prepare_read):
452         In pull mode we want the callback to prepull a buffer we can preroll on
453         even when we are not yet playing.
454
455 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
456
457         * ext/alsa/Makefile.am:
458         * ext/cdparanoia/Makefile.am:
459         * ext/gio/Makefile.am:
460         * ext/gnomevfs/Makefile.am:
461         * ext/libvisual/Makefile.am:
462         * ext/ogg/Makefile.am:
463         * ext/pango/Makefile.am:
464         * ext/theora/Makefile.am:
465         * ext/vorbis/Makefile.am:
466         * gst/adder/Makefile.am:
467         * gst/audioconvert/Makefile.am:
468         * gst/audiorate/Makefile.am:
469         * gst/audioresample/Makefile.am:
470         * gst/audiotestsrc/Makefile.am:
471         * gst/ffmpegcolorspace/Makefile.am:
472         * gst/gdp/Makefile.am:
473         * gst/playback/Makefile.am:
474         * gst/subparse/Makefile.am:
475         * gst/tcp/Makefile.am:
476         * gst/typefind/Makefile.am:
477         * gst/videorate/Makefile.am:
478         * gst/videoscale/Makefile.am:
479         * gst/videotestsrc/Makefile.am:
480         * gst/volume/Makefile.am:
481         * sys/v4l/Makefile.am:
482         * sys/ximage/Makefile.am:
483         * sys/xvimage/Makefile.am:
484           Don't install static libs for plugins. Fixes #550851 for base.
485
486 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
487
488         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
489         Set the default blocksize to -1 because we will then use the configured
490         samplesperbuffer to create our output buffer.
491
492 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
493
494         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
495         (gst_riff_create_video_template_caps):
496         Add mappping for the KMVC (Karl Morton's Video) Codec.
497
498 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
499
500         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
501         Don't forget to advance the offset of what we're matching against, else
502         we end up in a forever loop.
503
504 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
505
506         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
507         Improve typefinding a bit. If we don't have a Unicode charset
508         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
509
510 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
511
512         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
513         Fix build on macosx.
514
515 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
516
517         Based on patch by: Robin Stocker <robin at nibor dot org>
518
519         * ext/theora/gsttheoradec.h:
520         * ext/theora/theoradec.c: (gst_theora_dec_init),
521         (theora_dec_setcaps), (theora_handle_type_packet),
522         (theora_dec_decode_buffer), (theora_dec_change_state):
523         Parse input caps and make the PAR override the encoded PAR when
524         specified by a container. Fixes #555699.
525
526 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
527
528         * gst-libs/gst/rtp/gstbasertpdepayload.c:
529         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
530         (gst_base_rtp_depayload_set_gst_timestamp),
531         (gst_base_rtp_depayload_change_state):
532         * gst-libs/gst/rtp/gstbasertpdepayload.h:
533         Add some more G_LIKELY
534         Fail when the setcaps function was not called.
535
536         * gst-libs/gst/rtp/gstbasertppayload.c:
537         (gst_basertppayload_set_outcaps):
538         Propagate return value of setcaps.
539
540 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
541
542         * gst/subparse/Makefile.am:
543         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
544         (gst_sub_parse_class_init), (gst_sub_parse_init),
545         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
546         (get_next_line), (gst_sub_parse_data_format_autodetect),
547         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
548         (gst_subparse_type_find):
549         * gst/subparse/gstsubparse.h:
550         Add support for UTF16/UTF32 subtitles as long as the first bytes of
551         the first buffer contain the BOM. This also adds support for other
552         encodings that allow NUL bytes via the encoding property.
553         Fixes bugs #552237 and #456788.
554
555 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
556
557         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
558         Don't drop the last byte of image tags if they're not an URI list.
559         Fixes bug #556066.
560
561 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
562
563         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
564         For looking at the 4th byte we have to get 4 bytes of course
565         and not 3.
566
567 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
568
569         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
570         Improve FLAC-without-headers typefinding by looking at most of the
571         frame header and checking if invalid values are used. Should prevent
572         quite some false positives compared to the old version which only
573         check if the first 14 bits are set.
574
575 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
576
577         * sys/xvimage/xvimagesink.c:
578           Don't assert on caps==NULL.
579
580 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
581
582         * gst/subparse/gstsubparse.c:
583         (gst_sub_parse_data_format_autodetect), (handle_buffer),
584         (gst_sub_parse_change_state):
585         * gst/subparse/gstsubparse.h:
586         * tests/check/elements/subparse.c: (GST_START_TEST):
587         Add support for subtitle files with UTF-8 BOM at the beginning
588         by simple stripping it from the first line before passing it
589         to any parsing code. Fixes bug #555257 and playback of files
590         created by Gnome Subtitles.
591
592 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
593
594         * gst/audiotestsrc/gstaudiotestsrc.c:
595         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
596         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
597         (gst_audio_test_src_start), (gst_audio_test_src_stop),
598         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
599         (gst_audio_test_src_create):
600         * gst/audiotestsrc/gstaudiotestsrc.h:
601         Define the default property values in the usual place.
602         Implement start/stop to reset values correctly.
603         Calculate the sample size only once when we negotiate.
604         Rename some values to make more sense.
605         Keep track of our byte range.
606         Add support for pull based scheduling. Disabled for now until we have
607         the whole stack working.
608         Set the BUFFER_OFFSET correctly.
609
610 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
611
612         Based on a patch by: xavierb at gmail dot com
613
614         * gst/subparse/gstsubparse.c:
615         (gst_sub_parse_data_format_autodetect):
616         * tests/check/elements/subparse.c: (GST_START_TEST):
617         Make the detection of the used subtitle a bit less strict
618         for srt subtitles. Fixes bug #555607.
619
620 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
621
622         * ext/vorbis/vorbisenc.c:
623         (gst_vorbis_enc_buffer_check_discontinuous):
624         Fix discontinuity detection which was broken by last commit.
625
626 2008-10-09  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
627
628         * configure.ac::
629           Require core CVS for ghostpad API additions used by decodebin2.
630
631 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
632
633         * gst-libs/gst/audio/gstbaseaudiosrc.c:
634         (gst_base_audio_src_create):
635         Fix debug statements (space between '%' and actual format).
636
637 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
638
639         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
640         Remove bogus assert, the decodepad could have been created inside an
641         already existing group.
642
643 2008-10-08  Andy Wingo  <wingo@pobox.com>
644
645         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
646         target instead of setting it.
647         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
648         API for a decode pad. The bugfix is that we set the group in
649         activate(), not when the pad was created because it might be NULL
650         then.
651         (gst_decode_group_control_source_pad, gst_decode_group_expose):
652         Update to use the API.
653
654 2008-10-08  Andy Wingo  <wingo@pobox.com>
655
656         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
657         be a subclass of GstGhostPad.
658         (analyze_new_pad): So, when emitting the signals that determine
659         how we do autoplugging, already create the ghost pad and use it as
660         the pad in the signal arguments. This allows applications to make
661         a connection between the pad passed in e.g. autoplug-continue, and
662         the pad passed in new-decoded-pad.
663         (connect_pad, expose_pad): Update to receive the ghosted decode
664         pad in the args, retargetting it as necessary if we have to plug
665         the target pad through a multiqueue.
666         (gst_decode_group_control_source_pad): Adapt to receive an
667         already-ghosted pad that just needs activation, blocking, and
668         drain notification.
669         (sort_end_pads): Adapt for decode pads actually being pads.
670         (gst_decode_group_expose): Adapt for decode pads actually being
671         pads. Rewrite the decode pad names so they appear in order. Adds a
672         new error case if we couldn't set the name.
673         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
674         logic.
675         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
676         New API for the decode pad, needed because we shouldn't do these
677         things inside gst_decode_pad_new(), but after.
678         (gst_decode_pad_new): Change to actually make the real pad, and
679         delay the blocking/drainage bits.
680
681 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
682
683         Patch by: Daniel Drake <dsd at laptop dot org>
684
685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
686         Unref all buffers when clearing collectpads. Fixes bug #546955.
687
688 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
689
690         Based on a patch by: Klaas <klaas at rivercrew dot net>
691
692         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
693         (gst_vorbis_enc_buffer_check_discontinuous),
694         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
695         * ext/vorbis/vorbisenc.h:
696         Keep track of the upstream segments and use the running time on that
697         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
698
699 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
700
701         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
702         Prevent overflows with big buffer when calculating the size of
703         the intermediate buffer by using gst_util_uint64_scale() instead of
704         plain arithmetics. Fixes bug #552801.
705
706 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
707
708         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
709
710         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
711         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
712         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
713         (gst_clock_overlay_get_property):
714         * ext/pango/gstclockoverlay.h:
715         API: Add ability to specify format for date/time display by
716         adding a "time-format" property.
717         Fixes bug #554879.
718
719 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
720
721         Patch by: Jan Gerber <j at oil21 dot org>
722
723         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
724         (gst_riff_create_video_template_caps):
725         Add FFV1 fourcc to support playback of FFMPEG lossless video
726         in AVI. Fixes bug #555319.
727
728 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
729
730         Patch by: HĂ¥vard Graff <havard dot graff at tandberg dot com>
731
732         * gst-libs/gst/audio/gstbaseaudiosrc.c:
733         (gst_base_audio_src_create):
734         Implement skew clock slaving. Fixes #552559.
735
736 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
737
738         * gst-libs/gst/audio/multichannel.c:
739         * gst-libs/gst/audio/testchannels.c:
740         Fix include of config.h
741
742 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
743
744         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
745
746         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
747         (print_media), (gst_sdp_message_dump):
748         Fix parsing of the c= field containing multicast addresses.
749         Fixes #552199.
750         Add the connection info to the session or streams.
751         Fix parsing of the bandwidth.
752         Add debugging for the connections and bandwidths for a media.
753         Add debugging for the bandwidth of the session. 
754
755 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
756
757         * gst-libs/gst/rtp/gstbasertppayload.c:
758         (gst_basertppayload_change_state):
759         Configure the next seqnum and timestamp in the state change so that they
760         can be queried soon after.
761
762 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
763
764         * gst-libs/gst/rtp/gstbasertpdepayload.c:
765         (gst_base_rtp_depayload_chain):
766         Improve debugging of the rtptime.
767
768 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
769
770         * configure.ac:
771         Back to development -> 0.10.21.1
772
773 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
774
775         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
776         (plugin_init):
777         Add typefinding for FLAC without headers in the beginning.
778         This is already handled by flacdec and friends.
779
780 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
781
782         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
783         (plugin_init):
784         Add typefinder for MXF.
785
786 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
787
788         * tests/icles/Makefile.am:
789         Only build test-colorkey if GTK+ is available.
790
791 === release 0.10.21 ===
792
793 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
794
795         * configure.ac:
796           releasing 0.10.21, "We Could Be Wrong"
797
798 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
799
800         * configure.ac:
801         0.10.20.4 pre-release
802
803 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
804
805         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
806
807         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
808         Set the BOS flag on the BOS packet. Fixes #553244.
809
810 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
811
812         * gst-libs/gst/rtsp/gstrtspmessage.c:
813         (gst_rtsp_message_parse_request),
814         (gst_rtsp_message_parse_response):
815         Fix the g_return_val_if_fail() statements.
816
817 2008-09-22  Michael Smith <msmith@songbirdnest.com>
818
819         * gst-libs/gst/tag/gsttagdemux.c:
820           Fail to activate if there's insufficient data in the file to be usable,
821           preventing an assertion fail later. Fixes #552960
822
823 2008-09-15  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
824
825         * gst-libs/gst/pbutils/descriptions.c:
826         * gst/typefind/gsttypefindfunctions.c:
827           Recognise Kate subtitle streams (#550582).
828
829 2008-09-13  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
830
831         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
832           Remove trailing comma from enum list, which causes problems
833           with -pendantic (#550729).
834
835 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
836
837         * configure.ac:
838         0.10.20.2 pre-release
839
840         * po/LINGUAS:
841         * po/id.po:
842         * po/pt_BR.po:
843
844         New translations.
845
846 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
847
848         * gst-libs/gst/interfaces/propertyprobe.c:
849           (gst_property_probe_get_properties),
850           (gst_property_probe_get_property),
851           (gst_property_probe_probe_property),
852           (gst_property_probe_probe_property_name),
853           (gst_property_probe_needs_probe),
854           (gst_property_probe_needs_probe_name),
855           (gst_property_probe_get_values),
856           (gst_property_probe_get_values_name),
857           (gst_property_probe_probe_and_get_values),
858           (gst_property_probe_probe_and_get_values_name):
859           More sanity checks for our second-favourite interface.
860
861 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
862
863         * gst-libs/gst/interfaces/propertyprobe.c:
864           Check for NULL pointer, in the hope that this fixes #532864.
865
866 2008-09-05  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
867
868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
869           No really, the next release is 0.10.21 (fix Since: tags in docs).
870
871 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
872
873         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
874         Disable a code path that is now called but causes a deadlock for some
875         reason and is unneeded.
876
877 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
878
879         * sys/xvimage/xvimagesink.c:
880         * sys/xvimage/xvimagesink.h:
881           Add a "draw-border" property that can be set to false to disable
882           drawing borders.
883           
884         * tests/icles/test-colorkey.c:
885         * tests/icles/Makefile.am:
886           Add new test application for the colorkey handling.
887
888 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
889
890         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
891         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
892         This will also be fixed for upcoming gst-ffmpeg release so that once
893         this release of -base is out, it will work with the latest gst-ffmpeg
894         release.
895
896 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
897
898         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
899         (gst_riff_create_audio_template_caps):
900         Add Truespeech mapping for RIFF formats (AVI/WAV).
901         Fixes #550656
902
903 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
904
905         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
906         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
907         Fixes #550638.
908
909 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
910
911         * configure.ac:
912         * gst/subparse/Makefile.am:
913         * gst/subparse/gstsubparse.c:
914         * gst/subparse/samiparse.c:
915         * tests/check/elements/subparse.c:
916           Rework last change, so that we build subparse, but just disable the
917           sami parse functionality, if we're configured to not use xml. In the
918           tests only the sami test is disabled now.
919
920 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
921
922         * configure.ac:
923           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
924           test runs.
925
926 2008-09-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
927
928         * po/POTFILES.in:
929           Add some more files with strings for translation.
930
931 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
932
933         * gst-libs/gst/tag/gstvorbistag.c:
934         * tests/check/libs/tag.c:
935           Use new geo location tags from core. Fixes #481169
936
937 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
938
939         * tests/check/elements/audioresample.c: (setup_audioresample),
940         (fail_unless_perfect_stream), (test_perfect_stream_instance),
941         (test_discont_stream_instance):
942         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
943         Add debugging for coherence.
944
945 2008-08-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
946
947         Patch by: Jonathan Matthew  <notverysmart gmail com>
948
949         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
950           Add typefinder for PDF documents (which is nice to have, since it's a
951           common format, but also helps prevent false positives). Fixes #549814.
952
953 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
954
955         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
956         (no_more_pads_cb):
957         Fix nasty race where multiple decodebins could start pushing data before
958         we manage to configure the sinks, resulting in not-linked errors in
959         typical RTSP streaming cases.
960
961 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
962
963         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
964         Since we now call stop, we trigger this code path that causes a deadlock
965         is apparently not needed.
966
967 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
968
969         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
970         (gst_ring_buffer_stop):
971         Also allow the case where the ringbuffer was paused when we try to stop
972         it so that the basesrc stop function is still called.
973
974 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
975
976         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
977
978         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
979         Reprobe devices again instead of taking a cached list as new
980         devices could've been plugged in. Fixes bug #549062.
981
982 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
983
984         Patch by: Alessandro Dessina <alessandro nnva org>
985
986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
987         (gst_ogg_demux_activate_chain):
988         Don't add pads and activate them for skeleton streams. These are already
989         handled inside oggdemux. Fixes bug #537599.
990
991 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
992
993         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
994         Reset variable so that query and convert fail after going back to
995         READY. Fixes #548898.
996
997 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
998
999         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1000         If a buffer arrives with a timestamp before the timestamp+duration
1001         of the previous buffer clip it instead of dropping it completely.
1002         Slight improvement for the unfixable bug #548913.
1003
1004 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1005
1006         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1007         Take the current timestamp instead of timestamp+duration for the offset.
1008         This offset will later be used for calculating the timestamp and
1009         otherwise vorbisdec will interpolate timestamps wrong if upstream
1010         only sends timestamps and no granulepos.
1011
1012 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1013
1014         * tests/examples/seek/seek.c:
1015           Don't crash when having no visualisations.
1016
1017 2008-08-16  David Schleef  <ds@schleef.org>
1018
1019         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1020           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1021           Fixes #548065.
1022
1023 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1024
1025         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1026         When cleaning up the caps fields also remove "depth" for the same
1027         reason we remove "width".
1028
1029 2008-08-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1030
1031         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1032           Add Lead H.264 here as well.
1033
1034 2008-08-14  Julien Moutte  <julien@fluendo.com>
1035
1036         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1037         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1038
1039 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1040
1041         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1042         (gst_base_audio_src_create):
1043         When not slaved to another clock also subtract the base_time from our
1044         internal clock time to get the running time.
1045
1046 2008-08-12  David Schleef  <ds@schleef.org>
1047
1048         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1049           since it has no basis in libtheora.
1050
1051 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1052
1053         * gst-libs/gst/interfaces/propertyprobe.h:
1054           Remove double "interface" from doc-string.
1055
1056         * gst-libs/gst/interfaces/xoverlay.h:
1057           Document interface.
1058
1059         * gst-libs/gst/riff/riff.c:
1060           Add basic doc blobs.
1061
1062 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1063
1064         * gst-libs/gst/audio/Makefile.am:
1065           Don't try to build that example anymore.
1066
1067 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1068
1069         * gst-libs/gst/audio/.cvsignore:
1070         * gst-libs/gst/audio/Makefile.am:
1071         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1072         * gst-libs/gst/audio/make_filter:
1073           Move audiofiltertemplate to gst-template.
1074
1075 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1076
1077         * docs/libs/gst-plugins-base-libs-sections.txt:
1078         * gst-libs/gst/audio/gstaudiosrc.h:
1079           More docs and shuffling. What can we do with the hundreds of #defines.
1080
1081 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1082
1083         * gst-libs/gst/audio/audio.h:
1084         * gst-libs/gst/audio/gstaudiofilter.h:
1085         * gst-libs/gst/audio/gstringbuffer.h:
1086         * gst-libs/gst/interfaces/propertyprobe.h:
1087         * gst-libs/gst/tag/gsttagdemux.h:
1088           Reducing number of dundocumented symbols.
1089
1090 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1091
1092         * gst-libs/gst/audio/audio.c:
1093           Fix doc comment syntax.
1094
1095         * gst-libs/gst/interfaces/propertyprobe.c:
1096           Add more doc-comments and a FIXME: for the signal.    
1097
1098 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1099
1100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1101         (gst_ogg_mux_request_new_pad):
1102         * ext/ogg/gstoggmux.h:
1103         Don't pretend to support NEWSEGMENT events, instead override the
1104         GstCollectPads event function to return FALSE on NEWSEGMENT events
1105         and do the normal work for other events.
1106
1107         This prevents elements like flacenc to seek to the start and rewrite
1108         some data which then results in a broken Ogg packet.
1109
1110 2008-08-07  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1111
1112         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1113
1114         * ext/alsa/gstalsaplugin.c: (plugin_init):
1115         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1116         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1117         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1118         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1119         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1120         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1121         * gst/playback/gstdecodebin.c: (plugin_init):
1122         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1123         * gst/playback/gstplayback.c: (plugin_init):
1124         * gst/playback/gstqueue2.c: (plugin_init):
1125         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1126         * sys/v4l/gstv4l.c: (plugin_init):
1127         Make sure gettext returns translations in UTF-8 encoding rather
1128         than in the current locale encoding (#546822).
1129
1130 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1131
1132         * gst-libs/gst/pbutils/descriptions.c:
1133           Add audio/x-qdm for qtdemux.
1134
1135 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1136
1137         * ext/vorbis/vorbisdec.c:
1138           Do not leak old taglist.
1139
1140 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1141
1142         * tests/icles/test-scale.c:
1143           Include <stdlib.h> for atoi().
1144
1145 2008-08-04  Andy Wingo  <wingo@pobox.com>
1146
1147         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1148         documentation fix.
1149
1150 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1151
1152         * gst/adder/gstadder.c:
1153           Cleanup lots of empty lines that came from gst-indent going havoc
1154           before I added the INDENT_ON/OFF marker some time agao.
1155
1156 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1157
1158         * configure.ac:
1159         * gst-libs/gst/riff/riff-read.c:
1160           Bump requirement to latest core and use new tag for riff formats.
1161           Needed for #520694.
1162
1163 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1164
1165         * tests/examples/dynamic/Makefile.am:
1166         * tests/examples/dynamic/codec-select.c: (make_encoder),
1167         (make_pipeline), (do_switch), (my_bus_callback), (main):
1168         Add example app that dynamically switches between 3 'encoders'.
1169
1170 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1171
1172         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1173         Add some more comments.
1174
1175 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1176
1177         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1178         (gst_video_test_src_create):
1179         Discard buffers of the wrong size after renegotiation, this is perfectly
1180         possible with things like capsfilter that could suggest caps changes
1181         upstream without knowing the size of the buffer.
1182
1183 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1184
1185         * tests/icles/.cvsignore:
1186         * tests/icles/Makefile.am:
1187         * tests/icles/test-scale.c: (make_pipeline), (main):
1188         Add dynamic rescaling tests for the new basetransform.
1189
1190 2008-07-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1191
1192         * gst/audioconvert/Makefile.am:
1193           Dist recently-added gstfastrandom.h.
1194
1195 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1196
1197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1198         Fix a "may be used uninitialized in this function" which weirdly only
1199         appears on macosx (?).
1200
1201 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1202
1203         * gst-libs/gst/riff/riff-ids.h:
1204           Adding acid chunk for tempo and loop information.
1205
1206 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1207
1208         * sys/xvimage/Makefile.am:
1209           floor() needs linking to $(LIBM).
1210
1211 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1212
1213         * ext/gnomevfs/gstgnomevfssrc.c:
1214           Aggregate short reads and add some comments and debug logging.
1215           Fixes #537380
1216
1217 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1218
1219         * gst/playback/gstplaybasebin.c:
1220           Fix property doc markup (its not a signal).
1221
1222         * sys/xvimage/xvimagesink.c:
1223           Add since tag for new proeprties (also add sice tags fro the last two
1224           other additions).
1225
1226 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1227
1228         * sys/xvimage/xvimagesink.c:
1229         * sys/xvimage/xvimagesink.h:
1230           Add autofill/colorkey properties. Fixes #538656.
1231
1232 2008-07-28  David Schleef  <ds@schleef.org>
1233
1234         * sys/xvimage/xvimagesink.c:
1235           Fix rounding errors when converting colorbalance values
1236           between hardware and object property ranges.  Partial
1237           fix for #537889, however, there still seems to be a small
1238           drift problem that could be totem's fault.
1239
1240 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1241
1242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1243         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1244         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1245         This fixes a critical warning.
1246
1247 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1248
1249         * ext/ogg/gstoggmux.c:
1250         Allow muxing of CELT into Ogg streams.
1251
1252 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1253
1254         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1255         (plugin_init):
1256         Add simple typefinder for the CELT codec (www.celt-codec.org).
1257
1258 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1259
1260         Patch by: Jan Gerber <j at oil21 dot org>
1261
1262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1263         Fix calculation of the start time from skeleton streams.
1264         Fixes bug #530068.
1265
1266 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1267
1268         * tests/examples/seek/seek.c:
1269           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1270
1271 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1272
1273         * gst/audioconvert/audioconvert.h:
1274         * gst/audioconvert/gstaudioquantize.c:
1275         (gst_audio_quantize_setup_dither),
1276         (gst_audio_quantize_free_dither):
1277         * gst/audioconvert/gstfastrandom.h:
1278         Implement a linear congruential generator as pseudo random number
1279         generator for the dither noise. This is about 2 times faster than
1280         using GLib's mersenne twister. Also this uses only integer math for
1281         generating integers while GLib internally uses floating point math.
1282
1283 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1284
1285         * configure.ac:
1286           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1287
1288 2008-07-23  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1289
1290         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1291
1292         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1293           Use GST_STR_NULL to avoid crashes with libcs that don't
1294           like NULL strings in printf args (such as the win32 one).
1295           Fixes #544306.
1296
1297 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1298
1299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1300         Oops - set the size of the image used for probing back to 1x1, for
1301         consistency with ximagesink
1302
1303 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1304
1305         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1306         (gst_ximagesink_ximage_new):
1307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1308         (gst_xvimagesink_xvimage_new):
1309
1310         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1311         X server to attach to a shared memory segment after we've deleted it,
1312         with the result that MIT-SHM is disabled. Instead, remove it only after 
1313         X succeeds in attaching too.
1314
1315 2008-07-16  David Schleef  <ds@schleef.org>
1316
1317         * gst/audiotestsrc/gstaudiotestsrc.c:
1318         * gst/audiotestsrc/gstaudiotestsrc.h:
1319           Add 'ticks', a 1/30 second sine wave pulse every second.
1320
1321 2008-07-15  David Schleef  <ds@schleef.org>
1322
1323         * gst-libs/gst/video/video.c: Revert ABI change.
1324
1325 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1326
1327         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1328         Make it impossible to have NULL caps at the point where we set
1329         framerate and other things. Also don't return immediately for "3ivd"
1330         video and let framerate, etc be set. Might fix bug #542508.
1331
1332 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1333
1334         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1335         Video format can also be conveniently determined from (many)
1336         non-fixed caps.
1337
1338 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1339
1340         * gst/playback/gstplaybasebin.c:
1341         * gst/playback/gstplaybasebin.h:
1342         * gst/playback/gstplaybin.c:
1343         * gst/playback/gststreamselector.c:
1344         First stab at integrating DVD subpicture overlay into
1345         playbin. Successfully plugs and plays, but the queues need
1346         shrinking - 3 seconds of video is too much buffering.
1347
1348 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1349
1350         * gst/audioconvert/gstaudioconvert.c:
1351           Remove now obsolete note in the docs.
1352
1353 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1354
1355         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1356         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1357         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1358         * docs/plugins/gst-plugins-base-plugins.args:
1359         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1360         * docs/plugins/gst-plugins-base-plugins.interfaces:
1361         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1362         * docs/plugins/gst-plugins-base-plugins.signals:
1363         * docs/plugins/inspect/plugin-adder.xml:
1364         * docs/plugins/inspect/plugin-alsa.xml:
1365         * docs/plugins/inspect/plugin-audioconvert.xml:
1366         * docs/plugins/inspect/plugin-audiorate.xml:
1367         * docs/plugins/inspect/plugin-audioresample.xml:
1368         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1369         * docs/plugins/inspect/plugin-cdparanoia.xml:
1370         * docs/plugins/inspect/plugin-decodebin.xml:
1371         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1372         * docs/plugins/inspect/plugin-gdp.xml:
1373         * docs/plugins/inspect/plugin-gnomevfs.xml:
1374         * docs/plugins/inspect/plugin-libvisual.xml:
1375         * docs/plugins/inspect/plugin-ogg.xml:
1376         * docs/plugins/inspect/plugin-pango.xml:
1377         * docs/plugins/inspect/plugin-playback.xml:
1378         * docs/plugins/inspect/plugin-queue2.xml:
1379         * docs/plugins/inspect/plugin-subparse.xml:
1380         * docs/plugins/inspect/plugin-tcp.xml:
1381         * docs/plugins/inspect/plugin-theora.xml:
1382         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1383         * docs/plugins/inspect/plugin-uridecodebin.xml:
1384         * docs/plugins/inspect/plugin-video4linux.xml:
1385         * docs/plugins/inspect/plugin-videorate.xml:
1386         * docs/plugins/inspect/plugin-videoscale.xml:
1387         * docs/plugins/inspect/plugin-videotestsrc.xml:
1388         * docs/plugins/inspect/plugin-volume.xml:
1389         * docs/plugins/inspect/plugin-vorbis.xml:
1390         * docs/plugins/inspect/plugin-ximagesink.xml:
1391         * docs/plugins/inspect/plugin-xvimagesink.xml:
1392         * ext/alsa/gstalsamixer.c:
1393         * ext/alsa/gstalsasink.c:
1394         * ext/alsa/gstalsasrc.c:
1395         * ext/gio/gstgiosink.c:
1396         * ext/gio/gstgiosrc.c:
1397         * ext/gio/gstgiostreamsink.c:
1398         * ext/gio/gstgiostreamsrc.c:
1399         * ext/gnomevfs/gstgnomevfssink.c:
1400         * ext/gnomevfs/gstgnomevfssrc.c:
1401         * ext/ogg/gstoggdemux.c:
1402         * ext/ogg/gstoggmux.c:
1403         * ext/pango/gstclockoverlay.c:
1404         * ext/pango/gsttextoverlay.c:
1405         * ext/pango/gsttextrender.c:
1406         * ext/pango/gsttimeoverlay.c:
1407         * ext/theora/theoradec.c:
1408         * ext/theora/theoraenc.c:
1409         * ext/theora/theoraparse.c:
1410         * ext/vorbis/vorbisdec.c:
1411         * ext/vorbis/vorbisenc.c:
1412         * ext/vorbis/vorbisparse.c:
1413         * ext/vorbis/vorbistag.c:
1414         * gst/adder/gstadder.c:
1415         * gst/audioconvert/gstaudioconvert.c:
1416         * gst/audioresample/gstaudioresample.c:
1417         * gst/audiotestsrc/gstaudiotestsrc.c:
1418         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1419         * gst/gdp/gstgdpdepay.c:
1420         * gst/gdp/gstgdppay.c:
1421         * gst/playback/gstdecodebin2.c:
1422         * gst/playback/gstplaybin.c:
1423         * gst/playback/gstplaybin2.c:
1424         * gst/playback/gstqueue2.c:
1425         * gst/playback/gsturidecodebin.c:
1426         * gst/tcp/gstmultifdsink.c:
1427         * gst/tcp/gsttcpserversink.c:
1428         * gst/videorate/gstvideorate.c:
1429         * gst/videoscale/gstvideoscale.c:
1430         * gst/videotestsrc/gstvideotestsrc.c:
1431         * gst/volume/gstvolume.c:
1432         * sys/ximage/ximagesink.c:
1433         * sys/xvimage/xvimagesink.c:
1434           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1435           titles. Drop mentining that all our example pipelines are "simple"
1436           pipelines.
1437
1438 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1439
1440         * tests/examples/seek/Makefile.am:
1441         Fix out of tree build by adding all required CFLAGS.
1442
1443 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1444
1445         * gst/playback/gstdecodebin.c: (add_raw_queue):
1446         And ref the pad before returning it again when linking to the queue
1447         failed. Otherwise we will unref the pad twice later and things break.
1448
1449 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1450
1451         * gst/playback/gstdecodebin.c: (add_raw_queue):
1452         If linking the raw pad with a queue fails, try it without a queue
1453         instead of failing completely. This should never happen.
1454
1455 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1456
1457         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1458
1459         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1460         Add a queue after a demuxer if the demuxer outputs raw data. This was
1461         done before only for non-raw data but is required in this case too.
1462         Fixes bug #540215.
1463
1464         decodebin2 doesn't have this issue because all streams of a group
1465         go through multiqueue.
1466
1467 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1468
1469         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1470
1471         * gst-libs/gst/sdp/gstsdpmessage.c:
1472         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1473         that getaddrinfo() can be used. Fixes #541358.
1474
1475 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1476
1477         * gst/videotestsrc/gstvideotestsrc.c:
1478         (gst_video_test_src_class_init), (gst_video_test_src_init),
1479         (gst_video_test_src_set_property),
1480         (gst_video_test_src_get_property), (gst_video_test_src_create):
1481         * gst/videotestsrc/gstvideotestsrc.h:
1482         Cleanups, use default property values as defines.
1483         Add property to enable/disable peer buffer allocation.
1484
1485 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1486
1487         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1488         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1489         Enable unit tests on PPC again as the bugs are now fixed.
1490
1491 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1492
1493         * gst-libs/gst/riff/riff-ids.h:
1494         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1495         (gst_riff_create_audio_template_caps):
1496         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1497         Fixes bug #540351.
1498
1499 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1500
1501         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1502         (gst_ffmpeg_pixfmt_to_caps):
1503         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1504         (gst_ffmpegcsp_get_unit_size):
1505         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1506         it on other formats. Also adjust the unit size only for that format
1507         to not include the palette. Fixes bug #540497.
1508
1509 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1510
1511         * gst/adder/gstadder.c:
1512           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1513
1514 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1515
1516         * ChangeLog:
1517           ChangeLog surgery.
1518   
1519         * tests/examples/seek/seek.c:
1520           Move variable into ifdef too.
1521         
1522
1523 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1524
1525         * tests/examples/seek/seek.c:
1526           Include config.h and check if we have X. Remove XInitThread(), don't
1527           think its needed. Fixes: #540334.
1528
1529 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1530
1531         Patch by: Sam Morris <sam at robots dot org to uk>
1532
1533         * gst-libs/gst/interfaces/mixertrack.c:
1534         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1535         (gst_mixer_track_set_property):
1536         API: Add "index" property to GstMixerTrack to differantiate between
1537         multiple mixer tracks with the same label.
1538
1539         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1540         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1541         Set the "index" property of GstMixerTrack to the index given by ALSA.
1542         Fixes bug #528299.
1543
1544 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1545
1546         * tests/examples/seek/Makefile.am:
1547         * tests/examples/seek/seek.c:
1548           Remove libgstvideo usage. Use gtk_get_option_group instead of
1549           gtk_init().
1550
1551 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1552
1553         * tests/check/Makefile.am:
1554           Name the test registry format neutral.
1555
1556 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1557
1558         * gst/playback/gstqueue2.c:
1559           Do not double notify. Remove the unsued return value.
1560
1561 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1562
1563         * ext/alsa/gstalsamixer.c:
1564           Also consider "speaker" as a name for master volume. If that doesn't
1565           help look for the first non-mono volume control that also has a
1566           playback switch.
1567
1568 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1569
1570         * ChangeLog:
1571           Forgot to save the ChangeLog :/
1572
1573 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1574
1575         * tests/examples/seek/Makefile.am:
1576         * tests/examples/seek/seek.c:
1577           Embedd the xwindow. Allow to play multiple files.
1578
1579 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1580
1581         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1582         (gst_ximagesink_setcaps):
1583         * sys/ximage/ximagesink.h:
1584         When the caps change, make sure to re-draw borders in
1585         force-aspect-ratio=true mode.
1586         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1587         Don't clear the border_draw flag until we actually draw the border.
1588         * tests/check/Makefile.am:
1589         Ignore alsasink/src during the states test too, so it doesn't fail
1590         when running without access to the sound device.
1591
1592 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1593
1594         * tests/examples/seek/seek.c:
1595           Fix crasher when playing a parse-launch line the 2nd time.
1596
1597 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1598
1599         * tests/check/pipelines/oggmux.c:
1600           Properly ifdef tests to fix compilation.
1601
1602 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1603
1604         * gst/playback/gstplay-marshal.list:
1605         * gst/playback/gstplaybin2.c:
1606           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1607           playbin2. This allows the user to get to the selector's sinkpads, and
1608           thus inspect a range of things - caps, tags, etc. 
1609
1610 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1611
1612         * gst/playback/gstplaybin2.c:
1613           Use a different constant for the convert-frame signal id.
1614           Fixes #537009.
1615
1616 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1617
1618         * gst/playback/gstplaybin2.c:
1619         * gst/playback/gstplaysink.c:
1620           Fix a whole bunch of typos in comments and log statements. 
1621
1622 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1623
1624         * sys/xvimage/xvimagesink.c:
1625           Don't set colour balance values on the Xv port if the user hasn't
1626           changed them (via properties or the interface). Avoids accumulating
1627           rounding errors for the common case.
1628           Partial fix for bug #537889.
1629
1630 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1631
1632         * gst/playback/gstdecodebin2.c:
1633           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1634           pads are drained.
1635
1636 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1637
1638         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1639         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1640         Report the encoder latency. Fixes #538232.
1641
1642 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1643
1644         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1645         (notify_source), (activate_group):
1646         Implement the source property, emit notify when it changes in the
1647         underlying uridecodebin.
1648
1649 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1650
1651         * tests/examples/seek/seek.c: (stop_cb):
1652         Free and clear the seek element list so that we don't use invalid
1653         references when seeking after recreating a gst-launch line.
1654
1655 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1656
1657         * gst-libs/gst/audio/gstbaseaudiosink.c:
1658         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1659         (gst_base_audio_sink_render):
1660         Report latency even if we are not live instead of hiding it.
1661         Take ts-offset and render-delay of the basesink into account when
1662         scheduling samples.
1663         Rework the clipping code so that we can take the various offsets into
1664         account and still do correct clipping.
1665
1666 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1667
1668         * configure.ac:
1669         Bump verion back to devel -> 0.10.20.1
1670
1671 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1672
1673         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1674         Don't increase the size of non-string image buffers by one as this
1675         might in theory confuse decoders. Still increase it by one for string
1676         image buffers to append '\0'.
1677
1678 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1679
1680         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1681         
1682         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1683         Fix a buffer memleak and remove a confusing and wrong debug output.
1684         Fixes bug #538663.
1685
1686 === release 0.10.20 ===
1687
1688 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1689
1690         * configure.ac:
1691           releasing 0.10.20, "Here I Go Again"
1692
1693 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1694
1695         * configure.ac:
1696         0.10.19.3 pre-release
1697
1698 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1699
1700         * gst-libs/gst/rtsp/gstrtspconnection.c:
1701         Fix build on win32.
1702         Patch By: David Schleef <ds@schleef.org>
1703         Fixes: #536874
1704
1705 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1706
1707         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1708         (gst_gio_base_src_create):
1709         * ext/gio/gstgiobasesrc.h:
1710         Try to read the requested number of bytes, even if the first
1711         read returns less than requested, until nothing is read anymore
1712         or we have the requested amount of bytes. This fixes playback of
1713         files via Samba as Samba only allows to read 64k at once.
1714
1715         Implement a caching algorithm that makes sure that we read at
1716         least 4k of data every time. Some elements will try to read a few
1717         bytes, then seek, read again a few bytes and so on and this is
1718         painfully slow as every operation has to go over DBus if GVfs is
1719         used as backend.
1720
1721         Fixes bug #536849 and #536848.
1722
1723         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1724         (gst_gio_src_check_get_range):
1725         Override check_get_range() to blacklist http/https URIs
1726         and whitelist file URIs. More to be added on demand.
1727
1728 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1729
1730         * configure.ac:
1731         0.10.19.2 pre-release
1732
1733 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1734
1735         * win32/common/libgstrtsp.def:
1736         * win32/common/libgsttag.def:
1737         Add new API functions to the dll exports
1738
1739 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1740
1741         * gst/playback/gstplaybasebin.c:
1742           Disconnect signals from decodebins we created before we remove it
1743           from playbin, to avoid crashes if the decodebin is eventually
1744           disposed after the playbin itself (possible if the app takes a
1745           reference on the decodebin).
1746           Fixes #536521.
1747
1748 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1749
1750         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1751           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1752           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1753           (h264_video_type_find), (mpeg_video_stream_type_find),
1754           (dv_type_find), (mmsh_type_find):
1755           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1756           copy caps for no good reason (this may be desirable to make it easier
1757           to detect leaks, but then it should probably be done for all caps
1758           in the typefinder somewhere).
1759
1760 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1761
1762         * tests/check/Makefile.am:
1763         Do not try to run the check tests for subparse unless it has been
1764         built.
1765
1766 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1767
1768         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1769         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1770         Do not try to run a test which requires vorbisenc unless we have
1771         actually built it.
1772
1773 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1774
1775         * gst-libs/gst/rtsp/gstrtspconnection.c:
1776         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1777         (gst_rtsp_connection_clear_auth_params),
1778         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1779         * gst-libs/gst/rtsp/gstrtspconnection.h:
1780         Add a couple of missing argument guards.
1781         Add a way of setting the DSCP for an RTSP connection.
1782         Add an accessor method for the ip member of GstRTSPConnection as all
1783         members are supposed to be private.
1784
1785 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1786
1787         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1788         Fixed accidental use of IPv4 options for all IPv6 addresses.
1789
1790 2008-06-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1791
1792         * gst-libs/gst/interfaces/mixertrack.h:
1793           Document mixer track flags.
1794
1795 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1796
1797         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1798
1799         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1800         Don't set caps on the buffers that contain a copy of the buffer
1801         including the caps of them resulting in an always increasing refcount
1802         of the caps and insanely large caps. Instead include a buffer without
1803         caps in the new caps. Fixes bug #536475.
1804
1805 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1806
1807         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1808         Transform a given PAR to a range on the struct with the generic
1809         height/width instead of the struct with the possibly restricted
1810         height/width.
1811
1812 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1813
1814         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1815         Prefer the given format if it contains something stricter than [1,MAX]
1816         for height or width and only put a structure that requires rescaling
1817         as second. This makes it possible to use videoscale in pipelines where
1818         the source can actually produce the wanted height/width but usually
1819         selects a different one from the requested.
1820
1821 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1822
1823         Based on patch by: John Millikin <jmillikin gmail com>
1824
1825         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1826           (gst_vorbis_tag_add_coverart):
1827           Retrieve COVERART tags from vorbis comments (#512333)
1828
1829 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1830
1831         * gst-libs/gst/tag/tag.h:
1832         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1833           Don't forget to add new enum value here too (should probably use
1834           glib-mkenums here...).
1835
1836 2008-06-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1837
1838         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1839         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1840         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1841           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1842           (gst_tag_image_data_to_image_buffer):
1843           Add two utility functions to avoid code duplication (#512333):
1844           API: add gst_tag_image_data_to_image_buffer()
1845           API: add gst_tag_list_add_id3_image()
1846           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1847
1848 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1849
1850         * win32/common/libgstaudio.def:
1851         Add gst_audio_check_channel_positions() to the exported symbols.
1852
1853 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1854
1855         * docs/libs/gst-plugins-base-libs-sections.txt:
1856         * gst-libs/gst/audio/multichannel.c:
1857         (gst_audio_check_channel_positions):
1858         * gst-libs/gst/audio/multichannel.h:
1859         API: Make gst_audio_check_channel_positions() public.
1860
1861         * tests/check/libs/audio.c: (GST_START_TEST):
1862         Add some simple checks for gst_audio_check_channel_positions().
1863
1864 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1865
1866         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1867           minrange and maxrange are scaled according to the frequency
1868           multiplier.
1869
1870 2008-06-02  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
1871
1872         * ext/pango/Makefile.am:
1873         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1874           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1875           Use gstvideo functions to calculate strides and plane offsets. Fixes
1876           rendering issue ('ghost' images of the text on the chroma planes)
1877           with widths or heights that are not multiples of 8 (#506659 and
1878           probably also #485729).
1879
1880         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1881           (main):
1882           Test with odd height/width too.
1883
1884 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1885
1886         * gst/adder/gstadder.c: (gst_adder_query_duration),
1887         (gst_adder_query_latency):
1888         When using gst_element_iterate_pads() one has to unref every pad
1889         after usage.
1890
1891 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1892
1893         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1894         (gst_base_audio_src_class_init):
1895         Add a gtk-doc chunk for the new properties to have a Since: indication.
1896
1897 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1898
1899         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1900         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1901         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1902         (gst_base_audio_src_change_state):
1903         Provide readable actual-buffer-time and actual-latency-time properties
1904         that reflect the configured ringbuffer values. Fixes #524724.
1905         API: GstBaseAudioSrc:actual-buffer-time
1906         API: GstBaseAudioSrc:actual-latency-time
1907
1908 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1909
1910         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1911         (gst_basertppayload_change_state):
1912         Simply converting the running time into an RTP timestamp by scaling it
1913         based on the clock-rate is good enough for making an RTP timestamp. This
1914         has the added benefit that we can later on expose a property with the
1915         RTP timestamp of running time 0, as is needed for RTSP servers to
1916         generate the response of the PLAY request.
1917
1918 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1919
1920         * gst/audioconvert/gstaudioconvert.c:
1921         (structure_has_fixed_channel_positions),
1922         (gst_audio_convert_transform_caps):
1923         Allow up to 11 positioned channels now that audioconvert can handle
1924         this but add no default positions for > 8 channels.
1925         
1926         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1927         Add some unit tests for the above change: Test conversion of
1928         11 positioned channels to stereo and the other way around, test
1929         conversion of 15 unpositioned channels in different ways.
1930
1931 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1932
1933         * win32/common/libgstaudio.def:
1934         Add gst_audio_clock_reset to the list of exported symbols.
1935
1936 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1937
1938         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1939         Remove wrong_channels_identification_header unit test as we now
1940         support 7 (and more channels).
1941
1942 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1943
1944         * gst/audioconvert/gstchannelmix.c:
1945         (gst_channel_mix_fill_one_other):
1946         If mixing left or right to center (or the other way around) only take
1947         the complete value if we don't already have the original position in
1948         the source.
1949
1950 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1951
1952         * gst-libs/gst/audio/multichannel.c:
1953         (gst_audio_check_channel_positions),
1954         (gst_audio_set_structure_channel_positions_list),
1955         (gst_audio_fixate_channel_positions):
1956         Allow rear center together with rear left/right and other previously
1957         conflicting channel positions. The reason why they weren't allowed
1958         was the channel mixing implementation in audioconvert.
1959         Also take this into account when fixing channel layouts.
1960
1961         Allow setting channel positions for 1/2 channels when using
1962         gst_audio_set_structure_channel_position().
1963
1964         * gst/audioconvert/gstchannelmix.c:
1965         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1966         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1967         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1968         Major rewrite of the channel mixing.
1969
1970         We now allow previously conflicting channel positions to appear
1971         together (rear center and rear left/right for example).
1972         Fixes bug #533817.
1973
1974         Rework the way channels are mixed together to take more possible
1975         channel positions into account, properly mix from/to side channels
1976         and don't assume that either center, left&right or nothing of a
1977         specific position is available anymore.
1978
1979         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1980         Adjust unit tests with non-standard 1/2 channel layouts to the more
1981         correct new behaviour.
1982
1983         Add a unit test for 5.1->Stereo downmixing.
1984
1985 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1986
1987         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1988         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1989         Add sane defaults for the 7 and 8 channel layouts as those are
1990         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1991         more than 8 channels instead of erroring out. Fixes bug #535356.
1992
1993 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1994
1995         * docs/plugins/Makefile.am:
1996         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1997         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1998         * ext/theora/theoraparse.c:
1999         Add theoraparse to the docs and fix some docs.
2000
2001 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2002
2003         * gst-libs/gst/cdda/gstcddabasesrc.c:
2004         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2005         Fix EOS condition and track addition check, the track.end sector is
2006         included in the track. Fixes #533265.
2007
2008 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2009
2010         Patch by: Mark Nauwelaerts <manauw at skynet be>
2011
2012         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2013         (gst_video_rate_flush_prev), (gst_video_rate_event),
2014         (gst_video_rate_chain):
2015         * gst/videorate/gstvideorate.h:
2016         React (more) to NEWSEGMENT
2017         Small adjustment in timestamp calculation to prevent mismatches
2018         Fixes #435633.
2019
2020 2008-05-28  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2021
2022         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2023           Initialise error to NULL as we should.
2024
2025 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2026
2027         * gst/adder/gstadder.c: (gst_adder_query_duration),
2028         (gst_adder_query_latency), (gst_adder_query):
2029         Implement latency query.
2030
2031 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2032
2033         * gst/adder/gstadder.c: (gst_adder_query_duration):
2034         Correctly resync the iterator if gst_iterator_next() returns
2035         GST_ITERATOR_RESYNC.
2036
2037 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2038
2039         * win32/vs6/libgstpbutils.dsp:
2040           Add pbutils-enumtypes.c to sources (#518037).
2041
2042 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2043
2044         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2045         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2046         * gst-libs/gst/audio/gstaudioclock.h:
2047         Add method to inform the clock that the time starts from 0 again. We use
2048         this info to calculate a clock offset so that the time we report in
2049         internal_time is monotonically increasing, as required by the clock base
2050         class. Fixes #521761.
2051         API: GstAudioClock::gst_audio_clock_reset()
2052
2053         * gst-libs/gst/audio/gstbaseaudiosink.c:
2054         (gst_base_audio_sink_skew_slaving),
2055         (gst_base_audio_sink_change_state):
2056         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2057         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2058         Reset reported time when we (re)create the ringbuffer.
2059
2060 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2061
2062         * ext/alsa/gstalsamixertrack.c:
2063           (gst_alsa_mixer_track_update_alsa_capabilities):
2064           Make sure playback volumes aren't accidentally overwritten by
2065           capture volumes if an alsa mixer track has both playback and
2066           capture capabilities: we create two GstMixerTracks in that
2067           case, so make sure we query only the alsa capabilities that
2068           refer to the type of GstMixerTrack we created from the dual
2069           capability alsa element. Should fix issues with Audigy2 sound
2070           cards (#518082).
2071
2072 2008-05-27  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2073
2074         * tests/check/pipelines/oggmux.c: (test_pipeline):
2075           Don't use deprecated function.
2076
2077 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2078
2079         * gst/playback/gstdecodebin2.c:
2080         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2081         Check for NULL cases and log them, creating ghostpads can, for example,
2082         fail when the pad returns wrong caps.
2083
2084         * gst/playback/gstplaybin2.c: (perform_eos):
2085         When pushing out the EOS event, collect the return value and warn when
2086         something failed.
2087
2088 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2089
2090         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2091         (gst_riff_create_video_template_caps):
2092         Add support for DVCPRO.
2093
2094 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2095
2096         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2097           Change default scaling method from nearest-neighbour to bilinear.
2098
2099 2008-05-26  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2100
2101         * tests/check/libs/video.c:
2102           More checks.
2103
2104 2008-05-25  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2105
2106         * gst/subparse/gstsubparse.c: (parser_state_init),
2107           (gst_sub_parse_format_autodetect), (handle_buffer):
2108         * gst/subparse/gstsubparse.h:
2109         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2110           Limit duration to a maximum of five seconds for tmplayer format where
2111           we can guess the duration only from the timestamp of the next line of
2112           text. We don't want to show a text for eternities just because nothing
2113           else is being said for a while.
2114
2115 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2116
2117         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2118         (gst_base_rtp_depayload_chain),
2119         (gst_base_rtp_depayload_handle_sink_event),
2120         (gst_base_rtp_depayload_push_full),
2121         (gst_base_rtp_depayload_change_state):
2122         Check sequence numbers, mark input buffers with a discont flag for the
2123         subclass when we detected a gap, drop duplicate buffers. We do this
2124         because one can use the element without a jitterbuffer in front and we
2125         don't want to feed the subclasses invalid or reordered data.
2126         Do an error when the subclass did not provide a process function instead
2127         of crashing.
2128         Some other small cleanups.
2129
2130 2008-05-22  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2131
2132         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2133           May just as well use the precalculated uvstride here.
2134
2135 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2136
2137         * docs/plugins/Makefile.am:
2138         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2139         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2140         * docs/plugins/gst-plugins-base-plugins.args:
2141         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2142         * docs/plugins/gst-plugins-base-plugins.interfaces:
2143         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2144         * docs/plugins/inspect/plugin-adder.xml:
2145         * docs/plugins/inspect/plugin-alsa.xml:
2146         * docs/plugins/inspect/plugin-audioconvert.xml:
2147         * docs/plugins/inspect/plugin-audiorate.xml:
2148         * docs/plugins/inspect/plugin-audioresample.xml:
2149         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2150         * docs/plugins/inspect/plugin-cdparanoia.xml:
2151         * docs/plugins/inspect/plugin-decodebin.xml:
2152         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2153         * docs/plugins/inspect/plugin-gdp.xml:
2154         * docs/plugins/inspect/plugin-gio.xml:
2155         * docs/plugins/inspect/plugin-gnomevfs.xml:
2156         * docs/plugins/inspect/plugin-libvisual.xml:
2157         * docs/plugins/inspect/plugin-ogg.xml:
2158         * docs/plugins/inspect/plugin-pango.xml:
2159         * docs/plugins/inspect/plugin-playback.xml:
2160         * docs/plugins/inspect/plugin-queue2.xml:
2161         * docs/plugins/inspect/plugin-subparse.xml:
2162         * docs/plugins/inspect/plugin-tcp.xml:
2163         * docs/plugins/inspect/plugin-theora.xml:
2164         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2165         * docs/plugins/inspect/plugin-uridecodebin.xml:
2166         * docs/plugins/inspect/plugin-video4linux.xml:
2167         * docs/plugins/inspect/plugin-videorate.xml:
2168         * docs/plugins/inspect/plugin-videoscale.xml:
2169         * docs/plugins/inspect/plugin-videotestsrc.xml:
2170         * docs/plugins/inspect/plugin-volume.xml:
2171         * docs/plugins/inspect/plugin-vorbis.xml:
2172         * docs/plugins/inspect/plugin-ximagesink.xml:
2173         * docs/plugins/inspect/plugin-xvimagesink.xml:
2174         * ext/cdparanoia/gstcdparanoiasrc.c:
2175         * ext/ogg/gstoggdemux.c:
2176         * ext/ogg/gstoggdemux.h:
2177         * ext/ogg/gstoggmux.c:
2178         * ext/ogg/gstoggmux.h:
2179         * gst/audioconvert/audioconvert.c:
2180         * gst/audioconvert/audioconvert.h:
2181         * gst/audioconvert/gstaudioconvert.h:
2182         * gst/gdp/gstgdpdepay.h:
2183         * gst/gdp/gstgdppay.h:
2184         * gst/playback/gstdecodebin.c:
2185         * gst/playback/gstdecodebin2.c:
2186         * gst/playback/gstplaybin.c:
2187         * gst/playback/gstplaybin2.c:
2188         * gst/playback/gsturidecodebin.c:
2189         * gst/tcp/gstmultifdsink.c:
2190         * gst/tcp/gstmultifdsink.h:
2191         * gst/tcp/gsttcp.h:
2192
2193         Add some documentation comments, and some new headers to be scanned.
2194         Rename some internal enum declarations (audioconvert's DitherType and
2195         NoiseShapingType, GstUnitType from the TCP elements) to match the
2196         documented GObject type names so that the docs pick them up.
2197         Name the playbin2 docs markups properly so they get picked up. They'll
2198         need renaming back when/if playbin2 becomes playbin.
2199
2200         100% symbol coverage for the plugin docs, booya.
2201
2202 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2203
2204         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2205
2206         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2207         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2208
2209 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2210
2211         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2212
2213         * gst/playback/gstdecodebin.c: (remove_fakesink):
2214         Lock the fakesink before setting the state to NULL and removing it from
2215         the bin so that a concurrent state change cannot interfere. 
2216         Fixes #534331.
2217
2218 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2219
2220         * docs/Makefile.am:
2221         Fix installing plugin documentation when gtk-doc is disabled.
2222
2223 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2224
2225         * gst-libs/gst/rtsp/Makefile.am:
2226         Distribute, don't install md5.h
2227
2228 2008-05-21  Julien Moutte  <julien@fluendo.com>
2229
2230         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2231         instead of SOL_IP, works on more platforms.
2232         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2233         arguments.
2234
2235 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2236
2237         * ext/vorbis/vorbisdec.c:
2238         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2240         Some debug and comment fixes.
2241
2242         * tests/examples/dynamic/addstream.c: (main):
2243         Fix , to ;
2244
2245 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2246
2247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2248         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2249         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2250         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2251         (cleanup_decodebin):
2252         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2253         (connect_element), (gst_decode_group_control_demuxer_pad):
2254         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2255         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2256         (mute_group_type):
2257         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2258         (gst_play_bin_set_property), (handoff), (gen_video_element),
2259         (gen_text_element), (gen_audio_element), (gen_vis_element),
2260         (remove_sinks), (add_sink), (setup_sinks):
2261         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2262         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2263         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2264         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2265         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2266         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2267         (gen_vis_chain), (gst_play_sink_reconfigure),
2268         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2269         (gst_play_sink_request_pad):
2270         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2271         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2272         (cb_newpad):
2273         * gst/playback/test6.c: (new_decoded_pad_cb):
2274         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2275         * tests/check/elements/audiorate.c: (test_injector_chain),
2276         (do_perfect_stream_test):
2277         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2278         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2279         * tests/check/elements/gnomevfssink.c:
2280         * tests/check/elements/textoverlay.c:
2281         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2282         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2283         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2284         * tests/check/pipelines/oggmux.c: (test_pipeline):
2285         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2286         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2287         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2288         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2289         * tests/examples/seek/seek.c: (make_mod_pipeline),
2290         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2291         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2292         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2293         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2294         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2295         (update_fill), (msg_buffering):
2296         Don't use bad gst_element_get_pad().
2297
2298 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2299
2300         * gst-libs/gst/riff/riff-media.c:
2301           Fix wrong method name in docs. Fix calculation of strf fields for
2302           broken mulaw/alaw.
2303   
2304         * gst-libs/gst/riff/riff-read.c:
2305           Whitespace fix and removing double ';'.
2306
2307 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2308
2309         * docs/design/part-playbin2.txt:
2310         Add some leftover doc.
2311
2312 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2313
2314         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2315         Fix copy & paste error in last commit.
2316
2317 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2318
2319         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2320         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2321         other channel positions when source has SIDE channels and dest doesn't
2322         or the other way around.
2323
2324 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2325
2326         Patch by: Henrik Eriksson <henriken at axis dot com>
2327
2328         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2329         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2330         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2331         (gst_multi_fd_sink_get_property):
2332         * gst/tcp/gstmultifdsink.h:
2333         Add support for DSCP QOS. Fixes #469933.
2334
2335 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2336
2337         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2338         Add another test that checks if conversion between standard 1 and 2
2339         channel layouts with and without positions set is working.
2340
2341 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2342
2343         * gst-libs/gst/audio/multichannel.c:
2344         (gst_audio_check_channel_positions):
2345         Allow non-standard 2 channel layouts.
2346         
2347         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2348         Add some tests for converting and remapping non-standard 1 and 2
2349         channel layouts.
2350
2351 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2352
2353         * gst/audioconvert/gstchannelmix.c:
2354         (gst_channel_mix_fill_normalize):
2355         Prevent division by zero if the channel mix matrix contains only
2356         zeroes.
2357
2358 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2359
2360         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2361
2362         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2363         Close a buffer memory leak. Fixes bug #534071.
2364
2365 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2366
2367         * gst-libs/gst/rtsp/gstrtsptransport.h:
2368         Make the GstRTSPTransport struct members public as there are no
2369         setters/getters and it's supposed to be changed directly.
2370         Fixes bug #533087.
2371
2372 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2373
2374         * gst/adder/gstadder.c:
2375         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2376         claim this on the pad template caps.
2377
2378 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2379
2380         * gst-libs/gst/audio/gstbaseaudiosink.c:
2381         (gst_base_audio_sink_sync_latency):
2382         We can only use our optimal calibration if we prerolled before the
2383         latency expired.
2384
2385 2008-05-20  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2386
2387         * configure.ac:
2388           Require core CVS for GstBaseSrc buffer caps setting magic.
2389
2390 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2391
2392         * gst/audioconvert/gstaudioconvert.c:
2393         (gst_audio_convert_fixate_channels):
2394         Fix logic in last commit.
2395
2396 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2397
2398         * gst/audioconvert/gstaudioconvert.c:
2399         (gst_audio_convert_fixate_channels):
2400         Passthrough the channel positions if the number of output channels is
2401         the same as the number of input channels, the input had a channel
2402         layout and downstream requests no special one. We did this already for
2403         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2404
2405 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2406
2407         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2408         (gst_gnome_vfs_src_finalize),
2409         (gst_gnome_vfs_src_received_headers_callback),
2410         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2411         * ext/gnomevfs/gstgnomevfssrc.h:
2412         Set the ICY caps on the srcpad from where they get picked up by the base
2413         class now and set on the outgoing buffers.
2414
2415         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2416         (gst_base_audio_src_create):
2417         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2418         BaseSrc now sets the caps on outgoing buffers automatically.
2419
2420 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2421
2422         * gst-libs/gst/audio/gstbaseaudiosink.c:
2423         (gst_base_audio_sink_resample_slaving),
2424         (gst_base_audio_sink_skew_slaving),
2425         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2426         (gst_base_audio_sink_async_play),
2427         (gst_base_audio_sink_change_state):
2428         Change the way in which the ringbuffer is started when dealing with a
2429         slaved clock and latency. We now sync to the clock until we reach
2430         upstream latency before starting the ringbuffer. This has the effect
2431         that we can accurately align the master and slave clocks and let the
2432         rate correction code take care of the initial drift or rounding errors
2433         instead of leaving them uncorrected with the old approach.
2434
2435 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2436
2437         * gst/audioconvert/gstaudioconvert.c:
2438         (gst_audio_convert_fixate_channels):
2439         Correctly set the default channel positions when converting to 8
2440         channels.
2441
2442 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2443
2444         * configure.ac:
2445           Error out if we don't have the required version of core.
2446
2447 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2448
2449         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2450           Use data scan helper in aac typefinder and stop scanning
2451           for headers when we've found a type. Also fix potential invalid
2452           memory access when calculating the frame length.
2453
2454 2008-05-19  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2455
2456         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2457           (mpeg_sys_is_valid_pack):
2458           Don't modify scan context when we return FALSE in ensure_data, so
2459           it's possible to continue scanning, and we don't end up with a NULL
2460           data pointer and a positive size, which might bite us the next time
2461           we're called. Small constification.
2462
2463 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2464
2465         * gst/adder/gstadder.c:
2466         Adder doesn't support 24 bit samples so don't claim it supports them
2467         in the pad template caps.
2468
2469 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2470
2471         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2472         (gst_base_rtp_depayload_chain):
2473         Validate the RTP packet before further processing it. It's just too
2474         dangerous to accept random packets and people are not forced to use a
2475         jitterbuffer or session manager to filter out the bad packets.
2476
2477         * gst-libs/gst/rtp/gstrtpbuffer.c:
2478         (gst_rtp_buffer_set_extension_data),
2479         (gst_rtp_buffer_get_payload_subbuffer):
2480         Small cleanups.
2481         When setting extension data in a buffer that is too small, we fail and
2482         we should not set the extension bit.
2483         Change GST_WARNINGS into g_warning because they really are
2484         programming errors.
2485
2486         * tests/check/libs/rtp.c: (GST_START_TEST):
2487         Catch the g_warnings now in the unit tests and that fact that failing to
2488         set extension data left the extension bit untouched.
2489
2490 2008-05-14  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2491
2492         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2493           Revert previous change which made basetransform handle buffer_alloc
2494           and which breaks things badly in the non-passthrough case since it
2495           returned buffers with a different (ie. sometimes smaller) size than
2496           the size requested.
2497
2498 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2499
2500         Patch by: Bernard B <b-gnome at largestprime dot net>
2501
2502         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2503         Fix seqnum compare function for bordercase values and fix the docs
2504         again. Fixes #533075.
2505
2506         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2507         Add a testcase for seqnum compare function.
2508
2509 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2510
2511         * gst/adder/gstadder.c: (gst_adder_setcaps),
2512         (gst_adder_class_init):
2513         Correctly declare the supported endianness on the pad templates
2514         and check for correct endianness in the set caps function. Adder
2515         only supports native endianness.
2516         Also use gst_element_class_set_details_simple().
2517
2518 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2519
2520         * sys/xvimage/xvimagesink.c:
2521           Better debug logging in port value handling. Merging separate port
2522           value loops into one.
2523
2524 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2525
2526         Patch by: Hannes Bistry <hannesb at gmx dot de>
2527
2528         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2529         * gst/tcp/gsttcpserversink.c:
2530         (gst_tcp_server_sink_handle_server_read),
2531         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2532         Fix regression in clientsrc because we did not add the fd to the poll
2533         set anymore. Fixes #532364.
2534         Do some cleanups here and there.
2535
2536 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2537
2538         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2539         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2540         * gst/playback/gstplay-marshal.list:
2541         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2542         Use correct marshallers. GstCaps are a boxed type and no GObject
2543         subclass.
2544
2545 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2546
2547         * win32/common/libgstrtsp.def:
2548         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2549         symbols.
2550
2551 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2552
2553         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2554
2555         * tests/check/elements/audioresample.c:
2556         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2557         (live_switch_push), (GST_START_TEST):
2558         Add unit test for the latest basetransform negotiation changes.
2559         See bug #526768.
2560
2561 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2562
2563         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2564         Fix nv12<->nv21 conversion if stride is larger than width.
2565
2566 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2567
2568         Patch by: Jan Gerber <j at oil21 dot org>
2569
2570         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2571         (gst_ogg_pad_parse_skeleton_fisbone):
2572         * ext/ogg/gstoggdemux.h:
2573         Parse presentation time from skeleton streams and use it as offset
2574         for the timestamps. Fixes bug #530068.
2575
2576 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2577
2578         * gst-libs/gst/audio/gstbaseaudiosink.c:
2579         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2580         Revert previous patch that attempted to more accurately calculate the
2581         initial offset between master and slave clock. The best thing we can do
2582         in general is take the time of both clocks as the diff since we don't
2583         know when the actual preroll happened.
2584
2585 2008-05-11  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2586
2587         * gst-libs/gst/pbutils/install-plugins.c:
2588           Fix docs: type and missing word.
2589
2590 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2591
2592         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2593           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2594           for this instead; don't check if we've found enough markers after
2595           each and every step, it's enough to do that only if we've actually
2596           found a new marker.
2597           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2598
2599 2008-05-10  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2600
2601         * gst/typefind/gsttypefindfunctions.c:
2602           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2603           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2604           (mpeg_video_stream_type_find):
2605           Move scan helper thingy to the beginning of the file so we can use
2606           it in other typefind functions. Rename it to something more
2607           generic. Also improve handling of things towards the end of the
2608           typefind data: peek as much as we can if we know the size of the
2609           data, rather than just min_size.
2610
2611 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2612
2613         * docs/libs/gst-plugins-base-libs-sections.txt:
2614         * gst-libs/gst/interfaces/colorbalance.c:
2615         * gst-libs/gst/interfaces/colorbalance.h:
2616         * gst-libs/gst/interfaces/colorbalancechannel.c:
2617         * gst-libs/gst/interfaces/colorbalancechannel.h:
2618         * gst-libs/gst/interfaces/tuner.c:
2619         * gst-libs/gst/interfaces/tunerchannel.c:
2620         * gst-libs/gst/interfaces/tunerchannel.h:
2621         * gst-libs/gst/interfaces/tunernorm.c:
2622         * gst-libs/gst/interfaces/tunernorm.h:
2623         * gst-libs/gst/video/video.c:
2624         * gst-libs/gst/video/video.h:
2625         Document the GstTuner and GstColorBalance interfaces, and some
2626         other random API functions that needed it. 70% symbol coverage, woo.
2627
2628 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2629
2630         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2631         Choose to allocate one less segment but require one additional segment
2632         as latency. 
2633
2634         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2635         No need to increment the number of segments in the source.
2636
2637         * gst-libs/gst/audio/gstbaseaudiosink.c:
2638         (gst_base_audio_sink_get_time), (clock_convert_external),
2639         (gst_base_audio_sink_resample_slaving),
2640         (gst_base_audio_sink_skew_slaving),
2641         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2642         (gst_base_audio_sink_async_play):
2643         Remove adding latency when returning the internal time while subtracting
2644         it again when we use the value a little later.
2645         When calculating the end timestamp, we are making a rounding error
2646         with the current algorithm. Ensure that we don't accumulate these
2647         rounding errors when aligning samples by not resampling at all if we
2648         don't need to. Fixes #419351.
2649         Make the initial calibration of the clock slaving a little more
2650         predictable and accurate. Also handle the case where we don't do
2651         clock slaving.
2652
2653 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2654
2655         Based on a patch by:
2656           Björn Benderius <bjoern dot benderius at axis dot com>
2657
2658         * gst/ffmpegcolorspace/avcodec.h:
2659         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2660         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2661         (gst_ffmpegcsp_avpicture_fill):
2662         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2663         * gst/ffmpegcolorspace/imgconvert_template.h:
2664         Add conversions from/to NV12 and NV21 and conversions between those
2665         two formats. Fixes bug #532166.
2666
2667 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2668
2669         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2670         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2671         which happens for example with files smaller than 128kb.
2672
2673 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2674
2675         Patch by: Wouter Cloetens <zombie at e2big dot org>
2676
2677         * gst-libs/gst/rtsp/Makefile.am:
2678         * gst-libs/gst/rtsp/gstrtspconnection.c:
2679         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2680         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2681         (add_auth_header), (gst_rtsp_connection_free),
2682         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2683         (gst_rtsp_connection_set_auth_param),
2684         (gst_rtsp_connection_clear_auth_params):
2685         * gst-libs/gst/rtsp/gstrtspconnection.h:
2686         Add Digest authorization support for RTSP connections. See #532065.
2687
2688         * gst-libs/gst/rtsp/md5.c:
2689         * gst-libs/gst/rtsp/md5.h:
2690         Yeap, another md5 implementation until we can depend on a glib that has
2691         support for it.
2692
2693 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2694
2695         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2696
2697         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2698         Let audioresample use the buffer allocation of basetransform instead
2699         of it's own stuff.
2700
2701         * tests/check/elements/audioresample.c: (alloc_only_48000),
2702         (GST_START_TEST), (audioresample_suite):
2703         Add unit test for the recent basetransform bugfix, where upstream
2704         changes caps to something that can't be passed through anymore.
2705
2706 2008-05-07  Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas at tandberg com>
2707
2708         * win32/common/config.h.in:
2709           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2710           use the real thing than having "???" unconditionally.
2711
2712 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2713
2714         * gst-libs/gst/audio/gstbaseaudiosink.c:
2715         (gst_base_audio_sink_query):
2716         Report the latency with the new seglatency parameter.
2717
2718         * gst-libs/gst/audio/gstringbuffer.c:
2719         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2720         (gst_ring_buffer_acquire):
2721         * gst-libs/gst/audio/gstringbuffer.h:
2722         Add new field to the ringbufferspec to specify the expected latency
2723         between the underlying device read/write pointer, this is needed
2724         when writing sinks that sit a little closer to the hardware.
2725         Add some more docs for other fields.
2726
2727 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2728
2729         * gst/volume/gstvolume.c: (volume_transform_ip):
2730         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2731         reason instead of crashing later. Might fix bug #509125.
2732
2733 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2734
2735         Based on a patch by: Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2736
2737         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2738         * gst/audioconvert/audioconvert.h:
2739         * gst/audioconvert/gstaudioconvert.c:
2740         (gst_audio_convert_parse_caps),
2741         (structure_has_fixed_channel_positions),
2742         (gst_audio_convert_transform_caps):
2743         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2744         Add support for more than 8 channels and NONE channel layouts. For
2745         more than 8 channels no channel conversion is supported yet, only
2746         format conversions are supported. Fixes bug #398033.
2747
2748         * tests/check/elements/audioconvert.c: (verify_convert),
2749         (GST_START_TEST), (audioconvert_suite):
2750         Add some unit tests by Tim for checking the NONE channel layouts
2751         and more than 8 channels and add some more unit tests for channel
2752         conversions.
2753
2754 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2755
2756         * gst/playback/gstdecodebin2.c: (connect_pad):
2757         When autoplugging fails, set the element back to NULL before
2758         unreffing it.
2759
2760 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2761
2762         * win32/common/libgstaudio.def:
2763         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2764         symbols.
2765
2766 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2767
2768         * gst/subparse/samiparse.c: (handle_start_sync),
2769         (end_sami_element), (characters_sami):
2770         Remove trailing, leading and double whitespaces.
2771         Correctly timestamp buffers and output the last buffer too.
2772
2773         * tests/check/elements/subparse.c: (GST_START_TEST),
2774         (subparse_suite):
2775         Add a simple unit test for SAMI parsing.
2776
2777 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2778
2779         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2780
2781         * gst/subparse/samiparse.c: (handle_start_sync),
2782         (start_sami_element), (end_sami_element), (characters_sami),
2783         (sami_context_reset):
2784         Only output characters inside the "sync" elements. There could be
2785         other elements like "style" that have some content but should
2786         not be printed. Fixes bug #467911.
2787
2788 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2789
2790         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2791         (set_active_source):
2792         * gst/playback/gstplaybasebin.h:
2793         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2794         (playbin_set_audio_mute):
2795         Allow setting -1 as current-audio to mute the current audio stream,
2796         similar to what is done for subtitles. Fixes bug #342294.
2797
2798 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2799
2800         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2801         It's SorensOn and not SorensEn.
2802
2803 2008-05-04  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2804
2805         * gst-libs/gst/pbutils/descriptions.c: (formats):
2806           Fix description of video/x-flash-video.
2807
2808 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2809
2810         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2811         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2812         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2813         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2814         Remove some unused code.
2815
2816         * gst/audioconvert/gstaudioquantize.c:
2817         (gst_audio_quantize_free_noise_shaping):
2818         Don't return before freeing the noise shaping history.
2819
2820 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2821
2822         * tests/check/elements/subparse.c: (do_test),
2823           (test_tmplayer_style3b), (subparse_suite):
2824           Add unit test for the tmplayer variant from bug #530962.
2825
2826 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2827
2828         * gst/subparse/gstsubparse.c: (handle_buffer),
2829           (gst_sub_parse_sink_event):
2830         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2831           (tmplayer_parse_line):
2832           Fix parsing of tmplayer subtitle variant where every single line contains
2833           text and there isn't an empty line after each line to determine the
2834           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2835           making sure that we push out the last line of text without a duration if
2836           there's still text left in the buffer at the end.
2837
2838 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2839
2840         * gst/subparse/gstsubparse.c: (feed_textbuf):
2841           Fix detection of discontinuities based on the buffer offset (doesn't work
2842           so well if no buffer offset is set) and also check for the DISCONT buffer
2843           flag. This keeps the parser state from being reset after each buffer in
2844           the unit test.
2845
2846 2008-05-03  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2847
2848         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2849           Further fine-tuning: don't absolutely require sequence or GOP headers
2850           (as introduced in the previous commit), but adjust the typefind
2851           probabilities returned accordingly if we don't see them. Also make sure
2852           picture header and first slice are somewhat close to each other (which
2853           is not perfect but still better than requiring a fixed offset or having
2854           no limit at all).
2855
2856 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2857
2858         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2859         (gst_basertppayload_sink_setcaps),
2860         (gst_basertppayload_sink_getcaps):
2861         Rename the setcaps/getcaps function internally to make it clear that
2862         they are called for the sink pad.
2863
2864 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2865
2866         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2867         (gst_base_rtp_depayload_class_init),
2868         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2869         (gst_base_rtp_depayload_packet_lost),
2870         (gst_base_rtp_depayload_set_gst_timestamp):
2871         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2872         Catch packet-lost events from the jitterbuffer and convert them into a
2873         vmethod call (lost-packet) so that depayloaders can do something smart.
2874         Also add a default packet-lost function that sends out a segment update
2875         to the decoders.
2876
2877 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2878
2879         * gst/playback/test4.c:
2880         * gst/playback/test5.c:
2881         * gst/playback/test6.c:
2882         * gst/playback/test7.c:
2883           Also include config.h when relying on defines from it. Fixes the
2884           build. Its been a please to serve :)
2885
2886 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2887
2888         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2889         (paint_setup_NV21), (paint_hline_NV12_NV21):
2890         Add support for NV12 and NV21 in videotestsrc
2891
2892 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2893
2894         * gst/videoscale/gstvideoscale.c:
2895         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2896         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2897         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2898         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2899         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2900         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2901         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2902         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2903         (vs_image_scale_linear_RGB555):
2904         Support 1x1 images as input and output as for example the BBC HQ new
2905         streams have 1x1 GIFs in the playlists for some reason.
2906
2907 2008-05-01  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2908
2909         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2910           (try_to_link_1):
2911           If we can't activate one of the decoders we plugged in (such as,
2912           say, musepackdec) for some reason (it might not support push mode,
2913           for example), remove any pad probes that close_pad_link() might
2914           have set up. This makes sure we later don't try to remove a probe
2915           for a pad that doesn't exist any longer, and avoids nast warnings
2916           and probably other things too.
2917
2918 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2919
2920         * gst/typefind/gsttypefindfunctions.c:
2921           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2922           (plugin_init):
2923           Rework mpeg video stream typefinding a bit more: make sure sequence,
2924           GOP, picture and slice headers appear in the order they should and
2925           that we've in fact at least had one of each; fix picture header
2926           detection; decouple picture and slice header check - don't assume
2927           they're at a fixed offset, there may be extra data in between. Also,
2928           announce varying degrees of probability depending on what we found
2929           exactly (multiple pictures, at least one picture, just sequence and
2930           GOP headers). Finally, in _ensure_data(), take into account that we
2931           might be typefinding smaller amounts of data, such as the first
2932           buffer of a stream, so fall back to the minimum size needed as long
2933           as that's available, instead of erroring out if there's less than
2934           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2935           fuzzed file from #399342 as valid.
2936
2937 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2938
2939         * ext/theora/theoradec.c:
2940           Cool kids don't divide by zero.
2941           Treat PAR of x:0 as 1:1.
2942           Fixes #530719.
2943
2944 2008-04-30  Tim-Philipp MĂ¼ller  <tim.muller at collabora co uk>
2945
2946         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2947           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2948           (mpeg_video_stream_type_find):
2949           Refactor a bit: use context structure to track parsing offset and
2950           size of available data and make the code a bit clearer. Fixes bad
2951           memory access in #356937.
2952
2953 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2954
2955         * gst/playback/test4.c:
2956         * gst/playback/test5.c:
2957         * gst/playback/test6.c:
2958         * gst/tcp/gstmultifdsink.c:
2959           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2960           is defined.
2961
2962 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2963
2964         * gst-libs/gst/audio/gstbaseaudiosink.h:
2965         Clarify some docs.
2966
2967         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2968         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2969         (gst_base_audio_src_set_slave_method),
2970         (gst_base_audio_src_get_slave_method),
2971         (gst_base_audio_src_set_property),
2972         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2973         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2974         Add property and methods for selecting the clock slave method in the
2975         source, like in the sink.
2976         We only implement "none" and "re-timestamp" for now.
2977         API: gst_base_audio_src_set_slave_method()
2978         API: gst_base_audio_src_get_slave_method()
2979
2980 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2981
2982         * gst-libs/gst/rtp/gstrtpbuffer.c:
2983         Fix the docs about the seqnum compare function, it returns a difference.
2984
2985 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2986
2987         * ext/alsa/gstalsadeviceprobe.c:
2988         (gst_alsa_get_device_list): Don't return before freeing up
2989         the allocated structures.
2990
2991 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2992
2993         * gst/playback/gstplaybin.c:
2994           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2995
2996 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2997
2998         * ext/ogg/gstoggdemux.c:
2999           Revert the event part, that should not go in.
3000
3001 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3002
3003         * ext/ogg/gstoggdemux.c:
3004           Don't leak GstPluginFeatures when filtering.
3005
3006 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3007
3008         * sys/xvimage/xvimagesink.c:
3009           Add some logging for cases when grabbing the xv failed.
3010
3011 2008-04-21  David Schleef  <ds@schleef.org>
3012
3013         * ext/ogg/gstoggmux.c:
3014           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3015           packet.  Should conform to what we currently think is the
3016           final Ogg/Dirac muxing spec.
3017
3018 2008-04-21  David Schleef  <ds@schleef.org>
3019
3020         * sys/xvimage/xvimagesink.c:
3021           Fix typo that causes the overlay keying color to bright green
3022           on a 16-bit display.  Dark grey good.  Bright green bad.
3023
3024 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3025
3026         * ext/gnomevfs/gstgnomevfsuri.c:
3027           Add  FIXME comment about using uri-list for source and sink.
3028
3029 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3030
3031         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3032         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3033         vaargs functions to gint. Otherwise the fractions will get 0 set
3034         instead of the correct value on big endian systems. Fixes bug #529018.
3035
3036 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3037
3038         * ext/gnomevfs/gstgnomevfssink.c:
3039         (gst_gnome_vfs_sink_uri_get_protocols):
3040         * ext/gnomevfs/gstgnomevfssrc.c:
3041         (gst_gnome_vfs_src_uri_get_protocols):
3042         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3043         (gst_gnomevfs_get_supported_uris):
3044         Get the list of supported URI schemes in a threadsafe way and use the
3045         same list for the source and sink.
3046
3047 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3048
3049         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3050         (gst_gio_get_supported_protocols):
3051         Don't generate a new supported protocols list on each call but cache
3052         it. It's supposed to be static anyway, this way we only leak it once
3053         per process.
3054
3055         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3056         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3057         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3058         (gst_gio_sink_start):
3059         * ext/gio/gstgiosink.h:
3060         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3061         (gst_gio_src_class_init), (gst_gio_src_finalize),
3062         (gst_gio_src_set_property), (gst_gio_src_get_property),
3063         (gst_gio_src_start):
3064         * ext/gio/gstgiosrc.h:
3065         API: Add "file" properties where one can set a GFile as
3066         source/destination.
3067
3068         Add locking to the properties and use
3069         gst_element_class_set_details_simple() instead of a static
3070         GstElementDetails struct.
3071
3072 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3073
3074         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3075         (plugin_init):
3076         Add "mpp" and "mp+" as possible extensions for MusePack files.
3077
3078         Add typefinding for MusePack StreamVersion 8 files and include the
3079         stream version in the caps.
3080
3081 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3082
3083         * gst-libs/gst/rtp/gstrtppayloads.c:
3084         (gst_rtp_payload_info_for_name):
3085         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3086
3087 2008-04-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3088
3089         * configure.ac:
3090           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3091           (NB: this only affects compilation of some of the examples).
3092           Remove some configure.ac cruft that's not needed any longer.
3093
3094 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3095
3096         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3097         Don't validate the payload if there isn't any.
3098         Fixes #525915
3099
3100 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3101
3102         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3103         Use g_atomic_int_set() instead of gst_atomic_int_set().
3104
3105 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3106
3107         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3108         Return NULL instead of a gchar * array with one NULL element if we
3109         don't get any supported URI schemes from GIO.
3110
3111 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3112
3113         * gst/audiotestsrc/gstaudiotestsrc.c:
3114           Remove cpp style commented old code.
3115
3116 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3117
3118         * gst/playback/gstdecodebin2.c:
3119           Fix signal docs.
3120
3121 2008-04-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3122
3123         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3124           (gst_text_overlay_init):
3125           Fix textoverlay unit test again by making the supposed default
3126           value for the wait-text property the actual default value.
3127           Also fix Since: tag for new property.
3128
3129 2008-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3130
3131         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3132           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3133           (gst_video_format_get_pixel_stride),
3134           (gst_video_format_get_component_width),
3135           (gst_video_format_get_component_height),
3136           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3137           (gst_video_format_convert):
3138           Add guards to these functions to ensure sane input values.
3139
3140         * tests/check/libs/video.c:
3141           Fix unit test not to create caps with width=0 and height=0.
3142
3143 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3144
3145         * docs/design/draft-keyframe-force.txt:
3146         Fix typo.
3147
3148         * gst/playback/gstqueue2.c: (update_buffering),
3149         (gst_queue_handle_src_query):
3150         Set buffering mode in the messages.
3151         Set buffering percent in the query.
3152
3153         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3154         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3155         Do some more fancy things based on the buffering method in use.
3156
3157 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3158
3159         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3160         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3161         (msg_buffering), (main):
3162         Add basic download reports to seek using the new buffering API.
3163
3164 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3165
3166         * gst/playback/gstqueue2.c: (update_buffering),
3167         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3168         (gst_queue_src_checkgetrange_function):
3169         Include extra buffering stats in the buffering message.
3170         Implement BUFFERING query.
3171
3172         * gst/playback/gsturidecodebin.c: (do_async_start),
3173         (do_async_done), (type_found), (setup_streaming), (setup_source),
3174         (gst_uri_decode_bin_change_state):
3175         Only add decodebin2 when the type is found in streaming mode.
3176         Make uridecodebin async to PAUSED even when we don't have decodebin2
3177         added yet.
3178
3179 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3180
3181         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3182         Filter cdda from the supported URI schemes. We can't support
3183         musicbrainz tags and everything else one expects from a cdda source
3184         with GIO. Fixes bug #526794.
3185
3186 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3187
3188         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3189         (gst_xvimagesink_buffer_alloc):
3190         Fix calculation of 'expected size' for YV12 buffers.
3191         Be a little more verbose in the debug output for buffer-alloc'ed
3192         buffers which turn out to have the wrong size.
3193
3194 2008-04-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3195
3196         * NEWS:
3197         * RELEASE:
3198         * gst-plugins-base.doap:
3199           Merge other changes from 0.10.19 release branch.
3200
3201 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3202
3203         * gst-libs/gst/audio/gstbaseaudiosink.c:
3204           (gst_base_audio_sink_class_init):
3205         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3206           (gst_base_audio_src_class_init):
3207         * gst/playback/gstplayback.c: (plugin_init):
3208         * gst/volume/gstvolume.c: (plugin_init):
3209           Work around missing bits of thread-safety on older GLibs some
3210           more to avoid assertions when starting up multiple playbin
3211           objects concurrently (see #512382).
3212
3213 2008-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3214
3215         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3216           Remove some more fields.
3217
3218 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3219
3220         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3221
3222         * configure.ac:
3223         Actually build dlls when cross-compiling with mingw32.
3224         Fixes bug #526247.
3225
3226 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3227
3228         * configure.ac:
3229           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3230
3231 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3232
3233         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3234         (msg_buffering), (connect_bus_signals), (main):
3235         Add statusbar.
3236         Add buffering support with feedback in the statusbar.
3237
3238 2008-04-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3239
3240         * ext/ogg/gstoggmux.c:
3241           Fix sample pipeline description.
3242
3243 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3244
3245         * docs/plugins/Makefile.am:
3246         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3247         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3248         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3249           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3250
3251         * docs/plugins/gst-plugins-base-plugins.args:
3252         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3253         * docs/plugins/gst-plugins-base-plugins.interfaces:
3254         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3255         * docs/plugins/inspect/plugin-adder.xml:
3256         * docs/plugins/inspect/plugin-alsa.xml:
3257         * docs/plugins/inspect/plugin-audioconvert.xml:
3258         * docs/plugins/inspect/plugin-audiorate.xml:
3259         * docs/plugins/inspect/plugin-audioresample.xml:
3260         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3261         * docs/plugins/inspect/plugin-cdparanoia.xml:
3262         * docs/plugins/inspect/plugin-decodebin.xml:
3263         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3264         * docs/plugins/inspect/plugin-gdp.xml:
3265         * docs/plugins/inspect/plugin-gnomevfs.xml:
3266         * docs/plugins/inspect/plugin-libvisual.xml:
3267         * docs/plugins/inspect/plugin-ogg.xml:
3268         * docs/plugins/inspect/plugin-pango.xml:
3269         * docs/plugins/inspect/plugin-playback.xml:
3270         * docs/plugins/inspect/plugin-queue2.xml:
3271         * docs/plugins/inspect/plugin-subparse.xml:
3272         * docs/plugins/inspect/plugin-tcp.xml:
3273         * docs/plugins/inspect/plugin-theora.xml:
3274         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3275         * docs/plugins/inspect/plugin-uridecodebin.xml:
3276         * docs/plugins/inspect/plugin-video4linux.xml:
3277         * docs/plugins/inspect/plugin-videorate.xml:
3278         * docs/plugins/inspect/plugin-videoscale.xml:
3279         * docs/plugins/inspect/plugin-videotestsrc.xml:
3280         * docs/plugins/inspect/plugin-volume.xml:
3281         * docs/plugins/inspect/plugin-vorbis.xml:
3282         * docs/plugins/inspect/plugin-ximagesink.xml:
3283         * docs/plugins/inspect/plugin-xvimagesink.xml:
3284           Update introspection data.
3285
3286         * ext/ogg/gstoggmux.c:
3287           Document oggmux.
3288
3289         * gst/playback/gstdecodebin2.c:
3290           Don't use gtk-doc style comment start for private stuff, but make it
3291           formatted like this for consistency.
3292
3293 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3294
3295         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3296         (gst_decode_bin_init), (gst_decode_bin_dispose),
3297         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3298         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3299         (analyze_new_pad), (connect_pad), (expose_pad),
3300         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3301         (gst_decode_group_expose), (gst_decode_group_free),
3302         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3303         Remove fakesink hack, we can now implement this more elegantly.
3304         Added property to bypass typefinding.
3305         Removed underrun callback and demuxer pad probe, we now use the srcpad
3306         probe to expose groups.
3307         API::sink-caps property
3308
3309         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3310         Guard against multiple emissions of the no_more_pads signal, which
3311         happens when we are dealing with chained oggs.
3312
3313         * gst/playback/gsturidecodebin.c: (remove_decoders),
3314         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3315         (setup_source):
3316         For streams, use our own typefind element and plug our queue after it.
3317         We will need this to determine the type of buffering to use for the
3318         queue soon.
3319
3320 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3321
3322         * gst-libs/gst/audio/gstbaseaudiosink.c:
3323         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3324         Guard against over and underflows because of clock slaving.
3325         When we are using our own clock, still compensate for any calibrations
3326         that we might have done to our clock.
3327
3328 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3329
3330         * ext/theora/theoradec.c: (theora_handle_type_packet),
3331         (theora_dec_chain):
3332         Don't try to do anything fancy with the return code from pushing an
3333         event, it does not have enough information to turn it into a
3334         GST_FLOW_ERROR.
3335
3336 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3337
3338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3339         (gst_ogg_demux_chain_elem_pad):
3340         Add small debug line.
3341         Pass return code from the internal decoder instead of the too generic
3342         GST_FLOW_ERROR.
3343
3344 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3345
3346         * gst-libs/gst/cdda/Makefile.am:
3347         * gst-libs/gst/cdda/base64.c:
3348         * gst-libs/gst/cdda/base64.h:
3349         * gst-libs/gst/cdda/gstcddabasesrc.c:
3350         (gst_cddabasesrc_calculate_musicbrainz_discid):
3351         Use GLib's base64 implementation instead of our own.
3352
3353 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3354
3355         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3356         (gst_ogg_demux_read_chain):
3357         Refix oggdemux, we only have a problem if we failed to find a chain and
3358         we are not EOF.
3359
3360 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3361
3362         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3363
3364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3365         (gst_ogg_demux_read_chain):
3366         When we fail to find a BOS page and we and up with no chain, error out
3367         properly instead of segfaulting. Fixes #525665.
3368
3369 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3370
3371         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3372         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3373         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3374         no-more-pads...
3375
3376 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3377
3378         * gst/playback/gstqueue2.c: (update_out_rates),
3379         (gst_queue_open_temp_location_file),
3380         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3381         (gst_queue_handle_src_query), (gst_queue_set_property):
3382         Update the estimated input data when we push out a buffer.
3383         Add some debug info about the temp file.
3384         Only forward src events when we are not using a temp file.
3385         Don't block the duration query, we need to find something better.
3386         Don't leak the temp filename.
3387
3388 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3389
3390         * configure.ac:
3391         Require GLib 2.12 and liboil 0.3.14.
3392
3393         * gst/volume/gstvolume.c: (volume_process_double):
3394         Unconditionally use liboil 0.3.14 function.
3395
3396 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3397
3398         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3399         ms-gsm can have arbitrarty sample rates. See #481354.
3400
3401 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3402
3403         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3404         MP4S is generic MPEG-4, not a microsoft variant.
3405
3406 2008-03-27  Michael Smith <msmith@fluendo.com>
3407
3408         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3409           Check the body CRC (if set) when depayloading.
3410           Fixes #522401.
3411
3412 2008-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3413
3414         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3415           Fix Since: version for new property.
3416
3417 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3418
3419         * gst-libs/gst/rtsp/gstrtspconnection.c:
3420         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3421         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3422         Don't error when poll_wait returns EAGAIN.
3423
3424 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3425
3426         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3427         The queue is never filled when there are no buffers in the queue at all.
3428         Fixes #523993.
3429
3430 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3431
3432         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3433         (init_group), (free_group), (gst_play_bin_init),
3434         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3435         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3436         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3437         (gst_play_bin_set_current_video_stream),
3438         (gst_play_bin_set_current_audio_stream),
3439         (gst_play_bin_set_current_text_stream),
3440         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3441         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3442         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3443         (activate_group), (deactivate_group), (setup_next_source),
3444         (save_current_group), (gst_play_bin_change_state):
3445         Update some docs.
3446         Add new locks and conds to protect pipeline creation and group
3447         switching.
3448         Implement the sub-uri property.
3449         Keep track of pending uridecodebin creation and configure the output
3450         pipeline after all streams are configured.
3451         Propagate subtitle encoding to the uridecodebins.
3452         Implement getting the video/audio/visualisation elements.
3453         Use input-selector for stream switching.
3454         If we are asked to do visualisation, prefer to autoplug raw sinks
3455         instead of sinks that accept encoded data.
3456
3457 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3458
3459         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3460         (gst_play_sink_init), (gst_play_sink_dispose),
3461         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3462         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3463         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3464         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3465         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3466         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3467         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3468         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3469         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3470         * gst/playback/gstplaysink.h:
3471         Add methods to get audio/video/vis elements.
3472         Add methods to set the font description for the overlay.
3473         Remove properties, we're using this element with its methods only.
3474         Add support for subtitles.
3475         Rearrange the locking a bit to not use the object lock for protecting
3476         the pipeline construction.
3477         Try to use the volume and mute property on the sink when its available.
3478         Implement the mute option with volume when the sink does not have a mute
3479         property.
3480         Only add volume element when the sink has no volume property.
3481         Only do visualisations with raw audio pads.
3482
3483 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3484
3485         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3486         (gst_text_overlay_init), (gst_text_overlay_set_property),
3487         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3488         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3489         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3490         (gst_text_overlay_change_state):
3491         * ext/pango/gsttextoverlay.h:
3492         Add property to configure waiting for text on the textpad or not, with
3493         the default behaviour being the old one (always wait for text before
3494         rendering the video). This default behaviour is usually not the best one
3495         because the text stream can very sparse and could require queueing a lot
3496         of video.
3497         Fix the flushing and EOS handing so that we don't mix up their meaning.
3498
3499 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3500
3501         * gst/playback/gsturidecodebin.c:
3502         (gst_uri_decode_bin_autoplug_factories),
3503         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3504         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3505         (gst_uri_decode_bin_set_property),
3506         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3507         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3508         (proxy_autoplug_factories_signal), (make_decoder),
3509         (source_new_pad), (setup_source):
3510         Add a readonly source property and notify.
3511         Add new lock for protecting the construction of the pipeline.
3512         Keep track of the decodebins we plugged.
3513         Correctly proxy the autoplug signal so that it actually continues.
3514         Proxy subtitle-encoding to the decodebins.
3515
3516 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3517
3518         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3519         (text_toggle_cb), (update_streams), (main):
3520         Rearrange some buttons in playbin2 and make some other boxes insensitive
3521         when needed.
3522         Add language codes to subtitle selection boxes when we gind the right
3523         tags for the streams.
3524
3525 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3526
3527         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3528         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3529         (gst_decode_bin_set_subs_encoding),
3530         (gst_decode_bin_get_subs_encoding),
3531         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3532         (deactivate_free_recursive):
3533         Protect caps property with the object lock.
3534         Protect encoding property with the object lock.
3535         Keep list of elements we added that have the subtitle-encoding property.
3536         Distribute the subtitle-encoding to all of the elements when it
3537         changes.
3538
3539 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3540
3541         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3542         Small debug improvement.
3543
3544         * gst-libs/gst/audio/gstbaseaudiosink.c:
3545         (gst_base_audio_sink_render):
3546         Fix bug in determining the sample start/stop position, we want to base
3547         this decision on the fact that we are going forwards or backwards, not
3548         slower or faster. This fixes some ugly resync warnings when playing at
3549         very slow speeds.
3550
3551 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3552
3553         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3554         Correctly set the supported URI schemes and don't leave
3555         some schemes in the middle or at the start at NULL.
3556
3557 2008-03-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3558
3559         * tests/check/elements/gdpdepay.c:
3560           Make test compile without unused function/variable warnings on PPC.
3561  
3562 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3563
3564         * configure.ac:
3565         * ext/alsa/gstalsamixerelement.c:
3566         (gst_alsa_mixer_element_class_init):
3567         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3568         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3569         * ext/cdparanoia/gstcdparanoiasrc.c:
3570         (gst_cd_paranoia_src_class_init):
3571         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3572         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3573         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3574         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3575         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3576         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3578         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3579         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3580         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3581         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3582         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3583         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3584         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3585         (gst_audio_filter_template_class_init):
3586         * gst-libs/gst/audio/gstbaseaudiosink.c:
3587         (gst_base_audio_sink_class_init):
3588         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3589         (gst_base_audio_src_class_init):
3590         * gst-libs/gst/cdda/gstcddabasesrc.c:
3591         (gst_cdda_base_src_class_init):
3592         * gst-libs/gst/interfaces/mixertrack.c:
3593         (gst_mixer_track_class_init):
3594         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3595         (gst_base_rtp_depayload_class_init):
3596         * gst-libs/gst/rtp/gstbasertppayload.c:
3597         (gst_basertppayload_class_init):
3598         * gst/audioconvert/gstaudioconvert.c:
3599         (gst_audio_convert_class_init):
3600         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3601         * gst/audioresample/gstaudioresample.c:
3602         (gst_audioresample_class_init):
3603         * gst/audiotestsrc/gstaudiotestsrc.c:
3604         (gst_audio_test_src_class_init):
3605         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3606         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3607         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3608         (preroll_unlinked):
3609         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3610         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3611         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3612         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3613         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3614         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3615         (gst_stream_selector_class_init):
3616         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3617         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3618         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3619         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3620         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3621         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3622         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3623         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3624         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3625         * gst/videotestsrc/gstvideotestsrc.c:
3626         (gst_video_test_src_class_init):
3627         * gst/volume/gstvolume.c: (gst_volume_class_init):
3628         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3629         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3630         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3631         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3632         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3634         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3635         static strings (i.e. all). This gives us less memory usage,
3636         fewer allocations and thus less memory defragmentation. Depend
3637         on core CVS for this. Fixes bug #523806.
3638
3639 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3640
3641         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3642         Filter http and https protocols. GIO/GVfs handles them but it's
3643         impossible to implement iradio/icecast with it. Better use
3644         souphttpsrc or something else for this.
3645
3646         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3647         If getting the file informations by a query fails try it with the
3648         seek-to-end trick too.
3649
3650 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3651
3652         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3653         (gst_volume_base_init), (gst_volume_class_init),
3654         (volume_process_double), (volume_process_float),
3655         (volume_transform_ip), (plugin_init):
3656         memset buffers to zero if we get a GAP buffer. We usually see a
3657         buffer as one unit so let's handle it as one and don't care about
3658         volume changes while processing one buffer.
3659         Also clean up some stuff a bit.
3660
3661 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3662
3663         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3664         (gst_audio_convert_create_silence_buffer),
3665         (gst_audio_convert_transform):
3666         Make audioconvert GAP-aware by outputting silence buffers when the
3667         input has the GAP flag set. This is up to 8x faster.
3668         Based on a patch by Stefan Kost. Fixes bug #517813.
3669
3670 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3671
3672         * gst/volume/gstvolume.c: (volume_process_double):
3673         Use oil_scalarmultiply_f64_ns() for double processing when it's
3674         available at compile time.
3675
3676 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3677
3678         * configure.ac:
3679         Fix lrint/lrintf checks to actually work. These functions are
3680         in libm on Linux at least so try to link to it.
3681
3682 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3683
3684         * configure.ac:
3685         Back to development - 0.10.18.1
3686
3687 === release 0.10.18 ===
3688
3689 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3690
3691         * configure.ac:
3692           releasing 0.10.18, "I will follow"
3693
3694 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3695
3696         * configure.ac:
3697         * win32/common/config.h:
3698         0.10.17.4 pre-release
3699
3700 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3701
3702         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3703         Use GST_STR_NULL when trying to print strings that could be NULL because
3704         this might crash on some platforms. See #520808.
3705
3706 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3707
3708         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
3709
3710         * gst-libs/gst/rtsp/gstrtspconnection.c:
3711         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3712         (read_line), (gst_rtsp_connection_read_internal):
3713         Generic Windows fixes that makes libgstrtsp work on Windows when
3714         coupled with the new GstPoll API. See #520808.
3715
3716 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3717
3718         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3719
3720         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3721           If seeking to a new position succeeds don't simply return from
3722           create() without creating a buffer. Do this only in the case
3723           seeking to the new position fails. Fixes bug #523054.
3724
3725 2008-03-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3726
3727         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3728           (gst_video_format_from_rgba32_masks):
3729           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3730           (#522635).
3731
3732         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3733           Add unit test for the RGB caps parsing and creation, checking for
3734           internal consistency of the new API and consistency of the API with
3735           the old GST_VIDEO_CAPS_* defines.
3736
3737 2008-03-14  David Schleef  <ds@schleef.org>
3738
3739         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3740           because -base is in freeze.
3741
3742 2008-03-14  David Schleef  <ds@schleef.org>
3743
3744         Patch by: William M. Brack
3745
3746         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3747
3748 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3749
3750         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3751         (gst_selector_pad_chain):
3752         * gst/playback/gststreamselector.h:
3753         Revert change that caused regression until a real fix is found.
3754         Fixes #522203.
3755
3756 2008-03-12  Michael Smith <msmith@fluendo.com>
3757
3758         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3759         * gst-libs/gst/audio/gstringbuffer.h:
3760           Rename recently added buffer types to make more sense.
3761         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3762         (gst_alsasink_write):
3763           Adapt for above API changes.
3764           Fixes bug #520523.
3765
3766 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3767
3768         * win32/common/libgstnetbuffer.def:
3769         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3770
3771 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3772
3773         * configure.ac:
3774         * win32/common/config.h:
3775         0.10.17.3 pre-release
3776
3777 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3778
3779         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3780         (gst_base_audio_src_create):
3781         Fix duration when no clock was provided. Fixes #520300.
3782
3783 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3784
3785         Patch by: Olivier Crete  <tester at tester ca>
3786
3787         * docs/libs/gst-plugins-base-libs-sections.txt:
3788         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3789         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3790         Add trivial function to compare GstNetAddress. See #520626.
3791         API: GstNetBuffer::gst_netaddress_equal
3792
3793 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3794
3795         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3796         Update mode property docs, it's deprecated now.
3797
3798 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3799
3800         * gst-libs/gst/rtsp/gstrtspconnection.c:
3801         (gst_rtsp_connection_create):
3802         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3803         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3804         * gst/tcp/gstmultifdsink.h:
3805         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3806         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3807         Remove GstPollMode from gstpoll constructor.
3808
3809 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3810
3811         * configure.ac:
3812         * win32/common/config.h:
3813         0.10.17.2 pre-release
3814
3815 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3816
3817         * gst/Makefile.am:
3818         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3819         them twice
3820
3821         * win32/common/libgstinterfaces.def:
3822         * win32/common/libgstrtp.def:
3823         Add new API to the defs
3824
3825 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3826
3827         Patch by: Mersad Jelacic  <mersad at axis dot com>
3828
3829         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3830         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3831         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3832         possible to specify the sample size in bits. (#509637)
3833
3834 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3835
3836         * tests/check/libs/mixer.c:
3837           Add a few simple checks for the new message types.
3838
3839 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3840
3841         * docs/libs/gst-plugins-base-libs-sections.txt:
3842         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3843           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3844           (gst_mixer_message_get_type),
3845           (gst_mixer_message_parse_option_changed),
3846           (gst_mixer_message_parse_options_list_changed):
3847         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3848           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3849           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3850           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3851           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3852           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3853
3854 2008-03-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3855
3856         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3857           (gst_mixer_options_get_values):
3858         * gst-libs/gst/interfaces/mixeroptions.h:
3859           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3860           (_GstMixerOptions), (_GstMixerOptionsClass):
3861           API: add GstMixerOptions::get_values vfunc (#519906)
3862
3863 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3864
3865         * configure.ac:
3866         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3867         plug-ins are included/excluded. (#498222)
3868
3869 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3870
3871         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3872         Add typefinder for IMelody files, using audio/x-imelody.
3873         See bug #519516.
3874
3875 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3876
3877         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3878         * ext/alsa/gstalsasink.c: (set_hwparams):
3879         * ext/alsa/gstalsasrc.c: (set_hwparams):
3880         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3881         * ext/ogg/gstoggmux.h:
3882         * ext/ogg/gstogmparse.c:
3883         * gst-libs/gst/audio/audio.c:
3884         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3885         * gst-libs/gst/pbutils/missing-plugins.c:
3886         (gst_missing_uri_sink_message_new),
3887         (gst_missing_element_message_new),
3888         (gst_missing_decoder_message_new),
3889         (gst_missing_encoder_message_new):
3890         * gst-libs/gst/rtp/gstbasertppayload.c:
3891         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3892         (gst_rtcp_packet_bye_get_reason):
3893         * gst/audioconvert/gstaudioconvert.c:
3894         * gst/audioresample/gstaudioresample.c:
3895         * gst/ffmpegcolorspace/imgconvert.c:
3896         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3897         * gst/typefind/gsttypefindfunctions.c:
3898         * gst/videoscale/vs_4tap.c:
3899         * gst/videoscale/vs_4tap.h:
3900         * sys/v4l/gstv4lelement.c:
3901         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3902         * sys/v4l/v4l_calls.c:
3903         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3904         (gst_v4lsrc_try_capture):
3905         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3906         (gst_ximagesink_ximage_new):
3907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3908         (gst_xvimagesink_xvimage_new):
3909         * tests/check/elements/audioconvert.c:
3910         * tests/check/elements/audioresample.c:
3911         (fail_unless_perfect_stream):
3912         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3913         * tests/check/elements/decodebin.c:
3914         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3915         (setup_gdpdepay_streamheader):
3916         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3917         (setup_gdppay_streamheader):
3918         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3919         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3920         * tests/check/elements/textoverlay.c:
3921         * tests/check/elements/videorate.c: (setup_videorate):
3922         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3923         * tests/check/elements/volume.c: (setup_volume):
3924         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3925         * tests/check/elements/vorbistag.c:
3926         * tests/check/generic/clock-selection.c:
3927         * tests/check/generic/states.c: (setup), (teardown):
3928         * tests/check/libs/cddabasesrc.c:
3929         * tests/check/libs/video.c:
3930         * tests/check/pipelines/gio.c:
3931         * tests/check/pipelines/oggmux.c:
3932         * tests/check/pipelines/simple-launch-lines.c:
3933         (simple_launch_lines_suite):
3934         * tests/check/pipelines/streamheader.c:
3935         * tests/check/pipelines/theoraenc.c:
3936         * tests/check/pipelines/vorbisdec.c:
3937         * tests/check/pipelines/vorbisenc.c:
3938         * tests/examples/seek/scrubby.c:
3939         * tests/examples/seek/seek.c: (query_positions_elems),
3940         (query_positions_pads):
3941         * tests/icles/stress-xoverlay.c: (myclock):
3942         Correct all relevant warnings found by the sparse semantic code
3943         analyzer. This include marking several symbols static, using
3944         NULL instead of 0 for pointers and using "foo (void)" instead
3945         of "foo ()" for declarations.
3946
3947         * win32/common/libgstrtp.def:
3948         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3949
3950 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3951
3952         Patch by: JosĂ© Alburquerque <jaalburqu svn gnome org>
3953
3954         * gst/playback/gstplaybin2.c:
3955           Make the function signature of the _get_*_tags() functions match
3956           the signature of the vfuncs they implement, ie. return a
3957           GstTagList rather than a GstStructure, which is more correct,
3958           even if one is typedef'ed to the other (#518940).
3959
3960 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3961
3962         * gst-libs/gst/rtsp/gstrtspconnection.c:
3963           Don't include unix headers unconditionally (fixes #518037).
3964
3965 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3966
3967         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3968           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3969           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3970           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3971           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3972           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3973           (gst_video_format_is_packed), (video_format_is_packed):
3974           Add unit test that makes sure that the strides, offsets and
3975           sizes returned for the various YUV formats by the new video API
3976           match the old reference implementation in videotestsrc.
3977
3978 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3979
3980         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3981           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3982           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3983           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3984           (gst_video_format_get_pixel_stride),
3985           (gst_video_format_get_component_width),
3986           (gst_video_format_get_component_height),
3987           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3988         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3989           (GST_VIDEO_FORMAT_Y42B):
3990           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3991
3992 2008-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
3993
3994         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3995           YV12 is I420 with swapped components 1 and 2, so the offset of
3996           component 1 for I420 should be the offset for component 2 for YV12
3997           and vice versa.
3998
3999 2008-02-29  Rene Stadler  <mail@renestadler.de>
4000
4001         * sys/v4l/gstv4lelement.c:
4002         Add missing semicolon to fix indentation.
4003
4004 2008-02-29  Julien Moutte  <julien@fluendo.com>
4005
4006         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4007         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4008         if we can do SPDIF output.
4009         * ext/alsa/gstalsa.h:
4010         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4011         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4012         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4013         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4014         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4015         to support AC3, EC3 and IEC958 buffers.
4016
4017 2008-02-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4018
4019         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4020           (gst_mixer_message_parse_mute_toggled),
4021           (gst_mixer_message_parse_record_toggled),
4022           (gst_mixer_message_parse_volume_changed),
4023           (gst_mixer_message_parse_option_changed):
4024           De-cruft and fix message type assertions (NULL is not a really
4025           valid mixer message type string).
4026
4027 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4028
4029         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4030         When negotiating, actually start from a format that we can support
4031         instead of from the too generic template.
4032
4033 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4034
4035         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4036         Enable vis setting.
4037
4038         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4039         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4040         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4041         (gen_vis_chain):
4042         Implement vis switching while playing.
4043
4044 2008-02-28  David Schleef  <ds@schleef.org>
4045
4046         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4047
4048 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4049
4050         Patch by: Peter Kjellerstedt  <pkj at axis com>
4051
4052         * gst/tcp/Makefile.am:
4053         * gst/tcp/fdsetstress.c:
4054         * gst/tcp/gstfdset.c:
4055         * gst/tcp/gstfdset.h:
4056         Removed fdset and stress test, they are now known as GstPoll in
4057         core. 
4058
4059         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4060         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4061         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4062         (gst_multi_fd_sink_handle_client_write),
4063         (gst_multi_fd_sink_queue_buffer),
4064         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4065         (gst_multi_fd_sink_stop):
4066         * gst/tcp/gstmultifdsink.h:
4067         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4068         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4069         (gst_tcp_gdp_read_caps):
4070         * gst/tcp/gsttcp.h:
4071         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4072         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4073         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4074         * gst/tcp/gsttcpclientsink.h:
4075         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4076         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4077         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4078         * gst/tcp/gsttcpclientsrc.h:
4079         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4080         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4081         * gst/tcp/gsttcpserversink.h:
4082         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4083         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4084         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4085         * gst/tcp/gsttcpserversrc.h:
4086         Port to GstPoll. See #505417.
4087
4088 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4089
4090         Patch by: Peter Kjellerstedt  <pkj at axis com>
4091
4092         * gst-libs/gst/rtsp/gstrtspconnection.c:
4093         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4094         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4095         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4096         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4097         (gst_rtsp_connection_flush):
4098         * gst-libs/gst/rtsp/gstrtspconnection.h:
4099         Use GstPoll for the rtsp connection. See #505417.
4100
4101 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4102
4103         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4104         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4105         Add combo box for visualisations, populate it with a factory list
4106         of all visualisation plugins, configure vis plugin instance in
4107         playbin2. 
4108
4109 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4110
4111         * tests/check/libs/rtp.c: (GST_START_TEST):
4112         Add check for RTP buffer defaults, padding and marker bit API.
4113
4114 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4115
4116         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4117         Use memcpy() instead of upcasting a byte array to long *. This
4118         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4119         This should be ported to GCheckSum once we can use GLib 2.16.
4120         Partially fixes bug #500833.
4121
4122 2008-02-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4123
4124         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4125           Push tag event after the newsegment event. Log the pointer of
4126           the buffer we're actually going to push rather than the buffer
4127           we're feeding to _make_metadata_writable().
4128
4129 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4130
4131         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4132         Comment smoke typefinder for now. The smokedec plugin needs one
4133         frame per buffer but we have no parser yet, thus it simply crashes
4134         in most situations.
4135
4136 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4137
4138         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4139         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4140
4141 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4142
4143         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4144         (plugin_init):
4145         Add midi typefinder, copied from the timidity plugin.
4146
4147 2008-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4148
4149         Based on patch by: Tomasz SaÅ‚aciÅ„ski <tsalacinski gmail com>
4150
4151         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4152         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4153           (subparse_suite):
4154           Forward slashes at the beginning and end of a line also signify
4155           italics (Fixes: #518162).
4156
4157 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4158
4159         * tests/check/gst-plugins-base.supp:
4160         Add a suppression for a cached value in GIO that wasn't moved
4161         while moving gio from -bad to -base.
4162
4163 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4164
4165         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4166
4167         * configure.ac:
4168         Don't hardcode -Wall and -Werror for configure checks, this fails
4169         with non-GCC compilers. Fixes bug #517991.
4170
4171 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4172
4173         * gst/audioconvert/gstaudioconvert.c:
4174         * gst/audioconvert/gstaudioquantize.c:
4175         * gst/audioconvert/gstaudioquantize.h:
4176           Make audioconvert gap aware. If noiseshaping is used, wait for
4177           noiseshaping to converge before marking as GAP. Fixes #517813.
4178
4179 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4180
4181         * gst/audiotestsrc/gstaudiotestsrc.c:
4182           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4183
4184 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4185
4186         * ext/gnomevfs/gstgnomevfssink.c:
4187         (gst_gnome_vfs_sink_handle_event):
4188         Return FALSE when seeking for a new segment fails instead
4189         of silently ignoring the failure and appending every buffer
4190         that comes for the new segment.
4191
4192 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4193
4194         * gst/playback/gstplaysink.c: (find_property),
4195         (gst_play_sink_find_property), (gen_video_chain),
4196         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4197         Recursively search the sink element for a last-frame property so that we
4198         can also find the property in autovideosink and friends that don't
4199         always proxy the internal sink properties.
4200
4201 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4202
4203         * gst-libs/gst/audio/multichannel.c:
4204           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4205           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4206           (gst_audio_set_structure_channel_positions_list),
4207           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4208           (gst_audio_fixate_channel_positions):
4209           Fix confusing terminology in docs and code: structure fields are
4210           'fields' and not 'properties'.
4211
4212 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4213
4214         * gst-libs/gst/audio/multichannel.c:
4215           (gst_audio_check_channel_positions), (add_list_to_struct):
4216           Give more useful warning messages if one of the channel
4217           layout enums passed to us is invalid and if the "channels"
4218           field in the caps has a GType we don't expect.
4219
4220 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4221
4222         * gst-libs/gst/audio/multichannel.c:
4223           Fix typo in docs blurb.
4224
4225 2008-02-19  Julien Moutte  <julien@fluendo.com>
4226
4227         Patch by: Josep Torra Valles <josep@fluendo.com>
4228
4229         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4230         typefind lookup to fix typefinding on HD clips.
4231
4232 2008-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4233
4234         * gst/playback/gstscreenshot.c:
4235         * gst/playback/gstscreenshot.h:
4236           Fix up copyright (I rewrote the GStreamer-0.10 code for
4237           this from scratch back in the days).
4238
4239 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4240
4241         * gst/playback/Makefile.am:
4242         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4243         (create_element), (gst_play_frame_conv_convert):
4244         * gst/playback/gstscreenshot.h:
4245         Add screenshot conversion code from totem.
4246
4247         * gst/playback/gstplay-marshal.list:
4248         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4249         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4250         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4251         Implement frame property to get a color-unconverted snapshot.
4252         Implement convert-frame action signal to get a converted snapshot image.
4253         Configure connection speed in uridecodebin.
4254         Document some more properties.
4255
4256         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4257         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4258         (gst_play_sink_get_last_frame):
4259         * gst/playback/gstplaysink.h:
4260         Use last-buffer property of the video sink to get a video snapshot.
4261
4262         * tests/examples/seek/seek.c: (shot_cb), (main):
4263         Add snapshot button for playbin2 and use the frame property to save the
4264         frame as a png in the current directory.
4265
4266 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4267
4268         Patch by: Josep Torra Valles <josep at fluendo dot com>
4269
4270         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4271         (plugin_init):
4272         Add typefinding support for h264 elementary streams.
4273         Fixes bug #517420.
4274
4275 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4276
4277         * configure.ac:
4278           Require CVS of core for new API in collectpads.
4279
4280         * gst/adder/gstadder.c:
4281           Use new API to make adder sparse stream aware.
4282
4283 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4284
4285         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4286         (no_more_pads_cb):
4287         Get the object data correct so that we can remove our channels
4288         correctly.
4289
4290         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4291         (gen_vis_chain), (gst_play_sink_reconfigure),
4292         (gst_play_sink_request_pad):
4293         Add option to disable async behaviour in the sinks when possible. This
4294         makes it possible to avoid an audio queue when dealing with
4295         visualisations.
4296         Add option to add a queue for the audio path.
4297
4298         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4299         (main):
4300         Disable the vis checkbox to match the defaults of playbin2.
4301         Only get the stream info when we need to.
4302
4303 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4304
4305         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4306         (gst_gio_base_sink_set_stream):
4307         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4308         (gst_gio_base_src_set_stream):
4309         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4310         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4311         Don't use async operations as they require a running main loop.
4312         This makes us block again when closing streams and unable
4313         to mount the enclosing volume of an URI if it isn't yet.
4314
4315 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4316
4317         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4318         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4319         (gen_vis_chain), (gst_play_sink_reconfigure),
4320         (gst_play_sink_request_pad):
4321         Move tee in front of the audio and vis pipelines.
4322         Add queue for audio for now.
4323         Add visualisation support.
4324
4325         * tests/examples/seek/seek.c: (main):
4326         Visualisation is by default disabled.
4327
4328 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4329
4330         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4331         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4332         Improve debugging a bit.
4333
4334         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4335         * ext/gio/gstgiosink.h:
4336         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4337         * ext/gio/gstgiosrc.h:
4338         Try to mount the enclosing volume of a GFile if it isn't mounted
4339         yet. This requires us to wait for an async operation to finish, done
4340         with an nested GMainLoop. Authentication is not supported yet, will
4341         come later.
4342
4343 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4344
4345         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4346         (gst_play_bin_set_property), (gst_play_bin_get_property),
4347         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4348         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4349         (gst_play_sink_get_mute), (gen_audio_chain):
4350         * gst/playback/gstplaysink.h:
4351         Add mute property.
4352
4353         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4354         (gst_selector_pad_chain):
4355         * gst/playback/gststreamselector.h:
4356         Make sure we forward the event only once.
4357
4358         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4359         Add and implement the mute button for playbin2.
4360
4361 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4362
4363         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4364
4365         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4366         Add some more debug info.
4367         Make sure we never return a negative delay. Fixes #516246.
4368
4369 2008-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4370
4371         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4372           Revert patch that makes the sink hold the object lock when
4373           calling snd_pcm_delay(), since it breaks playback for me.
4374
4375 2008-02-12  Julien Moutte  <julien@fluendo.com>
4376
4377         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4378         some seek flags when changing rate.
4379
4380 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4381
4382         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4383         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4384         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4385         Fix potential leaks.
4386
4387         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4388         Fix leak when there is no function configured.
4389
4390 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4391
4392         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4393         (gst_v4lsrc_buffer_finalize):
4394         Correctly chain up the finalize method.
4395
4396 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4397
4398         * ext/gio/gstgiostreamsink.c:
4399         * ext/gio/gstgiostreamsrc.c:
4400         Add documentation and example code for giostreamsink/giostreamsrc.
4401
4402         * tests/check/pipelines/gio.c: (GST_START_TEST):
4403         Ask the GMemoryOutputStream for the data instead of assuming that
4404         the pointer to the data stayed the same. It could've been realloc'ed.
4405
4406 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4407
4408         * ext/gio/gstgiosink.c:
4409         * ext/gio/gstgiosrc.c:
4410         Make the documentation of giosink/giosrc complete, large parts
4411         are based on the gnomevfssink/gnomevfssrc docs.
4412
4413 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4414
4415         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4416         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4417         * docs/plugins/gst-plugins-base-plugins.args:
4418         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4419         * docs/plugins/gst-plugins-base-plugins.interfaces:
4420         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4421         * docs/plugins/gst-plugins-base-plugins.signals:
4422         * docs/plugins/inspect/plugin-adder.xml:
4423         * docs/plugins/inspect/plugin-audioconvert.xml:
4424         * docs/plugins/inspect/plugin-audiorate.xml:
4425         * docs/plugins/inspect/plugin-audioresample.xml:
4426         * docs/plugins/inspect/plugin-decodebin.xml:
4427         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4428         * docs/plugins/inspect/plugin-gdp.xml:
4429         * docs/plugins/inspect/plugin-gio.xml:
4430         * docs/plugins/inspect/plugin-gnomevfs.xml:
4431         * docs/plugins/inspect/plugin-libvisual.xml:
4432         * docs/plugins/inspect/plugin-ogg.xml:
4433         * docs/plugins/inspect/plugin-pango.xml:
4434         * docs/plugins/inspect/plugin-playback.xml:
4435         * docs/plugins/inspect/plugin-queue2.xml:
4436         * docs/plugins/inspect/plugin-subparse.xml:
4437         * docs/plugins/inspect/plugin-theora.xml:
4438         * docs/plugins/inspect/plugin-uridecodebin.xml:
4439         * docs/plugins/inspect/plugin-videorate.xml:
4440         * docs/plugins/inspect/plugin-videoscale.xml:
4441         * docs/plugins/inspect/plugin-volume.xml:
4442         * docs/plugins/inspect/plugin-vorbis.xml:
4443         Add the GIO documentation again and while at that run make update.
4444
4445 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4446
4447         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4448         * ext/alsa/gstalsasink.c: (set_swparams):
4449         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4450           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4451           against libasound >= 1.0.16, since it's been deprecated in
4452           0.10.16, and alignment is always 1 then, apparently. (#512899)
4453
4454 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4455
4456         * gst/playback/gstplaybin.c: (gen_audio_element):
4457         * gst/playback/gstplaysink.c: (gen_audio_chain):
4458           Handle case where we can't create the volume element a bit
4459           better (#514307).
4460
4461 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4462
4463         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4464         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4465           Add support for https protocol. Fixes #510229.
4466
4467 2008-02-11  Julien Moutte  <julien@fluendo.com>
4468         
4469         Patch by: Alan Peevers <peeves@pacbell.net>
4470
4471         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4472         lock when calling alsa methods.
4473
4474 2008-02-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4475
4476         * gst/typefind/gsttypefindfunctions.c:
4477           Bump rank of jpeg and png typefinders, which will return maximum
4478           probability in the most common cases (thus short-circuiting more
4479           expensive typefinders like the mp3 one for these two quite common
4480           image types).
4481
4482 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4483
4484         * ext/theora/theoraparse.c:
4485         Fix long description of the theora parser to be more verbose than just
4486         the type name.
4487
4488 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4489
4490         Patch by: Branko ÄŒibej <brane at xbc dot nu>
4491
4492         * sys/xvimage/xvimagesink.c:
4493         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4494         Fixes bug #515654.
4495
4496 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4497
4498         * gst/playback/gstplaybasebin.c:
4499         Set is_dynamic as True if there are elements with both request
4500         and sometimes src pad templates instead of breaking out when it
4501         finds the first pad template that is a src.
4502
4503 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4504
4505         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4506         (update_streams), (video_combo_cb), (audio_combo_cb),
4507         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4508         Add some stream switching and volume gui for playbin2.
4509
4510 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4511
4512         * gst/playback/gstplay-marshal.list:
4513         Added marshal for streamselector Tags.
4514
4515         * gst/playback/gstplaybasebin.c: (set_active_source):
4516         Streamselector now selects pads based on the pad object instead of its
4517         name.
4518
4519         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4520         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4521         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4522         (gst_play_bin_get_text_tags),
4523         (gst_play_bin_set_current_video_stream),
4524         (gst_play_bin_set_current_audio_stream),
4525         (gst_play_bin_set_current_text_stream),
4526         (gst_play_bin_set_property), (gst_play_bin_get_property),
4527         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4528         Remove option to mute streams with the current-a/v/t property, we have
4529         this functionality in the flags.
4530         Add signals to notify when the number of A/V/T channels changed.
4531         Add action signals to get tags for the A/V/T streams.
4532         Implement setting the current A/V/T stream.
4533         Rearrange some things to simplify stream selection.
4534         Implement volume.
4535
4536         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4537         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4538         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4539         (activate_vis), (gst_play_sink_reconfigure):
4540         * gst/playback/gstplaysink.h:
4541         Add and implement volume setting methods.
4542
4543         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4544         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4545         (gst_selector_pad_event), (gst_stream_selector_class_init),
4546         (gst_stream_selector_init), (gst_stream_selector_finalize),
4547         (gst_stream_selector_set_property),
4548         (gst_stream_selector_get_property),
4549         (gst_stream_selector_get_linked_pad),
4550         (gst_stream_selector_request_new_pad):
4551         * gst/playback/gststreamselector.h:
4552         Add pad properties for tags and status of pads.
4553         Keep tags on pads.
4554         Make active pad selection based on pad object instead of name.
4555
4556 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4557
4558         * configure.ac:
4559           Revert last change as we now check in gtk-doc.m4 for sed.
4560
4561 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4562
4563         * configure.ac:
4564         Find and subst SED when building the docs.
4565
4566 2008-02-08  Julien Moutte  <julien@fluendo.com>
4567
4568         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4569         (main): Make sure bus signals are reconnected when pressing STOP
4570         and then PLAY again for a parse launch pipeline. Fix a ref leak
4571         on the bus.
4572         * win32/common/config.h: Updated.
4573
4574 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4575
4576         * configure.ac:
4577         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4578         pre-releases or releases.
4579
4580 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4581
4582         * configure.ac:
4583         * ext/gio/Makefile.am:
4584         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4585         reporting
4586
4587 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4588
4589         * docs/plugins/Makefile.am:
4590         Add the headers which need scanning for the GIO plugin. The rest of
4591         the docs still need migrating.
4592
4593 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4594
4595         * ext/Makefile.am:
4596         * tests/check/Makefile.am:
4597         * tests/check/pipelines/.cvsignore:
4598         Add gio in a few more places.
4599
4600 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4601
4602         * configure.ac:
4603         * ext/Makefile.am:
4604         * tests/check/Makefile.am:
4605         Move gio plugin from -bad and mark as experimental.
4606
4607 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4608
4609         * gst-libs/gst/interfaces/mixeroptions.c:
4610         * gst-libs/gst/interfaces/mixertrack.c:
4611         Comment out a couple of other things which break the build when
4612         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4613
4614 2008-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4615
4616         * docs/libs/gst-plugins-base-libs-sections.txt:
4617           Fix pbutils header.
4618
4619 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4620
4621         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4622         Fix compiler warning.
4623
4624 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4625
4626         Patch by: Peter Kjellerstedt  <pkj at axis com>
4627
4628         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4629         Clear the addrinfo struct using memset. Fixes #514937.
4630
4631 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4632
4633         * gst/tcp/gstfdset.h:
4634         Remove unused field to same some memory.
4635
4636         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4637         Mark action signals as such.
4638
4639 2008-02-06  Michael Smith <msmith@fluendo.com>
4640
4641         * ext/theora/theoradec.c: (_theora_granule_frame),
4642         (_inc_granulepos):
4643           Increment granulepos for new-bitstream versions appropriately.
4644           Fixes #514623.
4645
4646 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4647
4648         * tests/examples/seek/seek.c: (do_seek),
4649         (rate_spinbutton_changed_cb), (update_streams), (main):
4650         Remove obsolete stream_time reset after flushing seek, core does that
4651         automatically now.
4652         Improve accuracy of speed spinbutton.
4653         Only do playbin2 stuff when we actually use it.
4654
4655 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4656
4657         * tests/check/Makefile.am:
4658           Revert previous change of the test environment's GST_PLUGIN_PATH.
4659           The problem is not with the plugins, but with element factories
4660           and only occurs if elements are split out from existing plugins
4661           or if plugins change name (see #512740).
4662
4663 2008-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4664
4665         * tests/check/Makefile.am:
4666           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4667           with the core's plugins first and our local build directories last,
4668           since we might be building against an installed core, and that
4669           core's plugin directory may contain older or other versions of
4670           our own -base plugins, but we really do want to test our local
4671           ones (if there are multiple plugins or element factories with the
4672           same name, those inspected last will trump those read in earlier).
4673           Fixes #512740 for the most part.
4674
4675 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4676
4677         * configure.ac:
4678         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4679         Use gmtime_r if available as gmtime is not MT-safe.
4680         Fixes bug #511810.
4681
4682 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4683
4684         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4685         Cast glong to time_t as time_t might have a different type on
4686         other platforms, like FreeBSD, and we get a compiler warning
4687         otherwise. Fixes bug #511825.
4688
4689 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4690
4691         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4692         (get_group), (get_n_pads), (gst_play_bin_get_property),
4693         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4694         (autoplug_select_cb), (deactivate_group):
4695         Remove stream-info, we going for something easier.
4696         Refactor getting the current group.
4697         Implement getting the number of audio/video/text streams.
4698
4699         * gst/playback/gststreamselector.c:
4700         (gst_stream_selector_class_init), (gst_stream_selector_init),
4701         (gst_stream_selector_get_property),
4702         (gst_stream_selector_request_new_pad),
4703         (gst_stream_selector_release_pad):
4704         * gst/playback/gststreamselector.h:
4705         Add property for number of pads.
4706
4707         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4708         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4709         (text_toggle_cb), (update_streams), (msg_async_done),
4710         (msg_state_changed), (main):
4711         Block slider callback when updating the slider position.
4712         Add gui elements for controlling playbin2.
4713         Add callback for async_done that updates position/duration.
4714
4715 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4716
4717         * docs/plugins/Makefile.am:
4718         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4719         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4720         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4721         * docs/plugins/gst-plugins-base-plugins.interfaces:
4722         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4723           First round of plugin docs cleansups.
4724
4725         * docs/plugins/inspect/plugin-adder.xml:
4726         * docs/plugins/inspect/plugin-alsa.xml:
4727         * docs/plugins/inspect/plugin-audioconvert.xml:
4728         * docs/plugins/inspect/plugin-audiorate.xml:
4729         * docs/plugins/inspect/plugin-audioresample.xml:
4730         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4731         * docs/plugins/inspect/plugin-cdparanoia.xml:
4732         * docs/plugins/inspect/plugin-decodebin.xml:
4733         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4734         * docs/plugins/inspect/plugin-gdp.xml:
4735         * docs/plugins/inspect/plugin-gnomevfs.xml:
4736         * docs/plugins/inspect/plugin-libvisual.xml:
4737         * docs/plugins/inspect/plugin-ogg.xml:
4738         * docs/plugins/inspect/plugin-pango.xml:
4739         * docs/plugins/inspect/plugin-subparse.xml:
4740         * docs/plugins/inspect/plugin-tcp.xml:
4741         * docs/plugins/inspect/plugin-theora.xml:
4742         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4743         * docs/plugins/inspect/plugin-video4linux.xml:
4744         * docs/plugins/inspect/plugin-videorate.xml:
4745         * docs/plugins/inspect/plugin-videoscale.xml:
4746         * docs/plugins/inspect/plugin-videotestsrc.xml:
4747         * docs/plugins/inspect/plugin-volume.xml:
4748         * docs/plugins/inspect/plugin-vorbis.xml:
4749         * docs/plugins/inspect/plugin-ximagesink.xml:
4750         * docs/plugins/inspect/plugin-xvimagesink.xml:
4751           Regenerate.
4752
4753         * ext/ogg/Makefile.am:
4754         * ext/ogg/gstoggmux.c:
4755         * ext/ogg/gstoggmux.h:
4756           Add header for oggmux. the c-file needs a doc blob still.
4757
4758 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4759
4760         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4761
4762         * gst-libs/gst/rtp/gstrtpbuffer.c:
4763         (gst_rtp_buffer_set_extension_data):
4764         * gst-libs/gst/rtp/gstrtpbuffer.h:
4765         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4766         Add gst_rtp_buffer_set_extension_data() 
4767         Add a unit test for this addition. Fixes #511478.
4768         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4769
4770 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4771
4772         * configure.ac:
4773         Back to CVS
4774
4775 === release 0.10.17 ===
4776
4777 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4778
4779         * configure.ac:
4780           releasing 0.10.17, "Peanut Butter and Jelly"
4781
4782 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4783
4784         * gst-libs/gst/interfaces/mixeroptions.c:
4785         * gst-libs/gst/interfaces/mixertrack.c:
4786         Also remove the conditional registration of the signals
4787         that disappeared with the ABI change in 0.10.14
4788
4789 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4790
4791         * gst-libs/gst/rtsp/gstrtspconnection.c:
4792         Revert patch to gstrtspconnection.c for brown paper bag
4793         release of -base. Re-opens: #511825
4794
4795 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4796
4797         * gst-libs/gst/interfaces/mixeroptions.h:
4798         * gst-libs/gst/interfaces/mixertrack.h:
4799         Change the way these deprecated function pointers are removed
4800         so that the compiled ABI is unconditionally smaller. This 
4801         sets in stone an ABI break that actually occurred when the
4802         things were deprecated in 0.10.14, which seems to be the best
4803         fix as the only known users are oss-mixer and sunaudio-mixer in 
4804         gst-plugins-good.
4805         Fixes: #513018
4806
4807 2008-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
4808
4809         * win32/common/libgstpbutils.def:
4810           Export the two new _get_type() functions which are needed
4811           by the python bindings.
4812
4813 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4814
4815         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4816         Cast glong to time_t as time_t might have a different type on
4817         other platforms, like FreeBSD, and we get a compiler warning
4818         otherwise. Fixes bug #511825.
4819
4820 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4821
4822         * gst-libs/gst/audio/gstaudiofilter.c:
4823         (gst_audio_filter_class_init):
4824         Initialize the GstRingerBuffer class to get it's debug category
4825         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4826         category and otherwise we get some g_critical(). Fixes bug #512334.
4827
4828 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4829
4830         * configure.ac:
4831         Back to CVS
4832
4833 === release 0.10.16 ===
4834
4835 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4836
4837         * configure.ac:
4838           releasing 0.10.16, "Scheduled Interruption"
4839
4840 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4841
4842         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4843
4844         * gst-libs/gst/rtp/gstrtpbuffer.c:
4845         (gst_rtp_buffer_get_extension_data):
4846         Fix typos and wrong extension check. Fixes #511274.
4847
4848 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4849
4850         * po/sk.po:
4851         Oops - add new sk.po mentioned in the LINGUAS I just committed
4852
4853 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4854
4855         * po/LINGUAS:
4856         Add ca translation to the disted list.
4857
4858         * win32/vs6/libgstsdp.dsp:
4859         Convert line endings to CRLF
4860
4861 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4862
4863         * win32/MANIFEST:
4864         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4865
4866 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4867
4868         * win32/common/libgstsdp.def:
4869         * win32/common/libgstvideo.def:
4870         Add new API declarations
4871
4872 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4873
4874         * ext/theora/gsttheoradec.h:
4875         * ext/theora/gsttheoraparse.h:
4876         * ext/theora/theoradec.c:
4877         * ext/theora/theoraparse.c:
4878         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4879         and parser by inspecting the bitstream version of the incoming data.
4880
4881 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4882
4883         * configure.ac:
4884         * pkgconfig/Makefile.am:
4885         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4886         * pkgconfig/gstreamer-audio.pc.in:
4887         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4888         * pkgconfig/gstreamer-cdda.pc.in:
4889         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4890         * pkgconfig/gstreamer-fft.pc.in:
4891         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4892         * pkgconfig/gstreamer-floatcast.pc.in:
4893         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4894         * pkgconfig/gstreamer-interfaces.pc.in:
4895         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4896         * pkgconfig/gstreamer-netbuffer.pc.in:
4897         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4898         * pkgconfig/gstreamer-pbutils.pc.in:
4899         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4900         * pkgconfig/gstreamer-riff.pc.in:
4901         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4902         * pkgconfig/gstreamer-rtp.pc.in:
4903         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4904         * pkgconfig/gstreamer-rtsp.pc.in:
4905         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4906         * pkgconfig/gstreamer-sdp.pc.in:
4907         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4908         * pkgconfig/gstreamer-tag.pc.in:
4909         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4910         * pkgconfig/gstreamer-video.pc.in:
4911         Provide one pkg-config file for every gst-plugins-base library.
4912         This makes linking to those libraries much more intuitive and
4913         provides standard pkg-config behaviour for them. Fixes bug #499697.
4914
4915 2008-01-13  David Schleef  <ds@schleef.org>
4916
4917         * gst/videoscale/vs_4tap.c:
4918           Fix valgrind error on 4tap scaling method.
4919
4920 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4921
4922         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4923         Include Winsock2.h for VS6 and use a different way initialize
4924         hints structure so it can build with VS6.
4925         * win32/MANIFEST:
4926         * win32/vs6/libgstsdp.dsp:
4927         * win32/common/libgstsdp.def:
4928         Add new files for libgstsdp.
4929         * win32/vs6/grammar.dsp:
4930         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4931         * win32/vs6/gst_plugins_base.dsw:
4932         * win32/vs6/libgstdecodebin.dsp:
4933         * win32/vs6/libgstdecodebin2.dsp:
4934         * win32/vs6/libgstplaybin.dsp:
4935         * win32/vs6/libgstvolume.dsp:
4936         Add new dependencies to the link list.
4937
4938 2008-01-13  Julien Moutte  <julien@fluendo.com>
4939
4940         * win32/common/config.h:
4941         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4942         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4943         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4944         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4945         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4946         * win32/common/interfaces-enumtypes.c:
4947         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4948         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4949         (gst_mixer_track_flags_get_type),
4950         (gst_tuner_channel_flags_get_type):
4951         * win32/common/multichannel-enumtypes.c:
4952         (gst_audio_channel_position_get_type):
4953         * win32/common/pbutils-enumtypes.c:
4954         (gst_install_plugins_return_get_type):
4955         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4956         in the win32 build directory.
4957
4958 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4959
4960         * tests/check/Makefile.am:
4961         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4962
4963         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4964         * tests/check/elements/playbin.c:
4965         * tests/check/libs/mixer.c: (test_element_interface_supported),
4966         (gst_implements_interface_init):
4967         * tests/check/libs/rtp.c: (GST_START_TEST):
4968         Fix various assignment type mismatches.
4969
4970 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4971
4972         * configure.ac:
4973         * gst-libs/gst/rtsp/Makefile.am:
4974         Add test to see if hstrerror is available or if we need libresolv
4975         (Solaris) for it, then use it in libgstrtsp.
4976
4977 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4978
4979         * gst-libs/gst/tag/Makefile.am:
4980         Fix include path order
4981
4982 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4983
4984         * gst-libs/gst/pbutils/install-plugins.c:
4985         (gst_install_plugins_context_copy),
4986         (gst_install_plugins_context_get_type):
4987         * gst-libs/gst/pbutils/install-plugins.h:
4988         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4989         for bindings.
4990
4991 2008-01-11  Michael Smith <msmith@fluendo.com>
4992
4993         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4994         (_theora_granule_frame), (_theora_granule_start_time),
4995         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4996           Adapt for post-alpha meaning of granulepos, when we
4997           have a newer version of libtheora.
4998         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4999         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5000         (theora_enc_is_discontinuous), (theora_enc_chain):
5001           Likewise.
5002         * tests/check/Makefile.am:
5003           Link libtheora into theoraenc test so we can check which version of
5004           libtheora we're testing against.
5005         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5006         (check_buffer_granulepos),
5007         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5008         (theoraenc_suite):
5009           Adapt tests to check the values that are now defined for theora; make
5010           the tests backwards-adapt the passed values if we're running against an
5011           old libtheora.
5012           Fixes #497964
5013
5014 2008-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5015
5016         * gst-libs/gst/audio/gstbaseaudiosink.c:
5017           (gst_base_audio_sink_class_init):
5018         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5019           (gst_base_audio_src_class_init):
5020           Ref audio clock class from a thread-safe context to make sure
5021           we're not bit by GObjects lack of thread-safety here (#349410),
5022            however unlikely that may be in practice.
5023
5024 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5025
5026         * autogen.sh:
5027           Add -Wno-portability to the automake parameters to stop warnings
5028           about GNU make extensions being used. We require GNU make in almost
5029           every Makefile anyway.
5030           
5031         * configure.ac:
5032           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5033           at the same time is required for per target flags.
5034
5035 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5036
5037         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5038           Post an error message if we can't pull as many bytes as we need
5039           for the tag. This makes sure the user gets to see a proper error
5040           message if a file with a partial ID3 tag is fed to decodebin, and
5041           not a 'no ID3 tag demuxer' error, which would be confusing
5042           (see #508138).
5043
5044 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5045
5046         * gst-libs/gst/pbutils/descriptions.c: (formats):
5047           Add description strings for ID3, APE, and ICY tags.
5048
5049 2008-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5050
5051         * gst/playback/gstdecodebin.c: (try_to_link_1):
5052           Make sure we error out correctly if we can't activate one of
5053           the elements we've added.  Fixes #508138.
5054           
5055 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5056
5057         Patch by: Bastien Nocera <hadess at hadess net>
5058
5059         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5060           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5061           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5062           the volume is the same for all channels. This works around
5063           some problem in alsa that leaves us with inconsistent state
5064           for some reason (#486840).
5065
5066 2008-01-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5067
5068         Patch by: Jerone Young <jerone at gmail com>
5069
5070         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5071           If there's no mixer track by the name of 'Master' or 'Front',
5072           check if there's one called 'PCM' before trying the generic
5073           fallback logic (fixes #506928, where we pick 'Mic' as master
5074           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5075
5076 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5077
5078         * gst/playback/gstplay-enum.c:
5079         (register_gst_autoplug_select_result),
5080         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5081         (gst_play_flags_get_type):
5082         * gst/playback/gstplay-enum.h:
5083         Add enums for configuration flags.
5084
5085         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5086         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5087         (gst_play_bin_get_property), (no_more_pads_cb),
5088         (autoplug_select_cb), (gst_play_bin_change_state):
5089         Merge mode with flags.
5090         Add more property getters/setters, defaults and docs.
5091         Add properties to get number of audio/video/text streams.
5092         Create sink object in _init so that we can always rely on it being
5093         there.
5094
5095         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5096         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5097         (activate_vis), (gst_play_sink_reconfigure),
5098         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5099         (gst_play_sink_change_state):
5100         * gst/playback/gstplaysink.h:
5101         Use flags to configure the sink pipelines.
5102         Add tee before audio pipeline so that we can use it for visualisations.
5103         Start working on integrating visualisations.
5104         Remove mode, we can do everything with the flags now.
5105         Add method to configue the sink pipeline.
5106
5107 2008-01-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5108
5109         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5110           (check_buffer_timestamp), (check_buffer_duration):
5111           Turn these functions into macros so we can see right away
5112           where the failure occured.
5113
5114 2008-01-05  Julien Moutte  <julien@fluendo.com>
5115
5116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5117         debugging information to understand how X calculates the stride
5118         for XvImages.
5119
5120 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5121
5122         * gst/volume/Makefile.am:
5123         * gst/volume/gstvolume.c: (volume_choose_func),
5124         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5125         (volume_setup):
5126         * gst/volume/gstvolume.h:
5127         Use GstAudioFilter as base class for the volume element instead of
5128         plain GstBaseTransform.
5129
5130 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5131
5132         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5133         Don't set element details for the abstract GstAudioFilter class.
5134
5135 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5136
5137         * gst-libs/gst/audio/gstaudiofilter.c:
5138         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5139         Implement get_unit_size() vmethod of GstBaseTransform.
5140
5141 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5142
5143         * gst-libs/gst/pbutils/Makefile.am:
5144         * gst-libs/gst/pbutils/pbutils.h:
5145         Use glib-enum generator to have a proper enum GType for
5146         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5147
5148 2007-12-31  David Schleef  <ds@schleef.org>
5149
5150         * tests/check/Makefile.am:
5151         * tests/check/pipelines/theoraenc.c:
5152           Reenable theoraenc test, which fails on the buildbot but
5153           not locally.
5154
5155 2007-12-31  David Schleef  <ds@schleef.org>
5156
5157         * docs/libs/.cvsignore:
5158         * docs/plugins/.cvsignore:
5159           Add *-undeclared.txt to fix buildbot.
5160
5161 2007-12-31  David Schleef  <ds@schleef.org>
5162
5163         * tests/check/Makefile.am:
5164           Second attempt at disabling theoraenc test long enough to
5165           get buildbot to compile -base.
5166
5167 2007-12-31  David Schleef  <ds@schleef.org>
5168
5169         * tests/check/pipelines/theoraenc.c:
5170           Disable theoraenc test long enough to get the buildbot to
5171           compile a recent -base.
5172
5173 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5174
5175         * tests/examples/seek/seek.c: (stop_cb):
5176         Make sure we reset the slider value to 0.0 without racing against a
5177         possible g_idle that sets it to something else.
5178
5179 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5180
5181         * sys/ximage/ximagesink.c:
5182         fix typo
5183
5184 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5185
5186         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5187         * gst-libs/gst/rtsp/gstrtspdefs.h:
5188         Add Location header so that we can start implementing redirects.
5189         See #506025.
5190
5191 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5192
5193         * gst/subparse/gstssaparse.c:
5194         combine if's
5195
5196 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5197
5198         * gst/subparse/gstssaparse.c:
5199         remove duplicate log message
5200
5201 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5202
5203         * ext/libvisual/visual.c: (gst_visual_chain):
5204         Fix 'xyz may be used uninitialized' compiler warnings caused
5205         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5206         abort() in any case but properly report the error.
5207
5208 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5209
5210         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5211         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5212         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5213         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5214         (autoplug_select_cb), (activate_group), (deactivate_group),
5215         (setup_next_source), (save_current_group),
5216         (gst_play_bin_change_state):
5217         Code cleanups.
5218         Remove next-uri, we can use the uri property just fine.
5219         Fix some crasher.
5220         Unref uridecodebin when switching.
5221         Fix going to READY.
5222
5223         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5224         (gst_play_sink_init), (gst_play_sink_dispose),
5225         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5226         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5227         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5228         (gst_play_sink_set_property), (gst_play_sink_get_property),
5229         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5230         (gen_vis_element), (gst_play_sink_get_mode),
5231         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5232         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5233         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5234         (gst_play_sink_change_state):
5235         * gst/playback/gstplaysink.h:
5236         Add some locking to make things threadsafe.
5237
5238         * gst/playback/test7.c: (about_to_finish_cb):
5239         Fix test.
5240
5241 2007-12-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5242
5243         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5244           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5245           (gst_video_scale_transform):
5246           Don't claim to be able to handle/transform caps that can't really
5247           be handled by the currently selected scaling method (here: RGB or
5248           packed YUV with 4-tap method). Also add locking to method property.
5249
5250         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5251           (test_basetransform_based):
5252           Some test pipelines for the above (not entirely valgrind clean yet
5253           apparently).
5254
5255 2007-12-21  David Schleef  <ds@schleef.org>
5256
5257         * gst-libs/gst/video/video.c:
5258         * gst-libs/gst/video/video.h:
5259           Add additional RGBA and RGB-24 video formats.
5260
5261 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5262
5263         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5264           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5265           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5266         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5267           (cddabasesrc_suite):
5268           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5269           deprecated in the future (see #498924).
5270
5271 2007-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5272
5273         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5274           Don't leak event.
5275
5276 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5277
5278         * gst-libs/gst/riff/riff-read.c:
5279         Use GST_ROUND_UP_2 macro
5280
5281 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5282
5283         * gst/playback/.cvsignore:
5284           Ignore more.
5285
5286 2007-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5287
5288         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5289         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5290           (set_active_source):
5291         * gst/playback/gstplaybasebin.h:
5292         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5293           (setup_sinks), (playbin_set_subtitles_visible):
5294           Make switching off of subtitles work. To avoid all kind of
5295           problems with unlinking of the subtitle input, we just keep
5296           the subtitle inputs linked as they are and tell textoverlay
5297           not to render them. Fixes #373011.
5298           Other subtitle switching issues (esp. when there are both
5299           external and in-stream subtitles) remain. They'll be solved
5300           in playbin2.
5301
5302 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5303
5304         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5305         Init the pad segment too.
5306
5307 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5308
5309         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5310         (gst_audioringbuffer_open_device),
5311         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5312         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5313         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5314         (gst_audio_sink_create_ringbuffer):
5315         Improve debug output.
5316
5317         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5318         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5319         Prevent some functions from doing things and failing when the
5320         ringbuffer is not yet acquired.
5321
5322 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5323
5324         * gst-libs/gst/interfaces/interfaces.h:
5325           Also remove interfaces.h from CVS as it is not needed anymore.
5326
5327 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5328
5329         * gst-libs/gst/interfaces/Makefile.am:
5330           interfaces.h is not used anymore so remove it from the build
5331           process.
5332
5333 2007-12-17  David Schleef  <ds@schleef.org>
5334
5335         * gst/videotestsrc/gstvideotestsrc.c:
5336         * gst/videotestsrc/gstvideotestsrc.h:
5337           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5338           for testing vertical refresh synchronization.
5339
5340 2007-12-17  David Schleef  <ds@schleef.org>
5341
5342         * docs/libs/gst-plugins-base-libs-sections.txt:
5343         * gst-libs/gst/video/video.c:
5344         * gst-libs/gst/video/video.h:
5345           Add new GstVideFormat enum and write a bunch of helper functions
5346           based around it.
5347
5348 2007-12-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5349
5350         * Makefile.am:
5351           Use new common/win32.mak.
5352
5353 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5354
5355         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5356         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5357         Add debug info.
5358         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5359         the parent state change function, just like the audiosink, because the
5360         parent waits for the element to finish its processing before completing
5361         the state change. This makes going to PAUSED a lot snappier.
5362         When going from READY to PAUSED, don't allow the ringbuffer to start
5363         yet.
5364
5365 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5366
5367         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5368         Yet another fix for broken software that produce files with an empty
5369         blockalign field. Instead of completely failing, make a second attempt
5370         at guessing the width/depth by looking at strf->size.
5371
5372 2007-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5373
5374         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5375           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5376         * gst-libs/gst/pbutils/install-plugins.c:
5377           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5378         * gst-libs/gst/pbutils/missing-plugins.c:
5379           (gst_missing_plugin_message_get_installer_detail),
5380           (gst_missing_encoder_installer_detail_new):
5381         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5382         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5383           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5384           avoid compiler warnings (#503930).
5385
5386 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5387
5388         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5389         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5390         for jpeg video streams.
5391         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5392         for the above modification.
5393
5394 2007-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5395
5396         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5397           (gst_x_overlay_handle_events):
5398           More guards (we don't want klass to end up being NULL).
5399
5400 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5401
5402         * configure.ac:
5403         * gst/volume/gstvolume.c: (gst_volume_init):
5404           Use new gst_base_transform_set_gap_aware() function as volume
5405           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5406           for this.
5407
5408 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5409
5410         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5411         Don't go to READY on EOS as this avoids testing of seeking and
5412         restarting after EOS, use the stop button when you want to READY.
5413         Don't try to do a flushing seek in segment-done, it does not make
5414         sense to use this for gapless playback and is not needed.
5415
5416 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5417
5418         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5419         (reset_rate_timer), (update_in_rates), (update_out_rates),
5420         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5421         (gst_queue_chain), (gst_queue_loop):
5422         Use separate timers for input and output rates.
5423         Pause measuring the output rate when we block for more data.
5424         See #503262.
5425
5426 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5427
5428         * gst/playback/gstqueue2.c: (gst_queue_chain):
5429         Pause the timer to measure the input rate when we block because the
5430         queue is filled. See #503262.
5431
5432 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5433
5434         Patch by: Peter Kjellerstedt  <pkj at axis com>
5435
5436         * gst-libs/gst/rtsp/gstrtspconnection.c:
5437         (gst_rtsp_connection_free):
5438         Close control sockets. Fixes #503440.
5439
5440 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5441
5442         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5443         Expose the right pad in the right place with the right element.
5444
5445 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5446
5447         * gst-libs/gst/pbutils/descriptions.c: (formats):
5448           Add description for 'private' dts caps (who come up with that name?).
5449
5450 2007-12-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5451
5452         * Makefile.am:
5453           Add check-exports target and run it with 'make check'.
5454
5455         * configure.ac:
5456           Be stricter about what we export in our libraries: change regexp so that
5457           we only export _gst_foo(), but not __gst_foo().
5458
5459         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5460         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5461           Change internal functions to __gst_foo so they dont' get exported.
5462
5463         * win32/common/libgstaudio.def:
5464           Add missing symbols.
5465
5466 2007-12-11  David Schleef  <ds@schleef.org>
5467
5468         * ChangeLog: remove conflict markers
5469
5470 2007-12-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5471
5472         * ext/gnomevfs/Makefile.am:
5473         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5474           Use gst_tag_freeform_string_to_utf8() here, which also takes
5475           into account any character sets specified by the user via
5476           environment variables.
5477
5478 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5479
5480         * gst/audioconvert/Makefile.am:
5481         Also link to libm.
5482
5483 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5484
5485         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5486         No need for floating point operations here. avoids having to link
5487         against the math library too.
5488
5489 2007-12-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5490
5491         * gst-libs/gst/pbutils/descriptions.c: (formats),
5492           (format_info_get_desc):
5493         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5494           (GST_START_TEST):
5495           Add one or two missing formats.  Generate ADPCM description
5496           dynamically depending on layout/format.
5497
5498 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5499
5500         * configure.ac:
5501           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5502
5503 2007-12-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5504
5505         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5506
5507         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5508           Some .srt files start with chunk number 0 and not chunk number 1,
5509           recognise and accept those as well (fixes #502497).
5510
5511         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5512           (test_src):
5513           Add unit test for the above.
5514
5515 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5516
5517         * gst/playback/gstplay-enum.c:
5518         (register_gst_autoplug_select_result),
5519         (gst_autoplug_select_result_get_type):
5520         * gst/playback/gstplay-enum.h:
5521         Add missing files.
5522
5523 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5524
5525         * gst/playback/Makefile.am:
5526         Group decodebin2 and uridecodebin into the same plugin so that they
5527         can share the GEnumType.
5528
5529         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5530         (_gst_select_accumulator), (gst_decode_bin_class_init),
5531         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5532         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5533         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5534         Add signal to sort factories instead of the more awkward autoplug-select
5535         signal.
5536         Modify autoplug_select so that we can try, skip or expose the
5537         autopluggin of an element on a pad.
5538
5539         * gst/playback/gstfactorylists.c: (compare_ranks),
5540         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5541         (element_filter), (gst_factory_list_get_elements),
5542         (gst_factory_list_debug), (gst_factory_list_filter):
5543         * gst/playback/gstfactorylists.h:
5544         Simplify the API, allow getting elements based on mask.
5545
5546         * gst/playback/gstplay-marshal.list:
5547         Add some more marshallers.
5548
5549         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5550         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5551         (autoplug_select_cb), (activate_group):
5552         Add support for managing non-raw sinks by providing a custom element and
5553         sink list to decodebin2.
5554         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5555         decodebin2.
5556
5557         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5558         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5559         * gst/playback/gstplaysink.h:
5560         Add support for raw and non-raw sinks. 
5561         Add support to force sinks selected by playbin2.
5562         Don't plug raw converters for non-raw sinks.
5563
5564         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5565         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5566         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5567         (plugin_init):
5568         Use right accumulators.
5569         Proxy new signal.
5570
5571 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5572
5573         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5574         Use runnning time as the base time instead of the timestamp.
5575         Spotted by Saur on IRC.
5576
5577 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5578
5579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5580         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5581
5582 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5583
5584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5585         (gst_ogg_demux_read_chain):
5586         If we find a new serial number but it does not contain a BOS page, make
5587         sure we initialize the chain to NULL because else we will try to scan it
5588         and crash. Fixes #500763
5589
5590 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5591
5592         * gst/playback/Makefile.am:
5593         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5594         (get_feature_array), (decoders_filter), (sinks_filter),
5595         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5596         (gst_factory_list_filter):
5597         * gst/playback/gstfactorylists.h:
5598         Refactor some common code to filter factories and check caps compat.
5599
5600         * gst/playback/gstdecodebin.c:
5601         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5602         (gst_decode_bin_init), (gst_decode_bin_dispose),
5603         (gst_decode_bin_autoplug_continue),
5604         (gst_decode_bin_autoplug_factories),
5605         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5606         (find_compatibles):
5607         * gst/playback/gstplaybin.c:
5608         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5609         (gst_play_bin_init), (gst_play_bin_finalize),
5610         (autoplug_factories_cb), (activate_group):
5611         * gst/playback/gstqueue2.c:
5612         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5613         (proxy_autoplug_continue_signal),
5614         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5615         (proxy_drained_signal):
5616         Add some more debug info and use factor filtering code.
5617
5618 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5619
5620         * gst/audiotestsrc/gstaudiotestsrc.c:
5621         * gst/volume/gstvolume.c:
5622         * gst/volume/gstvolume.h:
5623           Add GAP-flag support.
5624
5625 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5626
5627         * tests/examples/seek/seek.c: (main): Increase the range of the
5628         rate selector as I would like to test QOS behavior at higher
5629         forward and reverse playback speed like say 64x.
5630
5631 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5632
5633         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5634         (audioresample_query), (audioresample_query_type),
5635         (gst_audioresample_set_property):
5636         Implement latency query.
5637
5638 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5639
5640         * gst-libs/gst/audio/gstbaseaudiosink.c:
5641         (gst_base_audio_sink_drain):
5642         Our EOS time contains the base_time, _wait_eos() expects a running_time
5643         so we have to subtract the base_time again before calling the function.
5644         This fixes an EOS regression where the base_time was added twice and EOS
5645         took longer and longer in certain situations.
5646         Fixes #498767.
5647
5648 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5649
5650         * docs/libs/gst-plugins-base-libs-sections.txt:
5651         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5652         (gst_base_audio_sink_set_provide_clock),
5653         (gst_base_audio_sink_get_provide_clock),
5654         (gst_base_audio_sink_set_slave_method),
5655         (gst_base_audio_sink_get_slave_method),
5656         (gst_base_audio_sink_set_property),
5657         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5658         (gst_base_audio_sink_none_slaving),
5659         (gst_base_audio_sink_handle_slaving):
5660         * gst-libs/gst/audio/gstbaseaudiosink.h:
5661         Expose methods for some object properties so that subclasses can more
5662         easily configure them.
5663         Added slave method none, that completely disables slaving to the
5664         internal clock.
5665         API: gst_base_audio_sink_set_provide_clock()
5666         API: gst_base_audio_sink_get_provide_clock()
5667         API: gst_base_audio_sink_set_slave_method()
5668         API: gst_base_audio_sink_get_slave_method()
5669
5670         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5671         (gst_base_audio_src_set_provide_clock),
5672         (gst_base_audio_src_get_provide_clock),
5673         (gst_base_audio_src_set_property),
5674         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5675         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5676         Expose methods for some object properties so that subclasses can more
5677         easily configure them.
5678         API: gst_base_audio_src_set_provide_clock()
5679         API: gst_base_audio_src_get_provide_clock()
5680
5681 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5682
5683         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5684
5685         * gst-libs/gst/sdp/gstsdpmessage.c:
5686         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5687
5688 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5689
5690         * tests/check/libs/fft.c: (GST_START_TEST):
5691         Fix scaling to really have dB instead of something else.
5692
5693 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5694
5695         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5696         GTK version, use it.
5697
5698 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5699
5700         * tests/examples/seek/seek.c: (main): Try to support stable version
5701         of GTK.
5702
5703 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5704
5705         * gst/playback/README:
5706         * gst/playback/test7.c:
5707           Fix the build + little README update.
5708
5709 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5710
5711         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5712         Add playbin2 seek pipeline.
5713
5714 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5715
5716         * gst/playback/Makefile.am:
5717         * gst/playback/gstplayback.c: (plugin_init):
5718         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5719         (eos_cb), (about_to_finish_cb), (main):
5720         Add playbin2.
5721         Added gapless playback example.
5722
5723         * gst/playback/gstplaybasebin.c:
5724         * gst/playback/gstplaybasebin.h:
5725         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5726         * gst/playback/gstqueue2.c:
5727         * gst/playback/test.c:
5728         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5729         (pad_removed_cb):
5730         * gst/playback/gststreaminfo.h:
5731         Change email.
5732
5733         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5734         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5735         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5736         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5737         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5738         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5739         (drained_cb), (unlink_group), (activate_group),
5740         (setup_next_source), (gst_play_bin_change_state),
5741         (gst_play_bin2_plugin_init):
5742         Added raw first version of playbin2. Does chained oggs and gapless
5743         playback fine. No support for raw sinks yet. No visualisations or
5744         subtitles yet.
5745
5746         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5747         (gst_play_sink_class_init), (gst_play_sink_init),
5748         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5749         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5750         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5751         (gst_play_sink_set_property), (gst_play_sink_get_property),
5752         (post_missing_element_message), (free_chain), (add_chain),
5753         (activate_chain), (gen_video_chain), (gen_text_element),
5754         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5755         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5756         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5757         (gst_play_sink_send_event), (gst_play_sink_change_state):
5758         * gst/playback/gstplaysink.h:
5759         Added Element that abstracts the sinks and their pipelines for playbin2.
5760
5761 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5762
5763         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5764         (gst_selector_pad_class_init), (gst_selector_pad_init),
5765         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5766         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5767         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5768         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5769         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5770         (gst_stream_selector_init), (gst_stream_selector_set_property),
5771         (gst_stream_selector_get_linked_pad),
5772         (gst_stream_selector_getcaps),
5773         (gst_stream_selector_is_active_sinkpad),
5774         (gst_stream_selector_activate_sinkpad),
5775         (gst_stream_selector_get_linked_pads),
5776         (gst_stream_selector_request_new_pad),
5777         (gst_stream_selector_release_pad):
5778         * gst/playback/gststreamselector.h:
5779         Improve streamselector, make it select and unselect the current pad more
5780         intelligently. 
5781         Subclass GstPad for the sinkpads of the selector.
5782         Handle segments more correctly.
5783         Fix caps negotiation.
5784         Implement release_pad.
5785
5786 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5787
5788         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5789         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5790         (remove_fakesink):
5791         Add drained signal fired when decodebin finishes decoding the data.
5792         Remove deprecated STATE_DIRTY message.
5793
5794         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5795         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5796         (analyse_source), (proxy_drained_signal), (make_decoder),
5797         (source_new_pad), (value_list_append_structure_list),
5798         (handle_redirect_message), (handle_message):
5799         Proxy the new drained signal.
5800         Handle pad removed from decodebin.
5801         Handle redirect messages by sorting multiple redirections based on the
5802         connection speed.
5803
5804 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5805
5806         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5807
5808         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5809         Fix leaking headers. Fixes #496761.
5810
5811 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5812
5813         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5814
5815         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5816         (gst_ximagesink_change_state):
5817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5818         Don't leak the PAR on errors. Fixes #496731.
5819
5820 2007-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5821
5822         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5823           (gst_tag_from_id3_user_tag):
5824           Add mapping for audio cd discid tags, so we can extract
5825           them from tags as well (see #347848). Also compare identifiers
5826           in ID3v2 TXXX frames in a case-insensitive way to increase
5827           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5828
5829 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5830
5831         * gst-plugins-base.doap:
5832         Oops, fix the release name.
5833
5834 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5835
5836         * gst-plugins-base.doap:
5837         Add 0.10.15 release
5838
5839 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5840
5841         * configure.ac:
5842         Back to CVS
5843
5844 === release 0.10.15 ===
5845
5846 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5847
5848         * configure.ac:
5849           releasing 0.10.15, "No need to argue"
5850
5851 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5852
5853         * win32/vs6/libgstfft.dsp:
5854         Convert line endings to DOS.
5855
5856 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5857
5858         * win32/vs6/gst_plugins_base.dsw:
5859         * win32/vs6/libgstfft.dsp:
5860         * win32/MANIFEST:
5861         Add a project file for fft plugin and remove socket
5862         based plugin which don't build from the workspace.
5863         * win32/vs6/libgstaudio.dsp:
5864         * win32/vs6/libgstrtp.dsp:
5865         * win32/vs6/libgsttag.dsp:
5866         Convert line endings back to DOS.
5867         Fixes #496724
5868
5869 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5870
5871         * win32/vs6/libgstinterfaces.dsp:
5872         * win32/vs6/libgstrtsp.dsp:
5873         Convert line endings back to DOS
5874
5875 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5876
5877         * gst-libs/gst/fft/kiss_fft_f32.h:
5878         * gst-libs/gst/fft/kiss_fft_f64.h:
5879         * gst-libs/gst/fft/kiss_fft_s16.h:
5880         * gst-libs/gst/fft/kiss_fft_s32.h:
5881         Don't include malloc.h which doesn't exist on Mac OSX.
5882         Instead, pull in glib.h and use g_malloc/g_free for 
5883         consistency. Fixes: #496548
5884
5885 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5886
5887         * gst/playback/gstdecodebin2.c:
5888           Dont leak ghostpad. Fixes #475451.
5889
5890 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5891
5892         * docs/design/design-decodebin.txt:
5893         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5894         Update some more docs and comments.
5895
5896 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5897
5898         Patch by: Sebastien Moutte  <sebastien moutte net>
5899
5900         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5901           (gst_rtcp_unix_to_ntp):
5902         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5903           Fix some C99-isms and and a missing function that some versions of
5904           MSVC don't like too much (#494346).
5905
5906         * win32/vs6/gst_plugins_base.dsw:
5907         * win32/vs6/libgstaudio.dsp:
5908         * win32/vs6/libgstrtp.dsp:
5909         * win32/vs6/libgsttag.dsp:
5910           Update vs6 projects files (#494346).
5911
5912 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5913
5914         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5915
5916         * win32/common/libgstaudio.def:
5917         * win32/common/libgstcdda.def:
5918         * win32/common/libgstinterfaces.def:
5919         * win32/common/libgstnetbuffer.def:
5920         * win32/common/libgstpbutils.def:
5921         * win32/common/libgstrtp.def:
5922         * win32/common/libgstrtsp.def:
5923         * win32/common/libgsttag.def:
5924         * win32/common/libgstvideo.def:
5925           More missing symbols to export (fixes #493986).
5926
5927 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5928
5929         * docs/libs/gst-plugins-base-libs-sections.txt:
5930         * gst-libs/gst/fft/gstfftf32.c:
5931         * gst-libs/gst/fft/gstfftf32.h:
5932         * gst-libs/gst/fft/gstfftf64.c:
5933         * gst-libs/gst/fft/gstfftf64.h:
5934         * gst-libs/gst/fft/gstffts16.c:
5935         * gst-libs/gst/fft/gstffts16.h:
5936         * gst-libs/gst/fft/gstffts32.c:
5937         * gst-libs/gst/fft/gstffts32.h:
5938         * tests/check/libs/fft.c: (GST_START_TEST):
5939         Remove the magnitude and phase calculation functions as these have
5940         very special use cases and can't even be used for the spectrum
5941         element. Also adjust the docs to mention some properties of the used
5942         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5943
5944 2007-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5945
5946         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5947           (finish_source):
5948           Avoid crash when there are external subtitles (fixes #491722).
5949
5950 2007-11-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5951
5952         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5953         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5954           'Could not open resource for writing' is not an acceptable
5955           error message when we can't open the audio device (see #492334),
5956           even less so when we're trying to open it to record something.
5957
5958 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5959
5960         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5961
5962         * win32/common/libgstrtp.def:
5963           Add some more missing symbols (#492813).
5964
5965 2007-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5966
5967         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5968
5969         * tests/check/elements/audioconvert.c: (verify_convert):
5970           Add check to make sure that the out caps have a channel layout
5971           set on them where they should have one.
5972
5973 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5974
5975         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5976
5977         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5978         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5979           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5980           (#492306).
5981
5982         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5983           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5984           (it disappeared in GLib 2.14.0) (#492306).
5985
5986         * gst-libs/gst/sdp/Makefile.am:
5987         * gst-libs/gst/sdp/gstsdpmessage.c:
5988           Fix includes and LIBS for win32/Mingw (#492306).
5989
5990         * tests/examples/dynamic/addstream.c (pause_play_stream):
5991           Use more portable g_usleep() instead of sleep() (#492306).
5992
5993 2007-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
5994
5995         Patch by: Ole AndrĂ© Vadla RavnĂ¥s  <ole.andre.ravnas@tandberg.com>
5996
5997         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5998           (gst_ring_buffer_parse_caps):
5999           Return NULL instead of an enum that happens to be 0, fixes warning
6000           on MSVC (#492114).
6001
6002         * gst-libs/gst/audio/gstringbuffer.h:
6003           No trailing commas in enum list (for gcc-2.9x).
6004
6005         * gst/videotestsrc/videotestsrc.c: (random_char):
6006           Make information loss explicit instead of implicitly truncating to
6007           eight bits via the return value.  Fixes runtime error on MSVC when
6008           using the debug CRT (#492114).
6009
6010         * win32/common/config.h.in:
6011           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6012
6013         * win32/common/libgstinterfaces.def:
6014         * win32/common/libgstrtp.def:
6015           Export a few more symbols (#492114).
6016
6017 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6018
6019         * gst-libs/gst/audio/audio.c:
6020         * gst-libs/gst/audio/audio.h:
6021           Readd the deprecation guards, but preserve compilability.
6022
6023 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6024
6025         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6026           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6027           Preserve channel layout when fixating the number of channels in the
6028           output caps, or make sure there's a suitable channel position layout
6029           set on the caps if required. Fixes #430677.
6030
6031 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6032
6033         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6034           Make sure the pipeline really operates in push mode as it should
6035           in this case.
6036
6037 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6038
6039         * gst-libs/gst/audio/audio.h:
6040           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6041           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6042           (ie. normal cvs builds) will fail.
6043
6044 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6045
6046         * docs/libs/Makefile.am:
6047         * gst-libs/gst/audio/audio.c:
6048         * gst-libs/gst/audio/audio.h:
6049         * gst-libs/gst/interfaces/mixer.c:
6050           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6051
6052 2007-10-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6053
6054         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6055           (test_channel_layout_value_intersect), (audio_suite):
6056           Add simple unit test to make sure GstValue intersection
6057           of channel layouts works the way I think it does.
6058
6059 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6060
6061         * docs/libs/gst-plugins-base-libs-sections.txt:
6062         * gst-libs/gst/audio/gstaudiofilter.h:
6063         * gst-libs/gst/interfaces/mixer.h:
6064         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6065         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6066         * gst-libs/gst/sdp/gstsdpmessage.c:
6067           Fix the docs according to what gtk-doc complained about.
6068
6069 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6070
6071         * tests/icles/stress-playbin.c:
6072           Fix the build.
6073
6074 2007-10-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6075
6076         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6077         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6078           Post nice/more useful error message if we don't have a decoder for
6079           the primary type.
6080
6081 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6082
6083         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6084         Be a bit more useful, unblock the pads after we fired the no-more-pads
6085         signal so that we can use the signal to inspect and connect all pads
6086         without having to keep extra state outside of decodebin.
6087
6088 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6089
6090         * gst/playback/gsturidecodebin.c:
6091         (gst_uri_decode_bin_autoplug_continue),
6092         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6093         Implement default signal handler so that we return TRUE when nothing is
6094         connected.
6095
6096 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6097
6098         * gst-libs/gst/riff/riff-media.c:
6099         (gst_riff_wavext_add_channel_layout),
6100         (gst_riff_wave_add_default_channel_layout),
6101         (gst_riff_wavext_get_default_channel_mask),
6102         (gst_riff_create_audio_caps):
6103         Use the ALSA channel layout as default for wav files without channel
6104         layout information. This fixes playback of chan-id.wav on 5.1 systems
6105         for example. Also refactor the channel layout setting a bit and add
6106         more default channel orders. Fixes #489010.
6107
6108 2007-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6109
6110         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6111           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6112           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6113           instead.
6114
6115 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6116
6117         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6118         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6119         (gst_decode_bin_set_subs_encoding),
6120         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6121         (gst_decode_bin_get_property), (analyze_new_pad):
6122         Move subtitle encoding property to decodebin2 so that it can set the
6123         property value on all elements that it autoplugs and that require it.
6124         Make caps refcounting more consistent in get/set.
6125
6126         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6127         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6128         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6129         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6130         (proxy_autoplug_continue_signal),
6131         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6132         (make_decoder):
6133         Proxy properties and relevant signals from the internal decodebin.
6134         Make properties MT safe.
6135
6136 2007-10-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6137
6138         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6139         * gst-libs/gst/tag/tags.c:
6140           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6141           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6142
6143         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6144           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6145
6146         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6147           (gst_tag_to_vorbis_comments):
6148           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6149           just mapping everything I found in the wild) (#414539).
6150
6151 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6152
6153         Inspired by patch of: RenĂ© Stadler <mail at renestadler dot de>
6154
6155         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6156         (gst_decode_bin_autoplug_continue),
6157         (gst_decode_bin_autoplug_factories),
6158         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6159         (find_compatibles):
6160         * gst/playback/gstplay-marshal.list:
6161         Remove the autoplug-sort signal and replace it with a binding friendly
6162         autoplug-select signal.
6163         Add an autoplug-factories signal that can be used to generate a list of
6164         factories to try to autoplug.
6165         Add the GstPad to the autoplugging signal args as it might be needed to
6166         make a good factory selection.
6167         Fix up the marshallers for this. Fixes #407282.
6168
6169 2007-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6170
6171         * gst-libs/gst/tag/gsttagdemux.c:
6172           Don't abort with an assertion if we receive a seek event with
6173           a start type of NONE (see launchpad bug #155878).
6174
6175 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6176
6177         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6178         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6179         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6181         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6182         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6183         Make sure that before we clean up the X resources, we shutdown and join
6184         the event thread.
6185         Also make sure the event thread does not shut down immediatly after
6186         startup because the running variable is not yet correctly set.
6187         Fixes #378770. 
6188
6189 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6190
6191         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6192         Make the window for a race in typefind and shutting down smaller until
6193         we figure out the right locking here. Avoids #485753 usually.
6194
6195         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6196         Remove unneeded lock causing a race in typefind and shutting down.
6197         Fixes #485753.
6198
6199         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6200         Also remove sinks when going to NULL because we might not complete the
6201         state change to PAUSED, causing the PAUSED->READY state change not to
6202         happen.
6203
6204 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6205
6206         * gst-libs/gst/audio/gstbaseaudiosink.c:
6207         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6208         Also explicitly release the ringbuffer when going to NULL because it
6209         is required in the setcaps function, before the state change to PAUSED
6210         completes.
6211
6212 2007-10-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6213
6214         * tests/icles/.cvsignore:
6215         * tests/icles/Makefile.am:
6216         * tests/icles/stress-playbin.c:
6217           Does what it says on the tin.
6218
6219 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6220
6221         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6222         Fix queue negotiation. See #486758.
6223
6224 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6225
6226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6227         (gst_xvimagesink_xwindow_new),
6228         (gst_xvimagesink_update_colorbalance),
6229         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6230
6231         Fix handling of some of the X atoms. If the last parameter is True,
6232         XInternAtom won't create the atom if it doesn't exist, and therefore
6233         might return None. This causes X errors on Xv implementations that
6234         don't provide the colour balance attributes.
6235
6236 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6237
6238         * gst-libs/gst/tag/gstvorbistag.c:
6239         * tests/check/libs/tag.c:
6240           Extract vorbis comment LICENSE tags correctly.
6241
6242 2007-10-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6243
6244         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6245
6246         * gst-libs/gst/tag/gstid3tag.c:
6247         * tests/check/libs/tag.c:
6248           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6249
6250 2007-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6251
6252         * gst-libs/gst/tag/gsttagdemux.c:
6253           Don't error out when a buggy downstream element doesn't
6254           handle the newsegment event we send properly (especially
6255           not without posting a meaningful error message on the
6256           bus). See bug #471370 and launchpad bug #136264.
6257
6258 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6259
6260         * gst-libs/gst/audio/gstbaseaudiosink.c:
6261         (gst_base_audio_sink_drain):
6262         Use new basesink method to make our EOS drain interruptable.
6263
6264 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6265
6266         * gst-libs/gst/rtp/gstrtppayloads.c:
6267         Fix silly search-replace oversight.
6268
6269 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6270
6271         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6272
6273         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6274         (gst_basertppayload_set_outcaps):
6275         Fix caps memleak. Fixes #484989.
6276
6277
6278 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6279
6280         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6281         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6282         Fix debug output.
6283
6284 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6285
6286         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6287         (gst_base_audio_src_create):
6288         Also handle the case where there is no clock set on the audio source,
6289         like in the unit tests.
6290
6291 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6292
6293         * gst-libs/gst/rtp/gstrtppayloads.c:
6294         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6295         to avoid compiler warnings
6296
6297 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6298
6299         * gst/playback/gstdecodebin.c: (type_found),
6300         (gst_decode_bin_change_state):
6301         * gst/playback/gstdecodebin2.c: (type_found),
6302         (gst_decode_bin_change_state):
6303         Don't disconnect the have_type signal because we never reconnect it
6304         later on. Instead keep a variable to see if we already detected a type.
6305
6306 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6307
6308         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6309         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6310         (type_found):
6311         Unlink the signal handler when we found the type, we're not going to do
6312         anything sensible with more type_found signals anyway.
6313
6314 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6315
6316         * gst-libs/gst/tag/gsttagdemux.c:
6317           Don't leak caps.
6318
6319 2007-10-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6320
6321         * gst-libs/gst/tag/Makefile.am:
6322         * gst-libs/gst/tag/gsttagdemux.c:
6323         * gst-libs/gst/tag/gsttagdemux.h:
6324           API: add GstTagDemux base class for simple tag demuxers.
6325
6326         * docs/libs/gst-plugins-base-libs-docs.sgml:
6327         * docs/libs/gst-plugins-base-libs-sections.txt:
6328           Add GstTagDemux to docs.
6329
6330 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6331
6332         * gst-libs/gst/rtp/gstrtpbuffer.c:
6333         (gst_rtp_buffer_get_payload_subbuffer):
6334         Fix bug introduced with last commit which inverted the logic and
6335         caused all buffers to be dropped. Fixes #483620.
6336         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6337
6338 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6339
6340         * gst-libs/gst/rtp/gstrtpbuffer.c:
6341           Replace g_return_if_val (as it could be disabled), with regular return
6342           and warning.
6343
6344 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6345
6346         * tests/check/pipelines/simple-launch-lines.c:
6347           Print message name and not just number.
6348
6349 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6350
6351         * gst-libs/gst/audio/gstbaseaudiosink.c:
6352         (gst_base_audio_sink_async_play):
6353         When slaved to the clock, don't try to align a sample with the previous
6354         one when going to PLAYING again.
6355
6356 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6357
6358         * tests/examples/snapshot/snapshot.c:
6359           Fix the build.
6360
6361 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6362
6363         * gst-libs/gst/sdp/gstsdpmessage.h:
6364         Add RFC 3556 bandwidth modifiers.
6365
6366 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6367
6368         * docs/libs/gst-plugins-base-libs-docs.sgml:
6369         * docs/libs/gst-plugins-base-libs-sections.txt:
6370         * gst-libs/gst/rtp/gstrtppayloads.c:
6371         Update documentation.
6372
6373 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6374
6375         * gst-libs/gst/rtp/Makefile.am:
6376         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6377         (gst_rtp_payload_info_for_name):
6378         * gst-libs/gst/rtp/gstrtppayloads.h:
6379         Added new file and header to deal with payload info.
6380
6381         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6382         (gst_rtp_buffer_default_clock_rate):
6383         * gst-libs/gst/rtp/gstrtpbuffer.h:
6384         Payload specific stuff is move to new headers.
6385         Implement _default_clock rate using the new payload function.
6386
6387         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6388         (gst_sdp_parse_line):
6389         * gst-libs/gst/sdp/gstsdpmessage.h:
6390         Add some more comments.
6391
6392 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6393
6394         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6395         (sdp_check_header), (sdp_type_find), (plugin_init):
6396         Add typefind function for application/sdp.
6397         Remove some old dirac typefind code that was ifdeffed out.
6398
6399 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6400
6401         * win32/common/libgstaudio.def:
6402         Add new exported functions.
6403         * win32/vs6/grammar.dsp:
6404         Add autogeneration and copy of some autegenerated files from win32/common
6405         for rtsp library.
6406         * win32/vs6/libgstaudioconvert.dsp:
6407         Add gstaudioquantize.c to the build.
6408         * win32/vs6/libgstinterfaces.dsp:
6409         Add videoorientation.c to the build.
6410         * win32/vs6/libgstriff.dsp:
6411         Add libgsttag to the link libraries list.
6412         * win32/vs6/libgstvolume.dsp:
6413         Add liboil to the link.
6414         * win32/vs6/gst_plugins_base.dsw:
6415         * win32/vs6/libgstrtsp.dsp:
6416         * win32/common/libgstrtsp.def:
6417         Add files to build libgstrtsp library.
6418         
6419 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6420
6421         * tests/examples/snapshot/snapshot.c: (main):
6422         Print error when pipeline failed to construct.
6423
6424 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6425
6426         * configure.ac:
6427         * gst-libs/gst/tag/gstid3tag.c:
6428         * gst-libs/gst/tag/gstvorbistag.c:
6429           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6430           and ID3v2 tags.
6431
6432 2007-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6433
6434         * gst-libs/gst/floatcast/floatcast.h:
6435           Don't include config.h in an installed public header, this
6436           might break compilation of applications that don't have such
6437           a header and doesn't necessarily do what it's supposed to do
6438           anyway (ie. check for the lrint/lrintf defines) (#442065).
6439           Add docs for the various macros and document how this header
6440           has to be used (link against libm, etc.); add a few FIXMEs;
6441           include math.h for non-c99 code path.  Based on patch by
6442           Jan Schmidt.
6443           
6444 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6445
6446         * configure.ac:
6447         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6448         of duplicating these macros in configure.ac.
6449
6450 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6451
6452         * po/hu.po:
6453         * po/sv.po:
6454         * po/uk.po:
6455           Updated translations to 0.10.14
6456
6457 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6458
6459         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6460
6461         * po/pl.po:
6462           Added Polish translation.
6463
6464 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6465
6466         translated by: Ilkka Tuohela <hile@iki.fi>
6467
6468         * po/fi.po:
6469           Added Finnish translation.
6470
6471 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6472
6473         translated by: Jorge GonzĂ¡lez GonzĂ¡lez <aloriel@gmail.com>
6474
6475         * po/es.po:
6476           Added Spanish translation.
6477
6478 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6479
6480         translated by: Mogens Jaeger <mogens@jaeger.tf>
6481
6482         * po/da.po:
6483           Added Danish translation.
6484
6485 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6486
6487         translated by: Funda Wang <fundawang@linux.net.cn>
6488
6489         * po/zh_CN.po:
6490           Added Chinese (simplified) translation.
6491
6492 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6493
6494         translated by: Alexander Shopov <ash@contact.bg>
6495
6496         * po/bg.po:
6497           Added Bulgarian translation.
6498
6499 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6500
6501         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6502         Fix compilation wrt printf arguments.
6503
6504 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6505
6506         * configure.ac:
6507         * tests/examples/Makefile.am:
6508         * tests/examples/snapshot/.cvsignore:
6509         * tests/examples/snapshot/Makefile.am:
6510         * tests/examples/snapshot/snapshot.c: (main):
6511         Add simple snapshot example program using appsink.
6512
6513 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6514
6515         * tests/check/generic/states.c:
6516           Improved state change unit test.
6517
6518 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6519
6520         * docs/plugins/.cvsignore:
6521         * tests/check/.cvsignore:
6522           Ignore registries in any format.
6523
6524 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6525
6526         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6527         (gst_base_rtp_depayload_chain),
6528         (gst_base_rtp_depayload_set_gst_timestamp):
6529         Only copy timestamp on outgoing packets if the depayloader did not set
6530         one.
6531         Also copy duration on outgoing packets.
6532
6533 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6534
6535         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6536         (gst_basertppayload_set_outcaps):
6537         Fix compilation because of missing %d in printf.
6538         When fixating caps, fixate what we can and throw away all remaining
6539         unfixed caps, subclasses should do something smart if they need to.
6540
6541 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6542
6543         * ext/gnomevfs/gstgnomevfssrc.c:
6544           Improve debug logs a bit and be more verbose if things go wrong.
6545
6546 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6547
6548         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6549         (gst_text_overlay_set_property):
6550         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6551         * gst-libs/gst/audio/gstbaseaudiosink.c:
6552         (gst_base_audio_sink_render):
6553         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6554         (gst_rtcp_unix_to_ntp):
6555         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6556         * gst/playback/gstqueue2.c:
6557         * tests/examples/seek/seek.c: (set_scale):
6558         Fix a bunch of compile warnings shown with Forte.
6559
6560         * gst/audiorate/gstaudiorate.c:
6561         Always pull in config.h before including any system headers.
6562
6563 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6564
6565         * gst/playback/gstqueue2.c: (update_buffering),
6566         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6567         (gst_queue_handle_sink_event), (gst_queue_chain),
6568         (gst_queue_push_one), (gst_queue_sink_activate_push),
6569         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6570         Also fix #476514 for queue2.
6571
6572 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6573
6574         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6575         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6576         (gst_base_rtp_depayload_chain),
6577         (gst_base_rtp_depayload_handle_sink_event),
6578         (gst_base_rtp_depayload_push_full),
6579         (gst_base_rtp_depayload_set_gst_timestamp),
6580         (gst_base_rtp_depayload_change_state):
6581         Remove code to deal with RTP to GST time conversion, we now just copy
6582         the GST timestamp we receive to the outgoing buffers.
6583         Handle segment and flushes correctly.
6584
6585         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6586         When we have no valid input timestamp, use the previous rtp timestamp on
6587         the outgoing RTP packet instead of the RTP base time.
6588
6589 2007-09-15  David Schleef  <ds@schleef.org>
6590
6591         * ext/alsa/gstalsa.c:
6592         * ext/alsa/gstalsadeviceprobe.c:
6593         * ext/alsa/gstalsamixer.c:
6594         * ext/alsa/gstalsasink.c:
6595         * ext/alsa/gstalsasrc.c:
6596           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6597
6598 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6599
6600         * gst-libs/gst/rtp/gstbasertppayload.c:
6601         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6602         Add some debug info when negotiating caps.
6603
6604 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6605
6606         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6607         A buffer with an empty payload is also a valid buffer.
6608
6609 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6610
6611         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6612         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6613         (gst_basertppayload_change_state):
6614         Make sure we start our RTP timestamp from the random base RTP
6615         timestamp even if the buffer timestamp starts from some random value.
6616
6617 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6618
6619         * configure.ac:
6620         * tests/examples/Makefile.am:
6621         * tests/examples/dynamic/.cvsignore:
6622         * tests/examples/dynamic/Makefile.am:
6623         * tests/examples/dynamic/addstream.c: (create_stream),
6624         (pause_play_stream), (message_received), (eos_message_received),
6625         (perform_step), (main):
6626         Add simple exmple app to demonstrate starting and pausing live and
6627         non-live bins in a PLAYING pipeline.
6628
6629 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6630
6631         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6632         typefind for QCP files (RFC #3625)
6633
6634 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6635
6636         * gst-libs/gst/audio/gstbaseaudiosink.c:
6637         (gst_base_audio_sink_init):
6638         Disable pull mode scheduling, we're not ready for it yet and it subtly
6639         breaks a lot of things.
6640
6641 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6642
6643         * tests/check/elements/libvisual.c:
6644           Test all libvisual plugins, not just the first one; this reproduces
6645           bug #450336 quite easily.  Looks like a problem with the 'jess'
6646           visualisation.
6647
6648 2007-09-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6649
6650         * tests/check/Makefile.am:
6651         * tests/check/elements/.cvsignore:
6652         * tests/check/elements/libvisual.c:
6653           Add basic libvisual test case in an attempt to reproduce bug #450336.
6654           Doesn't reproduce that bug, but some other crasher instead (invalid
6655           free), at least with make elements/libvisual.forever and the bumscope
6656           plugin on x86-64/gutsy. Leaving test disabled for now.
6657
6658 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6659
6660         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6661
6662         * gst-libs/gst/rtsp/gstrtspconnection.c:
6663         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6664         (read_body), (gst_rtsp_connection_receive):
6665         Make sure we can not cancel in the middle of receiving a message.
6666         Fixes #475731.
6667
6668 2007-09-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6669
6670         Patch by: Josep Torra Valles <josep@fluendo.com>
6671
6672         * gst/playback/gstplaybasebin.c:
6673           Increase upper limit for audio queue a bit; fixes preroll problem
6674           with playbin and decodebin2 when playing a quicktime trailer with
6675           multichannel audio via http (#464666).
6676
6677 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6678
6679         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6680         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6681         (gst_base_audio_src_provide_clock),
6682         (gst_base_audio_src_set_property),
6683         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6684         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6685         Allow othe clocks than the internal clock to be used for the pipeline.
6686         Add property to disable clock provide.
6687         API: GstBaseAudioSrc::provide-clock
6688
6689 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6690
6691         * gst/playback/gstdecodebin2.c:
6692           Don't leak request pads. Fixes #475395.
6693
6694 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6695
6696         Patch by: RenĂ© Stadler <mail at renestadler dot de>
6697
6698         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6699         (gst_ximage_buffer_class_init):
6700         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6701         (gst_xvimage_buffer_class_init):
6702         Correctly chain up finalize with the parent class to prevent
6703         memory leaks. Fixes #474880.
6704
6705 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6706
6707         * gst/volume/gstvolume.c: (volume_choose_func):
6708         * tests/check/elements/volume.c: (GST_START_TEST):
6709         Revert the latest change: floating point samples are allowed to
6710         have any value, not only values in the range [-1,1]. Thanks to Andy
6711         Wingo for noticing.
6712         Also fix processing of int32 samples with volumes > 4 by making the
6713         unity value smaller which prevents overflows.
6714
6715 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6716
6717         * gst-libs/gst/rtp/gstrtpbuffer.c:
6718         * tests/check/libs/rtp.c:
6719           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6720
6721 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6722
6723         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6724
6725         * gst-libs/gst/rtp/gstrtpbuffer.c:
6726           Fix up GstRTPHeader helper struct so that compilers will not under
6727           any circumstances add padding in between our fields, as currently
6728           happens with MSVC on win32, because that would lead to us sending
6729           out RTP payloads with broken RTP headers (#471194).
6730           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6731           
6732         * tests/check/Makefile.am:
6733         * tests/check/libs/.cvsignore:
6734         * tests/check/libs/rtp.c:
6735           Add some simple unit tests for GstRTPBuffer. Some are disabled
6736           because the code tested still needs fixing (set_csrc() does not work).
6737
6738 2007-09-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6739
6740         * win32/MANIFEST:
6741         * win32/common/gstrtsp-enumtypes.c:
6742         * win32/common/gstrtsp-enumtypes.h:
6743         * win32/common/interfaces-enumtypes.c:
6744         * win32/common/interfaces-enumtypes.h:
6745         * win32/common/multichannel-enumtypes.c:
6746           Add rtsp enumtypes (#474384) and update others.
6747
6748 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6749
6750         * configure.ac:
6751           Fix configure check for HAVE_LIBXML_HTML.
6752
6753 2007-09-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6754
6755         * tests/check/libs/.cvsignore:
6756           Ignore more, in case the build bots work again one day.
6757
6758 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6759
6760         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6761
6762         * configure.ac:
6763         * gst-libs/gst/Makefile.am:
6764         * gst-libs/gst/fft/Makefile.am:
6765         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6766         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6767         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6768         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6769         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6770         * gst-libs/gst/fft/gstfft.h:
6771         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6772         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6773         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6774         * gst-libs/gst/fft/gstfftf32.h:
6775         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6776         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6777         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6778         * gst-libs/gst/fft/gstfftf64.h:
6779         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6780         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6781         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6782         * gst-libs/gst/fft/gstffts16.h:
6783         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6784         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6785         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6786         * gst-libs/gst/fft/gstffts32.h:
6787         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6788         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6789         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6790         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6791         * gst-libs/gst/fft/kiss_fft_f32.h:
6792         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6793         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6794         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6795         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6796         * gst-libs/gst/fft/kiss_fft_f64.h:
6797         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6798         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6799         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6800         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6801         * gst-libs/gst/fft/kiss_fft_s16.h:
6802         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6803         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6804         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6805         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6806         * gst-libs/gst/fft/kiss_fft_s32.h:
6807         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6808         (kiss_fftr_f32), (kiss_fftri_f32):
6809         * gst-libs/gst/fft/kiss_fftr_f32.h:
6810         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6811         (kiss_fftr_f64), (kiss_fftri_f64):
6812         * gst-libs/gst/fft/kiss_fftr_f64.h:
6813         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6814         (kiss_fftr_s16), (kiss_fftri_s16):
6815         * gst-libs/gst/fft/kiss_fftr_s16.h:
6816         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6817         (kiss_fftr_s32), (kiss_fftri_s32):
6818         * gst-libs/gst/fft/kiss_fftr_s32.h:
6819         * gst-libs/gst/fft/kiss_version:
6820         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6821         * pkgconfig/gstreamer-plugins-base.pc.in:
6822         Add libgstfft, a FFT library based on Kiss FFT which is
6823         BSD licensed. Supported sample formats are int16, int32,
6824         float and double. For those formats a real FFT and IFFT
6825         can be done, different windowing functions can be applied
6826         and functions for extracting the magnitude and phase exist.
6827         Fixes #468619.
6828
6829         * docs/libs/Makefile.am:
6830         * docs/libs/gst-plugins-base-libs-docs.sgml:
6831         * docs/libs/gst-plugins-base-libs-sections.txt:
6832         Integrate libgstfft into the docs.
6833
6834         * tests/check/Makefile.am:
6835         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6836         Add unit tests for libgstfft, currently only testing the FFT.
6837         Unit tests for IFFT will follow soon.
6838
6839 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6840
6841         Patch by: Peter Kjellerstedt  <pkj at axis com>
6842
6843         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6844         (gst_sdp_message_init), (gst_sdp_message_uninit),
6845         (is_multicast_address), (gst_sdp_message_as_text),
6846         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6847         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6848         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6849         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6850         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6851         (gst_sdp_media_init), (gst_sdp_media_uninit),
6852         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6853         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6854         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6855         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6856         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6857         * gst-libs/gst/sdp/gstsdpmessage.h:
6858         Separate INIT_ARRAY() and related macros into two versions, one for
6859         structures and one for pointers (e.g., INIT_ARRAY() and
6860         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6861         lists of emails and phone numbers.
6862         Add missing const as appropriate.
6863         Change all gint to guint since they all actually represent unsigned
6864         values.
6865         Do not use time as a variable name as it shadows the global time().
6866         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6867         Actually implement gst_sdp_message_add_time().
6868         Make gst_sdp_message_add_time() take repeat times as an argument.
6869         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6870         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6871         misspelled as badwidth).
6872         gst-indented and a little clean up. Fixes #471067.
6873
6874 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6875
6876         * gst/volume/gstvolume.c: (volume_choose_func),
6877         (volume_process_double), (volume_process_double_clamp),
6878         (volume_process_float_clamp):
6879         Correctly clamp float/double samples in the [-1.0,1.0] range to
6880         prevent weird effects.
6881         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6882         Add unit tests for all samples types that had none before.
6883
6884 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6885
6886         * gst-libs/gst/rtp/gstrtpbuffer.c:
6887           Need to include stdlib.h for abs() here too.
6888
6889 2007-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
6890
6891         * gst/playback/gststreaminfo.c:
6892           Fix build.
6893
6894 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6895
6896         * gst/playback/gststreaminfo.c:
6897           Clean up some half-disabled code and comment.
6898
6899 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6900
6901         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6902
6903         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6904         (gst_base_rtp_payload_audio_handle_event):
6905         Return FALSE from the event handler to let the parent class handle the
6906         event. Fixes #446766.
6907
6908         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6909         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6910         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6911
6912         * gst-libs/gst/rtp/gstbasertppayload.c:
6913         Bump the MTU to 1400.
6914
6915 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6916
6917         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6918         Add an audio/x-nsf typefind function for the nsfdec element.
6919
6920 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6921         * gst/playback/gstplaybasebin.c:
6922         Included "myth://" on stream_uris list for enable buffering to mythtv files
6923
6924 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6925
6926         * docs/libs/gst-plugins-base-libs-sections.txt:
6927         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6928         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6929         (gst_rtcp_unix_to_ntp):
6930         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6931         Fix parsing of RB blocks.
6932         Fix docs.
6933         Added helper functions to convert to/from UNIX and NTP time.
6934         API: gst_rtcp_ntp_to_unix()
6935         API: gst_rtcp_unix_to_ntp()
6936
6937         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6938         (gst_rtp_buffer_get_header_len),
6939         (gst_rtp_buffer_get_extension_data),
6940         (gst_rtp_buffer_get_payload_subbuffer),
6941         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6942         (gst_rtp_buffer_ext_timestamp):
6943         * gst-libs/gst/rtp/gstrtpbuffer.h:
6944         Fix some more docs.
6945         Implement handling of packets with extensions.
6946         Fix padding check in _validate().
6947         Added function to get extension data.
6948         API: gst_rtp_buffer_get_header_len()
6949         API: gst_rtp_buffer_get_extension_data()
6950
6951 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6952
6953         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6954         (gst_base_rtp_depayload_class_init),
6955         (gst_base_rtp_depayload_set_gst_timestamp):
6956         Add some more docs for the queue-delay property and fix a typo in a
6957         comment.
6958
6959         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6960         Fix typo.
6961
6962 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6963
6964         * gst-libs/gst/audio/gstbaseaudiosink.c:
6965         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6966         (gst_base_audio_sink_change_state):
6967         When skew slaving, try to hover around the middle of a segment so that
6968         we at most drift by half a segment.
6969         If we are aligning in the oposite direction of the clock skew, we don't
6970         have to resync.
6971
6972 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6973
6974         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6975         (gst_base_rtp_depayload_setcaps),
6976         (gst_base_rtp_depayload_set_gst_timestamp):
6977         Be less silly with the segment start, just apply the clock-base to the
6978         timestamp.
6979
6980 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6981
6982         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6983         (gst_base_rtp_depayload_class_init),
6984         (gst_base_rtp_depayload_finalize),
6985         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6986         (gst_base_rtp_depayload_handle_sink_event),
6987         (gst_base_rtp_depayload_set_gst_timestamp),
6988         (gst_base_rtp_depayload_change_state):
6989         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6990         Deprecate the queue handling thread thing and remove the code.
6991         Use new method to calculate the extended timestamp.
6992
6993 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6994
6995         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6996         (gst_rtcp_packet_sdes_copy_entry):
6997         Use g_strndup which does exactly what we want.
6998
6999         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7000         (gst_rtp_buffer_ext_timestamp):
7001         * gst-libs/gst/rtp/gstrtpbuffer.h:
7002         Add helper function to compare seqnums.
7003         Add helper function to calculate extended timestamps.
7004         API: gst_rtp_buffer_compare_seqnum()
7005         API: gst_rtp_buffer_ext_timestamp()
7006
7007 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7008
7009         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7010         (gst_rtcp_packet_sdes_get_entry),
7011         (gst_rtcp_packet_sdes_copy_entry):
7012         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7013         Fix and document SDES item data function.
7014         Add new function that makes a proper copy of SDES item data.
7015         API: gst_rtcp_packet_sdes_copy_entry()
7016
7017 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7018
7019         * configure.ac:
7020         * gst/Makefile.am:
7021           The tcp and subparse plugins are under gst, but not totaly free of
7022           dependencies. Handle selection inconfigure.ac, so that they show up
7023           on the final list of what is build and what is not. Maybe they should
7024           better be moved to ext.
7025
7026 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7027
7028         Patch by: Daniel DĂ­az  <yosoy@danieldiaz.org>
7029
7030         * configure.ac:
7031         * gst/Makefile.am:
7032           Check if libxml provides HTML parser which subparse needs.
7033           Fixes #451970.
7034
7035 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7036
7037         * ext/alsa/gstalsa.c:
7038           Fix typo and compilation on big endian systems.
7039
7040 2007-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7041
7042         * gst/subparse/gstssaparse.c:
7043           Convert SSA newline codes into actual newline characters (#470766).
7044
7045 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7046
7047         * docs/libs/gst-plugins-base-libs-sections.txt:
7048         * gst-libs/gst/pbutils/install-plugins.c:
7049         * gst-libs/gst/pbutils/install-plugins.h:
7050         * tests/check/libs/pbutils.c:
7051           API: also add gst_install_plugins_supported() while we're at it
7052           (see #470456).
7053
7054 2007-08-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7055
7056         * docs/libs/gst-plugins-base-libs-sections.txt:
7057         * gst-libs/gst/pbutils/missing-plugins.c:
7058         * gst-libs/gst/pbutils/missing-plugins.h:
7059         * tests/check/libs/pbutils.c:
7060           API: add gst_missing_*_installer_detail_new() convenience API so
7061           that applications that know exactly what they're missing can request
7062           installer detail strings for those items directly instead of having
7063           to first create a dummy missing-plugin message and then get the
7064           installer detail string from that.  Fixes #470456.
7065
7066 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7067
7068         * gst/playback/gstdecodebin.c: (close_pad_link):
7069         We need to set up delayed-linking whenever the caps are non-fixed,
7070         not just when there are multiple types - use gst_pad_is_fixed()
7071         to test.
7072
7073 2007-08-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7074
7075         * gst-libs/gst/pbutils/missing-plugins.c:
7076           (gst_missing_plugin_message_get_installer_detail):
7077           Add missing separator in PID fallback case.
7078
7079 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7080
7081         * ext/alsa/Makefile.am:
7082         There is no GST_PLUGINS_BASE_LIBS defined.
7083         
7084         * ext/alsa/gstalsa.c:
7085         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7086         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7087         Add support for ALSA 24-bit formats.
7088         snd_pcm_delay can return an error code, especially
7089         during XRUNS. In that case, the best we can do is assume
7090         delay = 0.
7091
7092         * gst/audioconvert/Makefile.am:
7093         Add flags from -base before any more-remote dependencies.
7094
7095 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7096
7097         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7098
7099         * gst/volume/gstvolume.c: (volume_choose_func),
7100         (volume_update_real_volume), (gst_volume_set_volume),
7101         (gst_volume_init), (volume_process_int32),
7102         (volume_process_int32_clamp), (volume_process_int24),
7103         (volume_process_int24_clamp), (volume_process_int16),
7104         (volume_process_int16_clamp), (volume_process_int8),
7105         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7106         * gst/volume/gstvolume.h:
7107         Add support for int32, int24 and int8 to the volume element.
7108         Fixes #445529.
7109
7110 2007-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7111
7112         * tests/examples/Makefile.am:
7113           Fix even more.
7114
7115 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7116
7117         * configure.ac:
7118         * docs/libs/Makefile.am:
7119         * docs/libs/gst-plugins-base-libs-docs.sgml:
7120         * docs/libs/gst-plugins-base-libs-sections.txt:
7121         * ext/gnomevfs/gstgnomevfssrc.c:
7122         * ext/gnomevfs/gstgnomevfssrc.h:
7123         * gst-libs/gst/Makefile.am:
7124         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7125         * pkgconfig/gstreamer-plugins-base.pc.in:
7126         * sys/v4l/v4lsrc_calls.c:
7127         * tests/examples/Makefile.am:
7128         * win32/common/config.h:
7129           Revert unwanted commit. many thanks to moap. I want a fix for 
7130           https://thomas.apestaart.org/moap/trac/ticket/239
7131
7132 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7133
7134         * gst/volume/gstvolume.c:
7135           Move passthrough below gst_object_sync_values(). Fixes #442654.
7136
7137 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7138
7139         * gst-libs/gst/audio/audio.c:
7140         Clarify the docs a little.
7141
7142 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7143
7144         * gst/volume/gstvolume.c:
7145           Enable liboil for float and add more details about problems with
7146           int16.
7147
7148 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7149
7150         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7151         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7152
7153 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7154
7155         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7156         When calculating the first timestamp of the buffers, don't go below 0
7157         and clip the samples because the offset was on the eos page.
7158         Fixes #466717.
7159
7160 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7161
7162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7163         (gst_ogg_demux_collect_chain_info):
7164         Also submit the eos page when trying to find the first timestamp.
7165         See #466717.
7166
7167 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7168
7169         * gst-libs/gst/audio/audio.h:
7170         Use gst_util_uint64_scale() instead of doing the math
7171         with double for GST_FRAMES_TO_CLOCK_TIME() and
7172         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7173         prevents rounding errors. Fixes #467667.
7174
7175 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7176
7177         * gst-libs/gst/rtsp/gstrtspconnection.c:
7178         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7179         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7180         * gst-libs/gst/rtsp/gstrtspconnection.h:
7181         Small cleanups.
7182         On shutdown, don't read the control socket yet.
7183         Set timeout value correctly in all cases.
7184         Add function to check if the server accepts reads or writes.
7185         API: gst_rtsp_connection_poll()
7186
7187         * gst-libs/gst/rtsp/gstrtspdefs.h:
7188         Fix compilation with -pedantic.
7189         Add enum for _poll.
7190
7191 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7192
7193         Patch by: Olivier Crete  <tester at tester ca>
7194
7195         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7196         (gst_basertppayload_getcaps):
7197         * gst-libs/gst/rtp/gstbasertppayload.h:
7198         Add getcaps vfunc to basertppayload. See #465146.
7199
7200 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7201
7202         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7203         Only post buffering messages when we are a stream.
7204
7205 2007-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7206
7207         * gst-libs/gst/pbutils/install-plugins.c:
7208         * gst-libs/gst/pbutils/missing-plugins.c:
7209           Small docs fix and addition.
7210
7211 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7212
7213         * tests/icles/.cvsignore:
7214         * tests/icles/Makefile.am:
7215         * tests/icles/test-textoverlay.c:
7216           Add a dumb little test for textoverlay alignments.
7217
7218 2007-08-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7219
7220         Patch by: Dan Williams  <dcbw redhat com>
7221
7222         * ext/pango/gsttextoverlay.c:
7223         * ext/pango/gsttextoverlay.h:
7224           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7225           "silent" property so there's a Since tag in the API reference.
7226
7227 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7228
7229         * gst-libs/gst/rtp/gstbasertppayload.c:
7230         (gst_basertppayload_set_outcaps):
7231         * gst-libs/gst/rtp/gstbasertppayload.h:
7232         Improve caps negotiation so that downstream elements can confiure
7233         certain RTP properties by fixing them on the caps. See #465146.
7234         Add docs.
7235
7236 2007-08-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7237
7238         * docs/libs/gst-plugins-base-libs-sections.txt:
7239         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7240         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7241           Mark as deprecated some macros which were presumably meant to be
7242           private API and accidentally exposed in the public header file.
7243           Also actually _init() lock (only works at the moment because the
7244           struct is zeroed out when created and the initial values in the
7245           mutex struct are zeroes too). (#459585)
7246
7247 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7248
7249         * docs/libs/Makefile.am:
7250           Remove cruft and do some cleanups.
7251
7252         * docs/libs/gst-plugins-base-libs-docs.sgml:
7253           Prepare for comming gtkdoc features (rebase against online docs).
7254
7255 2007-08-10  Michael Smith <msmith@fluendo.com>
7256
7257         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7258           Debug output fixes.
7259         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7260         (GST_START_TEST):
7261           Change the number of buffers used; 500 is too many and leads to
7262           timeouts.
7263
7264 2007-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7265
7266         * gst/playback/gstqueue2.c:
7267         * gst/videorate/gstvideorate.c:
7268           Printf format fixes (#465028).
7269
7270 2007-08-09  Michael Smith <msmith@fluendo.com>
7271
7272         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7273           If we have a large (> 1 second) discontinuity, push a series of
7274           smaller buffers rather than a single very large buffer. Avoids
7275           unreasonably large single buffer allocations when encountering a
7276           large gap.
7277         * tests/check/elements/audiorate.c: (GST_START_TEST),
7278         (audiorate_suite):
7279           Add a test for this.
7280
7281 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7282
7283         * gst/playback/gstplaybasebin.c: (group_commit),
7284         (queue_remove_probe), (queue_threshold_reached):
7285
7286         Patch by: Josep Torra Valles <josep@fluendo.com>
7287         Fixes: #465015
7288         Make sure we remove the check_queues buffer probe from the 
7289         correct queue to avoid racily going back to "buffering 99%" when
7290         buffering is actually complete.
7291
7292         Also, fix the spelling of Josep's surname in the ChangeLog.
7293
7294 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7295
7296         * ext/ogg/gstoggmux.c:
7297           Do not leak oggmux instance.
7298         
7299         * ext/vorbis/vorbisenc.c:
7300           Also log values.
7301
7302 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7303
7304         * po/hu.po:
7305         * po/it.po:
7306         * po/nl.po:
7307         * po/uk.po:
7308         * po/vi.po:
7309           Updated translations.
7310
7311 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7312
7313         patch by: Yang Hong <hongyang@redflag-linux.com>
7314
7315         * ext/pango/gsttextoverlay.c:
7316         * ext/pango/gsttextoverlay.h:
7317           Add 'silent' property to GstTimeOverlay. Fixes #462979
7318
7319 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7320
7321         Patch by: Josep Torra Valles <josep@fluendo.com>
7322
7323         * docs/plugins/gst-plugins-base-plugins.args:
7324         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7325         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7326         (gst_uri_decode_bin_get_property), (gen_source_element):
7327         Add connection-speed property. Fixes #464690.
7328
7329 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7330
7331         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7332
7333         * configure.ac:
7334         * gst-libs/gst/rtsp/Makefile.am:
7335         * gst-libs/gst/rtsp/gstrtspconnection.c:
7336         (gst_rtsp_connection_connect):
7337         Fix compilation on windows. Fixes #464320.
7338
7339 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7340
7341         Patch by: Josep Torra Valles <josep@fluendo.com>
7342
7343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7344         (gst_play_base_bin_init), (queue_threshold_reached),
7345         (gen_source_element), (setup_substreams),
7346         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7347         (gst_play_base_bin_get_streaminfo_value_array):
7348         * gst/playback/gstplaybasebin.h:
7349         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7350         (gst_play_bin_set_property), (gst_play_bin_get_property),
7351         (gst_play_bin_handle_redirect_message):
7352         Move connection-speed property from playbin to playbasebin so that we
7353         can also configure it in source elements that have the connection-speed
7354         property. Fixes #464028.
7355         Add some debug info here and there.
7356
7357 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7358
7359         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7360         Properly respond to conversion queries. Fixes #464079.
7361
7362 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7363
7364         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7365         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7366         (gst_audio_test_src_init_sine_table),
7367         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7368         * gst/audiotestsrc/gstaudiotestsrc.h:
7369         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7370         Also set the default volume to the default value specified in the
7371         GParamSpec.
7372
7373 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7374
7375         Patch by: Jens Granseuer <jensgr at gmx dot net>
7376
7377         * gst/audioconvert/gstaudioquantize.c:
7378         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7379
7380 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7381
7382         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7383         Add rdt manager for rdt transport.
7384         Fix parsing of RDT transport.
7385
7386 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7387
7388         * configure.ac:
7389         Back to CVS
7390
7391 === release 0.10.14 ===
7392
7393 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7394
7395         * configure.ac:
7396           releasing 0.10.14, "Light Years Ahead"
7397
7398 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7399
7400         * tests/check/libs/audio.c: (GST_START_TEST):
7401         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7402
7403 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7404
7405         * gst-libs/gst/audio/audio.c:
7406         When clipping a buffer with no timestamp, assume it is
7407         within the segment without warnings.
7408
7409         Fixes: #460978
7410
7411 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7412
7413         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7414         Fire the signal on the object, not the interface.
7415
7416 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7417
7418         * gst-libs/gst/rtsp/.cvsignore:
7419         Ber. Don't include the full path, idiot.
7420
7421 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7422
7423         * gst-libs/gst/rtsp/.cvsignore:
7424         Ignore generated files.
7425
7426 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7427
7428         * gst-libs/gst/interfaces/Makefile.am:
7429         * gst-libs/gst/interfaces/interfaces-marshal.list:
7430         * gst-libs/gst/interfaces/rtspextension.c:
7431         * gst-libs/gst/interfaces/rtspextension.h:
7432         * gst-libs/gst/rtsp/Makefile.am:
7433         * gst-libs/gst/rtsp/gstrtsp.h:
7434         * gst-libs/gst/rtsp/gstrtspextension.c:
7435         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7436         (gst_rtsp_extension_detect_server),
7437         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7438         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7439         (gst_rtsp_extension_configure_stream),
7440         (gst_rtsp_extension_get_transports),
7441         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7442         * gst-libs/gst/rtsp/gstrtspextension.h:
7443         * gst-libs/gst/rtsp/rtsp-marshal.list:
7444         Move the rtspextension.h interface into gstrtspextension.h
7445         as part of libgstrtsp instead of libgstinterfaces, because it's
7446         only for use within plugins, not applications. 
7447         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7448         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7449         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7450         is abstract.
7451
7452 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7453
7454         * gst-libs/gst/interfaces/Makefile.am:
7455         * gst-libs/gst/interfaces/interfaces-marshal.list:
7456         * gst-libs/gst/interfaces/rtspextension.c:
7457         (gst_rtsp_extension_iface_init),
7458         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7459         * gst-libs/gst/interfaces/rtspextension.h:
7460         Fix marshaller for the send signal.
7461         Add URL to stream selection interface method.
7462
7463 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7464
7465         * gst-libs/gst/riff/Makefile.am:
7466         Pull in our dependencies from -base before those from outside.
7467
7468 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7469
7470         * docs/libs/gst-plugins-base-libs-sections.txt:
7471         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7472         * gst-libs/gst/rtsp/gstrtspbase64.h:
7473         API: gst_rtsp_base64_decode_ip()
7474         Added function to decode Base64 in-place.
7475
7476 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7477
7478         * tests/check/libs/.cvsignore:
7479         Ignore the mixer test binary.
7480
7481 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7482
7483         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7484         Gratuitous comment change to trigger a rebuild on the buildbots.
7485
7486 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7487
7488         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7489         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7490         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7491         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7492         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7493         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7494         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7495         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7496         (gst_sdp_media_get_attribute_val):
7497         * gst-libs/gst/sdp/gstsdpmessage.h:
7498         Constify args where we can.
7499
7500 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7501
7502         * gst-libs/gst/interfaces/Makefile.am:
7503         * gst-libs/gst/interfaces/rtspextension.c:
7504         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7505         (gst_rtsp_extension_detect_server),
7506         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7507         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7508         (gst_rtsp_extension_configure_stream),
7509         (gst_rtsp_extension_get_transports),
7510         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7511         * gst-libs/gst/interfaces/rtspextension.h:
7512         Move interface for RTSP extensions from -good to here.
7513         Added helper methods to invoke interface methods.
7514
7515 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7516
7517         * docs/libs/gst-plugins-base-libs-sections.txt:
7518         * gst-libs/gst/rtsp/gstrtspdefs.h:
7519         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7520         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7521         (gst_rtsp_message_init_response),
7522         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7523         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7524         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7525         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7526         (gst_rtsp_message_get_body), (dump_key_value):
7527         * gst-libs/gst/rtsp/gstrtspmessage.h:
7528         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7529         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7530         (gst_rtsp_range_parse):
7531         * gst-libs/gst/rtsp/gstrtsprange.h:
7532         * gst-libs/gst/rtsp/gstrtsptransport.c:
7533         * gst-libs/gst/rtsp/gstrtspurl.c:
7534         Fix some more RTSP docs.
7535         Add some missing methods for dealing with messages.
7536
7537 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7538
7539         * docs/libs/gst-plugins-base-libs-docs.sgml:
7540         * docs/libs/gst-plugins-base-libs-sections.txt:
7541         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7542         * gst-libs/gst/rtsp/gstrtspbase64.h:
7543         * gst-libs/gst/rtsp/gstrtspconnection.c:
7544         (gst_rtsp_connection_connect), (add_auth_header),
7545         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7546         (read_body), (gst_rtsp_connection_receive),
7547         (gst_rtsp_connection_next_timeout),
7548         (gst_rtsp_connection_reset_timeout),
7549         (gst_rtsp_connection_set_auth):
7550         * gst-libs/gst/rtsp/gstrtspconnection.h:
7551         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7552         * gst-libs/gst/rtsp/gstrtspdefs.h:
7553         * gst-libs/gst/rtsp/gstrtspmessage.h:
7554         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7555         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7556         (gst_rtsp_range_parse):
7557         * gst-libs/gst/rtsp/gstrtspurl.h:
7558         Added beginnings of RTSP documentation.
7559
7560 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7561
7562         * docs/libs/Makefile.am:
7563         * docs/libs/gst-plugins-base-libs-docs.sgml:
7564         * docs/libs/gst-plugins-base-libs-sections.txt:
7565         * gst-libs/gst/sdp/gstsdp.h:
7566         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7567         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7568         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7569         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7570         (gst_sdp_message_get_attribute_val),
7571         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7572         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7573         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7574         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7575         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7576         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7577         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7578         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7579         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7580         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7581         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7582         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7583         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7584         (gst_sdp_media_get_attribute_val_n),
7585         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7586         (print_media), (gst_sdp_message_dump):
7587         * gst-libs/gst/sdp/gstsdpmessage.h:
7588         Document the SDP library.
7589         Add some of the missing SDPMedia methods.
7590
7591 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7592
7593         * configure.ac:
7594         * gst-libs/gst/Makefile.am:
7595         * gst-libs/gst/rtsp/Makefile.am:
7596         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7597         * gst-libs/gst/rtsp/gstrtspbase64.h:
7598         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7599         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7600         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7601         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7602         (parse_response_status), (parse_request_line), (parse_line),
7603         (gst_rtsp_connection_read), (read_body),
7604         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7605         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7606         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7607         (gst_rtsp_connection_set_auth):
7608         * gst-libs/gst/rtsp/gstrtspconnection.h:
7609         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7610         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7611         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7612         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7613         (gst_rtsp_find_method):
7614         * gst-libs/gst/rtsp/gstrtspdefs.h:
7615         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7616         (gst_rtsp_message_new), (gst_rtsp_message_init),
7617         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7618         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7619         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7620         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7621         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7622         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7623         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7624         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7625         (gst_rtsp_message_dump):
7626         * gst-libs/gst/rtsp/gstrtspmessage.h:
7627         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7628         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7629         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7630         * gst-libs/gst/rtsp/gstrtsprange.h:
7631         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7632         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7633         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7634         (range_as_text), (rtsp_transport_mode_as_text),
7635         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7636         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7637         (gst_rtsp_transport_free):
7638         * gst-libs/gst/rtsp/gstrtsptransport.h:
7639         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7640         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7641         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7642         * gst-libs/gst/rtsp/gstrtspurl.h:
7643         * gst-libs/gst/sdp/Makefile.am:
7644         * gst-libs/gst/sdp/gstsdp.h:
7645         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7646         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7647         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7648         (gst_sdp_attribute_init), (gst_sdp_message_new),
7649         (gst_sdp_message_init), (gst_sdp_message_uninit),
7650         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7651         (gst_sdp_media_uninit), (gst_sdp_media_free),
7652         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7653         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7654         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7655         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7656         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7657         (gst_sdp_message_get_attribute_val),
7658         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7659         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7660         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7661         (gst_sdp_media_get_attribute_val_n),
7662         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7663         (read_string), (read_string_del), (gst_sdp_parse_line),
7664         (gst_sdp_message_parse_buffer), (print_media),
7665         (gst_sdp_message_dump):
7666         * gst-libs/gst/sdp/gstsdpmessage.h:
7667         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7668         Move SDP and RTSP from helper objects in -good to a reusable library.
7669         Use a proper gst_ namespace.
7670
7671 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7672
7673         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7674         (vorbis_dec_flush_decode):
7675         Use the new buffer clipping function from gstaudio here.
7676
7677 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7678
7679         * docs/libs/gst-plugins-base-libs-sections.txt:
7680         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7681         * gst-libs/gst/audio/audio.h:
7682         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7683         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7684         Also add deprecation guards for gst_audio_structure_set_int() to the
7685         header.
7686
7687 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7688
7689         * docs/libs/gst-plugins-base-libs-sections.txt:
7690           Cleanup the docs.
7691
7692 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7693
7694         Patch by: Dan Williams <dcbw at redhat dot com>
7695
7696         * gst/playback/gstplaybasebin.c:
7697         (gst_play_base_bin_get_streaminfo_value_array):
7698         Don't return NULL when querying the stream info value array but instead
7699         return an empty array. Fixes #459204.
7700
7701 2007-07-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7702
7703         * gst/playback/gsturidecodebin.c:
7704           Init debug category before using it.
7705
7706 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7707
7708         * gst-libs/gst/interfaces/mixer.h:
7709         Add padding vars in place of the signal pointers
7710         when building with DISABLE_DEPRECATED so that the
7711         interface structure doesn't change size.
7712
7713 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7714
7715         * docs/libs/gst-plugins-base-libs-sections.txt:
7716         * ext/alsa/gstalsamixer.c:
7717         * ext/alsa/gstalsamixer.h:
7718         * ext/alsa/gstalsamixerelement.c:
7719         * ext/alsa/gstalsamixertrack.c:
7720         * gst-libs/gst/interfaces/mixer.c:
7721         * gst-libs/gst/interfaces/mixer.h:
7722         * gst-libs/gst/interfaces/mixeroptions.c:
7723         * gst-libs/gst/interfaces/mixeroptions.h:
7724         * gst-libs/gst/interfaces/mixertrack.c:
7725         * gst-libs/gst/interfaces/mixertrack.h:
7726         * tests/check/Makefile.am:
7727         * tests/check/libs/mixer.c:
7728
7729         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7730         Fixes: #152864 
7731
7732         Add support for notifying mixer changes on the message bus, and
7733         implement it in alsamixer.
7734
7735         API: gst_mixer_get_mixer_flags
7736         API: gst_mixer_message_parse_mute_toggled
7737         API: gst_mixer_message_parse_record_toggled
7738         API: gst_mixer_message_parse_volume_changed
7739         API: gst_mixer_message_parse_option_changed
7740         API: GstMixerMessageType
7741         API: GstMixerFlags
7742
7743 2007-07-20  Michael Smith <msmith@fluendo.com>
7744
7745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7746         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7747           xcontext->im_format is only for testing XShm support (as the header
7748           file comments document). Use xvimage->im_format for everything else.
7749           Avoids spurious warnings on buffer allocation before setcaps.
7750
7751 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7752
7753         * tests/examples/volume/Makefile.am:
7754         * tests/icles/Makefile.am:
7755           We should use $(LIBM).
7756
7757 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7758
7759         * tests/icles/Makefile.am:
7760           This needs -lm.
7761
7762 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7763
7764         * gst-libs/gst/rtp/gstbasertppayload.c:
7765         (gst_basertppayload_class_init), (gst_basertppayload_init),
7766         (gst_basertppayload_set_property),
7767         (gst_basertppayload_get_property):
7768         Don't break ABI, restore previous ranges. Keep the default random
7769         selection of timestamp and seqnum offset but as soon as the app sets a
7770         specific value, use that one.
7771
7772 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7773
7774         Patch by: Bastien Nocera <hadess at hadess dot net>
7775
7776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7777         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7778         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7779         * sys/xvimage/xvimagesink.h:
7780         Add option to turn off double-buffering for debugging purposes.
7781         Fixes #437169.
7782
7783 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7784
7785         Patch by: Jorn Baayen <jorn at openedhand dot com>
7786
7787         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7788         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7789         (gst_ximagesink_init), (gst_ximagesink_class_init):
7790         * sys/ximage/ximagesink.h:
7791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7792         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7793         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7794         * sys/xvimage/xvimagesink.h:
7795         add 'handle-expose' property. Useful for video widgets which may want to
7796         be in control of Expose behaviour. Fixes #380625
7797
7798 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7799
7800         * gst-libs/gst/rtp/gstbasertppayload.c:
7801         (gst_basertppayload_class_init), (gst_basertppayload_init),
7802         (gst_basertppayload_event), (gst_basertppayload_push),
7803         (gst_basertppayload_set_property),
7804         (gst_basertppayload_get_property),
7805         (gst_basertppayload_change_state):
7806         * gst-libs/gst/rtp/gstbasertppayload.h:
7807         Fix ranges of rtp payloader properties so that the full range can be
7808         used in addition to -1 (random).
7809         Fix wrong seqnum reporting in caps.
7810         Fixes #420326.
7811
7812 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7813
7814         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7815         (gst_video_rate_query):
7816         Use boilerplate.
7817         Add latency query, might not be perfect yet but already works a lot
7818         better. Fixes #442557.
7819
7820 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7821
7822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7823         (gst_xvimagesink_setcaps):
7824         * sys/xvimage/xvimagesink.h:
7825         After a caps change, redraw our borders to avoid garbage left there
7826         when the image format changes to a smaller size, like 16:9 -> 4:3
7827         Also, hold the flow_lock a bit longer in the set_caps while we're
7828         fiddling with the xcontext.
7829
7830 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7831
7832         * Makefile.am:
7833         * configure.ac:
7834         * tests/Makefile.am:
7835         Remove bogus check for libcheck, since we check for
7836         gstreamer-check and it pulls in the required info from there, and we
7837         weren't actually _using_ the information for libcheck ourselves
7838         anyway.
7839
7840 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7841
7842         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7843         (gst_ffmpeg_caps_to_pixfmt):
7844         Fix the r_mask test for RGBA32 on little-endian.
7845         Fix a stupid typo that would have obviously broken 
7846         compilation on big-endian, if anyone was testing.
7847
7848 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7849
7850         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7851         (paint_hline_str4):
7852         * gst/videotestsrc/videotestsrc.h:
7853         Add alpha to the color struct.
7854         Use a default alpha value of 255 instead of 128.
7855
7856 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7857
7858         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7859         (setup_source):
7860         Clear the dynamic pads counter when starting a new uri. This makes
7861         reusing playbin work again.
7862         Fixes #454264.
7863
7864 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7865
7866         * configure.ac:
7867           Use pkg-config to locate check.
7868
7869 2007-07-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7870
7871         * configure.ac:
7872         * tests/check/elements/volume.c: (GST_START_TEST):
7873           Fix 'make check' build against core CVS.
7874
7875 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7876
7877         * gst-libs/gst/interfaces/propertyprobe.c:
7878         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7879         * gst-libs/gst/tag/gstvorbistag.c:
7880           Make gtk-doc happy.
7881
7882 2007-07-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7883
7884         * gst-libs/gst/audio/gstbaseaudiosink.c:
7885         (gst_base_audio_sink_callback):
7886           Quick hack to make audiosinks stop at EOS when operating in
7887           pull-mode; needs to be fixed properly some day.
7888
7889 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7890
7891         * docs/libs/gst-plugins-base-libs-sections.txt:
7892           Fix location of includes in the docs.
7893
7894 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7895
7896         * gst/ffmpegcolorspace/avcodec.h:
7897         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7898         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7899         (gst_ffmpegcsp_avpicture_fill):
7900         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7901         (img_get_alpha_info):
7902         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7903         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7904         end of the word. Partially fixes #451908
7905
7906 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7907
7908         * docs/libs/Makefile.am:
7909         * docs/plugins/Makefile.am:
7910           Simplify --extra-dir as gtkdoc scans recursively.
7911
7912 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7913
7914         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7915         (gst_adder_request_new_pad):
7916         Make getcaps more robust by not using the proxycaps function. This makes
7917         sure that we don't end up recursively calling getcaps upstream.
7918         See #316248.
7919
7920 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7921
7922         * gst/audioconvert/audioconvert.c:
7923         Include math.h to fix compilation.
7924
7925 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7926
7927         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7928         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7929         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7930         format, as produced by some dc1394 cameras like the iSight.
7931         See http://www.fourcc.org/yuv.php#IYU1
7932
7933 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7934
7935         * gst/audioconvert/Makefile.am:
7936         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7937         (check_default), (audio_convert_prepare_context),
7938         (audio_convert_clean_context), (audio_convert_convert):
7939         * gst/audioconvert/audioconvert.h:
7940         * gst/audioconvert/gstaudioconvert.c:
7941         (gst_audio_convert_dithering_get_type),
7942         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7943         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7944         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7945         * gst/audioconvert/gstaudioconvert.h:
7946         * gst/audioconvert/gstaudioquantize.c:
7947         (gst_audio_quantize_setup_noise_shaping),
7948         (gst_audio_quantize_free_noise_shaping),
7949         (gst_audio_quantize_setup_dither),
7950         (gst_audio_quantize_free_dither),
7951         (gst_audio_quantize_setup_quantize_func),
7952         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7953         * gst/audioconvert/gstaudioquantize.h:
7954         Implement dithering and noise shaping in audioconvert. By default now
7955         TPDF dithering (and no noise shaping) will be used when converting
7956         from a higher bit depth to 20 bit depth or smaller, otherwise
7957         everything will be as it is now.
7958         For the last audioconvert in a pipeline it would make sense to
7959         use some kind of noise shaping, enabling it by default for all
7960         conversions would give undesired results though. Fixes #360246.
7961         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7962         (GST_START_TEST):
7963         Adjust unit test for the new audioconvert.
7964
7965 2007-06-28  Wim Taymans  <wim@fluendo.com>
7966
7967         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7968         Use other metrics as well when estimating the buffer level.
7969
7970 2007-06-28  Wim Taymans  <wim@fluendo.com>
7971
7972         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7973         Small debug improvement.
7974
7975         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7976         (plugin_init):
7977         Tweak the rate estimation period.
7978         When calculating the buffer filledness in rate estimation mode, don't
7979         mix it with other metrics.
7980
7981 2007-06-28  Wim Taymans  <wim@fluendo.com>
7982
7983         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7984         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7985         When creating the groups, allow for a 5 second, unlimited buffers
7986         preroll phase after which we expose the group.
7987         When the group is exposed, use a small number of buffers up to a 2
7988         second limit. Also disconnect the overrun signal from multiqueue when we
7989         exposed the group because it is not needed anymore.
7990
7991 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
7992
7993         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7994           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7995           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7996           (#451707); also, output some debugging info when dealing with
7997           freeform strings.
7998
7999         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8000           Add unit test for the above.
8001
8002 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8003
8004         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8005           Add description for Windows Media RTP caps.
8006
8007         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8008           Remove RTP fields that don't define the format from caps.
8009
8010 2007-06-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8011
8012         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8013           Skip empty buffers, but not empty header buffers. That way the original
8014           vorbisdec unit test still passes (#451145); also, take into account
8015           that those empty packets might carry a granulepos.
8016
8017         * tests/check/Makefile.am:
8018         * tests/check/elements/vorbisdec.c:
8019         (_create_codebook_header_buffer), (_create_audio_buffer),
8020         (GST_START_TEST), (vorbisdec_suite):
8021           Add unit test that sends an empty packet.
8022
8023 2007-06-27  Wim Taymans  <wim@fluendo.com>
8024
8025         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8026         Don't error out on 0-sized packets, just emit a warning because this is
8027         not a fatal error. Fixes #451145.
8028
8029 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8030
8031         * docs/plugins/gst-plugins-base-plugins.args:
8032         * docs/plugins/gst-plugins-base-plugins.signals:
8033         * docs/plugins/inspect/plugin-adder.xml:
8034         * docs/plugins/inspect/plugin-alsa.xml:
8035         * docs/plugins/inspect/plugin-audioconvert.xml:
8036         * docs/plugins/inspect/plugin-audiorate.xml:
8037         * docs/plugins/inspect/plugin-audioresample.xml:
8038         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8039         * docs/plugins/inspect/plugin-cdparanoia.xml:
8040         * docs/plugins/inspect/plugin-decodebin.xml:
8041         * docs/plugins/inspect/plugin-decodebin2.xml:
8042         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8043         * docs/plugins/inspect/plugin-gdp.xml:
8044         * docs/plugins/inspect/plugin-gnomevfs.xml:
8045         * docs/plugins/inspect/plugin-libvisual.xml:
8046         * docs/plugins/inspect/plugin-ogg.xml:
8047         * docs/plugins/inspect/plugin-pango.xml:
8048         * docs/plugins/inspect/plugin-playbin.xml:
8049         * docs/plugins/inspect/plugin-subparse.xml:
8050         * docs/plugins/inspect/plugin-tcp.xml:
8051         * docs/plugins/inspect/plugin-theora.xml:
8052         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8053         * docs/plugins/inspect/plugin-video4linux.xml:
8054         * docs/plugins/inspect/plugin-videorate.xml:
8055         * docs/plugins/inspect/plugin-videoscale.xml:
8056         * docs/plugins/inspect/plugin-videotestsrc.xml:
8057         * docs/plugins/inspect/plugin-volume.xml:
8058         * docs/plugins/inspect/plugin-vorbis.xml:
8059         * docs/plugins/inspect/plugin-ximagesink.xml:
8060         * docs/plugins/inspect/plugin-xvimagesink.xml:
8061           Update docs with caps info.
8062
8063 2007-06-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8064
8065         * po/POTFILES.in:
8066           Add more files with translatable strings (#450875).
8067
8068 2007-06-23  Edward Hervey  <edward@fluendo.com>
8069
8070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8071         The chain should be freed if we error out here, else it will leak.
8072         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8073         (cleanup_decodebin):
8074         Don't forget to *properly* remove the signals, else it will leak.
8075
8076 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8077
8078         * MAINTAINERS:
8079         Updating all the maintainers files
8080
8081 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8082
8083         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8084         (main):
8085           Destroy and recreate parse-launch based pipeline after stop to be able
8086           to play again. Reorder some code and add more comments.
8087
8088 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8089
8090         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8091         When handling a delayed-caps notification case, mark
8092         the group as dynamic so that the nbdynamic count is
8093         incremented and decremented correctly. Fixes: #449156
8094         Patch by: Wim Taymans <wim@fluendo.com>
8095
8096 2007-06-19  Andy Wingo  <wingo@pobox.com>
8097
8098         * gst-libs/gst/audio/gstbaseaudiosink.c
8099         (gst_base_audio_sink_init): Enable pull-mode operation.
8100
8101 2007-06-19  Michael Smith <msmith@fluendo.com>
8102
8103         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8104           Change minimum rate back to 1000 to allow low-sample-rate wav files
8105           to play back.
8106
8107 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8108
8109         * po/vi.po:
8110           Update translations.
8111
8112 2007-06-15  David Schleef  <ds@schleef.org>
8113
8114         * gst/playback/gstqueue2.c:
8115           Fix compile error from ignored return value.
8116
8117 2007-06-15  Michael Smith <msmith@fluendo.com>
8118
8119         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8120           Update tmpbuf for all neccesary rows, not just one, as is required
8121           when downscaling.
8122           Fixes #402076.
8123
8124 2007-06-15  Michael Smith <msmith@fluendo.com>
8125
8126         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8127         (eos_buffer_probe):
8128           Add a test that ensures we set DELTA_UNIT on all non-header,
8129           non-video buffers, if we have a video stream.
8130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8131         (gst_ogg_mux_process_best_pad):
8132           Move setting delta_pad to earlier, where we inspect all pads, so
8133           that leading audio pages don't get DELTA_UNIT unset if they come
8134           before the first DELTA_UNIT from video pages. Fixes the newly-added
8135           test. Fixes #385527.
8136
8137 2007-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8138
8139         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8140           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8141           fails on the p5-ppc64 build bot and the failure looks like it is due
8142           to the same issue as #348114, ie. a compiler bug.
8143
8144 2007-06-13  Edward Hervey  <edward@fluendo.com>
8145
8146         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8147         Fix build on MacOSX.
8148
8149 2007-06-13  Wim Taymans  <wim@fluendo.com>
8150
8151         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8152         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8153         Fix compilation on mingw. Fixes #446972.
8154
8155 2007-06-12  Wim Taymans  <wim@fluendo.com>
8156
8157         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8158
8159         * gst/playback/gstqueue2.c: (update_buffering),
8160         (gst_queue_locked_enqueue):
8161         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8162         also update the buffering status when receiving events. Fixes #446551.
8163
8164 2007-06-11  Wim Taymans  <wim@fluendo.com>
8165
8166         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8167
8168         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8169         (gst_queue_handle_src_query):
8170         Wait for preroll before attempting to forward a duration query upstream.
8171         Fixes #445505.
8172
8173 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8174
8175         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8176         (gst_base_rtp_depayload_set_gst_timestamp):
8177         Use G_GINT64_CONSTANT macro for int64 constant.
8178         * win32/common/libgstinterfaces.def:
8179         * win32/common/libgsttag.def:
8180         Add new exported functions.
8181
8182 2007-06-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8183
8184         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8185           The BOS page of the first Dirac video stream needs to come before
8186           the BOS page of any Vorbis streams or other audio streams, just like
8187           it is with Theora.
8188
8189 2007-06-07  Wim Taymans  <wim@fluendo.com>
8190
8191         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8192         Fix compilation.
8193
8194 2007-06-06  Wim Taymans  <wim@fluendo.com>
8195
8196         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8197
8198         * gst/playback/gstqueue2.c: (gst_queue_init),
8199         (gst_queue_handle_sink_event), (gst_queue_chain),
8200         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8201         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8202         (gst_queue_src_activate_pull):
8203         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8204         Does not yet completely work because duration queries upstream won't
8205         block yet.
8206
8207 2007-06-06  Wim Taymans  <wim@fluendo.com>
8208
8209         * configure.ac:
8210         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8211         Some more fseeko checks.
8212
8213 2007-06-06  Wim Taymans  <wim@fluendo.com>
8214
8215         * configure.ac:
8216         check for large file support.
8217
8218 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8219
8220         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8221
8222         * gst/subparse/gstsubparse.c: (parse_subrip),
8223         (subviewer_unescape_newlines), (parse_subviewer),
8224         (gst_sub_parse_data_format_autodetect),
8225         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8226         * gst/subparse/gstsubparse.h:
8227         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8228         * tests/check/elements/subparse.c: (GST_START_TEST),
8229         (subparse_suite):
8230         Add a unit test for both SubViewer formats.
8231
8232 2007-06-01  Michael Smith <msmith@fluendo.com>
8233
8234         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8235           Don't overflow intermediate values when seeking to large time values
8236           in audiotestsrc.
8237
8238 2007-06-05  Wim Taymans  <wim@fluendo.com>
8239
8240         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8241         (gst_queue_create_read), (gst_queue_read_item_from_file),
8242         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8243         Include stdio to define fseeko.
8244
8245 2007-06-05  Wim Taymans  <wim@fluendo.com>
8246
8247         Patch by: Edward Hervey  <edward@fluendo.com>
8248
8249         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8250         (gst_v4lsrc_query):
8251         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8252
8253 2007-06-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8254
8255         * gst-libs/gst/riff/Makefile.am:
8256         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8257           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8258           our own implementation.
8259
8260 2007-06-05  Wim Taymans  <wim@fluendo.com>
8261
8262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8263         (gst_base_rtp_depayload_setcaps),
8264         (gst_base_rtp_depayload_set_gst_timestamp),
8265         (gst_base_rtp_depayload_change_state):
8266         Handle timestamp wraparound.
8267
8268 2007-06-05  Wim Taymans  <wim@fluendo.com>
8269
8270         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8271         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8272         (gst_uri_decode_bin_change_state):
8273         Make sure we name srcpads uniquely even when using different internal
8274         decodebins.
8275         Signal no-more-pads when no more dynamic elements exist.
8276         Remove pads on cleanup.
8277
8278 2007-06-05  Wim Taymans  <wim@fluendo.com>
8279
8280         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8281
8282         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8283         (gst_queue_init), (gst_queue_finalize),
8284         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8285         (gst_queue_create_read), (gst_queue_read_item_from_file),
8286         (gst_queue_open_temp_location_file),
8287         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8288         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8289         (gst_queue_is_empty), (gst_queue_is_filled),
8290         (gst_queue_change_state), (gst_queue_set_temp_location),
8291         (gst_queue_set_property):
8292         Add support for filebased buffering. Fixes #441264.
8293
8294 2007-06-05  Wim Taymans  <wim@fluendo.com>
8295
8296         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8297         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8298         (caps_notify_group_cb), (gst_decode_group_new),
8299         (gst_decode_group_free):
8300         Add support for delayed caps fixation when autoplugging.
8301         Optimize cases where a multiqueue is not needed/wanted, like right after
8302         anything that is not a demuxer.
8303
8304 2007-06-05  Wim Taymans  <wim@fluendo.com>
8305
8306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8307         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8308         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8309         consideratly speedup ogg chain detection by not trying to find a base
8310         timestamp for skeleton streams. 
8311
8312 2007-06-05  Wim Taymans  <wim@fluendo.com>
8313
8314         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8315         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8316         (gst_multi_fd_sink_remove_flush),
8317         (gst_multi_fd_sink_remove_client_link),
8318         (gst_multi_fd_sink_handle_client_write),
8319         (gst_multi_fd_sink_handle_clients):
8320         * gst/tcp/gstmultifdsink.h:
8321         Add support for remove_flush.
8322
8323 2007-06-05  Wim Taymans  <wim@fluendo.com>
8324
8325         * docs/design/draft-keyframe-force.txt:
8326         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8327         (theora_enc_chain):
8328         Add draft design for forcing keyframes in encoders and implement in
8329         theoraenc.
8330
8331 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8332
8333         * configure.ac:
8334           Back to CVS
8335
8336 === release 0.10.13 ===
8337
8338 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8339
8340         * configure.ac:
8341           releasing 0.10.13, "What's Going on?"
8342
8343 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8344
8345         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8346         In riff, the depth is stored in the size field but it just means that
8347         the least significant bits are cleared. We can therefore just play
8348         the sample as if it had a depth == width. Fixes: #440997
8349
8350         Patch by: Wim Taymans <wim@fluendo.com> 
8351         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8352
8353 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8354
8355         * gst-libs/gst/floatcast/floatcast.h:
8356         Define inline when needed on win32 builds. Fixes: #441295
8357         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8358
8359 2007-05-29  Wim Taymans  <wim@fluendo.com>
8360
8361         * gst/playback/gstplaybasebin.c: (queue_overrun),
8362         (no_more_pads_full):
8363         Stop buffering when the group is commited because the queues filled up.
8364         Fixes #442024.
8365
8366 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8367
8368         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8369         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8370         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8371         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8372         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8373         * ext/alsa/gstalsamixer.h:
8374         * ext/alsa/gstalsamixerelement.c:
8375         (gst_alsa_mixer_element_interface_supported),
8376         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8377         (gst_alsa_mixer_element_set_property),
8378         (gst_alsa_mixer_element_get_property),
8379         (gst_alsa_mixer_element_change_state):
8380         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8381         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8382         (gst_mixer_option_changed):
8383         * gst-libs/gst/interfaces/mixer.h:
8384         Revert commits towards #152864 made so far. We'll pick it up again
8385         after the 0.10.13 release.
8386
8387 2007-05-24  Wim Taymans  <wim@fluendo.com>
8388
8389         * gst-libs/gst/audio/gstbaseaudiosink.c:
8390         (gst_base_audio_sink_render):
8391         After an interrupt (PAUSED/flush) assume that the next sample should not
8392         be aligned to the previous sample. Fixes #417992.
8393
8394 2007-05-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8395
8396         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8397           Don't add channels and rate fields to the template caps for
8398           audio/x-dts, as wavparse might not always be able to set them,
8399           which would then lead to 'caps are not a real subset of the
8400           template caps' warnings.
8401
8402 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8403
8404         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8405         Handle unknown or invalid pads without crashing, as might occur if
8406         a media file like an mp3 is specified as a subtitle file.
8407         Fixes: #410039
8408
8409 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8410
8411         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8412         (setup_sinks):
8413         Block the subtitle bin output queue before ghosting it and linking,
8414         then unblock after. This avoids spurious not-linked errors caused 
8415         by the queue starting up (because it gets linked when it is ghosted). 
8416         Fixes: #350299
8417
8418 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8419
8420         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8421         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8422         file. Avoids flukes where the input gets typefound to some valid but
8423         useless type.
8424
8425 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8426
8427         * tests/check/Makefile.am:
8428         * tests/check/elements/.cvsignore:
8429         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8430         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8431           Add unit test for gnomevfssink seeking and position reporting for
8432           file:// URIs.
8433
8434 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8435
8436         Patch by: Mark Nauwelaerts <manauw at skynet be>
8437
8438         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8439         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8440         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8441         * ext/gnomevfs/gstgnomevfssink.h:
8442           Fix position reporting, especially after a seek (from upstream),
8443           see #412648.
8444
8445 2007-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8446
8447         * ext/cdparanoia/gstcdparanoiasrc.c:
8448           Repair umlaut.
8449
8450 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8451
8452         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8453         Specify the full valid range for MP3 samplerates. Fixes a regression
8454         caused by extra header checks since the last release.
8455
8456 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8457
8458         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8460         Fix a locking-order bug I introduced with my changes the other day.
8461         Patch by Mike Smith.
8462
8463 2007-05-21  Michael Smith <msmith@fluendo.com>
8464
8465         * ext/theora/theoradec.c: (theora_handle_data_packet):
8466           Don't look inside 0-length packets (which indicate duplicated
8467           frames)
8468
8469 2007-05-21  Wim Taymans  <wim@fluendo.com>
8470
8471         * ext/cdparanoia/gstcdparanoiasrc.c:
8472         (gst_cd_paranoia_src_read_sector):
8473         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8474         (gst_base_audio_src_create):
8475         Small cleanups.
8476
8477         * ext/theora/theoradec.c: (theora_dec_sink_event):
8478         Fix typo.
8479
8480         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8481         (gst_base_rtp_depayload_set_gst_timestamp):
8482         Add some FIXME
8483
8484         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8485         And some debug info when a FIXME path is hit.
8486
8487 2007-05-21  Wim Taymans  <wim@fluendo.com>
8488
8489         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8490         (gst_base_rtp_audio_payload_class_init),
8491         (gst_base_rtp_audio_payload_init),
8492         (gst_base_rtp_audio_payload_finalize),
8493         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8494         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8495         (gst_base_rtp_payload_audio_handle_event):
8496         Some cleanups, remove minptime property as it is now in the parent
8497         class.
8498         Override parent class event function.
8499
8500         * gst-libs/gst/rtp/gstbasertppayload.c:
8501         (gst_basertppayload_class_init), (gst_basertppayload_init),
8502         (gst_basertppayload_event), (gst_basertppayload_set_property),
8503         (gst_basertppayload_get_property):
8504         * gst-libs/gst/rtp/gstbasertppayload.h:
8505         Add min-ptime property.
8506         Add handle-event vmethod. Fixes #415001.
8507
8508 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8509
8510         * gst-libs/gst/audio/gstbaseaudiosink.c
8511           (gst_base_audio_sink_change_state):
8512           Fix typo in comment.
8513
8514         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8515           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8516           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8517           close_link):
8518         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8519           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8520           Remove trailing whitespaces in comments.
8521
8522         * gst/volume/Makefile.am:
8523           Fix tabs.
8524
8525 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8526
8527         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8528
8529         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8530           set_option, get_option, _gst_reserved):
8531           Revert reordering functions (keep ABI).
8532
8533 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8534
8535         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8536         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8537         (gst_ximagesink_show_frame):
8538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8539         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8540         (gst_xvimagesink_show_frame):
8541         When we create our own window, indicate that we handle the 
8542         WM_DELETE client message from the window manager, so that it won't 
8543         kill our window (and our app) along with it. Handle ClientMessage,
8544         post an error on the bus, and close the window. Further buffers
8545         arriving will result in a FlowError because the window has been
8546         destroyed.
8547
8548         Fixes: #393975
8549
8550         Clean up the X event handling loop and make them the same for
8551         both xvimagesink and ximagesink while I'm at it.
8552
8553 2007-05-17  Wim Taymans  <wim@fluendo.com>
8554
8555         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8556         Make decodebin2 autoplug depayloaders too.
8557
8558         * gst/playback/gsturidecodebin.c: (source_new_pad):
8559         Set the newly created decoder in a usable state when autoplugging a
8560         dynamic source such as RTSP.
8561
8562 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8563
8564         * gst/playback/gststreaminfo.c: (cb_probe):
8565           Ignore video-codec tag for audio streams and ignore audio-codec tags
8566           for video streams. Should make codec name collection a bit more
8567           robust against sloppy demuxers that send tag events containing both
8568           tags down each pad.
8569
8570 2007-05-17  Wim Taymans  <wim@fluendo.com>
8571
8572         * gst/playback/gstqueue2.c: (update_rates):
8573         Tweak the buffering thresholds a little.
8574         Update the buffer size with the previously calculate rate instead of
8575         only when we calculate a new rate so that we get smoother buffering
8576         updates.
8577
8578         * gst/playback/Makefile.am:
8579         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8580         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8581         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8582         (gst_uri_decode_bin_get_property), (unknown_type),
8583         (add_element_stream), (no_more_pads_full), (no_more_pads),
8584         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8585         (gen_source_element), (has_all_raw_caps), (analyse_source),
8586         (remove_decoders), (make_decoder), (remove_source),
8587         (source_new_pad), (setup_source), (decoder_query_init),
8588         (decoder_query_duration_fold), (decoder_query_duration_done),
8589         (decoder_query_position_fold), (decoder_query_position_done),
8590         (decoder_query_latency_fold), (decoder_query_latency_done),
8591         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8592         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8593         (gst_uri_decode_bin_change_state), (plugin_init):
8594         New element that intergrates a source, optional buffering element and
8595         decodebin.
8596
8597 2007-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8598
8599         * configure.ac:
8600           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8601           (also has a .pc file, so we don't need the fallback check any
8602           longer). Fixes #438840.
8603
8604 2007-05-17  Wim Taymans  <wim@fluendo.com>
8605
8606         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8607         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8608         (apply_segment), (apply_buffer), (update_buffering),
8609         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8610         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8611         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8612         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8613         (plugin_init):
8614         fix build.
8615
8616 2007-05-17  Wim Taymans  <wim@fluendo.com>
8617
8618         * gst/playback/Makefile.am:
8619         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8620         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8621         (gst_queue_getcaps), (gst_queue_bufferalloc),
8622         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8623         (apply_buffer), (update_buffering), (reset_rate_timer),
8624         (update_rates), (gst_queue_locked_flush),
8625         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8626         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8627         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8628         (gst_queue_loop), (gst_queue_handle_src_event),
8629         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8630         (gst_queue_src_activate_push), (gst_queue_change_state),
8631         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8632         On our way to playbin2 this is the new network queue that does buffering
8633         all by itself using high and low watermarks. It can also measure up and
8634         downstream bandwidth to optimally size the queue.
8635
8636 2007-05-17  Michael Smith <msmith@fluendo.com>
8637
8638         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8639         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8640           Use the segment->last_stop value to calculate the next timestamp to
8641           generate after a seek; not the segment->start value.
8642
8643 2007-05-15  David Schleef  <ds@schleef.org>
8644
8645         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8646           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8647
8648 2007-05-15  Wim Taymans  <wim@fluendo.com>
8649
8650         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8651         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8652         Some more chained streaming ogg timestamp fixes.
8653
8654 2007-05-15  Wim Taymans  <wim@fluendo.com>
8655
8656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8657         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8658         (gst_ogg_demux_handle_page):
8659         Add some FIXMEs.
8660         Fix chain start/stop segment handling based on patch by
8661         <ahalda at cs dot mcgill dot ca> see #320984.
8662
8663 2007-05-15  Michael Smith <msmith@fluendo.com>
8664
8665         * configure.ac:
8666           We don't require a C++ compiler. So don't require one.
8667
8668 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8669
8670         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8671           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8672           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8673           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8674           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8675           gst_alsa_mixer_update_track):
8676           Apply some of the cleanup Tim suggested in #152864 afterwards.
8677
8678 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8679
8680         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8681
8682         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8683           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8684           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8685           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8686           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8687           gst_alsa_mixer_handle_source_callback,
8688           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8689           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8690           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8691           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8692           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8693           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8694         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8695         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8696           gst_alsa_mixer_element_interface_supported,
8697           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8698           gst_alsa_mixer_element_set_property,
8699           gst_alsa_mixer_element_get_property,
8700           gst_alsa_mixer_element_change_state):
8701         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8702         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8703           gst_mixer_option_changed):
8704         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8705           volume_changed, option_changed, _gst_reserved):
8706           Implement notification for alsamixer. Fixes #152864
8707
8708 2007-05-14  David Schleef  <ds@schleef.org>
8709
8710         * gst/videotestsrc/videotestsrc.c:
8711         * gst/videotestsrc/videotestsrc.h:
8712           Add support for video/x-raw-bayer.
8713
8714 2007-05-12  David Schleef  <ds@schleef.org>
8715
8716         * sys/xvimage/xvimagesink.c:
8717           Add some sanity checking for the XVImage size returned by X.
8718           Related to #377400.
8719
8720 2007-05-12  Wim Taymans  <wim@fluendo.com>
8721
8722         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8723         (gst_base_rtp_depayload_setcaps),
8724         (gst_base_rtp_depayload_set_gst_timestamp):
8725         Parse and use additional caps fields as described in updated
8726         application/x-rtp caps spec.
8727
8728 2007-05-12  Wim Taymans  <wim@fluendo.com>
8729
8730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8731         (gst_ogg_demux_collect_chain_info):
8732         If there is a stream in a chain without any data packets, ignore the
8733         stream in the total length calculations. Might be related to #436820.
8734
8735 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8736
8737         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8738         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8739         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8740         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8741         (plugin_init):
8742
8743         Consolidate and re-work our mpeg system stream detection to probe
8744         more packets and produce a higher confidence result. Fixes a
8745         regression caused by lowering the typefind probability last year
8746         - related to bug #397810. Remove the redundant MPEG-1 specific 
8747         typefind function, as the new one detects both MPEG-1 & MPEG-2
8748         happily.
8749
8750         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8751         little. 
8752
8753         Tested against my media test directory, with some improvements and
8754         no regressions.
8755
8756 2007-05-10  Wim Taymans  <wim@fluendo.com>
8757
8758         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8759         (queue_out_of_data):
8760         Connect to the new queue "pushing" signal instead of the broken
8761         "running" one.
8762
8763 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8764
8765         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8766         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8767         Move variable declaration before the first instruction.
8768         * gst/videotestsrc/videotestsrc.c:
8769         Define M_PI if it's not defined yet.
8770         * win32/common/libgstrtp.def:
8771         Add new exported functions.
8772
8773 2007-05-09  Michael Smith <msmith@fluendo.com>
8774
8775         * ext/theora/theoradec.c: (theora_handle_type_packet):
8776           gst_pad_push_event() does not return a GstFlowReturn!
8777
8778 2007-05-09  Wim Taymans  <wim@fluendo.com>
8779
8780         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8781         * tests/examples/seek/seek.c: (do_seek):
8782         Some small cosmetic changes.
8783
8784 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8785
8786         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8787           gst_adder_change_state):
8788         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8789           segment_pending, segment_position, segment_rate):
8790           Handle playback-rate on adder.
8791
8792 2007-05-07  Michael Smith <msmith@fluendo.com>
8793
8794         * ext/theora/gsttheoradec.h:
8795         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8796         (theora_dec_sink_event), (theora_handle_comment_packet),
8797         (theora_handle_type_packet), (theora_dec_change_state):
8798           Don't push events (newsegment, tags) before initialising the
8799           decoder.
8800           This is neccesary for seeking to work correctly in gnonlin.
8801
8802 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8803
8804         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8805         * gst/adder/gstadder.c:
8806         * gst/audiotestsrc/gstaudiotestsrc.c
8807           (gst_audio_test_src_create_white_noise):
8808         * gst/videotestsrc/gstvideotestsrc.c:
8809         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8810           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8811           volume_sink_template, volume_src_template, gst_volume_init,
8812           volume_process_double, volume_process_int16,
8813           volume_process_int16_clamp):
8814           Doc fixes and formatting.
8815
8816 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8817
8818         * tests/check/Makefile.am:
8819         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8820           Minimal check for volume's GstController usability; also another
8821           test for #422295.
8822
8823 2007-05-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8824
8825         * gst-libs/gst/cdda/gstcddabasesrc.c:
8826         (gst_cdda_base_src_add_track):
8827           Fix it so that it (a) makes sense and (b) doesn't break
8828           everything cdda-related including the unit test.
8829
8830 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8831
8832         * gst-libs/gst/cdda/gstcddabasesrc.c:
8833         (gst_cdda_base_src_add_track):
8834           Fix build when disabling asserts.
8835
8836 2007-05-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8837
8838         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8839           When XShm is not available, we might get row strides that are not
8840           rounded up to multiples of four; this is bad, because virtually
8841           every RGB-processing element in GStreamer assumes rowstrides are
8842           rounded up to multiples of four, so let's allocate at least enough
8843           memory to avoid crashes in this case. The image will still be
8844           displayed distorted though if this happens, so that still needs
8845           fixing (maybe by allocating a bigger image with an 'even' width
8846           and then clipping it appropriately when rendering - something for
8847           Xlib aficionados in any case).
8848
8849 2007-05-03  Michael Smith <msmith@fluendo.com>
8850
8851         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8852           If a buffer doesn't have a timestamp, assume it's contiguous with
8853           the previous buffer, and synthesise timestamps appropriately.
8854
8855 2007-05-03  Edward Hervey  <edward@fluendo.com>
8856
8857         * tests/check/elements/videorate.c: (GST_START_TEST):
8858         Set buffer timestamp to a valid value in order to test the buffer
8859         really does stay in videorate.
8860
8861 2007-05-03  Edward Hervey  <edward@fluendo.com>
8862
8863         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8864         There is no sensible way to handle incoming buffers which don't have a
8865         valid timestamp. We therefore discard them and wait for the next one.
8866
8867 2007-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8868
8869         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8870         * gst/playback/gstdecodebin2.c: (plugin_init):
8871           Better error message for text files.
8872
8873 2007-04-29  Wim Taymans  <wim@fluendo.com>
8874
8875         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8876         Fix offset bug in generation RR packets.
8877
8878 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8879
8880         * ext/theora/theoradec.c: (_theora_granule_time),
8881         (theora_dec_push_forward), (theora_handle_data_packet),
8882         (theora_dec_decode_buffer): Calculate buffer duration correctly
8883         to generate a perfect stream (#433888).
8884         * gst/audioresample/gstaudioresample.c:
8885         (audioresample_check_discont): Glib provides ABS.
8886
8887 2007-04-27  Wim Taymans  <wim@fluendo.com>
8888
8889         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8890         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8891         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8892         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8893         (gst_rtcp_packet_bye_set_reason):
8894         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8895         Fix RB block parsing and writing.
8896         Add support for constructing BYE packets.
8897
8898 2007-04-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8899
8900         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8901         (gst_base_audio_src_create):
8902         * po/POTFILES.in:
8903           When posting a warning message because samples were dropped, post
8904           something more intelligible than he default error message for clock
8905           errors which is just confusing in this context (#432984).
8906
8907 2007-04-25  Wim Taymans  <wim@fluendo.com>
8908
8909         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8910         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8911         (read_packet_header), (gst_rtcp_packet_move_to_next),
8912         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8913         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8914         (gst_rtcp_packet_sdes_get_item_count),
8915         (gst_rtcp_packet_sdes_first_item),
8916         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8917         (gst_rtcp_packet_sdes_first_entry),
8918         (gst_rtcp_packet_sdes_next_entry),
8919         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8920         (gst_rtcp_packet_sdes_add_entry):
8921         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8922         Implement code to write SR, RR and SDES packets.
8923
8924 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8925
8926         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8927
8928         * sys/ximage/ximagesink.c:
8929           Fix build if XShm is not available (#432362).
8930
8931 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8932
8933         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8934         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8935         pointers to random memory which are passed to g_free() when
8936         audio_convert_prepare_context() is called the first time.
8937
8938 2007-04-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8939
8940         Patch by: Dan Williams <dcbw redhat com>
8941
8942         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8943           Don't leak incoming buffer if gst_pad_push() returns a
8944           non-OK flow. Fixes #432755.
8945          
8946         * tests/check/elements/videorate.c: (GST_START_TEST),
8947         (videorate_suite):
8948           Unit test for the above by Yours Truly.
8949
8950 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8951
8952         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8953         (gst_adder_sink_event), (gst_adder_collected):
8954           Fix non-flushing segmented seeks, Fixes #340060 for me
8955
8956 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8957
8958         Patch by: Olivier Crete  <tester at tester ca>
8959
8960         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8961         (gst_base_rtp_audio_payload_class_init),
8962         (gst_base_rtp_audio_payload_init),
8963         (gst_base_rtp_audio_payload_dispose):
8964           Chain up to parent class in dispose function; get rid of
8965           unnecessary 'diposed' flag in private structure (#415001).
8966
8967 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8968
8969         * docs/libs/gst-plugins-base-libs.types:
8970         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8971         (gst_base_rtp_audio_payload_class_init):
8972         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8973         * gst-libs/gst/rtp/gstbasertppayload.c:
8974           Some minor docs fixes and additions; also add missing 'Since' bits.
8975
8976 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8977
8978         Patch by: Zeeshan Ali  <zeenix gmail com>
8979
8980         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8981         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8982         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8983         (gst_base_rtp_audio_payload_push):
8984         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8985           The recently-added gst_base_rtp_audio_payload_push() should take an
8986           object of type GstBaseRTPAudioPayload as first argument (#431672).
8987
8988 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8989
8990         * gst/audioresample/gstaudioresample.c:
8991           Make more functions static, just because we can.
8992
8993 2007-04-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
8994
8995         * tests/check/elements/audioresample.c:
8996           Add unit test for audioresample shutdown crasher (#420106).
8997
8998 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8999
9000         * gst/subparse/gstsubparse.c:
9001         * gst/subparse/samiparse.c:
9002           Use GST_DISABLE_XML here
9003
9004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9005         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9006         (gst_xvimagesink_buffer_alloc),
9007         (gst_xvimagesink_navigation_send_event):
9008         * sys/xvimage/xvimagesink.h:
9009           Include stdlib.h when using atoi.
9010           
9011         * tests/check/elements/playbin.c: (playbin_suite):
9012           Use GST_DISABLE_REGISTRY here
9013
9014 2007-04-19  Michael Smith  <msmith@fluendo.com>
9015
9016         * ext/theora/gsttheoraenc.h:
9017         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9018         (theora_enc_sink_event), (theora_enc_change_state):
9019           Track initialisation state; don't try to use encoder state if we're
9020           not initialised (it'll segfault).
9021
9022 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9023
9024         * tests/check/pipelines/.cvsignore:
9025         Fix build.
9026
9027 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9028
9029         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9030         Allow random depths between 1 and 32 instead of only multiplies of 8.
9031
9032 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9033
9034         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9035         Set the maximum number of channels for PCM and float in the correct
9036         place to have it also used when creating the template caps.
9037
9038 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9039
9040         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9041         Correctly support 4, 6 and 8 channels with normal PCM and float
9042         wav files.
9043
9044         Fix the depth and signedness calculation in extensible wav files and
9045         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9046         mask is found.
9047
9048         Add support for float, alaw and mulaw in extensible wav files.
9049
9050         This allows correct playback of all but 5 files from
9051         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9052         
9053         (gst_riff_create_audio_template_caps):
9054         Add voxware and float formats to the template caps.     
9055
9056 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9057
9058         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9059
9060         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9061         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9062
9063         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9064         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9065         Use the correct format strings for integer formats.
9066
9067 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9068
9069         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9070           Don't use pad_alloc_buffer_and_set_caps to create a small header
9071           packet, or, worse, to create a big temporary video buffer using the
9072           src pad.
9073
9074 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9075
9076         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9077         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9078           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9079           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9080
9081 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9082
9083         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9084           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9085           streamheader_suite):
9086           Add another test set up for failure
9087
9088 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9089
9090         * tests/check/Makefile.am:
9091         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9092           GST_START_TEST, streamheader_suite, main):
9093           Add a test for the streamheader bug Wim fixed.
9094
9095 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9096
9097         * ext/theora/theoradec.c: (theora_dec_sink_event):
9098         Fix misleading comment.
9099
9100 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9101
9102         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9103           More sanity checks for the header fields.
9104
9105 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9106
9107         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9108           Try encodings from all environment variables, not just those in the
9109           first environment variable that is set.
9110
9111 2007-04-12  Wim Taymans  <wim@fluendo.com>
9112
9113         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9114         (gst_video_rate_chain):
9115         Add some debug.
9116
9117         * tests/check/elements/videorate.c: (GST_START_TEST),
9118         (videorate_suite):
9119         Added check for videorate changing caps handling. Closes #421834.
9120
9121 2007-04-12  Michael Smith  <msmith@fluendo.com>
9122
9123         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9124           Use scale functions to avoid overflow when calculating duration of 
9125           vorbis buffers.
9126
9127 2007-04-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9128
9129         * docs/libs/gst-plugins-base-libs-sections.txt:
9130         * gst-libs/gst/tag/tag.h:
9131         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9132           API: add gst_tag_freeform_string_to_utf8() (#405072).
9133
9134         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9135           Use gst_tag_freeform_string_to_utf8() here.
9136
9137 2007-04-12  Wim Taymans  <wim@fluendo.com>
9138
9139         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9140         (gst_gdp_pay_sink_event):
9141         Make sure we set the IN_CAPS flag correctly.
9142
9143         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9144         Get the IN_CAPS flag before we call functions that mess with the flags.
9145
9146 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9147
9148         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9149           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9150           Only stamp buffers with offset/offset_end right before they get
9151           pushed.  This ensures offset continuity, which was not the case
9152           before as shown by
9153           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9154
9155 2007-04-06  Wim Taymans  <wim@fluendo.com>
9156
9157         * gst/playback/gstplaybin.c: (add_sink),
9158         (gst_play_bin_change_state):
9159         Activate sync in playbin, we are ready to handle it for live streams.
9160
9161 2007-04-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9162
9163         * tests/check/elements/playbin.c:
9164         (test_sink_usage_video_only_stream), (playbin_suite):
9165           Add small test for stream-info-value-array code paths.
9166
9167 2007-04-05  Wim Taymans  <wim@fluendo.com>
9168
9169         * gst-libs/gst/audio/gstbaseaudiosink.c:
9170         (gst_base_audio_sink_skew_slaving):
9171         Don't try to create invalid calibration parameters by making the
9172         internal time go backwards, instead make external time go forward.
9173
9174 2007-04-05  Wim Taymans  <wim@fluendo.com>
9175
9176         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9177
9178         * gst/playback/gstplaybasebin.c: (add_stream):
9179         Fix leak in add_stream(), when g_value_set_object() increases the
9180         refcount of streaminfo object. Fixes #426250.
9181
9182 2007-04-03  David Schleef  <ds@schleef.org>
9183
9184         * gst/videotestsrc/gstvideotestsrc.c:
9185         * gst/videotestsrc/gstvideotestsrc.h:
9186         * gst/videotestsrc/videotestsrc.c:
9187         * gst/videotestsrc/videotestsrc.h:
9188           Add a test pattern called "circular", which has concentric
9189           rings with varying radial frequency.  The main purpose of this
9190           pattern is to test fidelity loss in a filter or scaler element.
9191           Notably, this pattern is scale invariant, and is optimally viewed
9192           with a width (and height) of 400.
9193
9194 2007-04-03  Wim Taymans  <wim@fluendo.com>
9195
9196         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9197
9198         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9199         (deactivate_free_recursive):
9200         Decodebin2 doesn't unref pads it obtains in some occasions:
9201         - multiqueue src pads, when either connecting further or exposing
9202         - sink pads of new autoplugged elements
9203         - peer pads when recursively freeing elements
9204         Fixes #425455.
9205
9206 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9207
9208         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9209         Add audio/x-raw-float support, now that audioconvert support
9210         non-native endianness floats.
9211
9212 2007-03-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9213
9214         * docs/libs/gst-plugins-base-libs-docs.sgml:
9215           gstreamer-plugins-base.pc doesn't exist, it's
9216           gstreamer-plugins-base-0.10.pc.
9217
9218 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9219
9220         Patch by: RenĂ© Stadler <mail at renestadler dot de>
9221         with some minor changes
9222
9223         * gst-libs/gst/floatcast/floatcast.h:
9224         Use more efficient float endianness conversion functions that don't
9225         involve 2 function calls per value.
9226         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9227         (check_default), (audio_convert_prepare_context):
9228         * gst/audioconvert/gstaudioconvert.c:
9229         (gst_audio_convert_parse_caps), (make_lossless_changes):
9230         Support non-native endianness floats as input and output.
9231         Fixes #339838.
9232         * tests/check/elements/audioconvert.c: (verify_convert),
9233         (GST_START_TEST):
9234         Add unit tests for the non-native endianness float conversions.
9235
9236 2007-03-29  Wim Taymans  <wim@fluendo.com>
9237
9238         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9239         (gst_base_rtp_depayload_base_init),
9240         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9241         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9242         (gst_base_rtp_depayload_set_gst_timestamp),
9243         (gst_base_rtp_depayload_change_state),
9244         (gst_base_rtp_depayload_set_property),
9245         (gst_base_rtp_depayload_get_property):
9246         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9247         Add Private structure.
9248         Bring element code to 2007.
9249         Parse clock-base caps param and use it when generating the
9250         newsegment.
9251         Reset variables before going to PAUSED.
9252         Fix some docs.
9253
9254 2007-03-29  Wim Taymans  <wim@fluendo.com>
9255
9256         * docs/libs/gst-plugins-base-libs-docs.sgml:
9257         * docs/libs/gst-plugins-base-libs-sections.txt:
9258         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9259         (gst_base_rtp_audio_payload_get_adapter):
9260         Add RTCP docs.
9261         Fix some more docs.
9262
9263         * gst-libs/gst/rtp/Makefile.am:
9264         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9265         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9266         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9267         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9268         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9269         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9270         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9271         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9272         (gst_rtcp_packet_sr_get_sender_info),
9273         (gst_rtcp_packet_sr_set_sender_info),
9274         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9275         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9276         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9277         (gst_rtcp_packet_sdes_get_chunk_count),
9278         (gst_rtcp_packet_sdes_first_chunk),
9279         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9280         (gst_rtcp_packet_sdes_first_item),
9281         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9282         (gst_rtcp_packet_bye_get_ssrc_count),
9283         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9284         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9285         (gst_rtcp_packet_bye_get_reason_len),
9286         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9287         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9288         Add new helper object for parsing and creating RTCP messages.
9289
9290 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9291
9292         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9293         PCM samples with width=8 must be always unsigned, no matter what
9294         depth they have.
9295
9296 2007-03-29  Andy Wingo  <wingo@pobox.com>
9297
9298         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9299         perfect offsets also, not just timestamps.
9300
9301         * tests/check/elements/videorate.c (test_more): Test that given
9302         any incoming offsets, that videorate produces perfect offsets.
9303
9304 2007-03-29  Wim Taymans  <wim@fluendo.com>
9305
9306         * gst-libs/gst/riff/riff-ids.h:
9307         Add some more RIFF formats.
9308
9309 2007-03-29  Wim Taymans  <wim@fluendo.com>
9310
9311         * gst-libs/gst/rtp/gstrtpbuffer.c:
9312         (gst_rtp_buffer_default_clock_rate):
9313         * gst-libs/gst/rtp/gstrtpbuffer.h:
9314         Fix fixed payload names and docs.
9315         Added method to get the default clock rates of fixed payload types.
9316         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9317
9318 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9319
9320         * tests/check/pipelines/.cvsignore:
9321         Add new vorbisdec test to cvsignore.
9322
9323 2007-03-28  Wim Taymans  <wim@fluendo.com>
9324
9325         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9326         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9327         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9328         (gst_base_audio_sink_set_property),
9329         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9330         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9331         (gst_base_audio_sink_skew_slaving),
9332         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9333         (gst_base_audio_sink_async_play):
9334         * gst-libs/gst/audio/gstbaseaudiosink.h:
9335         Store private stuff in GstBaseAudioSinkPrivate.
9336         Add configurable clock slaving modes property.
9337         API:: GstBaseAudioSink::slave-method property
9338         Some more latency reporting tweaks.
9339         Added skew based clock slaving correction and make it the default until
9340         the resampling method is more robust.
9341
9342 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9343
9344         * gst/audioconvert/audioconvert.c:
9345         Add docs to the integer pack functions and implement proper
9346         rounding. Before we had rounding towards negative infinity, i.e.
9347         always the smaller number was taken. Now we use natural rounding,
9348         i.e. rounding to the nearest integer and to the one with the largest
9349         absolute value for X.5. The old rounding introduced some minor
9350         distortions. Fixes #420079
9351         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9352         Fix one unit test that assumed the old rounding and added unit tests
9353         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9354         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9355         rounding from signed int32 to signed/unsigned int16.
9356
9357 2007-03-27  Michael Smith  <msmith@fluendo.com>
9358
9359         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9360         (gst_audio_convert_transform_caps):
9361           Fix typo in debug line introduced recently, as pointed out on irc.
9362
9363 2007-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9364
9365         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9366         * tests/check/libs/tag.c: (GST_START_TEST):
9367           Make sure we parse floating-point numbers in vorbis comments
9368           correctly with either '.' or ',' as separator, no matter what
9369           the current locale is. Add unit test for this too.
9370
9371 2007-03-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9372
9373         Patch by: RenĂ© Stadler  <mail at renestadler de>
9374
9375         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9376           When writing out floating-point numbers to vorbis comment tags, always
9377           use the same character as separator no matter what the current locale is
9378           (fixes #423051).
9379
9380         * tests/check/libs/tag.c: (GST_START_TEST):
9381           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9382
9383 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9384
9385         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9386           vorbis_handle_data_packet):
9387           Correctly set DURATION to generate a timestamp-continuous stream.
9388           One bug left at the end; see
9389           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9390         * tests/check/Makefile.am:
9391         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9392           Add a test to check this.  Without the above patch this test fails.
9393
9394 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9395
9396         * gst-libs/gst/rtp/Makefile.am:
9397         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9398
9399 2007-03-23  Michael Smith  <msmith@fluendo.com>
9400
9401         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9402         (gst_video_rate_reset), (gst_video_rate_chain):
9403           If videorate changes caps, we can no longer use the old buffer
9404           (which may have a different size, incompatible with our caps).
9405           So don't do that; just duplicate the new frame more times.
9406
9407 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9408
9409         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9410         Remove playbin's override of the set_clock vmethod. It's irrelevant
9411         after Wim's commit on the 19th.
9412
9413 2007-03-22  Wim Taymans  <wim@fluendo.com>
9414
9415         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9416         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9417         * ext/gnomevfs/gstgnomevfssrc.h:
9418         Don't cache file sizes. Fixes #341078.
9419
9420 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9421
9422         * gst/playback/gstplaybin.c: (add_sink):
9423           Use GST_PTR_FORMAT to log caps. 
9424
9425 2007-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9426
9427         Patch by: Young-Ho Cha <ganadist at chollian net>
9428
9429         * gst/subparse/samiparse.c: (handle_start_font):
9430           Special-case some more colour names that pango doesn't handle by
9431           default. Fixes #420578.
9432
9433 2007-03-20  Michael Smith  <msmith@fluendo.com>
9434
9435         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9436           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9437           that marks EOS internally. After that, libvorbis will buffer all
9438           input data, and encode none of it, eventually leading to memory
9439           exhaustion.
9440
9441 2007-03-19  Wim Taymans  <wim@fluendo.com>
9442
9443         * gst/playback/gstdecodebin.c: (remove_fakesink):
9444         Don't post STATE_DIRTY anymore.
9445
9446         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9447         (gst_play_bin_change_state):
9448         Remove stream_time reset in seek handling, core does that now.
9449         Disable clocking for live pipelines by forcing a NULL clock to the
9450         complete pipeline, core is too smart now for our previous hack.
9451         We can always autoplug in PAUSED now.
9452
9453 2007-03-17  David Schleef  <ds@schleef.org>
9454
9455         * REQUIREMENTS:  Update this file, change the formatting to make
9456         it more consistent, plus more machine readable.
9457
9458 2007-03-16  Michael Smith  <msmith@fluendo.com>
9459
9460         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9461         (strip_width_64), (append_with_other_format):
9462           Previous fix was too simplistic, and broke the tests. Use a better
9463           approach; only strip 64 from widths for integer audio.
9464
9465 2007-03-16  Michael Smith  <msmith@fluendo.com>
9466
9467         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9468         (gst_audio_convert_transform_caps):
9469           We don't support 64 bit integer audio, so don't try to claim we can.
9470           Stops us producing caps don't match our template caps.
9471           Update comments.
9472
9473 2007-03-15  Michael Smith  <msmith@fluendo.com>
9474
9475         * gst/audioresample/gstaudioresample.c:
9476         (audioresample_check_discont), (audioresample_transform):
9477           Don't trigger discontinuities for very small imperfections; a filter
9478           flush will sound bad, and many plugins have rounding errors leading
9479           to these.
9480
9481 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9482
9483         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9484
9485         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9486         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9487         API: add "min-ptime" property to RTP base audio payloader.
9488         API: add gst_base_rtp_audio_payload_push().
9489         API: add gst_base_rtp_audio_payload_get_adapter().
9490         Fixes #415001
9491         Indentation/whitespace/documentation fixes.
9492
9493 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9494
9495         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9496         (audioresample_transform_size), (audioresample_do_output),
9497         (audioresample_transform), (audioresample_pushthrough): Handle
9498         discontinuous streams.
9499         * gst/audioresample/gstaudioresample.h:
9500         * tests/check/elements/audioresample.c:
9501         (test_discont_stream_instance), (GST_START_TEST),
9502         (audioresample_suite): Add a test for discontinuous streams.
9503         * win32/common/config.h: Updated.
9504
9505 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9506
9507         * po/af.po:
9508         * po/az.po:
9509         * po/cs.po:
9510         * po/en_GB.po:
9511         * po/it.po:
9512         * po/nb.po:
9513         * po/nl.po:
9514         * po/or.po:
9515         * po/sq.po:
9516         * po/sr.po:
9517         * po/sv.po:
9518         * po/uk.po:
9519         * po/vi.po:
9520           Update translations from translation project.
9521
9522 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9523
9524         * gst/audioresample/debug.h:
9525         * gst/audioresample/resample.c: (resample_init):
9526           Since I really am not interested in a debug line for each sample
9527           being processed, move the library's debugging to its own category,
9528           libaudioresample
9529
9530 2007-03-13  Michael Smith  <msmith@fluendo.com>
9531
9532         * ext/theora/theoradec.c: (theora_handle_type_packet):
9533           Since the plugin doesn't support anything other than 4:2:0 right
9534           now, post an error and fail if we get something else. Won't matter
9535           until libtheora supports the other pixel formats, but hopefully
9536           that'll be soon...
9537
9538 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9539
9540         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9541         Use gst_guint64_to_gdouble for conversion.
9542         * win32/MANIFEST:
9543         Add new files to the win32 MANIFEST.
9544         * win32/common/libgstaudio.def:
9545         * win32/common/libgstpbutils.def:
9546         Add new exported functions.
9547         * win32/vs6/gst_plugins_base.dsw:
9548         * win32/vs6/libgstdecodebin.dsp:
9549         * win32/vs6/libgstplaybin.dsp:
9550         Change the link to libgstpbutils.lib.
9551         * win32/vs6/libgstdecodebin2.dsp:
9552         Add a new project for decodebin2.
9553         * win32/vs6/libgstpbutils.dsp:
9554         Add a new project for pbutils.
9555
9556 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9557
9558         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9559           Also accept partial dates with only year and month,
9560           like 1999-12-00 (fixes #410396 even more).
9561
9562         * tests/check/libs/tag.c: (GST_START_TEST):
9563           Add unit test for the above.
9564
9565 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9566
9567         * tests/check/elements/subparse.c: (GST_START_TEST),
9568         (subparse_suite):
9569           Add unit test for MPL2 subtitle format (#413799).
9570
9571 2007-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9572
9573         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9574
9575         * gst/subparse/Makefile.am:
9576         * gst/subparse/gstsubparse.c:
9577         (gst_sub_parse_data_format_autodetect),
9578         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9579         (gst_subparse_type_find):
9580         * gst/subparse/gstsubparse.h:
9581         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9582         * gst/subparse/mpl2parse.h:
9583           Add support for MPL2 subtitle format (#413799).
9584
9585 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9586
9587         * configure.ac:
9588           We require core CVS for the new buffer metadata copy functions.
9589
9590 2007-03-09  Wim Taymans  <wim@fluendo.com>
9591
9592         * gst-libs/gst/tag/gstid3tag.c:
9593         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9594         Fixes #414496.
9595
9596         Patch by: Alex Lancaster <alexl at users sourceforge net>
9597
9598 2007-03-09  Wim Taymans  <wim@fluendo.com>
9599
9600         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9601         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9602         Improve adapter usage and comments.
9603
9604 2007-03-09  Wim Taymans  <wim@fluendo.com>
9605
9606         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9607         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9608         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9609         Use new metadata copy function.
9610
9611         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9612         (gst_ffmpegcsp_transform):
9613         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9614         Basetransform copied the metadata for us.
9615
9616 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9617
9618         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9619         (gst_text_overlay_video_event):
9620           Some more logging. Only accept newsegment events in TIME format and
9621           send a WARNING message if they are not in TIME format.
9622
9623         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9624         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9625         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9626         * gst/subparse/gstsubparse.h:
9627           No need to allocate GstSegment structure dynamically, just put it
9628           into the instance structure; ignore newsegment events in BYTE
9629           format and in particular don't let it overwrite our saved TIME
9630           segment from the last seek.
9631
9632 2007-03-09  Michael Smith  <msmith@fluendo.com>
9633
9634         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9635           Replace AC3 typefinder with one that isn't terrible, and actually
9636           works usefully.
9637
9638 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9639
9640         * gst/audioconvert/gstaudioconvert.c:
9641         (gst_audio_convert_transform):
9642           fix error category and translatable string
9643           
9644
9645 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9646
9647         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9648         * pkgconfig/gstreamer-plugins-base.pc.in:
9649           Fix up utils => pbutils here too.
9650
9651 2007-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9652
9653         * gst/subparse/gstsubparse.c: (handle_buffer):
9654           Break out of loop in chain function as soon as possible if we get
9655           a non-OK flow return.
9656
9657 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9658
9659         * tests/check/elements/alsa.c: (GST_START_TEST):
9660         Unref the mixer if the state change fails too (if the
9661         alsa devices are inaccessible, for example)
9662
9663 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9664
9665         * tests/check/Makefile.am:
9666         Don't test libvisual elements in the states check, because libvisual
9667         seems to leak internally.
9668
9669         Re-enable the alsa and states tests now that there's new suppressions
9670         in gst.supp.
9671
9672         * tests/check/elements/alsa.c: (GST_START_TEST):
9673         Don't leak the alsamixer we instantiated.
9674
9675 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9676
9677         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9678         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9679         (gst_ximagesink_finalize):
9680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9681         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9682         Move some cleanup stuff from the state change handler into a _reset()
9683         function that can be called from _finalize(). This ensures that things
9684         get freed even if (for some reason) the NULL->READY state transition
9685         fails in the parent class.
9686         Even if a parent state change fails, process our downward state change
9687         logic instead of bailing out early.
9688         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9689
9690 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9691
9692         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9693         Extra log line.
9694
9695         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9696         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9697         Use pango_font_description_set_family_static instead of 
9698         pango_font_description_set_family to save a string copy (it was
9699         leaking due to the strdup anyway)
9700
9701         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9702         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9703         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9704         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9705         Chain up in finalize.
9706
9707 2007-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9708
9709         * gst-libs/gst/interfaces/mixertrack.c:
9710         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9711         (gst_mixer_track_set_property):
9712           API: add "untranslated-label" property which should be set by
9713           implementations at construct time (#414645).
9714
9715         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9716         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9717           Set "untranslated-label" when constructing mixer track objects.
9718
9719         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9720           Unit test to check the above.
9721
9722 2007-03-07  Wim Taymans  <wim@fluendo.com>
9723
9724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9725         Fix confusing debug message.
9726
9727 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9728
9729         * gst-plugins-base.doap:
9730         update doap file with new version
9731
9732 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9733
9734         * configure.ac:
9735         Back to CVS
9736
9737 === release 0.10.12 ===
9738
9739 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9740
9741         * configure.ac:
9742           releasing 0.10.12, "Zombie Horde"
9743
9744 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9745
9746         * configure.ac:
9747         Bump version to 0.10.11.4 pre-release
9748
9749 2007-03-06  Wim Taymans  <wim@fluendo.com>
9750
9751         * gst-libs/gst/audio/gstbaseaudiosink.c:
9752         (gst_base_audio_sink_async_play):
9753         Fix regression that made GStreamer skip the first samples of audio.
9754         Fixes #414684.
9755
9756 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9757
9758         * configure.ac:
9759         Bump version to 0.10.11.3 pre-release
9760
9761 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9762
9763         * po/POTFILES.in:
9764           Update paths for the rename from utils to pbutils to fix the build.
9765
9766 2007-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9767
9768         * gst-libs/gst/pbutils/Makefile.am:
9769           Change directory to install headers in from gst/utils to gst/pbutils
9770           as well.
9771
9772 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9773
9774         * configure.ac:
9775         * docs/libs/gst-plugins-base-libs-docs.sgml:
9776         * docs/libs/gst-plugins-base-libs-sections.txt:
9777         * gst-libs/gst/Makefile.am:
9778         * gst-libs/gst/interfaces/mixer.c:
9779         * gst-libs/gst/pbutils/Makefile.am:
9780         * gst-libs/gst/pbutils/descriptions.c:
9781         (gst_pb_utils_get_source_description),
9782         (gst_pb_utils_get_sink_description),
9783         (gst_pb_utils_get_decoder_description),
9784         (gst_pb_utils_get_encoder_description),
9785         (gst_pb_utils_get_element_description),
9786         (gst_pb_utils_add_codec_description_to_tag_list),
9787         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9788         * gst-libs/gst/pbutils/descriptions.h:
9789         * gst-libs/gst/pbutils/install-plugins.c:
9790         * gst-libs/gst/pbutils/install-plugins.h:
9791         * gst-libs/gst/pbutils/missing-plugins.c:
9792         (gst_missing_uri_source_message_new),
9793         (gst_missing_uri_sink_message_new),
9794         (gst_missing_element_message_new),
9795         (gst_missing_decoder_message_new),
9796         (gst_missing_encoder_message_new),
9797         (gst_missing_plugin_message_get_description):
9798         * gst-libs/gst/pbutils/missing-plugins.h:
9799         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9800         * gst-libs/gst/pbutils/pbutils.h:
9801         * gst-libs/gst/utils/Makefile.am:
9802         * gst-libs/gst/utils/base-utils.c:
9803         * gst-libs/gst/utils/base-utils.h:
9804         * gst-libs/gst/utils/descriptions.c:
9805         * gst-libs/gst/utils/descriptions.h:
9806         * gst-libs/gst/utils/install-plugins.c:
9807         * gst-libs/gst/utils/install-plugins.h:
9808         * gst-libs/gst/utils/missing-plugins.c:
9809         * gst-libs/gst/utils/missing-plugins.h:
9810         * gst-plugins-base.spec.in:
9811         * gst/playback/Makefile.am:
9812         * gst/playback/gstdecodebin.c:
9813         * gst/playback/gstdecodebin2.c:
9814         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9815         (gen_source_element):
9816         * gst/playback/gstplaybin.c: (plugin_init):
9817         * tests/check/Makefile.am:
9818         * tests/check/libs/pbutils.c: (GST_START_TEST),
9819         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9820         * tests/check/libs/utils.c:
9821           rename utils to pbutils
9822
9823 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9824
9825         * docs/plugins/Makefile.am:
9826         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9827         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9828         * docs/plugins/inspect/plugin-decodebin2.xml:
9829         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9830         Add documentation for decodebin2 that indicates that the API
9831         is still unstable.
9832
9833 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9834
9835         * configure.ac:
9836         Update to 0.10.11.2 (0.10.12 pre-release)
9837
9838 2007-03-01  Wim Taymans  <wim@fluendo.com>
9839
9840         * gst-libs/gst/audio/gstbaseaudiosink.c:
9841         (gst_base_audio_sink_async_play):
9842         base time is irrelevant here.
9843
9844 2007-03-01  Wim Taymans  <wim@fluendo.com>
9845
9846         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9847         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9848         Improve debugging.
9849
9850         * gst-libs/gst/audio/gstbaseaudiosink.c:
9851         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9852         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9853         Improve latency and clock slaving calculations.
9854         Improve slave clock calibration.
9855
9856         * gst-libs/gst/audio/gstringbuffer.c:
9857         (gst_ring_buffer_commit_full):
9858         When we are asked to render N sample to 0 bytes, return N.
9859
9860 2007-03-01  Wim Taymans  <wim@fluendo.com>
9861
9862         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9863         (gst_alsasink_write), (gst_alsasink_reset):
9864         * ext/alsa/gstalsasink.h:
9865         Remove unused dispose function.
9866         Rename lock to not interfere with alsasrc lock.
9867
9868         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9869         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9870         (gst_alsasrc_read), (gst_alsasrc_reset):
9871         * ext/alsa/gstalsasrc.h:
9872         Implement finalize function.
9873         Use lock to protect alsa access.
9874         Implement _reset.
9875         Fine tune sw params.
9876
9877 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9878
9879         * configure.ac:
9880           Convert to new AG_GST style.
9881
9882 2007-02-28  Wim Taymans  <wim@fluendo.com>
9883
9884         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9885
9886         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9887         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9888         Fix race condition when rapidly switching visualisations in playbin.
9889         Fixes #401029.
9890
9891 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9892
9893         * tests/check/Makefile.am:
9894         Include local stuff before system installed things in LDFLAGS and
9895         CFLAGS.
9896
9897 2007-02-28  Wim Taymans  <wim@fluendo.com>
9898
9899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9900         Improve debugging.
9901
9902 2007-02-28  Wim Taymans  <wim@fluendo.com>
9903
9904         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9905         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9906         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9907         Fix duration and timestamping, taking latency into account.
9908         Implement latency query.
9909
9910 2007-02-28  Wim Taymans  <wim@fluendo.com>
9911
9912         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9913         (gst_audio_clock_new):
9914         Fix clock name.
9915
9916         * gst-libs/gst/audio/gstbaseaudiosink.c:
9917         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9918         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9919         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9920         (gst_base_audio_src_create):
9921         Improve latency query code.
9922         Use proper clock names.
9923
9924 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9925
9926         * tests/check/generic/states.c: (GST_START_TEST):
9927           Copy the states.c test from core again
9928         * tests/check/Makefile.am:
9929           ignore cdio and cdparanoiasrc
9930
9931 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9932
9933         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9934         (double_hq), (audio_convert_get_func_index), (check_default),
9935         (audio_convert_prepare_context), (audio_convert_convert):
9936           Also make valgrind happy and avoid copying data in some cases.
9937
9938 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9939
9940         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9941         (double_hq), (audio_convert_get_func_index),
9942         (audio_convert_prepare_context), (audio_convert_convert):
9943         * gst/audioconvert/gstaudioconvert.c:
9944         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9945         (gst_audio_convert_transform_caps):
9946         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9947         (audioconvert_suite):
9948           Don't run inplace if that overwrites source data as we go. Add more
9949           tests. Fixes #339837 even more.
9950
9951 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9952
9953         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9954         (msg_segment_done): Fix various seeking bugs (Slider was not
9955         updating when doing a non flushing seek, Reverse playback 
9956         on segment seek was wrong).
9957
9958 2007-02-26  Wim Taymans  <wim@fluendo.com>
9959
9960         * tests/examples/seek/seek.c: (stop_seek):
9961         When we stop scrubbing, don't leave the pipeline PLAYING when we
9962         requested a PAUSED state.
9963
9964 2007-02-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9965
9966         Patch by: RenĂ© Stadler <mail at renestadler de>
9967
9968         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9969           Parse date strings in vorbis comments that have an invalid (zero)
9970           month or day (#410396).
9971
9972         * tests/check/libs/tag.c: (GST_START_TEST):
9973           Test case for the above.
9974
9975 2007-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9976
9977         Patch by: LoĂ¯c Minier <lool+gnome at via ecp fr>
9978
9979         * configure.ac:
9980         * ext/alsa/Makefile.am:
9981         * gst/audiotestsrc/Makefile.am:
9982           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9983
9984 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9985
9986         * gst/playback/gstplaybin.c:
9987           Improve docs: point out that the application needs to assist playbin
9988           with buffering.
9989
9990 2007-02-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
9991
9992         * gst-libs/gst/utils/install-plugins.c:
9993         * gst-libs/gst/utils/missing-plugins.c:
9994         * tests/check/libs/utils.c: (missing_msg_check_getters):
9995           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9996           to just 'gstreamer'. Document the caps string component of the
9997           decoder/encoder detail a bit better, since not everyone will be
9998           familiar with the GStreamer media type/caps system (but they better
9999           enjoy nested itemized lists).
10000
10001 2007-02-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10002
10003         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10004         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10005           Fix copying of GstNetBuffer (would crash before, or at least lead to
10006           invalid memory access, #410772), for now by copying the GstBuffer copy
10007           code from the core over here so we can copy the GstBuffer fields on a
10008           provided buffer instance (of type GstNetBuffer in this case). Would be
10009           better to fix this with some support by the core though (and in the long
10010           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10011
10012         * tests/check/Makefile.am:
10013           Enable unit test for GstNetBuffer.
10014
10015 2007-02-22  Andy Wingo  <wingo@pobox.com>
10016
10017         * gst-libs/gst/audio/gstbaseaudiosink.c
10018         (gst_base_audio_sink_init): Disable pull-mode activation until we
10019         figure out how to make audio sinks go to PLAYING.
10020
10021 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10022
10023         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10024         (double_hq), (audio_convert_get_func_index),
10025         (audio_convert_prepare_context), (audio_convert_convert):
10026         * gst/audioconvert/audioconvert.h:
10027         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10028         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10029         * gst/audioconvert/gstchannelmix.h:
10030         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10031           Add float as an intermediate format, as well as float mixing. Enable
10032           test that was failing before. Fixes #339837
10033
10034 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10035
10036         * tests/examples/seek/seek.c: (do_seek):
10037         Undo the previous commit: -1 as a stop time implies that the stop
10038         time is the end of file, clearing any previously configured segment.
10039
10040 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10041
10042         * tests/examples/seek/seek.c: (do_seek):
10043         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10044
10045 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10046
10047         * gst/volume/gstvolume.c: (volume_process_int16),
10048         (volume_process_int16_clamp), (volume_set_caps):
10049           Unbreak volume, value remains gint.
10050
10051 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10052
10053         * gst/volume/gstvolume.c: (volume_choose_func),
10054         (volume_update_real_volume), (gst_volume_set_volume),
10055         (gst_volume_init), (volume_process_double), (volume_process_float),
10056         (volume_process_int16), (volume_process_int16_clamp),
10057         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10058         * gst/volume/gstvolume.h:
10059           Extend float audio support (double) and some int->uint cleanups.
10060
10061 2007-02-20  Edward Hervey  <edward@fluendo.com>
10062
10063         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10064         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10065         (sort_end_pads), (gst_decode_group_expose),
10066         (gst_decode_group_hide):
10067         Don't free groups from the streaming threads. Just put them aside and
10068         free them in dispose.
10069
10070 2007-02-20  Edward Hervey  <edward@fluendo.com>
10071
10072         * gst/playback/gstdecodebin2.c: (connect_element),
10073         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10074         (sort_end_pads), (gst_decode_group_expose):
10075         Handle dynamic pads within groups.
10076         Sort pads before exposing them in order to make playbin happy.
10077         There still is a race with the multiqueue filling up. This should be
10078         solved separately.
10079         Fixes #398721
10080
10081 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10082
10083         * gst-libs/gst/utils/base-utils.c:
10084         * gst-libs/gst/utils/descriptions.c:
10085         * gst-libs/gst/utils/install-plugins.c:
10086         * gst-libs/gst/utils/missing-plugins.c:
10087           Some more docs (and descriptions for two subtitle formats).
10088
10089 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10090
10091         * gst-libs/gst/audio/audio.c:
10092           Fix documentation.
10093
10094 2007-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10095
10096         Patch by: Yves Lefebvre  <ivanohe abacom com>
10097
10098         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10099           Don't leak caps. Fixes #408278.
10100
10101 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10102
10103         * ext/cdparanoia/gstcdparanoiasrc.h:
10104         * ext/ogg/gstoggdemux.h:
10105         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10106         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10107         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10108         * gst-libs/gst/audio/audio.h:
10109         * gst-libs/gst/audio/gstaudiofilter.h:
10110         * gst-libs/gst/interfaces/videoorientation.h:
10111         * gst/adder/gstadder.h:
10112           More docs coverage and some ChangeLog surgery (add missing names)
10113
10114 2007-02-15  Wim Taymans  <wim@fluendo.com>
10115
10116         * sys/ximage/ximagesink.c:
10117         (gst_ximagesink_calculate_pixel_aspect_ratio):
10118         * sys/xvimage/xvimagesink.c:
10119         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10120         Small constifications.
10121
10122 2007-02-15  Wim Taymans  <wim@fluendo.com>
10123
10124         * gst-libs/gst/audio/gstbaseaudiosink.c:
10125         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10126         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10127         (gst_base_audio_sink_async_play),
10128         (gst_base_audio_sink_change_state):
10129         Answer latency query.
10130         Use configured latency when syncing.
10131         Fix clock slaving.
10132
10133         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10134         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10135         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10136         Fix possible memleak.
10137         Implement latency query.
10138         Small cleanups.
10139
10140 2007-02-15  Wim Taymans  <wim@fluendo.com>
10141
10142         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10143         Ignore errors in reset, these are not fatal. They also grab the element
10144         lock which is already taking when this function is called. Fixes
10145         #405451.
10146
10147 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10148
10149         * configure.ac:
10150           Remove 'tests/examples/xerror/Makefile' from output files again.
10151
10152 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10153
10154         * configure.ac:
10155         * docs/plugins/Makefile.am:
10156           Also crossref against gst-plugins-base-libs.
10157
10158 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10159
10160         * configure.ac:
10161         * docs/libs/Makefile.am:
10162         * docs/plugins/Makefile.am:
10163           Add crossreferences to glib/gobject/gstream docs.
10164
10165         * gst-libs/gst/audio/audio.h:
10166           Source formatting.
10167
10168         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10169           Add own debug category.
10170
10171 2007-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10172
10173         Patch by: RenĂ© Stadler <mail at renestadler de>
10174
10175         * gst-libs/gst/tag/gstvorbistag.c:
10176           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10177           (#403597).
10178
10179 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10180
10181         * gst/playback/gstplaybasebin.c: (setup_source):
10182           When we have external subtitles and wait for the subtitle decodebin
10183           to get up and running, we set up a (sync) bus handler for the
10184           subtitle decodebin, so we can stop waiting when it posts an error
10185           message. However, we should do that before we set the subtitle
10186           decodebin's state to playing, otherwise things are racy and we might
10187           miss error messages posted before we had a chance to set up the bus.
10188           This should finally fix totem hanging on .txt pseudo-subtitle files.
10189           
10190 2007-02-10  SĂ©bastien Moutte  <sebastien at moutte dot net>
10191
10192         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10193           Use gst_gdouble_to_guint64 for conversions.
10194         * win32/common/config.h.in:
10195           Add a define for GST_INSTALL_PLUGINS_HELPER
10196         * win32/common/libgstaudio.def:
10197         * win32/common/libgstcdda.def:
10198         * win32/common/libgstnetbuffer.def:
10199         * win32/common/libgstrtp.def:
10200         * win32/common/libgutils.def:
10201           Add new exported functions.
10202         * win32/vs6/gst_plugins_base.dsw:
10203         * win32/vs6/libgstdecodebin.dsp:
10204         * win32/vs6/libgstnetbuffer.dsp:
10205         * win32/vs6/libgstplaybin.dsp:
10206         * win32/vs6/libgstrtp.dsp:
10207         * win32/vs6/libgstvorbis.dsp:
10208         * win32/vs6/libgstcdda.dsp:
10209         * win32/vs6/libgstgdp.dsp:
10210         * win32/vs6/libgstutils.dsp:
10211           Update and add new project files.
10212
10213 2007-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10214
10215         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10216         (subrip_remove_unhandled_tags), (parse_subrip):
10217           For SubRip (.srt) subtitles, ignore all markup tags we don't
10218           handle (like font tags, for example).
10219
10220         * tests/check/elements/subparse.c:
10221           Add test for this.
10222
10223 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10224
10225         * gst/playback/gstdecodebin.c: (add_fakesink),
10226         (gst_decode_bin_change_state):
10227         * gst/playback/gstdecodebin2.c: (add_fakesink),
10228         (gst_decode_bin_change_state):
10229           Don't error out if there is no fakesink in the NULL to READY state
10230           change, since when decodebin is re-used, we're only adding the
10231           fakesink element in READY to PAUSED.
10232
10233         * tests/check/elements/decodebin.c:
10234         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10235         (decodebin_suite):
10236           Minimal unit test to make sure we can use the same decodebin
10237           instance twice (at least with audiotestsrc input).
10238
10239 2007-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10240
10241         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10242           Try to get devic-name from device string first, and from handle only
10243           as fallback (seems to yield better results and is more robust
10244           against buggy probing code on the application side).
10245
10246 2007-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10247
10248         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10249
10250         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10251         (gst_alsa_find_device_name):
10252         * ext/alsa/gstalsa.h:
10253         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10254         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10255           Improve device-name detection a bit, especially in the case where
10256           the device is not actually open (#405020, #405024). Move common code
10257           into gstalsa.c instead of duplicating it.
10258
10259 2007-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10260
10261         * gst/audioconvert/gstaudioconvert.c:
10262           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10263
10264 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10265
10266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10267         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10268         (gst_xvimagesink_interface_supported),
10269         (gst_xvimagesink_probe_get_properties),
10270         (gst_xvimagesink_probe_probe_property),
10271         (gst_xvimagesink_probe_needs_probe),
10272         (gst_xvimagesink_probe_get_values),
10273         (gst_xvimagesink_property_probe_interface_init),
10274         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10275         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10276         (gst_xvimagesink_get_type):
10277         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10278         for XVAdaptors so that one can choose the adaptor to use with 
10279         gstreamer-properties.
10280
10281 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10282
10283         * gst/audioconvert/gstaudioconvert.c:
10284           Also mention that a conversion from double to float is suboptimal still.
10285
10286 2007-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10287
10288         * gst-libs/gst/audio/gstaudiofilter.c:
10289         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10290           Clear our formats structure and free the caps contained in it when
10291           shutting down.
10292
10293 2007-02-05  Andy Wingo  <wingo@pobox.com>
10294
10295         * gst-libs/gst/audio/gstbaseaudiosink.c
10296         (gst_base_audio_sink_callback): Update basesink->offset so that we
10297         pull monotonically increasing offsets instead of, um, seeking back
10298         to 0 each time. Fixes alsasrc ! alsasink!
10299
10300 2007-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10301
10302         * gst/videoscale/gstvideoscale.c:
10303           A width and height of 1 makes us crash, so increase minimum size to
10304           2x2 pixels until someone feels like fixing this (#404512).
10305
10306 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10307
10308         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10309           Add small test to make sure request pads are cleaned up properly
10310           even if oggmux never changes state out of NULL.
10311
10312 2007-02-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10313
10314         * tests/check/libs/utils.c: (GST_START_TEST):
10315           Fix unit test. Turns out things work much better when you
10316           NULL-terminate string arrays. Should make p5 build bot happy again.
10317
10318 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10319
10320         * gst-libs/gst/audio/Makefile.am:
10321         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10322         (gst_audio_filter_template_base_init),
10323         (gst_audio_filter_template_class_init),
10324         (gst_audio_filter_template_init),
10325         (gst_audio_filter_template_set_property),
10326         (gst_audio_filter_template_get_property),
10327         (gst_audio_filter_template_setup),
10328         (gst_audio_filter_template_filter),
10329         (gst_audio_filter_template_filter_inplace), (plugin_init):
10330           Oops, forgot to commit fixed-up example.
10331
10332 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10333
10334         * docs/libs/gst-plugins-base-libs-sections.txt:
10335         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10336         (gst_audio_filter_class_init), (gst_audio_filter_init),
10337         (gst_audio_filter_set_caps),
10338         (gst_audio_filter_class_add_pad_templates):
10339         * gst-libs/gst/audio/gstaudiofilter.h:
10340           Port GstAudioFilter to 0.10. This change technically breaks
10341           API and ABI (and thus also every library developer's heart),
10342           but seems justifiable on the grounds that the base class was
10343           completely unusable before (ie. would crash immediately when
10344           actually used). Fixes #403963 (and eventually also #403572).
10345           Also document all of this a bit.
10346
10347 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10348
10349         * gst-libs/gst/utils/install-plugins.c:
10350         (gst_install_plugins_spawn_child):
10351         * tests/check/libs/utils.c:
10352         (test_base_utils_install_plugins_do_callout):
10353           Lowering log level to see why things fail on the p5 build bot;
10354           fix some typos in unit test messages.
10355
10356 2007-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10357
10358         * tests/check/libs/utils.c:
10359         (test_base_utils_install_plugins_do_callout):
10360           Don't hard-code temp directory for test helper; use GLib functions
10361           to write out file and do error checking etc.
10362
10363 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10364
10365         * gst-libs/gst/utils/Makefile.am:
10366         * gst-libs/gst/utils/base-utils.h:
10367         * gst-libs/gst/utils/install-plugins.c:
10368         (gst_install_plugins_context_set_xid),
10369         (gst_install_plugins_context_new),
10370         (gst_install_plugins_context_free),
10371         (gst_install_plugins_get_helper),
10372         (gst_install_plugins_spawn_child),
10373         (gst_install_plugins_return_from_status),
10374         (gst_install_plugins_installer_exited),
10375         (gst_install_plugins_async), (gst_install_plugins_sync),
10376         (gst_install_plugins_return_get_name),
10377         (gst_install_plugins_installation_in_progress):
10378         * gst-libs/gst/utils/install-plugins.h:
10379           API: add API for applications to initiate installation of missing
10380           plugins, ie. gst_install_plugins_async() primarily.
10381           Based on libgimme-codec by Ryan Lortie.
10382
10383         * configure.ac:
10384           Add --with-install-plugins-helper configure option so distros can specify
10385           the path of the helper script or program to call when plugin installation
10386           is requested (distros: please do any argument munging in this helper
10387           script instead of patching GStreamer to pass arguments differently
10388           to another program directly).
10389
10390         * docs/libs/gst-plugins-base-libs-docs.sgml:
10391         * docs/libs/gst-plugins-base-libs-sections.txt:
10392           Build and document new API.
10393
10394         * tests/check/libs/utils.c: (result_cb),
10395         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10396         (libgstbaseutils_suite):
10397           Some simple checks for the new API.
10398
10399 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10400
10401         * tests/check/elements/audioconvert.c: (test_float_conversion):
10402           Add small test for 32bit float <=> 64bit float conversion (works
10403           only one way so far, 32=>64 produces structured noise).
10404
10405 2007-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10406
10407         * gst/audioconvert/gstaudioconvert.c:
10408         (set_structure_widths_32_and_64), (make_lossless_changes):
10409           We don't support floats with a width of 40, 48 or 56 bits.
10410
10411 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10412
10413         * gst/audioconvert/audioconvert.c: (float), (double),
10414         (audio_convert_get_func_index):
10415         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10416         (make_lossless_changes):
10417           Support for 64-bit float audio in audioconvert (#339837)
10418
10419 2007-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10420
10421         Patch by: Holger Wansing  <linux wansing-online de>
10422
10423         * po/LINGUAS:
10424         * po/de.po:
10425           Add German translation (#352069).
10426
10427 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10428
10429         reviewed by: Wim Taymans <wim@fluendo.com>
10430
10431         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10432         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10433         Use newly added GstCollectPads API to free the allocated resources in
10434         the GstOggPad structures (#402393).
10435
10436 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10437
10438         * gst/playback/gstplaybin.c: (gen_vis_element):
10439           Add audioresample+audioconvert in front of the visualisation
10440           element, so that elements like libvisual 0.4 that don't support all
10441           samplerates can work.
10442
10443           Fixes: #402505
10444
10445 2007-01-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10446
10447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10448         (gst_play_base_bin_get_streaminfo_value_array):
10449           Take some locks and make a copy of the streaminfo value array we
10450           maintain while holding the lock, so that the application can
10451           retrieve the stream-info as a value array in a thread-safe way.
10452
10453 2007-01-30  Wim Taymans  <wim@fluendo.com>
10454
10455         * gst/audioconvert/gstaudioconvert.c:
10456         Don't fail on 0 sized buffers. Fixes #396835.
10457
10458 2007-01-29  David Schleef  <ds@schleef.org>
10459
10460         * gst/typefind/gsttypefindfunctions.c:
10461           Detect BBCD as video/x-dirac, so we can play raw dirac
10462           streams.
10463
10464 2007-01-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10465
10466         * ext/theora/theoraenc.c: (theora_enc_chain):
10467           Check return value of theora_encode_header(), or we might try to
10468           allocate a random number of bytes. theora_encode_header() can fail
10469           if libtheora has been compiled with encoding support disabled.
10470           Fixes #398110.
10471
10472 2007-01-29  Wim Taymans  <wim@fluendo.com>
10473
10474         * tests/check/gst/.cvsignore:
10475         Do as buildbot says.
10476
10477 2007-01-29  Wim Taymans  <wim@fluendo.com>
10478
10479         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10480         Fix strides in libvisual. Gst uses X strides.
10481         Inspired by: <ed at catmur dot co dot uk> and 
10482         <tim at centricular dot net>
10483         Fixes #401118.
10484
10485 2007-01-27  Wim Taymans  <wim@fluendo.com>
10486
10487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10488         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10489         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10490         (gst_ogg_demux_perform_seek),
10491         (gst_ogg_demux_bisect_forward_serialno),
10492         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10493         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10494         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10495         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10496         * ext/ogg/gstoggdemux.h:
10497         Properly propagate streaming errors when we are scanning the file for
10498         chains so that we don't crash when shut down. Might fix some crashers
10499         when quickly switching oggs in RB such as #332503 and #378436.
10500
10501 2007-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10502
10503         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10504           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10505           error code as well.
10506
10507 2007-01-25  Wim Taymans  <wim@fluendo.com>
10508
10509         * gst/playback/gstplaybasebin.c: (remove_source):
10510         Don't try to disconnect a signal from a finalized object.
10511
10512 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10513
10514         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10515           Cast lock macro parameters to make sure we're actually accessing the
10516           lock member at the right class level. Free list itself in _dispose()
10517           as well and NULL it in case dispose gets called multiple times.
10518
10519 2007-01-25  Edward Hervey  <edward@fluendo.com>
10520
10521         * gst/playback/gstdecodebin2.c:
10522         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10523         Free GstDecodeGroups no longer used.
10524         (gst_decode_group_expose):
10525         Don't unlock too many times !
10526         (deactivate_free_recursive):
10527         Free iterator once we're done with it.
10528         Fix for recursively deactivating elements (stop at ghostpads).
10529
10530 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10531
10532         * gst/playback/gstplaybin.c: (handoff):
10533           Fix up caps on the frame buffer before we save it and potentially
10534           make it accessible to other threads via g_object_get; also use
10535           gst_buffer_replace() instead of gst_mini_object_replace().
10536
10537 2007-01-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10538
10539         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10540           Make getting the current frame thread-safe.
10541
10542 2007-01-25  Edward Hervey  <edward@fluendo.com>
10543
10544         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10545         (gst_decode_group_new), (gst_decode_group_free):
10546         Set queues to bigger sizes to cope with HD contents.
10547         Fix some mutex freeing and add comment about MT safe methods.
10548
10549 2007-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10550
10551         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10552         (gst_text_overlay_text_event):
10553           Don't unnecessarily ref (and then leak) upstream events if the text
10554           pad is not linked. Fixes #399948.
10555
10556         * tests/check/gst-plugins-base.supp:
10557           Add suppression for pango on edgy/x86 for textoverlay test.
10558
10559 2007-01-24  Wim Taymans  <wim@fluendo.com>
10560
10561         * gst-libs/gst/rtp/gstrtpbuffer.h:
10562         Add some more fixed payloads.
10563
10564 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10565
10566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10567           Error out properly if we get an error from libogg while reading the
10568           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10569
10570 2007-01-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10571
10572         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10573           Don't leak mutex.
10574
10575         * tests/check/elements/playbin.c:
10576         (test_sink_usage_video_only_stream),
10577         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10578         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10579         (test_missing_suburisource_handler),
10580         (test_missing_primary_decoder), (playbin_suite):
10581           Run all tests once with decodebin and once with decodebin2.
10582           One test does not pass yet with decodebin2.
10583
10584 2007-01-23  Edward Hervey  <edward@fluendo.com>
10585
10586         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10587         Fix the cases where oggmux doesn't properly figure out that all
10588         sinkpads have gone EOS, and therefore doesn't push out the remaining
10589         buffers and the final EOS event.
10590         Fixes #363379
10591
10592 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10593
10594         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10596         Don't lock on navigation event push, just on keysym to string.
10597         Fixes #397673 again.
10598
10599 2007-01-22  Edward Hervey  <edward@fluendo.com>
10600
10601         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10602         (get_current_group), (group_demuxer_event_probe),
10603         (gst_decode_group_expose), (deactivate_free_recursive),
10604         (gst_decode_group_free):
10605         Cleanups.
10606         Don't forget to emit 'no-more-pads' once a group is exposed.
10607         Cleanup elements from a DecodeGroup once we remove it.
10608         Protect call to gst_decode_group_expose() with the decodebin lock.
10609
10610 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10611
10612         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10614         Looking at Xorg code i can't figure out if that XKeysymToString
10615         function is thread sensible or not. Lock it just in case as
10616         recommended by Radek Doulik <rodo at ximian dot com>.
10617
10618 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10619
10620         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10622         Lock that X Call as well. Fixes #397673.
10623
10624 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10625
10626         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10627           Don't go into an endless loop if the file starts with 00 00 01 2X,
10628           like quicktime redirect files might. Fixes #396042.
10629
10630         * tests/check/Makefile.am:
10631         * tests/check/gst/.cvsignore:
10632         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10633         (typefindfunctions_suite):
10634           Add unit test for the above.
10635
10636 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10637
10638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10639           On second thought, use "depth" field rather than "bpp" field.
10640
10641 2007-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10642
10643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10644           Camtasia caps apparently need a bpp field (#398875).
10645
10646 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10647
10648         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10649         (gen_source_element), (gst_play_base_bin_change_state):
10650           Attempt at a better error message in case we don't have the required
10651           URI handler installed; post missing-plugin message also when we're
10652           missing an URI handler for the subtitle URI; clean up properly also
10653           when an error occurs and we never made it to PAUSED state.
10654
10655         * tests/check/elements/playbin.c: (GST_START_TEST),
10656         (playbin_suite):
10657           Check that we're also getting a missing-plugin messsage for a
10658           missing subtitle URI handler (and clean up properly).
10659
10660 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10661
10662         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10663           Plug a few reference leaks.
10664
10665 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10666
10667         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10668           Lower probability a bit if the marker isn't right at the start,
10669           to decrease the chance of false positives.
10670
10671 2007-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10672
10673         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10674           Small mpeg2 system stream typefinding improvement: make typefinder
10675           probe a bit into the stream instead of just looking for a marker
10676           at the beginning. Fixes #397810.
10677
10678 2007-01-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10679
10680         * gst/audioconvert/gstchannelmix.c:
10681           Remove compatibility cruft for prehistoric GLib versions.
10682
10683 2007-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10684
10685         * gst/playback/Makefile.am:
10686         * gst/playback/gstdecodebin.c: (close_pad_link):
10687         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10689         (gst_play_base_bin_handle_message_func), (unknown_type):
10690           Let decodebin be the element to post missing-plugin messages for
10691           missing decoders (rather than playbin); make playbin implement
10692           GstBin::handle_message so we can suppress missing-plugin messages
10693           for types we're not handling on purpose (don't want to bring up an
10694           installer in those cases).
10695
10696 2007-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10697
10698         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10699         * gst-libs/gst/tag/gstvorbistag.c:
10700         (gst_tag_list_to_vorbiscomment_buffer):
10701         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10702           Fix potentially unaligned access (#397207).
10703
10704 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10705
10706         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10707         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10708         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10709         (main):
10710           Allow to toggle looping while it plays. Fix callback prototype. Clean
10711           up code a bit more. Add copyright header.
10712
10713 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10714
10715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10716           Red and blue mask was swapped (spotted by Dan Williams).
10717
10718 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10719
10720         * gst-libs/gst/tag/gstid3tag.c:
10721         * gst-libs/gst/tag/gstvorbistag.c:
10722           Use new beats-per-minute tag from core.
10723
10724 2007-01-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10725
10726         * po/POTFILES.in:
10727           Add new files with translatable strings, so they actually make it
10728           into the template file one day.
10729
10730 2007-01-12  Andy Wingo  <wingo@pobox.com>
10731
10732         * gst-libs/gst/audio/gstbaseaudiosink.c
10733         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10734         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10735         stuff, as the base class handles this now. Actually tell the ring
10736         buffer to start.
10737         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10738         How did this work before? Maybe I'm not as awesome a programmer as
10739         I think.
10740
10741         * gst-libs/gst/audio/gstbaseaudiosrc.c
10742         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10743         of a pad function.
10744
10745 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10746
10747         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10748           Remove more fields so that the application can better blacklist
10749           formats that have been tried before.
10750
10751 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10752
10753         * gst-libs/gst/audio/mixerutils.h:
10754           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10755           used when compiling with c++ compilers as well.
10756
10757 2007-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10758
10759         * gst/typefind/gsttypefindfunctions.c:
10760           Fix comment.
10761
10762 2007-01-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10763
10764         * gst/playback/gstplaybin.c: (post_missing_element_message),
10765         (gen_video_element), (gen_text_element), (gen_audio_element),
10766         (gen_vis_element):
10767           Post missing-plugin messages also when we error out because
10768           converters, textoverlay or auto*sinks are missing (#161922).
10769
10770 2007-01-10  Wim Taymans  <wim@fluendo.com>
10771
10772         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10773         (is_demuxer_element), (new_caps):
10774         * gst/playback/gstplaybasebin.c: (source_new_pad):
10775         Fix the case where we try to ref a NULL element when we delay a link
10776         because of unfixed caps.
10777         Set the state of autoplugged decodebins to PAUSED.
10778         RTSP now works in playbin, we can remove it from the blacklist.
10779
10780 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10781
10782         * gst/playback/Makefile.am:
10783         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10784         (unknown_type), (setup_subtitle), (gen_source_element):
10785         * gst/playback/gstplaybin.c: (plugin_init):
10786           Post missing-plugin messages on the bus for missing sources and
10787           missing decoders/demuxers/depayloaders; fix error code used when
10788           we're missing an URI handler source; for media types that we are not
10789           handling on purpose at the moment, don't print "don't know how to
10790           handle xyz" messages to the terminal or post missing-plugin
10791           messages on the bus.
10792
10793         * tests/check/elements/playbin.c: (create_playbin),
10794         (GST_START_TEST), (gst_codec_src_uri_get_type),
10795         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10796         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10797         (gst_codec_src_init_type), (gst_codec_src_base_init),
10798         (gst_codec_src_create), (gst_codec_src_class_init),
10799         (gst_codec_src_init), (plugin_init), (playbin_suite):
10800           Add some tests for the missing-plugin stuff.
10801
10802 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10803
10804         * configure.ac:
10805         * gst-libs/gst/Makefile.am:
10806         * gst-libs/gst/utils/Makefile.am:
10807         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10808         * gst-libs/gst/utils/base-utils.h:
10809         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10810         (find_format_info), (caps_are_rtp_caps),
10811         (gst_base_utils_get_source_description),
10812         (gst_base_utils_get_sink_description),
10813         (gst_base_utils_get_decoder_description),
10814         (gst_base_utils_get_encoder_description),
10815         (gst_base_utils_get_element_description),
10816         (gst_base_utils_add_codec_description_to_tag_list),
10817         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10818         * gst-libs/gst/utils/descriptions.h:
10819         * gst-libs/gst/utils/missing-plugins.c:
10820         (missing_structure_get_type), (copy_and_clean_caps),
10821         (gst_missing_uri_source_message_new),
10822         (gst_missing_uri_sink_message_new),
10823         (gst_missing_element_message_new),
10824         (gst_missing_decoder_message_new),
10825         (gst_missing_encoder_message_new),
10826         (missing_structure_get_string_detail),
10827         (missing_structure_get_caps_detail),
10828         (gst_missing_plugin_message_get_installer_detail),
10829         (gst_missing_plugin_message_get_description),
10830         (gst_is_missing_plugin_message):
10831         * gst-libs/gst/utils/missing-plugins.h:
10832           API: add new libgstbaseutils library with functions
10833           - to create and parse missing-plugins messages
10834           - that provide (translated) descriptions for caps/decoders/sources/etc.
10835           Closes #392393.
10836
10837         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10838         * pkgconfig/gstreamer-plugins-base.pc.in:
10839           Add new lib.
10840
10841         * docs/libs/gst-plugins-base-libs-docs.sgml:
10842         * docs/libs/gst-plugins-base-libs-sections.txt:
10843           Generate docs for new lib and API.
10844
10845         * tests/check/Makefile.am:
10846         * tests/check/libs/.cvsignore:
10847         * tests/check/libs/utils.c: (missing_msg_check_getters),
10848         (GST_START_TEST), (libgstbaseutils_suite):
10849           Add some basic unit tests.
10850
10851 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10852
10853         * ext/ogg/Makefile.am:
10854           Dist gstoggdemux.h to fix 'make distcheck'.
10855
10856         * sys/v4l/Makefile.am:
10857           Fix 'make distcheck' even more.
10858
10859 2007-01-09  Wim Taymans  <wim@fluendo.com>
10860
10861         * docs/plugins/Makefile.am:
10862         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10863         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10864         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10865         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10866         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10867         (gst_ogg_demux_perform_seek):
10868         * ext/ogg/gstoggdemux.h:
10869         Added docs.
10870         Add some more comments.
10871         Small cleanups.
10872
10873 2007-01-09  Wim Taymans  <wim@fluendo.com>
10874
10875         * ext/theora/theoradec.c:
10876         * ext/vorbis/vorbisdec.c:
10877         * gst-libs/gst/audio/gstringbuffer.c:
10878         (gst_ring_buffer_commit_full):
10879         * gst-libs/gst/audio/gstringbuffer.h:
10880         * gst-libs/gst/rtp/gstrtpbuffer.c:
10881         * gst-libs/gst/tag/gstvorbistag.c:
10882         Small documentation updates/fixes
10883
10884 2007-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10885
10886         * configure.ac:
10887           Require core CVS HEAD for Andy's basesrc/sink API additions.
10888
10889 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10890
10891         Patch by: GĂ¼nter Thelen  <daedalus dot inc at gmx net>
10892
10893         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10894         (plugin_init):
10895           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10896           on flac.sf.net (there appear to be other versions of the first
10897           ogg page in the wild) (#391365).
10898
10899 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10900
10901         * configure.ac:
10902           Check if localtime_r() is available.
10903
10904         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10905           If localtime_r() is not available, fall back to localtime(). Should
10906           fix build on MingW (#393310).
10907
10908 2007-01-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10909
10910         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10911         * gst/subparse/gstsubparse.h:
10912           Remove spurious 1000 subtrahend when calculating the timestamp from
10913           the frame number and the frame rate . Also, use the frames/second
10914           value specified in the first line of the file, if one is specified
10915           there. Should fix #357503.
10916
10917         * tests/check/elements/subparse.c: (do_test),
10918         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10919         (subparse_suite):
10920           Add some basic unit tests for the microdvd subtitle format.
10921
10922 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10923
10924         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10925
10926         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10927         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10928         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10929         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10930         (gst_xvimagesink_set_xwindow_id),
10931         (gst_xvimagesink_set_event_handling),
10932         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10933         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10934         Fixes: #390076.
10935         Add an adaptor property to select a specific XV adaptor.
10936         * sys/xvimage/xvimagesink.h:
10937
10938 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10939
10940         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10941         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10942         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10943         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10944         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10945         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10946         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10947         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10948         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10949         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10950         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10951         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10952         Use flow_lock much more to protect every access to xwindow.
10953         Try to catch erros while creating images in case some drivers are
10954         just generating an XError when the requested image is too big.
10955         Should fix : #354698, #384008, #384060.
10956         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10957         Implement some stress testing of setting window xid.
10958
10959 2007-01-07  SĂ©bastien Moutte  <sebastien@moutte.net>
10960
10961         * win32/common/libgsaudio.def:
10962           Add new exported function.
10963         * win32/common/libgstogg.dsp:
10964           Add gstoggaviparse.c to the build.
10965         * win32/common/libgstvideoscale.dsp:
10966           Add vs_4tap.c to the build.
10967         * win32/common/libgstvorbis.dsp:
10968           Add vorbistag.c to the build.
10969         
10970 2007-01-06  Andy Wingo  <wingo@pobox.com>
10971
10972         * gst-libs/gst/audio/gstbaseaudiosink.c
10973         (gst_base_audio_sink_class_init)
10974         (gst_base_audio_sink_init): 
10975         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10976         to baseaudiosink, and tell basesink that we can work in pull mode.
10977         This way the ring buffer thread drives the pipeline directly, if
10978         pull mode is possible. There is some lingering nastiness regarding
10979         capsnego, however.
10980         (gst_base_audio_sink_callback): Implement the callback to pull
10981         data. This interface is a bit light, though -- it should get a
10982         GstFlowReturn return value at least.
10983
10984 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10985
10986         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10987         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10988         * gst/playback/gstdecodebin2.c:
10989         (gst_decode_group_check_if_blocked):
10990           Printf format and missing argument fixes.
10991
10992 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10993
10994         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10995         (gst_ogm_parse_change_state):
10996         Activate pads before adding them to the element.
10997
10998 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
10999
11000         * tests/examples/seek/scrubby.c: (main):
11001         * tests/examples/seek/seek.c: (main):
11002           Call g_thread_init() first thing in main() (see #391278).
11003
11004 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11005
11006         * tests/check/Makefile.am:
11007         * tests/check/libs/.cvsignore:
11008         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11009         (netbuffer_suite):
11010           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11011           for the time being, since it's broken, see #393099.
11012
11013 2007-01-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11014
11015         * tests/check/Makefile.am:
11016           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11017
11018 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11019
11020         * configure.ac:
11021           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11022           so that GST_BASE_CFLAGS can go inbetween them, making sure
11023           we use uninstalled gst-libs headers
11024         * docs/libs/Makefile.am:
11025         * ext/alsa/Makefile.am:
11026         * ext/cdparanoia/Makefile.am:
11027         * ext/gnomevfs/Makefile.am:
11028         * ext/libvisual/Makefile.am:
11029         * ext/ogg/Makefile.am:
11030         * ext/theora/Makefile.am:
11031         * ext/vorbis/Makefile.am:
11032         * gst-libs/gst/audio/Makefile.am:
11033         * gst-libs/gst/cdda/Makefile.am:
11034         * gst-libs/gst/interfaces/Makefile.am:
11035         * gst-libs/gst/riff/Makefile.am:
11036         * gst-libs/gst/rtp/Makefile.am:
11037         * gst-libs/gst/tag/Makefile.am:
11038         * gst/adder/Makefile.am:
11039         * gst/audioconvert/Makefile.am:
11040         * gst/audiorate/Makefile.am:
11041         * gst/audioresample/Makefile.am:
11042         * gst/playback/Makefile.am:
11043         * gst/tcp/Makefile.am:
11044         * gst/videoscale/Makefile.am:
11045         * gst/volume/Makefile.am:
11046         * sys/ximage/Makefile.am:
11047         * sys/xvimage/Makefile.am:
11048         * tests/icles/Makefile.am:
11049           adapt
11050
11051 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11052
11053         * gst-libs/gst/interfaces/xoverlay.c:
11054         (gst_x_overlay_handle_events):
11055         * gst-libs/gst/interfaces/xoverlay.h:
11056         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11057         (gst_ximagesink_set_xwindow_id),
11058         (gst_ximagesink_set_event_handling),
11059         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11060         (gst_ximagesink_get_property), (gst_ximagesink_init),
11061         (gst_ximagesink_class_init):
11062         * sys/ximage/ximagesink.h:
11063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11064         (gst_xvimagesink_set_xwindow_id),
11065         (gst_xvimagesink_set_event_handling),
11066         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11067         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11068         (gst_xvimagesink_class_init):
11069         * sys/xvimage/xvimagesink.h:
11070         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11071         Add a method to the XOverlay interface to allow disabling of 
11072         event handling in x[v]imagesink elements. This will let X events
11073         propagate to parent windows which can be usefull in some cases.
11074         Be carefull that the application is then responsible of pushing
11075         navigation events and expose events to the video sink.
11076         Fixes: #387138.
11077
11078 2007-01-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11079
11080         * gst-libs/gst/tag/gstvorbistag.c:
11081         * tests/check/libs/tag.c: (GST_START_TEST):
11082           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11083           (fixes #392070).
11084
11085 2007-01-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11086
11087         * configure.ac:
11088         * docs/Makefile.am:
11089         * docs/design/Makefile.am:
11090           Dist design docs.
11091
11092 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11093
11094         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11095         typo. Fixes: #390063.
11096
11097 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11098
11099         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11101         caps leak.
11102         * win32/common/config.h: Updated.
11103
11104 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11105
11106         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11107         (setup_gdpdepay_streamheader):
11108         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11109         (setup_gdppay_streamheader):
11110           Fix the dp tests, but activating the pads for the streamheader tests
11111           too and cleaning up conditionaly
11112
11113 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11114
11115         * gst/ffmpegcolorspace/avcodec.h:
11116         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11117         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11118         (gst_ffmpegcsp_avpicture_fill):
11119         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11120         (img_get_alpha_info):
11121         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11122         other end of the word. Fixes: #387073.
11123
11124         Add some inconsequential branch hints in a couple of places.
11125
11126 2006-12-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11127
11128         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11129         (gst_ffmpeg_caps_to_smpfmt):
11130           The "signed" field in raw audio caps is of boolean type, trying to
11131           extract the value with _get_int() will fail (fix to keep in sync with
11132           the copy in gst-ffmpeg)
11133
11134 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11135
11136         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11137         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11138         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11139         (cleanup_gdpdepay):
11140         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11141         * tests/check/elements/subparse.c: (teardown_subparse):
11142         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11143         * tests/check/elements/videorate.c: (cleanup_videorate):
11144         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11145         * tests/check/elements/volume.c: (cleanup_volume):
11146         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11147         (cleanup_vorbisdec):
11148         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11149         (cleanup_vorbistag):
11150           consistent pad (de)activation
11151
11152 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11153
11154         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11155           Forgot to register the extensions.
11156
11157 2006-12-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11158
11159         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11160         (plugin_init):
11161           Add typefinder for VIVO files (my christmas present to the 90s).
11162
11163 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11164
11165         * gst/playback/gstdecodebin.c: (type_found):
11166           Special-case the text/plain media type: we only want to recognise it
11167           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11168           parser, but not if the entire stream is of text/plain type. If the
11169           entire stream is text/plain, we should just error out.
11170
11171           This fixes playback of audio files with lyrics in totem. Totem can't
11172           distinguish between text files and subtitle files and passes any
11173           .txt file with the same basename as the main file to playbin as
11174           suburi, and playbin will then throw a 'subtitle found, but no video
11175           stream' error, which isn't entirely helpful. See #380342.
11176
11177           Also, with this change we'll show a slightly more correct error
11178           message in case totem passes a playlist file to us (although a
11179           custom error message wording instead of the default text would
11180           probably not be a bad idea either).
11181
11182           Same problem also needs to be fixed for playbin+decodebin2.
11183
11184         * tests/check/Makefile.am:
11185         * tests/check/elements/decodebin.c: (src_handoff_cb),
11186         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11187         (decodebin_suite):
11188           Add simple unit test for decodebin for the above.
11189
11190 2006-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11191
11192         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11193         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11194           Refuse to change state to READY when we failed to create any of the
11195           required elements in our instance init function.
11196
11197 2006-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11198
11199         * docs/libs/gst-plugins-base-libs-sections.txt:
11200           Small docs fixes/updates.
11201
11202         * gst-libs/gst/video/gstvideosink.h:
11203           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11204           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11205           removed from the base sink API between 0.9.6 and 0.9.7).
11206           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11207           accessor macros, so we don't do a runtime GObject type check every
11208           time we use them.
11209
11210 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11211
11212         * Makefile.am:
11213         * gst-plugins-base.doap:
11214         * gst-plugins-base.spec.in:
11215           add doap file
11216
11217 2006-12-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11218
11219         Patch by: Jens Granseuer <jensgr at gmx net>
11220
11221         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11222         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11223         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11224         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11225         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11226           Declare variables at the beginning of a block. Fixes #383195.
11227
11228 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11229
11230         * configure.ac:
11231         Bump version nano - back to CVS.
11232
11233
11234 === release 0.10.11 ===
11235
11236 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11237
11238         * configure.ac:
11239           releasing 0.10.11, "Dumb things"
11240
11241 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11242
11243         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11244         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11245         Handle the case where an element has multiple pads with 
11246         unfixed caps as well as still possibly producing more dynamic 
11247         pads by storing each case as a distinct entry in the dynamic list.
11248         Fixes #38223 again.
11249
11250 2006-12-04  Wim Taymans  <wim@fluendo.com>
11251
11252         * gst/playback/gstdecodebin.c: (close_pad_link):
11253         Fix #382223, add more dynamic caps handling.
11254
11255 2006-12-04  Wim Taymans  <wim@fluendo.com>
11256
11257         * gst-libs/gst/audio/gstringbuffer.h:
11258         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11259         (gst_netaddress_set_ip4_interface),
11260         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11261         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11262         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11263         (gst_netaddress_get_ttl):
11264         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11265         * gst/playback/gstdecodebin.c: (close_pad_link):
11266         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11267         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11268         * win32/common/config.h:
11269
11270 2006-12-01  Michael Smith  <msmith@fluendo.com>
11271
11272         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11273           Delete bad debug code.
11274           Fixes #381219
11275
11276 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11277
11278         * gst/videoscale/vs_4tap.c:
11279         * win32/MANIFEST:
11280         * win32/common/config.h:
11281         * win32/vs8/libgstvideoscale.vcproj:
11282         Fix compilation on win32 under VS8
11283         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11284         Partially fixes #381175
11285
11286 2006-11-30  Michael Smith  <msmith@fluendo.com>
11287
11288         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11289         (GST_START_TEST):
11290           It would be very bad if, after a discont buffer, we thought every
11291           single following buffer was also discont. So, add to the test to
11292           ensure that this isn't the case.
11293           
11294         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11295           ... it was the case. So fix it.
11296
11297 2006-11-28  Wim Taymans  <wim@fluendo.com>
11298
11299         * gst/playback/gstplaybasebin.c: (check_queue_event):
11300         Improve debug.
11301
11302         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11303         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11304         padtemplate caps. Refixes #357577.
11305
11306 2006-11-28  Wim Taymans  <wim@fluendo.com>
11307
11308         * gst/playback/gstplaybasebin.c: (check_queue_event),
11309         (queue_threshold_reached), (queue_out_of_data),
11310         (gen_preroll_element):
11311         Add event probe to see when EOS is in a queue and we can disable the
11312         underrun signals. Fixes #357577.
11313
11314 2006-11-28  Edward Hervey  <edward@fluendo.com>
11315
11316         * gst/playback/Makefile.am:
11317         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11318         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11319         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11320         (gst_decode_bin_init), (gst_decode_bin_dispose),
11321         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11322         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11323         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11324         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11325         (connect_element), (expose_pad), (type_found),
11326         (pad_added_group_cb), (pad_removed_group_cb),
11327         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11328         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11329         (are_raw_caps), (multi_queue_overrun_cb),
11330         (multi_queue_underrun_cb), (gst_decode_group_new),
11331         (get_current_group), (group_demuxer_event_probe),
11332         (gst_decode_group_control_demuxer_pad),
11333         (gst_decode_group_control_source_pad),
11334         (gst_decode_group_check_if_blocked),
11335         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11336         (gst_decode_group_hide), (gst_decode_group_free),
11337         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11338         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11339         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11340         (plugin_init):
11341         New decodebin2 element.
11342         Closes #370092
11343         * gst/playback/gstplay-marshal.list:
11344         Added marshallers for new signals in decodebin2
11345         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11346         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11347         is set.
11348
11349 2006-11-28  Wim Taymans  <wim@fluendo.com>
11350
11351         * gst/playback/gstplaybasebin.c: (setup_source),
11352         (gst_play_base_bin_change_state):
11353         Disable rtsp:// uris for the release, it's not good enough yet.
11354         Remove unused var.
11355
11356 2006-11-26  Wim Taymans  <wim@fluendo.com>
11357
11358         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11359         (theora_dec_push_forward), (theora_dec_push_reverse),
11360         (theora_handle_data_packet), (theora_dec_decode_buffer),
11361         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11362         (theora_dec_chain_forward), (theora_dec_chain):
11363         Implement reverse playback.
11364
11365         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11366         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11367         (vorbis_dec_chain_forward):
11368         Clear buffers used for reverse playback in _reset.
11369         No need to set the eos flag, we clip samples using the segment.
11370
11371 2006-11-24  Wim Taymans  <wim@fluendo.com>
11372
11373         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11374         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11375         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11376         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11377         Some cleanups.
11378         Handle continued pages in reverse mode.
11379
11380 2006-11-24  Wim Taymans  <wim@fluendo.com>
11381
11382         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11383         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11384         (vorbis_dec_flush_decode):
11385         Small cleanups.
11386         Don't try to add invalid timestamps.
11387         Clipping will unref the buffer.
11388
11389 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11390
11391         * gst/adder/gstadder.h:
11392         * gst/audiotestsrc/gstaudiotestsrc.h:
11393           remove obsolete _factory_init protos
11394
11395 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11396
11397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11398           Fix spacing in debug message.
11399
11400 2006-11-23  Wim Taymans  <wim@fluendo.com>
11401
11402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11403         (gst_ogg_demux_chain):
11404         Don't just ignore return values from _pad_push().
11405         Small debug improvements.
11406
11407 2006-11-23  Michael Smith  <msmith@fluendo.com>
11408
11409         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11410           If our incoming buffer is marked as DISCONT, then increment the page
11411           number (so that the discontinuity is marked in the final ogg
11412           bitstream) and flush the previous page.
11413
11414 2006-11-22  Michael Smith  <msmith@fluendo.com>
11415
11416         * ext/theora/gsttheoraenc.h:
11417         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11418         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11419         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11420         (theora_enc_chain), (theora_enc_change_state):
11421           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11422
11423         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11424         (GST_START_TEST), (theoraenc_suite):
11425           Enable discontinuity test, fix it.
11426
11427 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11428
11429         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11430         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11431         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11432         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11433         (gst_text_overlay_change_state):
11434         * ext/pango/gsttextoverlay.h:
11435           Some textoverlay fixes: for one, in the video chain function,
11436           actually wait for a text buffer to come in if there is none at the
11437           moment and there should be one; also, deal more gracefully with
11438           incoming buffers that do not have a timestamp or duration; discard
11439           text buffer when not needed any longer. Fixes #341681.
11440
11441         * tests/check/Makefile.am:
11442         * tests/check/elements/.cvsignore:
11443         * tests/check/elements/textoverlay.c:
11444         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11445         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11446         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11447         (test_video_waits_for_text_send_text_newsegment_thread),
11448         (test_video_waits_for_text_shutdown_element),
11449         (test_render_continuity_push_video_buffers_thread),
11450         (textoverlay_suite):
11451           Add some unit tests for textoverlay.
11452
11453 2006-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11454
11455         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11456           Avoid integer underflow when the found probability for mp3 is
11457           smaller than the 'penalty' we subtract if there's not a clean
11458           mp3 header sync at offset 0.
11459
11460 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11461
11462         * docs/libs/gst-plugins-base-libs-sections.txt:
11463           Add some new symbols to the docs
11464
11465 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11466
11467         * tests/check/Makefile.am:
11468         * tests/check/elements/ffmpegcolorspace.c:
11469         (ffmpegcolorspace_suite):
11470           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11471           (for now not for valgrinding though, since it takes too long).
11472
11473 2006-11-20  Wim Taymans  <wim@fluendo.com>
11474
11475         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11476         (gst_ffmpeg_pixfmt_to_caps):
11477         Fix RGBA32 caps. Fixes #357038.
11478
11479 2006-11-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11480
11481         * gst-libs/gst/interfaces/mixertrack.h:
11482           Add FIXME so we can add some padding here in 0.11
11483
11484 2006-11-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11485
11486         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11487           Fix GstBaseRTPAudioPayload structure so the whole GObject
11488           inheritance business actually works (parent class instance structure
11489           must always come first in the derived class instance structure).
11490
11491 2006-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11492
11493         * gst/videotestsrc/Makefile.am:
11494         * tests/check/Makefile.am:
11495           Make sure our checks and the videotestsrc plugin link against the
11496           local uninstalled gst libs and not any installed gst libs that
11497           might happen to exist as well.
11498
11499         * tests/check/elements/adder.c: (message_received),
11500         (test_event_message_received), (test_play_twice_message_received):
11501         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11502           Fix compiler warnings when compiling against core with disabled
11503           debugging system.
11504
11505 2006-11-16  Michael Smith  <msmith@fluendo.com>
11506
11507         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11508         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11509           Fix audiorate, so that it accurately sets offsets and timestamps.
11510           Doesn't change the fundamental algorithmic decisions; so should be
11511           safe.
11512
11513         * tests/check/Makefile.am:
11514           Enable audiorate test now that it passes.
11515
11516 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11517
11518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11519           clear xv when going to NULL, remove // commented non-existant proto
11520
11521         * tests/examples/seek/seek.c: (main):
11522           add missing tooltip description for scrub and play_scrub
11523
11524 2006-11-14  David Schleef  <ds@schleef.org>
11525
11526         * configure.ac:
11527           Bump liboil requirement to 0.3.8.
11528         * gst-libs/gst/riff/riff-media.c:
11529           Add Dirac fourcc.
11530         * gst/videoscale/vs_image.h:
11531         * gst/videoscale/vs_scanline.h:
11532           Use liboil's stdint.h.
11533         * gst/videotestsrc/videotestsrc.c:
11534           Remove liboil related ifdef's, since they aren't needed now, and
11535           won't work with future versions.
11536
11537 2006-11-14  David Schleef  <ds@schleef.org>
11538
11539         * gst/videoscale/Makefile.am:
11540         * gst/videoscale/gstvideoscale.c:
11541         * gst/videoscale/gstvideoscale.h:
11542         * gst/videoscale/vs_4tap.c:
11543         * gst/videoscale/vs_4tap.h:
11544         * gst/videoscale/vs_image.c:
11545         * gst/videoscale/vs_image.h:
11546         * gst/videoscale/vs_scanline.c:
11547         * gst/videoscale/vs_scanline.h:
11548           Add a 4-tap image scaler.  Theoretically looks much prettier.
11549           The tap calculation could use some improvement.
11550
11551 2006-11-14  Wim Taymans  <wim@fluendo.com>
11552
11553         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11554
11555         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11556         (gst_riff_parse_strf_iavs):
11557         * gst/subparse/gstsubparse.c: (convert_encoding):
11558         * gst/tcp/gstmultifdsink.c:
11559         (gst_multi_fd_sink_handle_client_write):
11560         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11561         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11562         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11563         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11564         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11565         (gst_ximagesink_ximage_new):
11566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11567         Various gsize and gssize printf fixes. Fixes #372507.
11568
11569 2006-11-13  Wim Taymans  <wim@fluendo.com>
11570
11571         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11572         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11573         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11574         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11575         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11576         * ext/vorbis/vorbisdec.h:
11577         First stab at vorbis reverse playback.
11578
11579 2006-11-13  Wim Taymans  <wim@fluendo.com>
11580
11581         * gst-libs/gst/audio/gstbaseaudiosink.c:
11582         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11583         * gst-libs/gst/audio/gstbaseaudiosink.h:
11584         Make the clock sync code more accurate wrt resampling and playback
11585         at different rates.
11586         
11587         * gst-libs/gst/audio/gstringbuffer.c:
11588         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11589         * gst-libs/gst/audio/gstringbuffer.h:
11590         Use better algorithm to interpolate sample rates. 
11591
11592 2006-11-13  Michael Smith  <msmith@fluendo.com>
11593
11594         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11595           Improve a debug line slightly.
11596
11597         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11598           Call gst_riff_init() in plugin_init, to avoid getting errors from
11599           the debug system (unrelated changes to another plugin made this turn
11600           up; not sure why).
11601
11602 2006-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11603
11604         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11605
11606         * win32/common/libgsttag.def:
11607           Add missing symbol (#366492).
11608
11609 2006-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11610
11611         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11612           Don't unref a NULL pad.
11613
11614 2006-11-09  Wim Taymans  <wim@fluendo.com>
11615
11616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11617         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11618         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11619         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11620         (gst_ogg_demux_loop):
11621         Implement first stab at reverse playback.
11622
11623 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11624
11625         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11626         (gst_riff_create_video_template_caps):
11627           add h263/h264 variants to the caps, Fixes #363118
11628
11629 2006-11-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11630
11631         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11632         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11633           Use g_strerror instead of strerror so we get UTF-8.
11634
11635 2006-11-03  David Schleef  <ds@schleef.org>
11636
11637         * ext/ogg/gstoggdemux.c:
11638         * ext/ogg/gstoggmux.c:
11639           Add/remove KW-DIRAC header here, since it is ogg-specific.
11640
11641 2006-11-03  Michael Smith  <msmith@fluendo.com>
11642
11643         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11644           Recognise more mpeg4 elementary video streams.
11645
11646 2006-11-02  Edward Hervey  <edward@fluendo.com>
11647
11648         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11649         Lower the probability of mp3 typefinding functions if we don't find a
11650         valid mp3 header at the start of the file.
11651         Closes #369482
11652
11653 2006-11-02  Wim Taymans  <wim@fluendo.com>
11654
11655         * ext/theora/gsttheoradec.h:
11656         * ext/theora/theoradec.c: (gst_theora_dec_init),
11657         (theora_dec_sink_event), (theora_dec_chain_forward),
11658         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11659         (theora_dec_chain):
11660         Document and partially implement an algorithm for doing reverse playback
11661         of theora video.
11662
11663 2006-11-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11664
11665         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11666
11667         * win32/common/config.h:
11668         * win32/common/interfaces-enumtypes.c:
11669         * win32/common/libgsttag.def:
11670         * win32/vs8/gst-plugins-base.sln:
11671         * win32/vs8/libgstaudioresample.vcproj:
11672         * win32/vs8/libgstinterfaces.vcproj:
11673         * win32/vs8/libgstogg.vcproj:
11674         * win32/vs8/libgstriff.vcproj:
11675         * win32/vs8/libgsttag.vcproj:
11676         * win32/vs8/libgsttheora.vcproj:
11677         * win32/vs8/libgstvideoscale.vcproj:
11678         * win32/vs8/libgstvorbis.vcproj:
11679           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11680           to libgsttag.def; add missing dependencies for some vs8 projects;
11681           re-arrange placement of .def files in vs8 projects (#366334).
11682
11683 2006-11-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11684
11685         * ext/ogg/gstogg.c:
11686           Remove unused variable.
11687
11688         * ext/ogg/gstoggdemux.c:
11689           Fix Wim's surname in plugin description.
11690
11691 2006-10-31  Wim Taymans  <wim@fluendo.com>
11692
11693         * gst-plugins-base.spec.in:
11694         spec new .h file. Fixes #368310.
11695
11696 2006-10-31  Michael Smith  <msmith@fluendo.com>
11697
11698         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11699         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11700         (gst_multi_fd_sink_get_stats),
11701         (gst_multi_fd_sink_remove_client_link),
11702         (gst_multi_fd_sink_queue_buffer),
11703         (gst_multi_fd_sink_handle_clients):
11704         * gst/tcp/gstmultifdsink.h:
11705           Make using the remove or clear signals threadsafe.
11706           Make calling get-stats with an invalid fd not segfault.
11707           Fixes 368273.
11708
11709 2006-10-31  Wim Taymans  <wim@fluendo.com>
11710
11711         * gst-libs/gst/rtp/Makefile.am:
11712         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11713         (gst_base_rtp_audio_payload_init):
11714         Fix and activate base audio payloader.
11715
11716 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11717
11718         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11719         (plugin_init):
11720           Add typefinder for QuickTime Image Files (see #366156).
11721
11722 2006-10-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11723
11724         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11725           Another typo fix (#366212).
11726
11727 2006-10-27  Wim Taymans  <wim@fluendo.com>
11728
11729         * gst/volume/gstvolume.c: (volume_transform_ip):
11730         Use stream time to synchronize volume property instead of rather random
11731         timestamps. This is needed when gnonlin does its time shifting.
11732
11733 2006-10-27  Wim Taymans  <wim@fluendo.com>
11734
11735         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11736
11737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11738         Remove the pad from the element in release_pad. Fixes #364812.
11739
11740 2006-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11741
11742         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11744           Explicitly create our custom buffer classes at a thread-safe
11745           location as well, since g_type_class_ref() doesn't seem to be
11746           entirely thread-safe either (#365501; also see #349410).
11747
11748 2006-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11749
11750         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11751         (gst_riff_parse_info):
11752           If strings in INFO chunk are not UTF-8, do something similar to
11753           what we do for ID3v1 tags: check a number of environment variables
11754           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11755           character sets to try, otherwise try the current locale and/or fall
11756           back on ISO-8859-1. Fixes #360552.
11757
11758 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11759
11760         * gst/videotestsrc/gstvideotestsrc.c:
11761         (gst_video_test_src_pattern_get_type),
11762         (gst_video_test_src_set_pattern):
11763         * gst/videotestsrc/gstvideotestsrc.h:
11764         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11765         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11766         (gst_video_test_src_checkers8):
11767         * gst/videotestsrc/videotestsrc.h:
11768           Add a bunch of exciting new checkers patterns.
11769
11770 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11771
11772         * gst/subparse/Makefile.am:
11773         * gst/subparse/gstsubparse.c:
11774         (gst_sub_parse_data_format_autodetect),
11775         (gst_sub_parse_format_autodetect), (handle_buffer),
11776         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11777         * gst/subparse/gstsubparse.h:
11778         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11779         (parse_tmplayer):
11780         * gst/subparse/tmplayerparse.h:
11781           Add support for TMPlayer-type subtitles (#362845).
11782
11783         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11784         (GST_START_TEST), (subparse_suite):
11785           Add some basic unit tests for the above.
11786
11787 2006-10-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11788
11789         * tests/check/elements/audiorate.c: (test_injector_base_init),
11790         (test_injector_class_init), (test_injector_chain),
11791         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11792         (GST_START_TEST), (audiorate_suite):
11793           More tests for audiorate: inject buffers to check behaviour when
11794           buffers overlap.
11795
11796 2006-10-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11797
11798         * tests/check/Makefile.am:
11799         * tests/check/elements/.cvsignore:
11800         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11801         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11802           Add some basic unit tests for audiorate. Disabled at the moment
11803           since it doesn't pass yet (see bug #363119).
11804
11805 2006-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11806
11807         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11808         (parse_subrip), (handle_buffer):
11809           Add missing closing tags for markup and fix broken markup,
11810           otherwise pango won't render anything (fixes #357531). Also,
11811           make sure the text we send out is always NUL-terminated
11812           (better safe than sorry etc.).
11813
11814         * tests/check/elements/subparse.c: (test_srt_do_test),
11815         (test_srt):
11816           Some more tests for .srt incl. tests for the above stuff.
11817
11818 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11819
11820         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11822         Patch by: Stefan Kost  <ensonic@users.sf.net>
11823         Try to redraw borders only when needed. Apparently this consumes
11824         resources on small devices... :-O (#363607)
11825
11826 2006-10-20  Michael Smith  <msmith@fluendo.com>
11827
11828         * gst/tcp/gstmultifdsink.c:
11829         (gst_multi_fd_sink_client_queue_buffer):
11830           If caps change, then update the client's idea of the caps so that we
11831           don't end up re-sending streamheaders for every single buffer after
11832           the caps change.
11833
11834 2006-10-20  Michael Smith  <msmith@fluendo.com>
11835
11836         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11837         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11838           Set caps on pushed buffers; fix up refcounting of caps objects.
11839
11840 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11841
11842         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11843         (plugin_init):
11844           Typefind mmsh header data packet to application/x-mmsh (#362625).
11845
11846 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11847
11848         * tests/check/Makefile.am:
11849         * tests/check/elements/.cvsignore:
11850         * tests/check/elements/subparse.c: (buffer_from_static_string),
11851         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11852         (GST_START_TEST), (subparse_suite):
11853           Add very simple unit test for subparse.
11854
11855 2006-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11856
11857         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11858         (parse_subrip):
11859           Strip trailing newlines from subtitle text output.
11860
11861 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11862
11863         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11864         (gst_sub_parse_change_state):
11865           Fix memleak; clear subparse->textbuf n state change function.
11866
11867 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11868
11869         * gst/subparse/gstsubparse.c:
11870         (gst_sub_parse_data_format_autodetect):
11871           Don't require subrip (.srt) files to start with a chunk number of 1.
11872
11873 2006-10-18  Wim Taymans  <wim@fluendo.com>
11874
11875         * gst-libs/gst/audio/gstbaseaudiosink.c:
11876         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11877         * gst-libs/gst/audio/gstbaseaudiosink.h:
11878         Extract rate from the NEWSEGMENT event.
11879         Use commit_full to also take rate adjustment into account when writing
11880         samples to the ringbuffer.
11881         
11882         * gst-libs/gst/audio/gstringbuffer.c:
11883         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11884         (gst_ring_buffer_read):
11885         * gst-libs/gst/audio/gstringbuffer.h:
11886         Added _commit_full() to also take rate into account.
11887         Use simple interpolation algorithm to resample audio.
11888         API: gst_ring_buffer_commit_full()
11889
11890         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11891         * tests/examples/seek/seek.c: (segment_done):
11892         Don't try to seek with 0.0 rate, just pause instead.
11893         Remove bogus debug line.
11894
11895 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11896
11897         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11898         (setup_source):
11899           Catch async errors when starting up the subtitle bin, so we can
11900           stop waiting and continue with the main film instead of hanging
11901           forever. Fixes #339366.
11902
11903         * tests/check/elements/playbin.c: (playbin_suite):
11904           Enable unit test for the above.
11905
11906 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11907
11908         * tests/check/Makefile.am:
11909         * tests/check/elements/.cvsignore:
11910         * tests/check/elements/playbin.c: (GST_START_TEST),
11911         (gst_red_video_src_uri_get_type),
11912         (gst_red_video_src_uri_get_protocols),
11913         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11914         (gst_red_video_src_uri_handler_init),
11915         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11916         (gst_red_video_src_create), (gst_red_video_src_class_init),
11917         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11918           Some small and basic unit tests for playbin; not very useful yet,
11919           but at least a start.
11920
11921 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11922
11923         * gst/playback/gstplaybin.c: (setup_sinks):
11924           The old pad activation spiel.
11925
11926 2006-10-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11927
11928         * gst/playback/gstplaybasebin.c: (setup_source):
11929           Don't hang forever if the subbin already fails to start up in 
11930           the state change to PAUSED (#339366).
11931
11932 2006-10-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11933
11934         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11935         (gst_tuner_set_channel), (gst_tuner_get_channel),
11936         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11937         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11938         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11939         (gst_tuner_find_channel_by_name):
11940           Fix some function guards, add some more function guards.
11941
11942 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11943
11944         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11945         (remove_element_chain):
11946         Don't return a pad from get_our_ghost_pad unless it is actually the
11947         one we want.
11948         Change a cast in remove_element_chain slightly.
11949
11950 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11951
11952         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11953         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11954         Segment seeking needs to use the rate and set stop to -1.
11955
11956 2006-10-13  Wim Taymans  <wim@fluendo.com>
11957
11958         * gst-libs/gst/audio/gstbaseaudiosink.c:
11959         (gst_base_audio_sink_setcaps):
11960         Don't crash when ringbuffer is not yet created.
11961         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11962         Fixes #361634.
11963
11964         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11965         * gst/playback/gststreamselector.c:
11966         (gst_stream_selector_request_new_pad):
11967         Activate pads befre adding them to running elements.
11968
11969 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11970
11971         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11972         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11973         updater when we start grabing the slider. Don't wait for the
11974         pipeline to be PAUSED.
11975
11976 2006-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11977
11978         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11979         (gst_mixer_set_volume), (gst_mixer_get_volume),
11980         (gst_mixer_set_mute), (gst_mixer_set_option),
11981         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11982         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11983         (gst_mixer_option_changed):
11984           Guard mixer interface functions against bogus arguments.
11985
11986 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11987
11988         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11989         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11990         (msg_state_changed), (main): Use state-changed messages to trigger
11991         start/stop of scale update timer. Indeed the scale slider was
11992         jumping here and there because the update timer was activated 
11993         before seek completed. This fixes instant applying of rate changes
11994         by pressing the spinbutton like a crazy man !
11995
11996 2006-10-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
11997
11998         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11999
12000         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12001         (gst_basertppayload_finalize):
12002           Fix two small memory leaks (#361456).
12003
12004 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12005
12006         * tests/examples/seek/seek.c: (do_seek),
12007         (rate_spinbutton_changed_cb): When changing spinbutton we try
12008         to change the rate on the fly.
12009
12010 2006-10-10  Wim Taymans  <wim@fluendo.com>
12011
12012         * gst-libs/gst/riff/riff-ids.h:
12013         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12014         (gst_riff_create_audio_template_caps):
12015         Add WMS caps.
12016
12017 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12018
12019         Patch by: Josep Torra Valles <josep@fluendo.com>
12020
12021         * ext/gnomevfs/gstgnomevfssink.c:
12022         * ext/gnomevfs/gstgnomevfssrc.c:
12023         Fix URI interface implementation return type.
12024         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12025         Fix what looks like a copy/paste issue when assigning values.
12026         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12027         (gst_audio_filter_template_get_type):
12028         Cast to prevent Forte warnings.
12029         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12030         Fix URI interface implementation return type.
12031         gst_pad_query_position requires a signed integer pointer as
12032         3rd parameter, GstClockTime is unsigned.
12033         * gst/audioconvert/audioconvert.c:
12034         Fix integer overflow when treated as signed.
12035         * gst/audioresample/resample.c: (resample_add_input_data):
12036         Cast to prevent warnings on Forte.
12037         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12038         Fix integer overflow when treated as signed.
12039         * gst/ffmpegcolorspace/imgconvert_template.h:
12040         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12041         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12042         (cleanup_decodebin):
12043         Who initialises a guint to -1!
12044         Cast function pointers to prevent warnings on Forte.
12045         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12046         (queue_threshold_reached):
12047         Cast function pointers correctly to prevent warnings on Forte.
12048         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12049         Cast function pointers correctly to prevent warnings on Forte.
12050         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12051         Obvious change to unsigned, 0xEF > max signed char.
12052         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12053         GstClockTime is unsigned, initialise correctly.
12054         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12055         Cast so pointer arithemetic doesn't cause warnings on Forte.
12056         * gst/videorate/gstvideorate.c:
12057         Use correct return value.
12058         * tests/examples/seek/scrubby.c:
12059         GstClockTime is unsigned, initialise correctly.
12060
12061 2006-10-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12062
12063         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12064
12065         * gst/typefind/gsttypefindfunctions.c:
12066           Recognise XML files and XML-like files shorter than 256 bytes as
12067           well (fixes #359237).
12068
12069 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12070
12071         Patch by: Renato Filho <renato.filho@indt.org.br>
12072         
12073         * gst/typefind/gsttypefindfunctions.c:
12074         Added typefind functions to video/x-nuv media.
12075         
12076 2006-10-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12077
12078         * gst-libs/gst/interfaces/xoverlay.c:
12079         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12080           Some more guards against invalid input.
12081
12082 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12083
12084         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12085         Useless goto.
12086         * tests/examples/seek/seek.c: (do_seek),
12087         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12088         seek example to experiment with rates != 1.0 (reverse playback !)
12089
12090 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12091
12092         * gst-libs/gst/interfaces/xoverlay.c:
12093           Unref message in doc-example (spotted by Robert McQueen)
12094
12095 2006-10-06  Wim Taymans  <wim@fluendo.com>
12096
12097         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12098         (mpeg1_parse_header), (mpeg1_sys_type_find):
12099         printf fix.
12100
12101 2006-10-06  Wim Taymans  <wim@fluendo.com>
12102
12103         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12104         (close_pad_link):
12105         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12106         Activate dynamic pads before adding them to the element.
12107
12108 2006-10-06  Michael Smith  <msmith@fluendo.com>
12109
12110         * gst-libs/gst/floatcast/floatcast.h:
12111           Fix obviously-bogus macros; use the correct types.
12112
12113 2006-10-06  Wim Taymans  <wim@fluendo.com>
12114
12115         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12116         (gst_base_rtp_depayload_change_state):
12117         Also call parent state change function to activate pads.
12118
12119         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12120         (mpeg1_parse_header), (mpeg1_sys_type_find):
12121         Add some more debug info in mpeg typefinding.
12122
12123 2006-10-06  Michael Smith  <msmith@fluendo.com>
12124
12125         * ext/theora/theoradec.c: (theora_dec_chain):
12126           Zero byte theora packets are valid and well-defined; don't warn on
12127           them.
12128
12129 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12130
12131         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12132         (gst_multi_fd_sink_get_stats), (find_limits),
12133         (gst_multi_fd_sink_queue_buffer):
12134           API: add dropped_buffers to the get-stats GValueArray
12135
12136 2006-10-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12137
12138         * ext/alsa/gstalsadeviceprobe.c:
12139         (gst_alsa_device_property_probe_get_values):
12140         * ext/alsa/gstalsasink.c: (set_hwparams):
12141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12142         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12143         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12144         (gst_ogg_mux_process_best_pad):
12145         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12146         (gst_ogg_parse_chain):
12147         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12148         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12149         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12150         (gst_vorbis_enc_buffer_check_discontinuous):
12151         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12152         * gst-libs/gst/audio/gstbaseaudiosink.c:
12153         (gst_base_audio_sink_render):
12154         * gst-libs/gst/cdda/gstcddabasesrc.c:
12155         (gst_cdda_base_src_handle_track_seek):
12156         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12157         (gst_base_rtp_depayload_push_full):
12158         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12159         * gst/audioresample/resample.c: (resample_input_pushthrough):
12160         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12161         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12162         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12163         (wavpack_type_find):
12164         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12165         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12166         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12167         * tests/check/elements/volume.c: (GST_START_TEST):
12168           Printf format fixes.
12169
12170 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12171
12172         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12173           Fix a simple mistake (see the docs)
12174           Fixes #359580
12175
12176 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12177
12178         * docs/plugins/Makefile.am:
12179         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12180         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12181         * docs/plugins/gst-plugins-base-plugins.args:
12182         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12183         * docs/plugins/inspect/plugin-adder.xml:
12184         * docs/plugins/inspect/plugin-alsa.xml:
12185         * docs/plugins/inspect/plugin-audioconvert.xml:
12186         * docs/plugins/inspect/plugin-audiorate.xml:
12187         * docs/plugins/inspect/plugin-audioresample.xml:
12188         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12189         * docs/plugins/inspect/plugin-cdparanoia.xml:
12190         * docs/plugins/inspect/plugin-decodebin.xml:
12191         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12192         * docs/plugins/inspect/plugin-gdp.xml:
12193         * docs/plugins/inspect/plugin-gnomevfs.xml:
12194         * docs/plugins/inspect/plugin-libvisual.xml:
12195         * docs/plugins/inspect/plugin-ogg.xml:
12196         * docs/plugins/inspect/plugin-pango.xml:
12197         * docs/plugins/inspect/plugin-playbin.xml:
12198         * docs/plugins/inspect/plugin-subparse.xml:
12199         * docs/plugins/inspect/plugin-tcp.xml:
12200         * docs/plugins/inspect/plugin-theora.xml:
12201         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12202         * docs/plugins/inspect/plugin-video4linux.xml:
12203         * docs/plugins/inspect/plugin-videorate.xml:
12204         * docs/plugins/inspect/plugin-videoscale.xml:
12205         * docs/plugins/inspect/plugin-videotestsrc.xml:
12206         * docs/plugins/inspect/plugin-volume.xml:
12207         * docs/plugins/inspect/plugin-vorbis.xml:
12208         * docs/plugins/inspect/plugin-ximagesink.xml:
12209         * docs/plugins/inspect/plugin-xvimagesink.xml:
12210           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12211
12212 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12213
12214         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12215
12216         * ext/vorbis/Makefile.am:
12217         * ext/vorbis/vorbis.c: (plugin_init):
12218         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12219         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12220         * ext/vorbis/vorbisparse.h:
12221         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12222         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12223         (gst_vorbis_tag_parse_packet):
12224         * ext/vorbis/vorbistag.h:
12225           Add new vorbistag element which derives from vorbisparse
12226           and is essentially the same as well, only that it implements
12227           the GstTagSetter interface and can modify the stream's
12228           vorbiscomment on the fly (#335635).
12229
12230         * tests/check/Makefile.am:
12231         * tests/check/elements/.cvsignore:
12232         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12233         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12234         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12235         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12236           Add unit test for new vorbistag element.
12237
12238 2006-10-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12239
12240         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12241         (vorbis_parse_push_headers), (vorbis_parse_chain):
12242           Set BOS flag in packet structure to fix 'jump depends
12243           on unitialized value' errors in valgrind; various minor
12244           clean-ups.
12245
12246 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12247
12248         * gst/playback/gstdecodebin.c: (close_pad_link):
12249         Fix typo in a debug statement.
12250
12251         * gst/playback/gstplaybasebin.c: (probe_triggered),
12252         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12253         (gen_source_element), (source_new_pad), (analyse_source),
12254         (setup_source):
12255         When handling no_more_pads in new_decoded_pad, make sure to treat
12256         subtitle pads correctly. Fixes playback with subtitle files.
12257
12258         Move a recurring message to LOG level.
12259
12260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12261         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12262         which ends up as -1 when cast to an int. Make the logic handle the
12263         max value as an unsigned mask and only change the colorkey when it's
12264         a value we recognise.
12265
12266 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12267
12268         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12269         Removed empty * between paragraphs
12270
12271 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12272
12273         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12274         * gst-libs/gst/rtp/README:
12275         Moved some documentation into .c file
12276
12277 2006-09-29  Wim Taymans  <wim@fluendo.com>
12278
12279         * gst/playback/gstdecodebin.c: (no_more_pads):
12280         Fix compilation.
12281
12282 2006-09-29  Wim Taymans  <wim@fluendo.com>
12283
12284         * gst/playback/gstdecodebin.c: (new_caps):
12285         Remove g_print
12286
12287         * gst/playback/gstplaybin.c:
12288         Add some docs.
12289
12290 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12291
12292         * tests/check/Makefile.am:
12293           Re-enable cddabasesrc test to see if it works again
12294           now.
12295
12296 2006-09-29  Wim Taymans  <wim@fluendo.com>
12297
12298         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12299         (gen_source_element):
12300         Handle invalid URIs a bit more gracefully.
12301
12302 2006-09-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12303
12304         * tests/check/pipelines/oggmux.c:
12305           Remove obsolete comment.
12306
12307 2006-09-29  Michael Smith  <msmith@fluendo.com>
12308
12309         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12310         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12311         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12312         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12313         (gst_ogg_mux_collected):
12314           Commit patch from James "Doc" Livingston, adds proper EOS handling
12315           in oggmux. GStreamer can, for the first time ever, create a valid
12316           Ogg file! Yay!
12317
12318         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12319         (oggmux_suite):
12320           Reenable tests now that they pass.
12321
12322 2006-09-29  Wim Taymans  <wim@fluendo.com>
12323
12324         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12325         Stop reading commands when EOF (we read 0) as well.
12326
12327 2006-09-28  Wim Taymans  <wim@fluendo.com>
12328
12329         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12330         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12331         (find_dynamic), (unlinked), (close_link):
12332         Implement delayed caps linking needed for element with a lot of
12333         different caps on the src pads that get fixed at runtime.
12334         Improve management of dynamic elements.
12335
12336         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12337         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12338         (gen_preroll_element), (remove_groups), (unknown_type),
12339         (add_element_stream), (no_more_pads_full), (no_more_pads),
12340         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12341         (new_decoded_pad), (setup_subtitle), (array_has_value),
12342         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12343         (analyse_source), (remove_decoders), (make_decoder),
12344         (remove_source), (setup_source), (finish_source), (prepare_output),
12345         (gst_play_base_bin_change_state):
12346         * gst/playback/gstplaybasebin.h:
12347         Use more _CAST instead of full type checking casts.
12348         Small cleanups, plug some leaks.
12349         Handle dynamic sources.
12350         Add some helper functions to create lists of strings used for
12351         blacklisting and other stuff.
12352         Refactor some code dealing with analysing the source.
12353         Re-enable sources without pads (like cd:// or other selfcontained
12354         elements).
12355
12356 2006-09-28  Wim Taymans  <wim@fluendo.com>
12357
12358         * gst-libs/gst/audio/gstbaseaudiosink.c:
12359         (gst_base_audio_sink_render):
12360         When we have a timestamp, we can still perform clipping.
12361         When we have no clock, we must play the sample ASAP.
12362
12363 2006-09-28  Wim Taymans  <wim@fluendo.com>
12364
12365         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12366         Set caps on outgoing buffers.
12367
12368         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12369         (gst_video_rate_event), (gst_video_rate_chain):
12370         * gst/videorate/gstvideorate.h:
12371         Fix videorate some more. Fixes #357977
12372
12373 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12374
12375         * tests/check/elements/adder.c: (adder_suite):
12376           Don't set timeout to 6 seconds when we're running
12377           in valgrind ... (and how is 6 seconds longer than
12378           the default anyway?)
12379
12380 2006-09-28  Wim Taymans  <wim@fluendo.com>
12381
12382         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12383         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12384         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12385         Keep sink and src segment to keep track of time and support more
12386         input formats.
12387         Fix bogus next_offset and run_time calculation, don't understand how
12388         this could have worked before. Fixes #357976.
12389         Remove some unneeded vars.
12390
12391 2006-09-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12392
12393         * gst/playback/gstplaybin.c: (remove_sinks):
12394           Only remove visualisation from visbin if there is a visbin (or:
12395           don't throw warnings when closing totem without playing a file).
12396
12397 2006-09-27  Wim Taymans  <wim@fluendo.com>
12398
12399         * gst-libs/gst/audio/gstbaseaudiosink.c:
12400         (gst_base_audio_sink_render):
12401         Add some more info in a WARNING.
12402
12403         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12404         (gst_base_audio_src_create):
12405         Handle PAUSE in create function, use new -core addition to
12406         wait for playing. Fixes pausing and resuming capture from an
12407         audiosrc.
12408
12409         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12410         (gst_ring_buffer_read):
12411         Constify some more.
12412         Caller supports interrupted reads now.
12413
12414 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12415
12416         * tests/check/Makefile.am:
12417           Another attempt to make the gen64 buildbot happy.
12418
12419 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12420
12421         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12422
12423         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12424         (gst_visual_chain), (gst_visual_change_state):
12425           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12426           correctly. Fixes #357800
12427
12428 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12429
12430         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12431           Add timeout to _get_state() so we see which pipeline it is
12432           that causes trouble on the gen64 build bot.
12433
12434 2006-09-27  Wim Taymans  <wim@fluendo.com>
12435
12436         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12437         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12438         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12439         (gst_base_rtp_depayload_set_gst_timestamp):
12440         the source pad always uses fixed caps.
12441
12442 2006-09-27  Wim Taymans  <wim@fluendo.com>
12443
12444         * docs/libs/gst-plugins-base-libs-docs.sgml:
12445         * docs/libs/gst-plugins-base-libs-sections.txt:
12446         * gst-libs/gst/audio/gstaudioclock.c:
12447         * gst-libs/gst/audio/gstaudioclock.h:
12448         * gst-libs/gst/audio/gstaudiosink.c:
12449         * gst-libs/gst/audio/gstaudiosink.h:
12450         * gst-libs/gst/audio/gstaudiosrc.c:
12451         * gst-libs/gst/audio/gstbaseaudiosink.c:
12452         (gst_base_audio_sink_render):
12453         * gst-libs/gst/audio/gstbaseaudiosink.h:
12454         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12455         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12456         * gst-libs/gst/audio/gstringbuffer.h:
12457         Added docs for the audio libs.
12458
12459 2006-09-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12460
12461         * tests/check/Makefile.am:
12462           Temporarily disable test that fails on the bots for unknown reasons.
12463
12464 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12465
12466         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12467         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12468         Moved AudioCodecType into priv
12469         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12470
12471 2006-09-25  Wim Taymans  <wim@fluendo.com>
12472
12473         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12474         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12475         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12476         (new_pad):
12477         Cleanups and small leak fixes.
12478         Added Depayloaders to valid list of autopluggable elements.
12479
12480 2006-09-25  Wim Taymans  <wim@fluendo.com>
12481
12482         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12483         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12484         (gen_video_element), (gen_text_element), (gen_audio_element),
12485         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12486         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12487         Detect NO_PREROLL state change returns and disable clock distribution to
12488         the sinks so that sync is disabled.
12489         Avoid some type checking and do simple casts instead.
12490         Small cleanups, fix some FIXMEs.
12491         Be more robust when linking user specified elements, catch an report
12492         errors. Fixes #357404.
12493         Fix some leaks in the error paths.
12494
12495 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12496
12497         * ChangeLog:
12498           ChangeLog surgery for missing bug-number
12499
12500 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12501
12502         Patch by: Peter Kjellerstedt  <pkj at axis com>
12503
12504         * gst/playback/test.c:
12505           Fix compilation with uClibc and -Werror (#357591).
12506
12507 2006-09-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12508
12509         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12510           Parse dates that are followed by a time as well (#357532).
12511
12512         * tests/check/libs/tag.c: (test_vorbis_tags):
12513           Add unit test for this.
12514
12515 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12516
12517         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12518         (gst_audio_convert_transform_caps):
12519         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12520         * gst/videotestsrc/videotestsrc.h:
12521           A few array const-ifications.
12522
12523 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12524
12525         * tests/check/Makefile.am:
12526           See if this makes the build bots happy.
12527
12528         * tests/check/libs/cddabasesrc.c:
12529           UTF8-ise my name.
12530
12531 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12532
12533         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12534
12535         * gst/subparse/samiparse.c: (handle_start_font),
12536         (fix_invalid_entities):
12537           More case-insensitivity for certain tags; recognise entities with
12538           decimal codes as special entities as well (#357330).
12539
12540 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12541
12542         * gst-libs/gst/Makefile.am:
12543           Need to build tag directory before cdda.
12544
12545 2006-09-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12546
12547         * docs/libs/gst-plugins-base-libs-sections.txt:
12548         * gst-libs/gst/cdda/Makefile.am:
12549         * gst-libs/gst/cdda/gstcddabasesrc.c:
12550         (gst_cdda_base_src_base_init):
12551         * gst-libs/gst/cdda/gstcddabasesrc.h:
12552         * gst-libs/gst/tag/tag.h:
12553         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12554         (gst_tag_register_musicbrainz_tags):
12555           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12556           depend on libgsttag. This is required so we can extract/read tags like
12557           DISCID without depending on libgstcddabasesrc (which used to register
12558           them).
12559
12560         * gst-libs/gst/tag/gstvorbistag.c:
12561           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12562           tags (also see #347848).
12563
12564         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12565           Log vorbis comments we are actually writing. Const-ify array.
12566
12567 2006-09-23  Wim Taymans  <wim@fluendo.com>
12568
12569         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12570         Improve buffering a bit by avoiding a deadlock because we cannot assume
12571         the underrun is always called.
12572
12573 2006-09-23  Wim Taymans  <wim@fluendo.com>
12574
12575         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12576
12577         * gst-libs/gst/riff/riff-ids.h:
12578         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12579         (gst_riff_create_audio_template_caps):
12580         Added MPEG-4 AAC and id and caps. Fixes #357289
12581         Added WMA9 Lossless id.
12582
12583 2006-09-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12584
12585         * ext/gnomevfs/gstgnomevfssrc.c:
12586           Fix misleading docs addition.
12587
12588         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12589           Get rid of compiler warning the right way.
12590
12591 2006-09-22  Wim Taymans  <wim@fluendo.com>
12592
12593         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12594         (gst_base_rtp_depayload_finalize),
12595         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12596         (gst_base_rtp_depayload_push_full),
12597         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12598         (gst_base_rtp_depayload_process),
12599         (gst_base_rtp_depayload_set_gst_timestamp),
12600         (gst_base_rtp_depayload_queue_release):
12601         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12602         Small cleanups.
12603         Fix some leaks.
12604         Refactored the process method and added methods to push from the process
12605         vmethod.
12606         Use _scale functions.
12607         API: gst_base_rtp_depayload_push_ts
12608         API: gst_base_rtp_depayload_push
12609
12610         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12611         timestamps are uint.
12612
12613 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12614
12615         * gst-libs/gst/interfaces/xoverlay.c:
12616           Remove unused statement from doc example.
12617
12618 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12619
12620         * gst-libs/gst/interfaces/videoorientation.c:
12621         (gst_video_orientation_iface_init),
12622         (gst_video_orientation_get_hflip),
12623         (gst_video_orientation_get_vflip),
12624         (gst_video_orientation_get_hcenter),
12625         (gst_video_orientation_get_vcenter),
12626         (gst_video_orientation_set_hflip),
12627         (gst_video_orientation_set_vflip),
12628         (gst_video_orientation_set_hcenter),
12629         (gst_video_orientation_set_vcenter):
12630           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12631           in ChangeLog)
12632
12633 2006-09-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12634
12635         * tests/check/Makefile.am:
12636         * tests/check/elements/.cvsignore:
12637         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12638         (create_rgb_conversions), (rgb_conversion_free),
12639         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12640         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12641           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12642           but disable for now since it doesn't pass (something wrong with
12643           RGBA somewhere).
12644
12645 2006-09-21  Wim Taymans  <wim@fluendo.com>
12646
12647         * gst/playback/gstplaybasebin.c: (group_commit),
12648         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12649         (queue_out_of_data), (gen_preroll_element),
12650         (preroll_remove_overrun), (probe_triggered):
12651         Refactor handling of overrun detection.
12652         Separate handling of group completion and deadlock detection when doing
12653         network buffering. This should fix some deadlocks that were not detected
12654         because the group was completed.
12655         Add more comments, improve debugging.
12656
12657 2006-09-21  Wim Taymans  <wim@fluendo.com>
12658
12659         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12660         * tests/check/libs/audio.c:
12661         Some more compilation fixes.
12662
12663 2006-09-21  Wim Taymans  <wim@fluendo.com>
12664
12665         * gst-libs/gst/audio/gstringbuffer.c:
12666         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12667         (gst_ring_buffer_read):
12668         Early morning compilation fix.
12669
12670 2006-09-20  Wim Taymans  <wim@fluendo.com>
12671
12672         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12673         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12674         * tests/check/elements/videorate.c: (GST_START_TEST):
12675         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12676         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12677         Fix some warnings.
12678
12679 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12680
12681         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12682         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12683         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12684           Handcrafted merge to help CVS understanding what I changed and what
12685           not.
12686
12687 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12688
12689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12690         (gst_xvimagesink_get_times):
12691           change colorkey behaviour back according to #354773 comment 6/7
12692
12693 2006-09-19  Michael Smith  <msmith@fluendo.com>
12694
12695         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12696         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12697         (gst_multi_fd_sink_recover_client),
12698         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12699         (gst_multi_fd_sink_get_property):
12700         * gst/tcp/gstmultifdsink.h:
12701           Implement stubbed out properties unit-type, units-soft-max,
12702           units-max, to allow specifying maximum sizes in units other than
12703           buffers.
12704           Fixes #355935
12705
12706 2006-09-19  Wim Taymans  <wim@fluendo.com>
12707
12708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12709         (gst_riff_create_audio_template_caps):
12710         Reorder the audio formats a bit for clarity.
12711         Detect and create caps for MSGSM and MSN (WAV49).
12712         Fixes #356596.
12713
12714         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12715         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12716         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12717         Small cleanups, move error handling out of normal flow for clarity.
12718
12719 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12720
12721         * docs/libs/gst-plugins-base-libs-docs.sgml:
12722         * docs/libs/gst-plugins-base-libs.types:
12723         * gst-libs/gst/interfaces/Makefile.am:
12724         * gst-libs/gst/interfaces/videoorientation.c:
12725         (gst_video_orientation_get_type),
12726         (gst_video_orientation_iface_init),
12727         (gst_video_orientation_get_hflip),
12728         (gst_video_orientation_get_vflip),
12729         (gst_video_orientation_get_hcenter),
12730         (gst_video_orientation_get_vcenter),
12731         (gst_video_orientation_set_hflip),
12732         (gst_video_orientation_set_vflip),
12733         (gst_video_orientation_set_hcenter),
12734         (gst_video_orientation_set_vcenter):
12735         * gst-libs/gst/interfaces/videoorientation.h:
12736           API: Add new interface to control video orientation (fixes #354908)
12737
12738 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12739
12740         * gst/videotestsrc/gstvideotestsrc.c:
12741           Use G_UNLIKELY in _create and log one more detail.
12742           
12743         (gst_video_test_src_get_times), (gst_video_test_src_create):
12744         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12745           Use gst_util_uint64_scale_int in _get_times().
12746
12747 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12748
12749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12750           Give better warning message (add object and detail).
12751
12752 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12753
12754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12755         (gst_xvimagesink_get_times):
12756           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12757           #354773), use gst_util_uint64_scale_int in _get_times()
12758
12759 2006-09-18  Michael Smith  <msmith@fluendo.com>
12760
12761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12762           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12763           always true, leading to dropping all timestamps.
12764
12765 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12766
12767         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12768         (gst_visual_chain), (gst_visual_change_state):
12769           update to work also with libvisual 0.4 API, fix double unref (#355914)
12770           
12771         * tools/gst-launch-ext.1.in:
12772         * tools/gst-visualise.1.in:
12773           remove references to old man-pages
12774
12775         * tests/examples/seek/seek.c: (main):
12776           add real meadi-buttons, add tool-tips for the seek-options, arrange
12777           seek options in a table
12778
12779 2006-09-18  Michael Smith  <msmith@fluendo.com>
12780
12781         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12782         (gst_ogg_mux_push_buffer):
12783           Don't generate out-of-order timestamps from oggmux, instead clamp
12784           output timestamps to be >= the previously output ts.
12785           Fixes #355595
12786
12787 2006-09-18  Michael Smith  <msmith@fluendo.com>
12788
12789         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12790         (gst_multi_fd_sink_class_init):
12791           Updates, fixes, and typo corrections for multifdsink. No functional
12792           changes.
12793
12794 2006-09-17  Michael Smith  <msmith@fluendo.com>
12795
12796         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12797           Don't crash on truncated files - check that we got an 8 byte buffer
12798           before trying to memcmp it.
12799
12800 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12801
12802         * gst/playback/gstplaybasebin.c: (get_active_source):
12803           Make stream-switching appear instant to the application
12804           (ie. make sure that a g_object_get on 'current-foo' returns
12805           the stream previously set with g_object_set(). Totem needs
12806           this to update stream-related meta-info (like audio-codec)
12807           correctly when switching streams.
12808
12809 2006-09-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12810
12811         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12812         (gst_alsa_mixer_ensure_track_list):
12813           Try harder to guess which mixer track is the master mixer
12814           track (instead of just taking the first one that has a pvolume).
12815           Fixes #342228.
12816
12817 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12818
12819         reviewed by: <delete if not using a buddy>
12820
12821         * gst-libs/gst/audio/audio.h:
12822         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12823
12824 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12825
12826         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12827         (gst_audio_convert_transform_caps):
12828           Get structure-name just once.
12829
12830 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12831
12832         * tests/check/elements/audioresample.c: (GST_START_TEST):
12833         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12834         * tests/check/elements/volume.c: (GST_START_TEST):
12835         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12836         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12837         (test_pipeline), (GST_START_TEST):
12838         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12839         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12840           Fix big batch of compiler warnings.
12841
12842 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12843
12844         * ext/gnomevfs/gstgnomevfssrc.c:
12845           Add docs about icydemux usage in connection with gnomevfssrc
12846
12847         * ext/libvisual/visual.c:
12848         * ext/ogg/gstoggaviparse.c:
12849         * ext/ogg/gstoggdemux.c:
12850         * ext/ogg/gstoggmux.c:
12851         * ext/ogg/gstoggparse.c:
12852         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12853         * gst-libs/gst/audio/gstaudiosink.c:
12854         * gst-libs/gst/audio/gstaudiosrc.c:
12855         * gst/audiorate/gstaudiorate.c:
12856           More G_OBJECT macro fixing.
12857
12858         * gst/audiotestsrc/gstaudiotestsrc.h:
12859           Fix wrong info in header due to copy & paste
12860
12861 2006-09-15  Wim Taymans  <wim@fluendo.com>
12862
12863         * gst-libs/gst/audio/gstbaseaudiosink.c:
12864         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12865         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12866         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12867         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12868         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12869         Do the delay calculation in the source/sink base classes as this is
12870         specific for the capture/playback mode.
12871         Try to fixate a bit better, like round depth up to a multiple of 8
12872         bigger than width.
12873         Handle underruns correctly by marking DISCONT on buffers and adjusting
12874         timestamps to handle the gap.
12875         Set offset/offset_end correctly on buffers.
12876
12877         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12878         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12879         (gst_ring_buffer_read):
12880         Remove resync and underrun recovery from the ringbuffer.
12881         Fix ringbuffer read code on under/overrun.
12882
12883 2006-09-15  Wim Taymans  <wim@fluendo.com>
12884
12885         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12886         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12887         (queue_threshold_reached), (gst_play_base_bin_set_property),
12888         (gst_play_base_bin_get_property):
12889         * gst/playback/gstplaybasebin.h:
12890         Don't use a 0 low watermark when buffering, it is catching starvation
12891         way too late. Instead, use a 3 second queue with 30 and 95
12892         percent low/high watermarks. 
12893         Added queue-min-threshold property to configure low watermark.
12894         Use new _buffering message API.
12895         Make queue_threshold variable big enough to store a uint64 time value.
12896         API: playbin::queue-min-threshold property.
12897
12898 2006-09-15  Wim Taymans  <wim@fluendo.com>
12899
12900         * configure.ac:
12901         We require 0.10.10.1 now because of _wait_preroll().
12902
12903         * gst-libs/gst/audio/gstbaseaudiosink.c:
12904         (gst_base_audio_sink_render):
12905         Use gst_base_sink_wait_preroll().
12906
12907 2006-09-15  Wim Taymans  <wim@fluendo.com>
12908
12909         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12910         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12911         Use DEBUG_OBJECT more.
12912
12913 === release 0.10.10 ===
12914
12915 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12916
12917         patch by: Michael Smith <msmith at fluendo dot com>
12918
12919         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12920         (gst_multi_fd_sink_client_queue_buffer),
12921         (gst_multi_fd_sink_new_client):
12922         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12923         (multifdsink_suite):
12924           Fix implementation of sync-method 'next-keyframe'
12925           Closes #354594
12926
12927 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12928
12929         patch by: Wim Taymans <wim at fluendo dot com>
12930
12931         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12932         This patch removes the RANDOM flag that was incorrectly introduced with
12933         revision 1.91.  Fixes #354590
12934
12935 2006-09-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12936
12937         * tests/check/Makefile.am:
12938           Random variation in Makefile line to see if it makes the
12939           gen64-base-full bot any happier.
12940
12941 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12942
12943         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12944           Disable test that fails at the moment (killed after timeout).
12945
12946 2006-09-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12947
12948         Patch by: James Livingston  <doclivingston at gmail.com>
12949
12950         * tests/check/Makefile.am:
12951         * tests/check/pipelines/.cvsignore:
12952         * tests/check/pipelines/oggmux.c: (get_page_codec),
12953         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12954         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12955         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12956         (test_theora_vorbis), (oggmux_suite):
12957           Add simple unit test for oggmux from #337026 with checking for the
12958           EOS flags disabled for the time being.
12959
12960 2006-09-04  Wim Taymans  <wim@fluendo.com>
12961
12962         patch by: Alessandro Dessina <alessandro nnva org>
12963
12964         * ext/ogg/gstoggmux.c:
12965         Add cmml caps to oggmux. Fixes #353912
12966
12967 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12968
12969         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12970           Returning a return value often helps. In this case, we
12971           don't need the return value anyway, so just get rid of it.
12972           Should make build bots much happier.
12973
12974 2006-09-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12975
12976         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12977         (paint_get_structure), (gst_video_test_src_get_size),
12978         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12979         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12980         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12981         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12982         * gst/videotestsrc/videotestsrc.h:
12983           Add support for AYUV and the various RGBA formats. Initialise
12984           fields of paintinfo structs allocated on the stack.
12985
12986         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12987         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12988         (check_rgb_buf), (videotestsrc_suite):
12989           Add unit tests for videotestsrc's RGB output.
12990
12991 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
12992
12993         * gst/videotestsrc/gstvideotestsrc.c:
12994         (gst_video_test_src_pattern_get_type),
12995         (gst_video_test_src_set_pattern):
12996         * gst/videotestsrc/gstvideotestsrc.h:
12997         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12998         (gst_video_test_src_black), (gst_video_test_src_white),
12999         (gst_video_test_src_red), (gst_video_test_src_green),
13000         (gst_video_test_src_blue):
13001         * gst/videotestsrc/videotestsrc.h:
13002           Add more uni-colour patterns ("white", "red", "green", and "blue").
13003
13004 2006-09-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13005
13006         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13007           Fix stride for YVYU, should be word-aligned (#353658).
13008
13009 2006-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13010
13011         * gst/adder/gstadder.c: (gst_adder_src_event):
13012           Fix build.
13013
13014 2006-08-31  Edward Hervey  <edward@fluendo.com>
13015
13016         * gst/adder/gstadder.c: (forward_event_func),
13017         (gst_adder_src_event), (gst_adder_collected),
13018         (gst_adder_change_state):
13019         * gst/adder/gstadder.h:
13020         Remember the start position asked in the incoming seeks, so we can
13021         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13022         of assuming it will always be 0).
13023
13024 2006-08-31  Edward Hervey  <edward@fluendo.com>
13025
13026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13027         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13028         (gst_ogg_demux_loop):
13029         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13030
13031 2006-08-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13032
13033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13034         (gst_ffmpegcsp_get_unit_size):
13035           Return FALSE instead of returning a random false unit
13036           size when the format isn't known/supported (even if
13037           this shouldn't happen under normal circumstances).
13038
13039 2006-08-29  Wim Taymans  <wim@fluendo.com>
13040
13041         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13042
13043         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13044         (gst_gnome_vfs_src_start):
13045         Try harder to get the size from a uri by using _info_uri() when
13046         _info_from_handle() does not give us enough info. 
13047         Also follow symlinks when getting the size.
13048         Partially Fixes #332864.
13049
13050 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13051
13052         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13053
13054         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13055         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13056         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13057         (gst_alsa_mixer_set_record):
13058         * ext/alsa/gstalsamixertrack.c:
13059         (gst_alsa_mixer_track_update_alsa_capabilities),
13060         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13061         (gst_alsa_mixer_track_update):
13062         * ext/alsa/gstalsamixertrack.h:
13063           Improve and fix mixer track handling, in particular better handling
13064           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13065           separate track objects for tracks that have both capture and playback
13066           volume (and label them differently as well so they're not mistakenly
13067           assumed to be duplicates); classify mixer tracks that only affect
13068           the audible volume of something (rather than the capture volume)
13069           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13070           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13071           (following the meaning documented in the mixer interface header
13072           file); add support for alsa's exclusive cswitch groups; update/sync
13073           state/flags better if mixer settings are changed by another
13074           application. Fixes #336075.
13075
13076 2006-08-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13077
13078         * gst/playback/gstplaybin.c:
13079           Improve docs: add section about BUFFERING messages sent by playbin.
13080
13081 2006-08-29  Michael Smith  <msmith@fluendo.com>
13082
13083         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13084         (gst_vorbis_enc_buffer_check_discontinuous),
13085         (gst_vorbis_enc_chain):
13086           Ignore explicit DISCONT marked on buffers (which is often spurious,
13087           particularly when using multiple segments), in favour of solely
13088           using the timestamps/durations.
13089
13090 2006-08-29  Edward Hervey  <edward@fluendo.com>
13091
13092         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13093         Don't rely on incoming buffers offset anymore, since it is completely
13094         broken when using multiple segments.
13095         Instead convert the incoming buffers timestamp to running time, and
13096         then convert that value to the offsets.
13097         Also inform GstSegment of the last outputted stop position, which is
13098         needed if we received several segments with an unknown stop value.
13099
13100 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13101
13102         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13103           fix buffer unreffing on a header push failure
13104
13105 2006-08-28  Wim Taymans  <wim@fluendo.com>
13106
13107         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13108         (gst_audio_rate_chain):
13109         Make the metadata of the buffer writable before changing its
13110         flags.
13111
13112 2006-08-28  Wim Taymans  <wim@fluendo.com>
13113
13114         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13115         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13116         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13117         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13118         Fix audiorate some more.
13119         Reset and resync counters on flush and READY.
13120         Handle the DISCONT flag correctly.
13121         Use GstSegment to track position.
13122         Fail when not negotiated.
13123         Fixes #353234.
13124
13125 2006-08-25  Michael Smith  <msmith@fluendo.com>
13126
13127         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13128           Fix spelling.
13129           Remove accidently included debug line.
13130
13131 2006-08-25  Wim Taymans  <wim@fluendo.com>
13132
13133         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13134         Small cleanups.
13135         If a buffer is received with no caps, make the buffer metadata
13136         writable and set the caps, making sure that we don't screw up the
13137         refcounts.
13138
13139 2006-08-25  Michael Smith  <msmith@fluendo.com>
13140
13141         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13142         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13143           Fix memory leaks and misleading debug messages, add a couple of
13144           comments.
13145
13146         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13147         (gst_multi_fd_sink_render):
13148           Do not use gst_buffer_make_writable() in a basesink render method,
13149           as it may incorrectly unref the buffer. Instead, use convoluted
13150           dance to avoid copying the buffer except when we need to.
13151
13152 2006-08-25  Michael Smith  <msmith@fluendo.com>
13153
13154         * ext/vorbis/vorbisenc.c:
13155         (gst_vorbis_enc_buffer_check_discontinuous):
13156           Allow very small discontinuities in the timestamps. These we can't
13157           do anything useful with anyway (because vorbis's timestamps have
13158           only sample granularity), and are commonly produced by elements with
13159           minor bugs. Allow up to 1/2 a sample out.
13160           Fixes #351742.
13161
13162 2006-08-24  Wim Taymans  <wim@fluendo.com>
13163
13164         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13165         (play_scrub_toggle_cb), (main):
13166         Add a checkbox to enable play scrubbing. Makes it possible to disable
13167         normal scrubbing.
13168
13169 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13170
13171         * tests/check/elements/.cvsignore:
13172           make buildbot happy
13173
13174 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13175
13176         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13177         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13178         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13179         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13180         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13181         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13182         (gst_ogm_text_parse_strip_trailing_zeroes),
13183         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13184         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13185           Refactor ogm parse, do better input checking, misc. clean-ups.
13186           Cache incoming events and push them once the source pad has
13187           been created. Don't pass unterminated strings to sscanf().
13188           Strip trailing zeroes from subtitle text output, since they
13189           are not valid UTF-8. Don't push vorbiscomment packets on
13190           the subtitle text pad. Output perfect streams if possible.
13191
13192 2006-08-23  Wim Taymans  <wim@fluendo.com>
13193
13194         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13195         Waits for tasks to settle down so that we clean up correctly for 
13196         valgrind.
13197
13198 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13199
13200         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13201           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13202           actually return return value in taglists_are_equal.
13203
13204 2006-08-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13205
13206         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13207           Fix crash due to broken bitstream parsing on x86-64: can't make
13208           any assumptions about sizeof(struct) due to alignment/packing
13209           differences on different architectures. Fixes #351790.
13210
13211 2006-08-22  Wim Taymans  <wim@fluendo.com>
13212
13213         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13214         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13215         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13216         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13217         (gst_riff_parse_info):
13218         Protect public functions against bad input.
13219         Do some cleanups.
13220         Fix documentation.
13221
13222 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13223
13224         * gst-libs/gst/riff/riff-ids.h:
13225         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13226           Add voxware audio IDs (even if we can't play it) (#351795).
13227
13228 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13229
13230         * gst-libs/gst/riff/riff-media.c:
13231         (gst_riff_create_video_template_caps),
13232         (gst_riff_create_audio_template_caps),
13233         (gst_riff_create_iavs_template_caps):
13234           Const-ify some arrays and use G_N_ELEMENTS instead
13235           of wasting oodles of RAM on terminator bits.
13236
13237 2006-08-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13238
13239         * gst-libs/gst/tag/gstvorbistag.c:
13240         (gst_tag_list_to_vorbiscomment_buffer):
13241         * tests/check/libs/tag.c: (GST_START_TEST):
13242           And the same for _to_vorbiscomment_buffer(): allow
13243           id_data_len == 0 for speex.
13244
13245 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13246
13247         * configure.ac:
13248         * docs/plugins/Makefile.am:
13249         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13250         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13251         * docs/plugins/inspect/plugin-gdp.xml:
13252         * gst/gdp/Makefile.am:
13253         * tests/check/Makefile.am:
13254           Move GDP plugin to -base from -bad.  Closes #347783.
13255
13256 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13257
13258         * gst-libs/gst/tag/gstvorbistag.c:
13259         (gst_tag_list_from_vorbiscomment_buffer):
13260           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13261           Also add some checks to make sure we don't memcmp() beyond the end of
13262           vorbiscomment buffer if the ID to check for is larger than the buffer.
13263
13264         * tests/check/libs/tag.c: (GST_START_TEST):
13265           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13266
13267 2006-08-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13268
13269         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13270         (gst_vorbis_enc_set_metadata):
13271           Use vorbis comment utility functions from libgsttag
13272           instead of re-inventing the wheel (partially fixes #347091).
13273
13274 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13275
13276         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13277         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13278         as some that won't.
13279
13280 2006-08-21  Wim Taymans  <wim@fluendo.com>
13281
13282         * docs/libs/Makefile.am:
13283         * docs/libs/gst-plugins-base-libs-sections.txt:
13284         * docs/libs/gst-plugins-base-libs.types:
13285         Don't try to GObject scan the netbuffer as it's not a GObject.
13286         Fixes #351308.
13287
13288         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13289         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13290         Document GstNetBuffer.
13291
13292 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13293
13294         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13295         (audioconvert_suite):
13296           Add testcase for caps-size-explosion
13297
13298 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13299
13300         * gst/audioconvert/gstaudioconvert.c:
13301         (gst_audio_convert_get_unit_size), (set_structure_widths):
13302           Lower debug, use g_assert in _get_unit_size
13303
13304         * gst/audioresample/gstaudioresample.c:
13305         (audioresample_get_unit_size):
13306         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13307         (gst_ffmpegcsp_get_unit_size):
13308         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13309           use g_assert in _get_unit_size
13310
13311 2006-08-18  Wim Taymans  <wim@fluendo.com>
13312
13313         * docs/libs/gst-plugins-base-libs-sections.txt:
13314         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13315         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13316         (gst_rtp_buffer_get_payload_buffer):
13317         * gst-libs/gst/rtp/gstrtpbuffer.h:
13318         Document GstRTPBuffer.
13319         Added function to efficiently strip payload headers.
13320         API: gst_rtp_buffer_get_payload_subbuffer()
13321
13322 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13323
13324         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13325         (gst_tag_to_vorbis_comments):
13326           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13327           tags and deserialise them properly as well (#347091).
13328           Add some more gtk-doc blurbs and also some g_return_if_fail().
13329
13330         * tests/check/libs/tag.c: (GST_START_TEST),
13331         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13332           More tests.
13333
13334 2006-08-17  Wim Taymans  <wim@fluendo.com>
13335
13336         * ext/ogg/Makefile.am:
13337         * ext/ogg/gstogg.c: (plugin_init):
13338         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13339         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13340         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13341         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13342         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13343         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13344         Added ogg-in-avi parser element. Fixes #140139.
13345
13346         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13347         Fixed a bug in oggdemux debug code.
13348
13349         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13350         (gst_riff_create_audio_template_caps):
13351         Recognise Ogg in the AVI extensible wave format.
13352
13353 2006-08-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13354
13355         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13356           Make buffer durations add up (duration should be next_ts-ts for
13357           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13358           from CVS.
13359
13360         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13361         (test_buffer_timestamps), (cddabasesrc_suite):
13362           Add unit test for the above.
13363
13364         * tests/check/Makefile.am:
13365           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13366           to see what happens.
13367
13368 2006-08-16  Wim Taymans  <wim@fluendo.com>
13369
13370         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13371         (gst_alsasink_open):
13372         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13373         (gst_alsasrc_open):
13374         Avoid setting and using a NULL device name.
13375         Print more info when we fail to open a device.
13376
13377 2006-08-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13378
13379         * docs/libs/gst-plugins-base-libs-sections.txt:
13380         * gst-libs/gst/tag/tag.h:
13381         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13382           API: add gst_tag_parse_extended_comment() (#351426).
13383
13384         * tests/check/Makefile.am:
13385         * tests/check/libs/.cvsignore:
13386         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13387           Add unit test for gst_tag_parse_extended_comment().
13388
13389 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13390
13391         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13393           Fix leak (#351502).
13394
13395 2006-08-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13396
13397         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13398         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13399         * docs/plugins/gst-plugins-base-plugins.args:
13400         * gst/playback/gstplaybin.c:
13401           Document playbin.
13402           
13403         * docs/plugins/inspect/plugin-adder.xml:
13404         * docs/plugins/inspect/plugin-alsa.xml:
13405         * docs/plugins/inspect/plugin-audioconvert.xml:
13406         * docs/plugins/inspect/plugin-audiorate.xml:
13407         * docs/plugins/inspect/plugin-audioresample.xml:
13408         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13409         * docs/plugins/inspect/plugin-cdparanoia.xml:
13410         * docs/plugins/inspect/plugin-decodebin.xml:
13411         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13412         * docs/plugins/inspect/plugin-gnomevfs.xml:
13413         * docs/plugins/inspect/plugin-ogg.xml:
13414         * docs/plugins/inspect/plugin-pango.xml:
13415         * docs/plugins/inspect/plugin-playbin.xml:
13416         * docs/plugins/inspect/plugin-subparse.xml:
13417         * docs/plugins/inspect/plugin-tcp.xml:
13418         * docs/plugins/inspect/plugin-theora.xml:
13419         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13420         * docs/plugins/inspect/plugin-video4linux.xml:
13421         * docs/plugins/inspect/plugin-videorate.xml:
13422         * docs/plugins/inspect/plugin-videoscale.xml:
13423         * docs/plugins/inspect/plugin-videotestsrc.xml:
13424         * docs/plugins/inspect/plugin-volume.xml:
13425         * docs/plugins/inspect/plugin-vorbis.xml:
13426         * docs/plugins/inspect/plugin-ximagesink.xml:
13427         * docs/plugins/inspect/plugin-xvimagesink.xml:
13428           Update to CVS version.
13429
13430 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13431
13432         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13433         (gst_play_bin_set_property), (gst_play_bin_get_property),
13434         (value_list_append_structure_list),
13435         (gst_play_bin_handle_redirect_message),
13436         (gst_play_bin_handle_message):
13437           API: GstPlayBin::connection-speed
13438           Add "connection-speed" property; re-order redirect messages with
13439           multiple redirect locations depending on the minimum bitrate if
13440           that information is available and a connection speed is set
13441           (#350399).
13442
13443 2006-08-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13444
13445         * gst/playback/gstplaybin.c:
13446           Update max volume to the same value that the volume element uses.
13447
13448 2006-08-14  Wim Taymans  <wim@fluendo.com>
13449
13450         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13451         Less uglyness..
13452
13453 2006-08-14  Wim Taymans  <wim@fluendo.com>
13454
13455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13456         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13457         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13458         Add some more debug info.
13459         Don't crash when a seek failed.
13460         Actually return the result of the seek instead of TRUE.
13461         Ignore multiple BOS pages with the same serial so that we don't create
13462         the same stream multiple times.
13463         Post an error when we fail to do the initial seek.
13464
13465 2006-08-13  Wim Taymans  <wim@fluendo.com>
13466
13467         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13468         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13469         Small code cleanup.
13470
13471         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13472         (gst_alsa_mixer_new):
13473         Remove hack that always set the device to hw:0*.
13474         Properly find the card name for whatever device was configured.
13475         Do some better debugging.
13476         Fixes #350784.
13477
13478         * ext/alsa/gstalsamixerelement.c:
13479         (gst_alsa_mixer_element_set_property),
13480         (gst_alsa_mixer_element_change_state):
13481         Cleanups.
13482         Handle setting of a NULL device name better.
13483
13484 2006-08-11  Wim Taymans  <wim@fluendo.com>
13485
13486         * gst/adder/gstadder.c:
13487         Don't clip float values. Fixes #350900.
13488
13489 2006-08-11  Andy Wingo  <wingo@pobox.com>
13490
13491         * gst/tcp/gsttcp.c: Really fix the build?
13492
13493         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13494         fixes the build.
13495
13496 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13497
13498         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13499           Float caps shouldn't have a "signed" field.
13500
13501 2006-08-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13502
13503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13504           Implement SEEKING query in its most basic form, so that we can
13505           at least check if we're seekable or not (#350655).
13506
13507 2006-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13508
13509         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13510           The checks here are not even close to anything that would
13511           justify MAXIMUM probability, lowering to POSSIBLE until someone
13512           fixes the checks (case at hand: quicktime redirection files
13513           might start with 00 00 01 XX and pass the checks here just
13514           fine, see #350399).
13515
13516 2006-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13517
13518         Patch by: Sjoerd Simons  <sjoerd at luon net>
13519
13520         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13521           Better detection for multipart/x-mixed-replace: accept leading
13522           whitespaces before the boundary marker as well (as our very own
13523           multipartmux used to produce) (#349068).
13524
13525 2006-08-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13526
13527         Patch by: Young-Ho Cha  <ganadist at chollian net>
13528
13529         * gst-libs/gst/riff/riff-ids.h:
13530         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13531         (gst_riff_create_audio_template_caps):
13532           Detect DTS audio streams (#350157).
13533
13534 2006-08-05  Andy Wingo  <wingo@pobox.com>
13535
13536         * ext/theora/gsttheoraparse.h:
13537         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13538         (theora_parse_dispose, theora_parse_set_property)
13539         (theora_parse_get_property, theora_parse_munge_granulepos)
13540         (theora_parse_push_buffer, theora_parse_change_state):
13541         API: GstTheoraParse::synchronization-points
13542         Add a property 'synchronization-points' to fix badly synchronized oggs.
13543
13544 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13545
13546         * tests/check/Makefile.am:
13547         * tests/check/libs/.cvsignore:
13548         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13549         (fixed_caps_have_channel_positions), (GST_START_TEST),
13550         (audio_suite), (main):
13551           Add a few tests for the channel position stuff in libgstaudio.
13552
13553 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13554
13555         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13556         (gst_alsa_detect_channels):
13557         * ext/alsa/gstalsasink.c:
13558           Add support for cards that (only) do more than 8 channels,
13559           like the Delta 44 (#345188).
13560
13561         * gst-libs/gst/audio/multichannel.c:
13562         (gst_audio_check_channel_positions):
13563         * gst-libs/gst/audio/multichannel.h:
13564           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13565           unspecified channel position and cannot be combined with any
13566           of the other audio channel positions; adjust position layout
13567           checks accordingly (#345188).
13568
13569 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13570
13571         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13572           Recognise ancient RealAudio files (see #349779).
13573
13574 2006-08-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13575
13576         Patch by: Jens Granseuer  <jensgr at gmx net>
13577
13578         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13579           Add typefinder for Interplay's MVE format (#348973).
13580
13581 2006-08-02  Wim Taymans  <wim@fluendo.com>
13582
13583         Patch by: Marcel Moreaux <marcelm at luon dot net>
13584
13585         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13586         (gst_base_rtp_depayload_add_to_queue):
13587         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13588         Handle RTP sequence number rollover.
13589         Disable jitterbuffer by default.
13590
13591 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13592
13593         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13594         (audioresample_set_caps):
13595         Don't leak references to the incoming caps. Clean them up when
13596         stopping.
13597
13598         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13599         (gst_video_scale_finalize):
13600         Don't leak our temporary pixel buffer.
13601
13602         * tests/check/Makefile.am:
13603         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13604         (GST_START_TEST), (simple_launch_lines_suite):
13605
13606         Fix leaks and re-enable the test for valgrind checking.
13607
13608 2006-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13609
13610         Patch by: Sjoerd Simons  <sjoerd at luon net>
13611
13612         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13613         (plugin_init):
13614           Add typefind function for multipart/x-mixed-replace (#348916).
13615
13616 2006-07-28  Wim Taymans  <wim@fluendo.com>
13617
13618         * gst/adder/gstadder.c: (gst_adder_setcaps),
13619         (gst_adder_query_duration):
13620         Fix leak in duration query.
13621         Reflow some docs and notes.
13622
13623 2006-07-28  Michael Smith  <msmith@fluendo.com>
13624
13625         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13626         (vorbisenc_suite):
13627           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13628           aspect of it.
13629
13630 2006-07-28  Michael Smith  <msmith@fluendo.com>
13631
13632         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13633         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13634         (gst_vorbis_enc_push_buffer),
13635         (gst_vorbis_enc_buffer_check_discontinuous),
13636         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13637         * ext/vorbis/vorbisenc.h:
13638           Handle discontinuities in the input vorbis stream correctly,
13639           so that the output is properly timestamped (and has good granulepos
13640           values). Needs some oggmux fixes too.
13641
13642 2006-07-27  Wim Taymans  <wim@fluendo.com>
13643
13644         patch by: Kai Vehmanen <kv2004 eca cx>
13645
13646         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13647         (gst_base_rtp_depayload_chain),
13648         (gst_base_rtp_depayload_handle_sink_event),
13649         (gst_base_rtp_depayload_change_state):
13650         Don't send multiple newsegments with different formats.
13651         Fixes #348677.
13652
13653 2006-07-26  Wim Taymans  <wim@fluendo.com>
13654
13655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13656         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13657         Make seeking in ogg more accurate again by doing the more correct
13658         granuletime to stream time conversion.
13659
13660 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13661
13662         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13663         (gst_multi_fd_sink_new_client):
13664           debug a little more understandably
13665           do not use goto as a substitute for break, especially if
13666           break is also being used
13667
13668 2006-07-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13669
13670         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13671         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13672           Remove GLib-2.6 compatibility cruft.
13673
13674 2006-07-24  Wim Taymans  <wim@fluendo.com>
13675
13676         * gst-libs/gst/audio/gstbaseaudiosink.c:
13677         (gst_base_audio_sink_render):
13678         Don't try to align a sample to an unknown value.
13679
13680 2006-07-24  Wim Taymans  <wim@fluendo.com>
13681
13682         * gst-libs/gst/audio/gstbaseaudiosink.c:
13683         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13684         When the audio clock is slaved to another clock, never try to align
13685         samples but trust the rate interpolation algorithm.
13686
13687 2006-07-24  Wim Taymans  <wim@fluendo.com>
13688
13689         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13690         Don't try to calculate silence samples, base class does this much
13691         better now.
13692
13693         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13694         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13695         (gst_ring_buffer_acquire):
13696         Calculate silence samples correctly.
13697
13698         * gst-libs/gst/audio/gstringbuffer.h:
13699         Add _CAST macro.
13700
13701 2006-07-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13702
13703         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13704           Limit search for the first markup tag to the first few kB of
13705           the file. If we don't find one there, it's highly unlikely that
13706           this is an XML(-ish) file.
13707
13708 2006-07-21  Andy Wingo  <wingo@pobox.com>
13709
13710         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13711         test to the one in vorbisenc. Also commented out.
13712
13713         * tests/check/pipelines/vorbisenc.c: 
13714         (test_discontinuity): New test, commented out until Mike lands
13715         some elite vorbisenc patches.
13716
13717         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13718         Bufferstraw was actually factored out of these tests. Now we share
13719         code yay.
13720
13721         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13722         for bufferstraw addition to gstcheck.
13723
13724 2006-07-21  Wim Taymans  <wim@fluendo.com>
13725
13726         * ext/theora/theoradec.c: (clip_buffer):
13727         Better clipping.
13728
13729 2006-07-21  Wim Taymans  <wim@fluendo.com>
13730
13731         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13732         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13733         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13734         Fix leak.
13735         Avoid type casting when we can.
13736
13737         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13738         Fix mem leak.
13739
13740 2006-07-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13741
13742         * ext/alsa/gstalsamixerelement.c:
13743         (gst_alsa_mixer_element_change_state):
13744           Make state change fail if the specified device can't be opened
13745           for some reason.
13746
13747 2006-07-20  Wim Taymans  <wim@fluendo.com>
13748
13749         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13750         (cb_newpad), (main):
13751         Example of a small audio/video player using decodebin.
13752
13753 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13754
13755         * gst-libs/gst/riff/riff-ids.h:
13756           Add 'fact' chunk id
13757
13758 2006-07-19  Wim Taymans  <wim@fluendo.com>
13759
13760         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13761         (gst_base_rtp_depayload_chain),
13762         (gst_base_rtp_depayload_change_state):
13763         Don't assert when not negotiated but post a meaningfull 
13764         error message. Fixes #347918.
13765
13766         * gst-libs/gst/rtp/gstbasertppayload.c:
13767         Add comment about better default MTU size.
13768
13769         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13770         Small cleanups, start docs.
13771
13772 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13773
13774         Patch by: Martin Szulecki
13775
13776         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13777           If "device-name" is requested and the device is not
13778           open, try to temporarily open it to obtain this
13779           information (#342494).
13780
13781 2006-07-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13782
13783         * gst-libs/gst/tag/gstid3tag.c:
13784           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13785
13786         * gst-libs/gst/tag/gsttageditingprivate.h:
13787         * gst-libs/gst/tag/gstvorbistag.c:
13788           Some more random const-ifications.
13789
13790 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13791
13792         * gst-libs/gst/riff/riff-ids.h:
13793         * gst-libs/gst/riff/riff-media.c:
13794         (gst_riff_create_video_template_caps):
13795           Add more FOURCCs (sort list to make stuff easier to find),
13796           add comment what those 16 bytes in struct _gst_riff_strh according to
13797           one avi-dumper are
13798
13799 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13800
13801         * gst-libs/gst/audio/multichannel.c:
13802         (gst_audio_check_channel_positions),
13803         (gst_audio_fixate_channel_positions):
13804           Const-ify two arrays.
13805
13806 2006-07-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13807
13808         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13809           Fix typo, so that alsasink also advertises 8 channels
13810           if that's supported (tags: can, worms, open, alsa, ph34r).
13811
13812 2006-07-17  Wim Taymans  <wim@fluendo.com>
13813
13814         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13815         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13816         *sigh*, when is the compiler going to warn when the comments
13817         are out-of-sync with the code.. Refix case of busted theora
13818         headers with 0 granule pos.
13819
13820 2006-07-14  Wim Taymans  <wim@fluendo.com>
13821
13822         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13823         (gst_base_rtp_depayload_wait),
13824         (gst_base_rtp_depayload_change_state),
13825         (gst_base_rtp_depayload_set_property),
13826         (gst_base_rtp_depayload_get_property):
13827         Fix 99% cpu load by waiting for absolute times on the
13828         clock. Fixes #347300.
13829
13830 2006-07-14  Andy Wingo  <wingo@pobox.com>
13831
13832         * ext/theora/gsttheoraparse.h: 
13833         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13834         (theora_parse_push_headers, theora_parse_clear_queue)
13835         (theora_parse_drain_queue_prematurely, )
13836         (theora_parse_sink_event, theora_parse_change_state): Queue events
13837         until we initialized our state, like in vorbisparse.
13838
13839         * ext/vorbis/vorbisparse.h: 
13840         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13841         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13842         (vorbis_parse_drain_queue_prematurely, )
13843         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13844         until we have initialized our state. Fixes seeking after an
13845         initial pad block.
13846
13847 2006-07-14  Andy Wingo  <wingo@pobox.com>
13848
13849         Patch by: Iain Holmes <iaingnome@gmail.com>
13850         
13851         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13852
13853 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13854
13855         * configure.ac:
13856         Bump nano back to CVS
13857
13858 === release 0.10.9 ===
13859
13860 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13861
13862         * configure.ac:
13863           releasing 0.10.9, "I walk the line"
13864
13865 2006-07-14  Michael Smith  <msmith@fluendo.com>
13866
13867         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13868           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13869           (commonly happens when running this test under valgrind) when trying
13870           to remove the buffer probe.
13871
13872 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13873
13874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13875         Fix missing g_unlock from the previous commit
13876
13877 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13878
13879         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13880         (gst_ximagesink_change_state):
13881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13882         (gst_xvimagesink_change_state):
13883         Implement a locking order to ensure we always take the object lock
13884         before the x_lock and never vice-versa.
13885
13886 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13887
13888         * gst/playback/gstdecodebin.c: (find_compatibles):
13889         Fix a caps leak when linking (#347304)
13890
13891         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13892         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13893         (gst_ximagesink_change_state):
13894         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13895         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13896         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13897         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13898         Don't leak shared memory resources. Use the object lock to protect
13899         against the xcontext disappearing while returning a buffer from the
13900         pipeline. (#347304)
13901
13902 2006-07-12  Edward Hervey  <edward@fluendo.com>
13903
13904         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13905         (vorbis_handle_comment_packet):
13906         gst_tag_list_merge() returns a new object. Take that into account when
13907         using it. This avoids memleak.
13908         Revert previous commit which is not needed.
13909
13910 2006-07-12  Edward Hervey  <edward@fluendo.com>
13911
13912         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13913         Reset the decoder in finalize so that all fields get cleared.
13914
13915 2006-07-12  Wim Taymans  <wim@fluendo.com>
13916
13917         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13918         (gst_base_audio_src_set_clock),
13919         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13920         Don't try to post an error message when setting the clock fails
13921         as this can happen when adding an element to a bin which will then
13922         deadlock. Fixes #347296.
13923
13924 2006-07-12  Edward Hervey  <edward@fluendo.com>
13925
13926         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13927         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13928         (vorbis_handle_type_packet):
13929         Post tag messages on the bus even if we're not initialized.
13930         If we're not initialized, we still postpone the event pushing of tags.
13931
13932 2006-07-12  Wim Taymans  <wim@fluendo.com>
13933
13934         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13935         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13936         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13937         Revert last two changes that broke the freeze.
13938
13939 2006-07-12  Wim Taymans  <wim@fluendo.com>
13940
13941         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13942         basesink calculates silence sample correctly for us.
13943
13944 2006-07-12  Wim Taymans  <wim@fluendo.com>
13945
13946         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13947         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13948         Calculate correct silence samples so we don't fill our ringbuffer
13949         with noise.
13950
13951 2006-07-12  Edward Hervey  <edward@fluendo.com>
13952
13953         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13954         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13955         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13956         * ext/vorbis/vorbisdec.h:
13957         Delay sending events (newsegment, tags) until the decoder is properly
13958         initialized.
13959         Fixes #347295
13960
13961 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13962
13963         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13964         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13965           Patch from #347221 adding a test for audioconvert
13966           channel remappings.
13967
13968 2006-07-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13969
13970         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13971         (gst_ssa_parse_parse_line):
13972           Don't include the terminating NUL in the buffer size,
13973           it's only there for extra paranoia (would add random
13974           '*' characters at the end of each subtitle since the
13975           terminator itself is not valid UTF-8 technically).
13976           Also fix indenting after boilerplate macro.
13977
13978 2006-07-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
13979
13980         * gst/playback/gstdecodebin.c: (close_pad_link):
13981           Also emit 'unknown-type' signal (which should really be
13982           called unhandled-type) if we found potential decoders/demuxers
13983           in the registry but none of them worked in the end (as in the
13984           case where the plugins don't exist any longer but are still
13985           listed in the registry). Fixes #329798.
13986
13987 2006-07-08  Andy Wingo  <wingo@pobox.com>
13988
13989         * theoraparse.c (theora_parse_push_buffer)
13990         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13991         Add some more debugging. Fix granulepos reconstruction in the face
13992         of discontinuities.
13993
13994 2006-07-06  Wim Taymans  <wim@fluendo.com>
13995
13996         * gst-libs/gst/audio/gstbaseaudiosink.c:
13997         (gst_base_audio_sink_class_init),
13998         (gst_base_audio_sink_provide_clock):
13999         Use gobject_class instead of G_OBJECT_CLASS (klass)
14000
14001         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14002         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14003         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14004         (gst_base_audio_src_get_time),
14005         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14006         (gst_base_audio_src_create_ringbuffer):
14007         Fix latency and buffer-time constants and properties ala basesink.
14008         Implement pull based scheduling. Fixes #346527.
14009         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14010         one segment.
14011         Refuse slaving to another clock instead of silently not working.
14012         Only provide a clock when we are actually able to do so.
14013         Various small cleanups and compiler hints.
14014
14015 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14016
14017         Patch by: Lutz Mueller <lutz at topfrose de>
14018
14019         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14020         (plugin_init):
14021           Add typefinding for text/html (#346581).
14022
14023 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14024
14025         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14026         (xml_check_first_element), (xml_type_find), (smil_type_find):
14027           Fix SMIL typefinding, make xml_check_first_element() more
14028           useful.
14029
14030 2006-07-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14031
14032         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14033         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14034         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14035         * gst/playback/gstplaybasebin.h:
14036           Protect list of elements with a subtitle-encoding property and
14037           the subtitle encoding member itself with a lock of their own
14038           instead of using the object lock. This prevents a dead-lock in
14039           the element-remove callback in some circumstances when shutting
14040           down playbin.
14041
14042 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14043
14044         * win32/common/libgsttag.def:
14045         Export some new functions.
14046         * win32/vs6/libgstogg.dsp:
14047         Add a link to libgsttag-0.10.lib.
14048
14049 2006-07-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14050
14051         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14052           Some const-ification.
14053
14054 2006-07-04  Wim Taymans  <wim@fluendo.com>
14055
14056         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14057         Improve checking if we are dealing with a stream. Added some
14058         more uris that need buffering.
14059
14060 2006-07-03  Edward Hervey  <edward@fluendo.com>
14061
14062         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14063         Remove unused variable.
14064
14065 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14066
14067         * Makefile.am:
14068           include lcov.mak
14069         * configure.ac:
14070           add GCOV_LIBS to GST_LIBS
14071
14072 2006-07-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14073
14074         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14075
14076         * ext/alsa/gstalsasrc.c:
14077           Add 32 bps to template caps and increase channels range
14078           from [1,2] to [1,MAX]. See #346326.
14079
14080 2006-06-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14081
14082         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14083           Recognise 'WMVA' video codec fourcc (#345879).
14084           
14085 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14086          
14087         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14088           Fixed nasty memory leak
14089
14090 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14091
14092         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14093         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14094           fix logging
14095
14096 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14097
14098         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14099         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14100         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14101         Protect remove_fakesink using a mutex, so that we don't try and
14102         remove the fakesink simultaneously from multiple threads.
14103
14104         When going from READY to PAUSED, restore the fakesink, so that
14105         it is there when decodebin gets reused.
14106
14107 2006-06-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14108
14109         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14110         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14111         * gst-libs/gst/rtp/gstbasertppayload.c:
14112         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14113         * gst/tcp/gstmultifdsink.c:
14114         * gst/tcp/gsttcpclientsink.c:
14115         * gst/tcp/gsttcpclientsrc.c:
14116         * gst/tcp/gsttcpserversink.c:
14117         * gst/tcp/gsttcpserversrc.c:
14118         * gst/videorate/gstvideorate.c:
14119         * gst/videotestsrc/gstvideotestsrc.c:
14120         * sys/v4l/gstv4ljpegsrc.c:
14121         * sys/v4l/gstv4lmjpegsink.c:
14122         * sys/v4l/gstv4lsrc.c:
14123         * tests/examples/seek/scrubby.c:
14124         * tests/examples/seek/seek.c:
14125           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14126
14127 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14128
14129         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14130           Second field in GEnumValue shouldn't be a description,
14131           but a stringified version of the enum value.
14132
14133 2006-06-22  Wim Taymans  <wim@fluendo.com>
14134
14135         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14136         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14137         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14138         Avoid type checking in buffer casts.
14139         Avoid caps copy in buffer_alloc when we can.
14140         Use pad_peer_accept.
14141
14142 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14143
14144         * gst-libs/gst/tag/tag.h:
14145           Oops, make that 'Since: 0.10.9'.
14146
14147 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14148
14149         * docs/libs/gst-plugins-base-libs-sections.txt:
14150         * gst-libs/gst/tag/tag.h:
14151         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14152         (gst_tag_image_type_get_type):
14153           API: add GstTagImageType enum to describe images contained
14154           in image tags (#345641).
14155
14156 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14157
14158         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14159           Fix warnings with gst-inspect: "buffers-min" property
14160           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14161           typo in property description.
14162
14163 2006-06-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14164
14165         Patch by: Cody Russell <bratsche at gnome org>
14166
14167         * gst/audioresample/gstaudioresample.c:
14168         (gst_audioresample_class_init):
14169         * gst/playback/gststreamselector.c:
14170         (gst_stream_selector_class_init):
14171         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14172         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14173         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14174         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14175         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14176         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14177         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14178         * gst/videotestsrc/gstvideotestsrc.c:
14179         (gst_video_test_src_class_init):
14180         * gst/volume/gstvolume.c: (gst_volume_class_init):
14181           Avoid unnecessary class cast check in class_init
14182           functions (#337747).
14183
14184 2006-06-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14185
14186         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14187         (gst_text_overlay_video_chain):
14188           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14189           and doesn't validate its input either (and neither did
14190           textoverlay it seems). Let's do that then and fix #345206.
14191
14192 2006-06-19  Wim Taymans  <wim@fluendo.com>
14193
14194         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14195         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14196         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14197         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14198         (find_syncframe), (find_limits), (assign_value),
14199         (count_burst_unit), (gst_multi_fd_sink_new_client),
14200         (gst_multi_fd_sink_handle_client_write),
14201         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14202         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14203         (gst_multi_fd_sink_change_state):
14204         * gst/tcp/gstmultifdsink.h:
14205         Added shiny new burst-on-connect methods.
14206         Add properties to control the minimal amount of data queued.
14207         Small cleanups.
14208         API: bytes-min property
14209         API: time-min property
14210         API: buffers-min property
14211         API: burst-unit property
14212         API: burst-value property
14213         API: add-full signal
14214
14215         * gst/tcp/gsttcp-marshal.list:
14216         Added new marshaller code for the new signal.
14217
14218         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14219         (multifdsink_suite):
14220         Added testcases for new burst methods.
14221
14222 2006-06-19  Edward Hervey  <edward@fluendo.com>
14223
14224         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14225         Implement clipping for accurate seeking.
14226         Closes #345225
14227
14228 2006-06-19  Wim Taymans  <wim@fluendo.com>
14229
14230         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14231
14232         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14233         (gst_video_scale_transform):
14234         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14235
14236 2006-06-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14237
14238         * configure.ac:
14239           Fix --disable-external (can't set conditionals conditionally,
14240           #343602).
14241
14242 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14243
14244         * tests/check/elements/audioresample.c: (test_reuse),
14245         (audioresample_suite):
14246           Add test case for bug #342789 fixed below.
14247
14248 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14249
14250         * gst/audioresample/gstaudioresample.c:
14251         (gst_audioresample_class_init), (gst_audioresample_init),
14252         (audioresample_start), (audioresample_stop),
14253         (gst_audioresample_set_property), (gst_audioresample_get_property):
14254           Implement GstBaseTransform::start and ::stop so that audioresample
14255           can clear its internal state properly and be reused instead of
14256           causing non-negotiated errors with playbin under some circumstances
14257           (#342789).
14258
14259         * tests/check/elements/audioresample.c: (setup_audioresample),
14260         (cleanup_audioresample):
14261           Need to set element state here so that ::start and ::stop are
14262           called.
14263
14264 2006-06-16  Wim Taymans  <wim@fluendo.com>
14265
14266         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14267
14268         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14269         Parse extra data better, apparently it's right behind
14270         the normal strf header size. Fixes #343500.
14271
14272 2006-06-16  Wim Taymans  <wim@fluendo.com>
14273
14274         * ext/alsa/gstalsasink.c: (set_hwparams):
14275         If we fail to set the buffer_time and period_time alsa
14276         parameters, post a warning and leave alsa select a 
14277         default instead of failing. Fixes #342085
14278
14279 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14280
14281         * docs/libs/gst-plugins-base-libs-sections.txt:
14282         * gst-libs/gst/cdda/gstcddabasesrc.h:
14283           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14284           out in the header file and shouldn't be listed in the docs.
14285
14286         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14287           Must dereference pointer to fourcc in the debug statement.
14288
14289 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14290
14291         * docs/libs/Makefile.am:
14292         * docs/libs/gst-plugins-base-libs-docs.sgml:
14293         * docs/libs/gst-plugins-base-libs-sections.txt:
14294         * docs/libs/gst-plugins-base-libs.types:
14295         add remaining symbols into correct setions
14296         
14297         * gst-libs/gst/audio/gstringbuffer.c:
14298         fix incomplete docs
14299         
14300         * gst-libs/gst/audio/gstringbuffer.h:
14301         comment out not yet implemented function
14302         
14303         
14304         * gst-libs/gst/floatcast/floatcast.h:
14305         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14306         add short descriptions
14307         
14308         
14309         * gst-libs/gst/interfaces/propertyprobe.c:
14310         fix return value docs   
14311         
14312         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14313         simplify debug logging
14314         
14315         * gst-libs/gst/riff/riff-read.h:
14316         sync function prototype and docs
14317         
14318         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14319         remove left over symbol
14320
14321 2006-06-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14322
14323         * autogen.sh:
14324         * configure.ac:
14325         * docs/Makefile.am:
14326           Use GST_PLUGIN_DOCS macro in configure.ac, add
14327           --enable-plugin-docs default to autogen.sh and use
14328           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14329
14330 2006-06-15  Wim Taymans  <wim@fluendo.com>
14331
14332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14333         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14334         (gst_ogg_demux_loop):
14335         Combine GstFlowReturn from the source pads to give a
14336         meaningfull result to the upstream peer or to stop the
14337         processing task in case of errors.
14338
14339 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14340
14341         * gst/playback/gststreaminfo.c: (cb_probe):
14342           Try GST_TAG_CODEC as fallback when extracting the
14343           codec name; more debug info.
14344
14345 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14346
14347         * ext/ogg/Makefile.am:
14348         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14349           Extract language tags from ogm subtitle streams, so that
14350           the subtitle menu choices are labelled correctly in
14351           Totem (fixes #344708).
14352
14353 2006-06-14  Wim Taymans  <wim@fluendo.com>
14354
14355         Patch by: Alessandro Decina <alessandro at nnva dot org>
14356
14357         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14358         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14359         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14360         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14361         Fix various leaks. Fixes #343699.
14362         Add x-smoke mime type.
14363
14364 2006-06-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14365
14366         * gst-libs/gst/riff/riff-ids.h:
14367           Add IDs for 'bext' chunks (see #343837).
14368
14369 2006-06-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14370
14371         Patch by: Young-Ho Cha  <ganadist at chollian net>
14372
14373         * gst/subparse/samiparse.c: (sami_context_pop_state),
14374         (handle_start_font), (end_sami_element):
14375           Honour font face tags in SAMI subtitles (#344503).
14376
14377 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14378
14379         * po/POTFILES.in:
14380           add missing files containing translatable strings
14381
14382 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14383
14384         * docs/libs/tmpl/.cvsignore:
14385           we don't want those *.sgml files in CVS either
14386
14387 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14388
14389         * docs/libs/.cvsignore:
14390         * tests/check/elements/.cvsignore:
14391         * tests/check/libs/.cvsignore:
14392           ignore more
14393
14394 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14395
14396         * docs/libs/Makefile.am:
14397           also commiting the changed Makefile.am (added more libs to the
14398           doc-build)
14399
14400 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14401
14402         * docs/libs/gst-plugins-base-libs-docs.sgml:
14403         * docs/libs/gst-plugins-base-libs-sections.txt:
14404         * docs/libs/gst-plugins-base-libs.types:
14405           first batch of reordering things, add index & hierarchy
14406
14407 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14408
14409         * configure.ac:
14410           use GST_PKG_CHECK_MODULES, cleans up output
14411
14412 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14413
14414         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14415           Add support for burn:// URIs (#343385); const-ify things a bit,
14416           use G_N_ELEMENTS instead of hard-coded array size.
14417
14418 2006-06-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14419
14420         Patch by: Young-Ho Cha  <ganadist at chollian net>
14421
14422         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14423           Fix up broken entities before passing them to libxml *sigh*.
14424           (#343303).
14425           
14426 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14427
14428         * configure.ac:
14429           back to TRUNK
14430
14431 === release 0.10.8 ===
14432
14433 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14434
14435         * configure.ac:
14436           releasing 0.10.8, "Moar gij ziet mij nie"
14437
14438 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14439
14440         * configure.ac:
14441         * po/af.po:
14442         * po/az.po:
14443         * po/cs.po:
14444         * po/en_GB.po:
14445         * po/hu.po:
14446         * po/it.po:
14447         * po/nb.po:
14448         * po/nl.po:
14449         * po/or.po:
14450         * po/sq.po:
14451         * po/sr.po:
14452         * po/sv.po:
14453         * po/uk.po:
14454         * po/vi.po:
14455         * win32/common/config.h:
14456           0.10.7.2 prerelease
14457
14458 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14459
14460         * docs/libs/tmpl/gstaudio.sgml:
14461         * docs/libs/tmpl/gstcolorbalance.sgml:
14462         * docs/libs/tmpl/gstmixer.sgml:
14463         * docs/libs/tmpl/gstringbuffer.sgml:
14464         * docs/libs/tmpl/gsttuner.sgml:
14465         * docs/libs/tmpl/gstxoverlay.sgml:
14466         * gst-libs/gst/audio/audio.c:
14467         * gst-libs/gst/audio/gstringbuffer.c:
14468         * gst-libs/gst/interfaces/colorbalance.c:
14469         * gst-libs/gst/interfaces/mixer.c:
14470         * gst-libs/gst/interfaces/tuner.c:
14471         * gst-libs/gst/interfaces/xoverlay.c:
14472           move last template doc snippets to source code and delete them
14473
14474 2006-06-06  Michael Smith  <msmith@fluendo.com>
14475
14476         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14477         (theora_parse_drain_queue):
14478           Mark DELTA_UNIT on non-keyframes.
14479
14480 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14481
14482         * gst-libs/gst/audio/gstbaseaudiosink.c:
14483         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14484         * gst-libs/gst/audio/gstbaseaudiosink.h:
14485         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14486         (gst_ring_buffer_samples_done):
14487         * gst-libs/gst/audio/gstringbuffer.h:
14488         Document better the fact that latency_time and buffer_time are values
14489         stored in microseconds, and not the usual GStreamer nanoseconds.
14490         Change the variables (compatibly) that store them from GstClockTime 
14491         to guint64 to make it more clear that they're not storing clock times.
14492         Also, remove the bogus property description that says the user can
14493         specify -1 to get the default value, since that's never been the case.
14494
14495         When computing the default segment size for the ring buffer, make it
14496         an integer number of samples.
14497
14498         When the sub-class indicates a delay greater than the number of
14499         samples we've written return 0 from the audio sink get_time method.
14500
14501 2006-06-02  Michael Smith  <msmith@fluendo.com>
14502
14503         * tests/check/elements/audioconvert.c: (set_channel_positions),
14504         (get_float_mc_caps), (get_int_mc_caps):
14505         * tests/check/elements/audioresample.c:
14506         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14507         * tests/check/elements/videorate.c:
14508         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14509         * tests/check/elements/volume.c:
14510         * tests/check/elements/vorbisdec.c:
14511         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14512           Don't busy-wait in tests; this was causing test timeouts very
14513           frequently when running under valgrind.
14514
14515 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14516
14517         * gst/tcp/README:
14518         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14519         (gst_multi_fd_sink_remove_client_link),
14520         (gst_multi_fd_sink_client_queue_caps),
14521         (gst_multi_fd_sink_client_queue_buffer),
14522         (gst_multi_fd_sink_handle_client_write),
14523         (gst_multi_fd_sink_render):
14524         * gst/tcp/gstmultifdsink.h:
14525           make multifdsink properly deal with streamheader:
14526           - streamheader is taken from caps
14527           - buffers marked with IN_CAPS are not sent
14528           - streamheaders are sent, on connection, from the caps of the
14529             buffer where the client gets positioned to
14530           - further streamheader changes are done every time the client
14531             will receive a buffer with different caps
14532         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14533         (gst_multifdsink_create_streamheader):
14534           add tests for this
14535
14536 2006-06-02  Michael Smith  <msmith@fluendo.com>
14537
14538         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14539           Reinstate limit on channel count. Vorbis does not define the meaning
14540           of > 6 channels, so they're just independent channels. Gstreamer
14541           currently has no mechanism to represent N independent channels.
14542
14543 2006-06-02  Michael Smith  <msmith@fluendo.com>
14544
14545         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14546           Don't arbitrarily restrict channel counts and rate in vorbis.
14547           In terms of effects likely on real-world files, this fixes 96kHz
14548           playback of vorbis.
14549
14550 2006-06-02  Michael Smith  <msmith@fluendo.com>
14551
14552         * gst/audioconvert/audioconvert.c: (float):
14553           More correct float->int conversion.
14554
14555 2006-06-02  Michael Smith  <msmith@fluendo.com>
14556
14557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14558           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14559           value. Fixes g-critical on trying to play back ogg containing
14560           unknown codec.
14561
14562 2006-06-02  Wim Taymans  <wim@fluendo.com>
14563
14564         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14565         (setup_source):
14566         * gst/playback/gstplaybasebin.h:
14567         Make the subtitle detection work from any thread so we don't
14568         deadlock. Fixes #343397.
14569
14570 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14571
14572         * gst/volume/Makefile.am:
14573           Seriously, it's not *that* hard to get compilation right.  Even
14574           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14575
14576 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14577
14578         * gst/volume/gstvolume.c: (volume_choose_func),
14579         (volume_update_real_volume), (gst_volume_class_init),
14580         (gst_volume_init), (volume_process_float), (volume_process_int16),
14581         (volume_process_int16_clamp), (volume_set_caps),
14582         (volume_transform_ip), (plugin_init):
14583         * gst/volume/gstvolume.h:
14584         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14585         another property desc., remove unused param from process function
14586         
14587         * tests/check/elements/volume.c: (volume_suite):
14588         reactivate the passthrough test
14589
14590 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14591
14592         * ext/alsa/gstalsamixerelement.h:
14593         * ext/alsa/gstalsamixeroptions.h:
14594         * ext/alsa/gstalsamixertrack.h:
14595         * ext/gnomevfs/gstgnomevfssink.h:
14596         * ext/gnomevfs/gstgnomevfssrc.h:
14597         * ext/theora/gsttheoradec.h:
14598         * ext/theora/gsttheoraenc.h:
14599         * ext/theora/gsttheoraparse.h:
14600         * ext/vorbis/vorbisparse.h:
14601         * gst-libs/gst/audio/gstaudioclock.h:
14602         * gst-libs/gst/audio/gstaudiofilter.h:
14603         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14604         * gst/audioconvert/gstaudioconvert.h:
14605         * gst/audioresample/gstaudioresample.h:
14606         * gst/audiotestsrc/gstaudiotestsrc.h:
14607         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14608         * gst/playback/gststreamselector.h:
14609         * gst/tcp/gstmultifdsink.h:
14610         * gst/tcp/gsttcpclientsink.h:
14611         * gst/tcp/gsttcpclientsrc.h:
14612         * gst/tcp/gsttcpserversink.h:
14613         * gst/tcp/gsttcpserversrc.h:
14614         * gst/videorate/gstvideorate.h:
14615         * gst/videoscale/gstvideoscale.h:
14616         * gst/videotestsrc/gstvideotestsrc.h:
14617         * gst/volume/gstvolume.h:
14618         * sys/v4l/gstv4ljpegsrc.h:
14619         * sys/v4l/gstv4lmjpegsink.h:
14620         * sys/v4l/gstv4lmjpegsrc.h:
14621         * sys/v4l/gstv4lsrc.h:
14622         * sys/ximage/ximagesink.h:
14623         * sys/xvimage/xvimagesink.h:
14624         * tests/old/testsuite/alsa/sinesrc.h:
14625         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14626
14627 2006-05-31  Wim Taymans  <wim@fluendo.com>
14628
14629         * ext/libvisual/visual.c: (gst_visual_reset),
14630         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14631         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14632         Handle DISCONT.
14633         Use running time before doing QoS.
14634         Handle mono too.
14635
14636 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14637
14638         * docs/libs/Makefile.am:
14639           set a magic variable to indicate we know the docs are incomplete
14640
14641 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14642
14643         * win32/common/libgstvideo.def:
14644           export gst_video_calculate_display_ratio
14645         * win32/vs6/libgstvideoscale.dsp:
14646           add link to libgstvideo-0.10.lib
14647
14648 2006-05-30  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14649
14650         * gst/playback/gstplaybasebin.c: (gen_source_element):
14651           Throw a more comprehensible error for rtsp:// URIs (rather
14652           than erroring out with a negotiation error later on) until
14653           we fix playbin to handle rtspsrc etc.
14654
14655 2006-05-30  Wim Taymans  <wim@fluendo.com>
14656
14657         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14658         (gst_text_overlay_text_event):
14659         Added some FIXMEs.
14660
14661 2006-05-30  Wim Taymans  <wim@fluendo.com>
14662
14663         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14664         (gst_adder_request_new_pad), (gst_adder_release_pad):
14665         * gst/adder/gstadder.h:
14666         Implement release_request_pad.
14667         Make padcounter atomic.
14668
14669         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14670         Added check for release_pad in adder.
14671
14672 2006-05-30  Wim Taymans  <wim@fluendo.com>
14673
14674         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14675         Fix build again.
14676
14677 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14678
14679         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14680         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14681         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14682         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14683         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14684         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14685         (gst_ogg_demux_bisect_forward_serialno),
14686         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14687         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14688           add more debugging
14689           clean up printf formats for granulepos and serialno
14690
14691 2006-05-30  Michael Smith  <msmith@fluendo.com>
14692
14693         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14694         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14695         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14696         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14697         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14698         * ext/vorbis/vorbisenc.h:
14699           Multi-channel caps negotiation, so we can do proper multichannel
14700           vorbis encoding, negotiated through audioconvert.
14701
14702 2006-05-30  Wim Taymans  <wim@fluendo.com>
14703
14704         * tests/check/elements/adder.c: (test_event_message_received),
14705         (test_play_twice_message_received), (GST_START_TEST),
14706         (adder_suite):
14707         Added check to show that #339935 is fixed with ongoing
14708         adder and collectpads fixes.
14709
14710 2006-05-29  Wim Taymans  <wim@fluendo.com>
14711
14712         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14713         Don't leak pad name.
14714
14715 2006-05-29  Wim Taymans  <wim@fluendo.com>
14716
14717         * gst/adder/gstadder.c: (gst_adder_query_duration),
14718         (forward_event_func), (forward_event), (gst_adder_src_event):
14719         Fix adder seeking.
14720         Make query/seeking code threadsafe.
14721
14722         * tests/check/Makefile.am:
14723         * tests/check/elements/adder.c: (test_event_message_received),
14724         (GST_START_TEST), (test_play_twice_message_received):
14725         Fix adder test case.
14726
14727 2006-05-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14728
14729         Patch by: Young-Ho Cha  <ganadist at chollian net>
14730
14731         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14732         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14733         (set_encoding_element), (decodebin_element_added_cb),
14734         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14735         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14736         * gst/playback/gstplaybasebin.h:
14737           Add 'subtitle-encoding' property to playbin, so applications can
14738           force a subtitle encoding for non-UTF8 subtitles (#342268).
14739
14740         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14741         (gst_sub_parse_set_property):
14742           Rename recently-added 'encoding' property to 'subtitle-encoding'
14743           (so it can be proxied by playbin/decodebin in a generic way
14744           with less danger of false positives).
14745
14746 2006-05-29  Michael Smith  <msmith@fluendo.com>
14747
14748         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14749         (append_with_other_format), (set_structure_widths),
14750         (gst_audio_convert_transform_caps):
14751           Patch from #341562: give more specific audio caps in get_caps, so
14752           that basetransform  can make better decisions on what caps to
14753           negotiate.
14754
14755 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14756
14757         * tests/check/elements/volume.c:
14758         make it compile again
14759
14760 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14761
14762         * tests/check/elements/volume.c: (volume_suite):
14763         disable test until #343196 gets resolved
14764
14765 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14766
14767         * gst/adder/gstadder.c: (gst_adder_get_type):
14768         Make it easier to copy&paste
14769         
14770         * gst/volume/Makefile.am:
14771         * gst/volume/gstvolume.c: (volume_update_real_volume),
14772         (gst_volume_set_volume), (gst_volume_set_mute),
14773         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14774         (volume_transform_ip), (volume_update_mute),
14775         (volume_update_volume):
14776         * gst/volume/gstvolume.h:
14777         Add own debug category, move duplicate code to helper function, fix
14778         property texts, add more comments and prepare ffor liboil-goodness
14779         
14780         * tests/check/Makefile.am:
14781         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14782         add test for mute and passtrough case, be a bit more verbose to track
14783         failure
14784         
14785         * tests/check/generic/states.c: (GST_START_TEST):
14786         catch elements that fail to instantiate
14787
14788 2006-05-28  Edward Hervey  <edward@fluendo.com>
14789
14790         * tests/check/pipelines/simple-launch-lines.c:
14791         * tests/check/pipelines/theoraenc.c:
14792         * tests/check/pipelines/vorbisenc.c:
14793         Comment out tests using parse_launch() if core was built without
14794         parsing capabilities.
14795
14796 2006-05-27  Edward Hervey  <edward@fluendo.com>
14797
14798         * tests/check/Makefile.am:
14799         Extra bonus points for whoever explains to ensonic that you are meant
14800         to test unit tests thoroughly before commiting them, especially if
14801         you know it's going to break.
14802         De-activated element/adder tests.
14803
14804 2006-05-27  Edward Hervey  <edward@fluendo.com>
14805
14806         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14807         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14808         Marking caps conversion issues as GST_WARNING is way too verbose,
14809         Moving them to GST_LOG.
14810
14811 2006-05-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14812
14813         * README:
14814           Replace current README (containing the release notes from
14815           some 0.9.x version) with a proper README taken from the core.
14816
14817 2006-05-26  Wim Taymans  <wim@fluendo.com>
14818
14819         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14820         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14821         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14822         (vorbis_dec_change_state):
14823         Small cleanups.
14824         Add some FIXMEs
14825         Clip output samples to segment boundaries.
14826
14827 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14828
14829         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14830         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14831         Improve the errors produced on bad output, including some human
14832         readable description strings.
14833         Handle the (theoretical for ximagesink) case where the XServer 
14834         has a different idea about the size required for a particular 
14835         frame and gives us too small a memory allocation.
14836
14837 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14838
14839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14840         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14841         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14842         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14843         Improve the errors produced on bad output, including some human 
14844         readable description strings.
14845         Handle RGB Xv formats properly by transforming them into our 
14846         big-endian caps description.
14847         Use gst_caps_truncate to ensure that we never try and choose a
14848         non-fixed caps in buffer_alloc.
14849         Handle the case where the XServer has a different idea about the size
14850         required for a particular frame and gives us too small a memory
14851         allocation.
14852         Use -1 to indicate 'no image format', because 0 is a valid XServer
14853         image format number.
14854         Put RGB Xv formats at the end of the caps, so that we always prefer
14855         YUV format frames.
14856         Iterate the available Xv Encodings to determine the maximum width and
14857         height, and then return that in our caps.
14858         (Closes #315312, #337544)
14859
14860 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14861
14862         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14863         When there is only one unfinished pad and it receives an event that
14864         doesn't match our requirements, we need to set alldone=FALSE so that
14865         the fakesink is not removed yet.
14866
14867 2006-05-25  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14868
14869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14870           Use gst_type_find_helper_for_buffer() to find the type
14871           of stream from the first packet.
14872
14873         * configure.ac:
14874           Bump requirements to core CVS (needed for vorbis
14875           typefinding to work).
14876
14877 2006-05-24  Edward Hervey  <edward@fluendo.com>
14878
14879         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14880         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14881         contain.  Else they play perfectly fine with qtdemux.
14882
14883 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14884
14885         * ext/theora/theoradec.c:
14886         * ext/theora/theoraenc.c:
14887         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14888         * gst/audiorate/gstaudiorate.c:
14889           make more debug catagories static
14890         
14891         * tests/check/Makefile.am:
14892         * tests/check/elements/adder.c: (message_received),
14893         (test_event_message_received), (GST_START_TEST),
14894         (test_play_twice_message_received), (adder_suite):
14895           added test case for using element twice, extra bonus points for anyone
14896           who can make these test run reliably
14897
14898 2006-05-23  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14899
14900         * ext/theora/theoradec.c: (theora_dec_chain):
14901           Make work with time-stamped input buffers that do not
14902           have a granulepos in BUFFER_OFFSET_END (like theora
14903           buffers coming from matroskademux). Fixes #342448.
14904
14905 2006-05-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14906
14907         Patch by: Peter Kjellerstedt  <pkj at axis com>
14908
14909         * gst/tcp/Makefile.am:
14910           fdstresstest doesn't need Gtk+, fix compilation if 
14911           gtk is not available (#342566).
14912
14913 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14914          
14915         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14916           80 line columns
14917           Removed redundant floor()
14918
14919 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14920
14921         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14922           On second thought, just skip JUNK chunks automatically, so
14923           the caller doesn't have to handle this. Fixes #342345.
14924           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14925           not GST_FLOW_ERROR.
14926
14927 2006-05-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14928
14929         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14930           Don't bail out on JUNK chunks with a size of 0 (would try to
14931           pull_range 0 bytes before, which sources don't like too much).
14932           See #342345.
14933
14934 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14935
14936         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14938         Use the gstutil scaling function to preserve 64 bits while calculating
14939         output width and height from the display-aspect-ratio. (A continuation
14940         of #341542)
14941
14942 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14943
14944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14945         (gst_xvimagesink_buffer_alloc):
14946         * sys/xvimage/xvimagesink.h:
14947         When performing buffer allocations, remember the caps and image format
14948         we return so that if the same caps are asked for next time we can
14949         return them immediately without doing any caps intersections.
14950
14951 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14952          
14953         * gst-libs/gst/rtp/README:
14954           Some new documentation
14955         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14956           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14957         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14958         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14959           New RTP audio base payloader class. Supports frame or sample based
14960           codecs.  Not enabled in Makefile.am until approved.
14961
14962 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14963
14964         * tests/check/elements/alsa.c: (test_device_property_probe):
14965           Fix test case: don't try to free NULL GValueArray when there
14966           are no devices.
14967
14968 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14969
14970         * tests/check/Makefile.am:
14971         * tests/check/elements/alsa.c: (test_device_property_probe),
14972         (alsa_suite), (main):
14973           Add simple test that runs a device property probe on alsasrc,
14974           alsasink and alsamixer. Disable valgrind check for now (too
14975           many leaks in libasound, and valgrind ignored my suppressions
14976           additions).
14977
14978 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
14979
14980         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14981         (gst_alsa_device_property_probe_probe_property),
14982         (gst_alsa_device_property_probe_needs_probe),
14983         (gst_alsa_device_property_probe_get_values),
14984         (gst_alsa_type_add_device_property_probe_interface):
14985         * ext/alsa/gstalsadeviceprobe.h:
14986         * ext/alsa/gstalsamixerelement.c:
14987         (gst_alsa_mixer_element_init_interfaces):
14988         * ext/alsa/gstalsamixerelement.h:
14989           Clean up and simplify alsa device probing. Make it actually work
14990           for multiple classes. Don't cache results any longer.
14991
14992         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14993         (gst_alsasink_init):
14994         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14995         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14996         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14997           Make alsasink and alsasrc implement the GstPropertyProbe interface
14998           for device probing (#342181).
14999           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15000
15001 2006-05-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15002
15003         * gst/subparse/samiparse.c: (handle_start_font):
15004           Don't ignore return value of strtol (++compiler_happiness).
15005
15006 2006-05-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15007
15008         Patch by: Young-Ho Cha  <ganadist chollian net>
15009
15010         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15011         (gst_sub_parse_class_init), (gst_sub_parse_init),
15012         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15013         (convert_encoding):
15014         * gst/subparse/gstsubparse.h:
15015           Add 'encoding' property (#341681).
15016
15017         * gst/subparse/samiparse.c: (characters_sami):
15018           Output is pango markup, so we need to escape text
15019           between tags (#342143).
15020
15021 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15022
15023         * gst-libs/gst/audio/multichannel.c:
15024         (gst_audio_check_channel_positions):
15025           It's okay to have caps with channels=1 and a channel position
15026           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15027           (deinterleavers might want to keep the position in the caps,
15028           so that they can be re-interleaved again properly later).
15029           Leave check for unexpected 2-channel layouts intact for now.
15030
15031 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15032
15033         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15034         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15035         basesrc can do its job correctly.
15036
15037 2006-05-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15038
15039         * ext/alsa/Makefile.am:
15040         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15041         (gst_alsa_detect_formats), (get_channel_free_structure),
15042         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15043         (gst_alsa_probe_supported_formats):
15044         * ext/alsa/gstalsa.h:
15045         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15046           Refactor and improve caps probing code: probe signedness
15047           when we probe the supported formats/widths; set endianness
15048           to the one we actually probed for (ie. cpu endianness).
15049           
15050         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15051         (gst_alsasrc_close):
15052         * ext/alsa/gstalsasrc.h:
15053           Implement caps probing for alsasrc.
15054
15055 2006-05-15  Wim Taymans  <wim@fluendo.com>
15056
15057         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15058         (theora_dec_src_query), (theora_dec_src_event),
15059         (theora_dec_sink_event), (theora_handle_comment_packet),
15060         (theora_handle_data_packet), (theora_dec_change_state):
15061         Cleanups, add some G_LIKELY.
15062         Use segment helpers instead of our own wrong code.
15063         Clear queued buffers on seek and READY.
15064
15065         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15066         (vorbis_dec_convert), (vorbis_dec_src_query),
15067         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15068         (vorbis_handle_comment_packet), (vorbis_dec_push),
15069         (vorbis_handle_data_packet), (vorbis_dec_chain),
15070         (vorbis_dec_change_state):
15071         * ext/vorbis/vorbisdec.h:
15072         Remove old useless packetno variable.
15073         Do position query properly.
15074         Add some G_LIKELY.
15075         Do cleanup of queued buffers in new helper function
15076         and use it.
15077
15078 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15079
15080         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15081           Query supported sample rates. Fixes #341732.
15082
15083 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15084
15085         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15086         (gst_decode_bin_change_state): Make decodebin reusable
15087         when going from PAUSE_TO_READY and then back to PAUSED.
15088         Fixes #331678.
15089
15090 2006-05-15  Wim Taymans  <wim@fluendo.com>
15091
15092         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15093         (vorbis_dec_convert), (vorbis_dec_src_query),
15094         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15095         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15096         (vorbis_dec_clean_queued), (vorbis_dec_push),
15097         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15098         Cleanups. Use refcounting and DEBUG_OBJECT.
15099         Reset segment on flush, use code methods instead of our
15100         own wrong version.
15101         Fix potential memleak.
15102
15103 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15104
15105         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15106         (gst_alsasink_init):
15107         * ext/alsa/gstalsasink.h:
15108           Don't leak allocated snd_output_t structure if there's
15109           more than one alsasink instance at a time (#341873).
15110           Also fix GObject macros in header file.
15111           
15112 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15113
15114         * gst/subparse/gstsubparse.c:
15115         (gst_sub_parse_data_format_autodetect):
15116           Don't use libxml functions in the typefinding code.
15117
15118 2006-05-15  Wim Taymans  <wim@fluendo.com>
15119
15120         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15121         Fix seeking performance in the case where a non-header 
15122         packet has a 0 granulepos (busted theora case). 
15123         Fixes #341719
15124         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15125          the first place, you limelight stealer you)
15126
15127 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15128
15129         * gst/subparse/gstsubparse.c:
15130         (gst_sub_parse_data_format_autodetect):
15131           Improve SAMI typefinding: handle case where there are
15132           whitespaces or newlines in front of the first <SAMI>
15133           tag (#169936).
15134
15135 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15136
15137         * configure.ac:
15138           Build video4linux plugin even if there's no XVIDEO, just
15139           without implementing the GstXOverlay interface (#334002).
15140          
15141 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15142
15143         * configure.ac:
15144         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15145         (plugin_init):
15146           Add tentative support for libvisual-0.4 (#336881).
15147
15148 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15149
15150         Patch by: Young-Ho Cha <ganadist at chollian net>
15151
15152         * gst/subparse/samiparse.c: (handle_start_font):
15153           Need to map "silver" colour explicitly (#169936).
15154
15155 2006-05-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15156
15157         Patch by: Young-Ho Cha  <ganadist at chollian net>
15158
15159         * gst/subparse/Makefile.am:
15160         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15161         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15162         (gst_sub_parse_format_autodetect), (feed_textbuf),
15163         (gst_subparse_type_find), (plugin_init):
15164         * gst/subparse/gstsubparse.h:
15165         * gst/subparse/samiparse.c:
15166         * gst/subparse/samiparse.h:
15167           Add support for SAMI subtitles (#169936).
15168
15169 2006-05-14  Michael Smith  <msmith@fluendo.com>
15170
15171         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15172           Fix #341696: crash when mixing L+R+C to mono or stereo.
15173         * tests/check/Makefile.am:
15174         * tests/check/elements/audioconvert.c: (set_channel_positions),
15175         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15176         (audioconvert_suite):
15177           Add test for the above, including some generic framework bits for
15178           testing multichannel things.
15179
15180 === release 0.10.7 ===
15181
15182 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15183
15184         * configure.ac:
15185           releasing 0.10.7, "Leave the gun"
15186
15187 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15188
15189         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15191         Fix the build.
15192
15193 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15194
15195         * docs/libs/gst-plugins-base-libs-docs.sgml:
15196         * docs/libs/gst-plugins-base-libs-sections.txt:
15197         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15198         * gst-libs/gst/video/video.h:
15199         * gst/videoscale/Makefile.am:
15200         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15202         * tests/check/Makefile.am:
15203         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15204         (main):
15205           Fix integer overflow problem with pixel-aspect-ratio calculations
15206           in videoscale and xvimagesink (#341542)
15207
15208 2006-05-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15209
15210         * gst-libs/gst/tag/gstid3tag.c:
15211           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15212
15213 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15214
15215         * win32/MANIFEST:
15216           update win32 files listing
15217
15218 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15219
15220         patch by: Sjoerd Simons (sjoerd@luon.net)
15221
15222         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15223         (group_create), (group_destroy), (add_stream),
15224         (gst_play_base_bin_get_property),
15225         (gst_play_base_bin_get_streaminfo_value_array):
15226         * gst/playback/gstplaybasebin.h:
15227           API: GstPlayBaseBin::stream-info-value-array property
15228           use a more bindings-friendly way of exposing streaminfo
15229           using a GValueArray.  Tested in ipython.
15230           Closes #341114
15231
15232 2006-05-11  Wim Taymans  <wim@fluendo.com>
15233
15234         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15235         (queue_underrun_cb), (queue_filled_cb):
15236         Also catch queue underruns but don't do anything yet.
15237         Refactor and comment queue enlarging code a bit.
15238
15239         * gst/playback/gstplaybasebin.c: (queue_overrun),
15240         (queue_threshold_reached), (queue_out_of_data),
15241         (gen_preroll_element):
15242         If a queue over/underruns check that we don't create nasty
15243         deadlocks when the min-threshold is not reached but the
15244         max-bytes is. In those cases disable max-bytes when we
15245         know that the queue is fed timed data.
15246         Add more comments.
15247
15248 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15249
15250         * gst/playback/gstplaybin.c: (gen_audio_element):
15251           Make playbin automatically plug an 'audioresample'
15252           element before the audio sink as well. This solves
15253           problems with sinks that only accept a very specific
15254           sample rate, like esdsink (e.g. #340379).
15255
15256 2006-05-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15257
15258         * gst/playback/gstplaybasebin.c: (gen_source_element):
15259           Make http sources send special headers so that we receive
15260           icecast metadata if the http stream is an icecast stream
15261           (otherwise the server will just ignore them). This also
15262           means that from now on users will need the 'icydemux'
15263           element from gst-plugins-good installed if they want to
15264           listen to icecast radio streams. (#341432, #333657).
15265
15266 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15267
15268         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15269         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15270           remove stupid example from docs - it should come with a simple
15271           C program instead.
15272           Clean up/fix docs
15273         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15274         (fail_if_can_read), (GST_START_TEST),
15275         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15276           add a test for changing streamheader which exposes a bug in
15277           multifdsink
15278
15279 2006-05-11  Michael Smith  <msmith@fluendo.com>
15280
15281         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15282         (gst_gnome_vfs_src_received_headers_callback):
15283         * ext/gnomevfs/gstgnomevfssrc.h:
15284           Don't set icy-caps unless we have a sane interval value. Move
15285           interval to a local variable; we never use it outside this function.
15286
15287 2006-05-11  Wim Taymans  <wim@fluendo.com>
15288
15289         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15291         Register special buffer types along with the objects so
15292         that they are not registered at runtime from N different
15293         streaming threads since they are not threadsafe.
15294
15295 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15296
15297         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15298         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15299           add two more tests, one doing streamheader
15300
15301 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15302
15303         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15304           clean up the bufqueue when shutting down
15305         * tests/check/Makefile.am:
15306         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15307         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15308         (main):
15309           add a test for the leak that was just fixed
15310
15311 2006-05-10  Wim Taymans  <wim@fluendo.com>
15312
15313         * gst/adder/gstadder.c: (gst_adder_setcaps),
15314         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15315         (gst_adder_src_event), (gst_adder_sink_event),
15316         (gst_adder_class_init), (gst_adder_finalize),
15317         (gst_adder_request_new_pad), (gst_adder_collected):
15318         * gst/adder/gstadder.h:
15319         Updated some docs. Added comments and FIXMEs all over the place.
15320         Improve debugging info.
15321         Fix leak on finalize by not calling the parent.
15322         Implement duration query.
15323         Make event forwarding threadsafe.
15324         Correctly send NEWSEGMENT at start and after flush.
15325         Handle EOS correctly.
15326         Post error when not negotiated.
15327
15328         * tests/check/elements/adder.c: (GST_START_TEST):
15329         Added FIXME in the test.
15330
15331 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15332
15333         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15334         (gst_text_overlay_halign_get_type),
15335         (gst_text_overlay_wrap_mode_get_type):
15336         * ext/theora/theoradec.c: (theora_handle_type_packet),
15337         (theora_handle_data_packet):
15338         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15339         (theora_enc_sink_setcaps), (theora_enc_chain):
15340         * gst-libs/gst/cdda/gstcddabasesrc.c:
15341         (gst_cdda_base_src_mode_get_type):
15342         * gst/audiotestsrc/gstaudiotestsrc.c:
15343         (gst_audiostestsrc_wave_get_type):
15344         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15345         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15346         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15347         (gst_sync_method_get_type), (gst_unit_type_get_type),
15348         (gst_client_status_get_type):
15349         * gst/videoscale/gstvideoscale.c:
15350         (gst_video_scale_method_get_type):
15351         * gst/videotestsrc/gstvideotestsrc.c:
15352         (gst_video_test_src_pattern_get_type):
15353         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15354         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15355         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15356         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15357         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15358         (paint_setup_RGB565), (paint_setup_xRGB1555):
15359           Const-ify GEnumValue and GFlagsValue arrays. Use
15360           GST_ROUND_UP_* macros instead of home-made ones.
15361
15362 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15363
15364         * configure.ac:
15365           Require core CVS for the new newsegment stuff.
15366
15367 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15368
15369         Patch by: Sjoerd Simons  <sjoerd at luon net>
15370
15371         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15372           Register nick for enum value (#341160).
15373
15374 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15375
15376         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15377         (plugin_init):
15378          backout typefind patch #340375
15379          
15380         * tests/check/elements/adder.c: (message_received),
15381         (GST_START_TEST), (adder_suite):
15382           redo, signal-handling of test
15383
15384 2006-05-09  Wim Taymans  <wim@fluendo.com>
15385
15386         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15387         (gst_adder_collected):
15388         * gst/adder/gstadder.h:
15389         Remove bogus segment merging and forwarding, we don't
15390         care about timestamps anyway and we just produce a
15391         continuous stream. 
15392         Also create a nice NEWSEGMENT event when we start.
15393         Use _scale_int some more.
15394
15395 2006-05-09  Edward Hervey  <edward@fluendo.com>
15396
15397         * tests/icles/stress-xoverlay.c:
15398         Fix if core was built without parsing support.
15399
15400 2006-05-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15401
15402         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15403           Add SEDG (Samsung MPEG-4) fourcc.
15404
15405 2006-05-09  Edward Hervey  <edward@fluendo.com>
15406
15407         * tests/icles/stress-xoverlay.c:
15408         * tests/examples/volume/volume.c:
15409         Fix if core was built without parsing support.
15410
15411         * tests/examples/seek/seek.c:
15412         Disable the parse_launch example if core was built without parsing
15413         support.
15414
15415 2006-05-08  Edward Hervey  <edward@fluendo.com>
15416
15417         * autogen.sh: (CONFIGURE_DEF_OPT): 
15418         libtoolize on Darwin/MacOSX is called glibtoolize
15419
15420 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15421
15422         * tests/check/Makefile.am:
15423         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15424           Disable the adder test, until the build-slaves posses the kindness to 
15425           either like it or to give valid reason for not doing so 
15426
15427 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15428
15429         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15430         (adder_suite):
15431           Shuffle NULL state change around and raise timeout more
15432
15433 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15434
15435         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15436         (mp4_type_find), (plugin_init):
15437           Add typefind to distinguish between "audio/x-m4a" and new type
15438           "video/mp4". Fixes #340375
15439
15440         * tests/check/elements/adder.c: (adder_suite):
15441           Raise timeout to make buildbot happy
15442
15443 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15444
15445         * gst/adder/gstadder.c: (gst_adder_sink_event),
15446         (gst_adder_request_new_pad), (gst_adder_change_state):
15447         * gst/adder/gstadder.h:
15448         * tests/check/Makefile.am:
15449         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15450         (adder_suite), (main):
15451           Add sink-event handling to adder. It tries to merge incomming
15452           newsegment-events. Added test to check if segment_done is comming
15453           through. Fixes #340060
15454
15455 2006-05-05  Andy Wingo  <wingo@pobox.com>
15456
15457         * ext/theora/theoraparse.c (gst_theora_parse_init)
15458         (theora_parse_src_convert, theora_parse_src_query):
15459         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15460         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15461         query functions on the source pads of the theora and vorbis parse
15462         elements. Fixes position querying when doing a remux.
15463
15464 2006-05-05  Michael Smith  <msmith@fluendo.com>
15465
15466         * ext/theora/theoraparse.c: (parse_granulepos),
15467         (theora_parse_drain_queue_prematurely),
15468         (theora_parse_queue_buffer), (theora_parse_sink_event):
15469           Fix flushing.
15470           Fix invalid granulepos outputs when starting with a non-keyframe.
15471
15472 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15473
15474         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15475         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15476         Rearrange MPEG system stream detection, fixing some memleaks in the
15477         process.
15478         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15479         they clean up their data correctly.
15480         Remove unused ogganx caps and move the 'is_annodex' check to inside
15481         the 'is_ogg' if statement.
15482
15483 2006-05-05  Wim Taymans  <wim@fluendo.com>
15484
15485         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15486         Properly remove ghostpads. Fixes #340392
15487
15488 2006-05-04  David Schleef  <ds@schleef.org>
15489
15490         * gst/typefind/gsttypefindfunctions.c:
15491
15492 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15493
15494         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15495         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15496
15497         When typefinding an MP3 in push-based mode, don't penalise the
15498         probability down to 74% when we found 5 valid frames just because we
15499         can't peek the end of the file.
15500
15501         Make the probability for detecting MPEG Transport Streams based on the
15502         number of sequential headers we successfully detected.
15503
15504 2006-05-03  Wim Taymans  <wim@fluendo.com>
15505
15506         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15507         (vorbis_dec_push), (vorbis_dec_chain):
15508         Still produce an error when we receive an empty packet.
15509
15510 2006-05-03  Wim Taymans  <wim@fluendo.com>
15511
15512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15513         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15514         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15515         Mark buffers with DISCONT after seek and after activating new
15516         chains.
15517
15518         * ext/theora/gsttheoradec.h:
15519         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15520         (theora_get_query_types), (theora_dec_sink_event),
15521         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15522         (theora_dec_change_state):
15523         Fix frame counter.
15524         Detect and mark DISCONT buffers.
15525
15526         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15527         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15528         (vorbis_dec_change_state):
15529         * ext/vorbis/vorbisdec.h:
15530         Use GstSegment.
15531         Detect and mark DISCONT buffers.
15532         Don't crash on 0 sized buffers.
15533
15534 2006-05-03  Wim Taymans  <wim@fluendo.com>
15535
15536         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15537         (volume_transform_ip):
15538         Increase "volume" property to 10.0. Fixes #340369.
15539         Set the process function to NULL when capsnego fails so that
15540         we properly error out.
15541
15542 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15543
15544         * gst/playback/gstplaybin.c: (add_sink):
15545         * gst/playback/test.c: (main):
15546         * gst/playback/test5.c: (dump_element_stats):
15547         * gst/playback/test6.c: (main):
15548           free caps using gst_caps_unref, don't leak caps-strings
15549
15550 2006-05-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15551
15552         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15553         (plugin_init):
15554           Refine musepack typefinding a bit. Return MAXIMUM
15555           probability when we detect stream version 7 to make
15556           sure the mpeg audio typefinder doesn't trump us.
15557
15558 2006-04-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15559
15560         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15561           Protect against unexpected NULL strf_data buffer.
15562
15563 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15564
15565         * tests/check/elements/audioconvert.c: (verify_convert),
15566         (GST_START_TEST):
15567           interpret the out[] buffer in the order the bytes are actually
15568           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15569           Other tests should use BYTE_ORDER since the array is filled in
15570           with actual values
15571
15572 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15573
15574         * tests/check/elements/audioconvert.c: (verify_convert),
15575         (GST_START_TEST):
15576           when a test fails, give an indication of which it is
15577
15578 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15579
15580         * gst-libs/gst/cdda/gstcddabasesrc.c:
15581           compile fix; strtol() needs <stdlib.h>
15582
15583 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15584
15585         * ext/alsa/gstalsamixerelement.c:
15586         * ext/alsa/gstalsasrc.c:
15587         * ext/cdparanoia/gstcdparanoiasrc.c:
15588         * ext/gnomevfs/gstgnomevfssink.c:
15589         * ext/gnomevfs/gstgnomevfssrc.c:
15590         * ext/ogg/gstoggdemux.c:
15591         * ext/ogg/gstoggmux.c:
15592         * ext/ogg/gstoggparse.c:
15593         * ext/ogg/gstogmparse.c:
15594         * ext/pango/gstclockoverlay.c:
15595         * ext/pango/gsttextoverlay.c:
15596         * ext/pango/gsttextrender.c:
15597         * ext/pango/gsttimeoverlay.c:
15598         * ext/theora/theoradec.c:
15599         * ext/theora/theoraenc.c:
15600         * ext/vorbis/vorbisdec.c:
15601         * ext/vorbis/vorbisenc.c:
15602         * gst-libs/gst/audio/gstaudiofilter.c:
15603         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15604         * gst/audioconvert/gstaudioconvert.c:
15605         * gst/audiorate/gstaudiorate.c:
15606         * gst/audioresample/gstaudioresample.c:
15607         * gst/audiotestsrc/gstaudiotestsrc.c:
15608         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15609         * gst/playback/gstdecodebin.c:
15610         * gst/playback/gstplaybin.c:
15611         * gst/playback/gststreamselector.c:
15612         * gst/subparse/gstsubparse.c:
15613         * gst/tcp/gstmultifdsink.c:
15614         * gst/tcp/gsttcpclientsink.c:
15615         * gst/tcp/gsttcpclientsrc.c:
15616         * gst/tcp/gsttcpserversink.c:
15617         * gst/tcp/gsttcpserversrc.c:
15618         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15619         * gst/videorate/gstvideorate.c:
15620         * gst/videoscale/gstvideoscale.c:
15621         * gst/videotestsrc/gstvideotestsrc.c:
15622         * gst/volume/gstvolume.c:
15623         * sys/v4l/gstv4ljpegsrc.c:
15624         * sys/v4l/gstv4lmjpegsink.c:
15625         * sys/v4l/gstv4lmjpegsrc.c:
15626         * sys/v4l/gstv4lsrc.c:
15627         * sys/ximage/ximagesink.c:
15628         * sys/xvimage/xvimagesink.c:
15629         * tests/check/libs/cddabasesrc.c:
15630           make GstElementDetails const
15631
15632 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15633
15634         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15635         (gst_adder_init):
15636           send events from src-pad to all sink-pads fixes #338657
15637
15638 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15639
15640         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15641         (alsasink_parse_spec):
15642           query width capabilities from alsa, fixes #338919
15643
15644 2006-04-28  Wim Taymans  <wim@fluendo.com>
15645
15646         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15647         (gst_multi_fd_sink_remove_client_link):
15648         * gst/tcp/gstmultifdsink.h:
15649         Fix race condition in multifdsink that can lead to spurious 
15650         duplicate clients. this patch adds a new signal that is fired when
15651         multifdsink has removed all references to the fd.
15652         Fixes #339574.
15653         Updated documentation.
15654         API: client-fd-removed signal added
15655
15656 2006-04-28  Michael Smith  <msmith@fluendo.com>
15657
15658         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15659           When asking g_value_array_new to prealloc elements, we may as well
15660           ask for the right number of elements.
15661
15662 2006-04-28  Wim Taymans  <wim@fluendo.com>
15663
15664         * gst-libs/gst/audio/gstbaseaudiosink.c:
15665         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15666         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15667         patch to make timestamp checking more tollerant to rounding 
15668         errors given that real discontinuities are to be marked on
15669         buffers. Fixes some asf files and #338778.
15670         Also avoid some crashers when we receive an event in the 
15671         NULL state.
15672
15673 2006-04-28  Michael Smith  <msmith@fluendo.com>
15674
15675         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15676         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15677         (gst_gnome_vfs_src_get_property),
15678         (gst_gnome_vfs_src_send_additional_headers_callback),
15679         (gst_gnome_vfs_src_received_headers_callback),
15680         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15681         (gst_gnome_vfs_src_stop):
15682         * ext/gnomevfs/gstgnomevfssrc.h:
15683           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15684           proper shared support within icydemux.
15685
15686 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15687
15688         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15689         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15690           fix up docs
15691           fix a leak when no caps negotiated
15692           fix counting of input frames
15693         * tests/check/elements/.cvsignore:
15694         * tests/check/elements/videorate.c: (assert_videorate_stats),
15695         (GST_START_TEST), (videorate_suite):
15696           add tests for these
15697
15698 2006-04-28  Wim Taymans  <wim@fluendo.com>
15699
15700         * gst-libs/gst/audio/gstringbuffer.c:
15701         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15702         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15703         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15704         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15705         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15706         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15707         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15708         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15709         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15710         Check arguments passed to public functions instead of
15711         crashing.
15712
15713 2006-04-28  Wim Taymans  <wim@fluendo.com>
15714
15715         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15716         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15717         GstBaseAudioSrc must be live or it does not work.
15718
15719         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15720         Don't set live to TRUE as this is the default in the parentclass.
15721
15722 2006-04-28  Wim Taymans  <wim@fluendo.com>
15723
15724         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15725         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15726         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15727         fixation cases better. Fixes #338991
15728
15729 2006-04-28  Wim Taymans  <wim@fluendo.com>
15730
15731         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15732         Handle 0/1 framerate correctly Fixes #331901.
15733
15734 2006-04-28  Wim Taymans  <wim@fluendo.com>
15735
15736         * tests/check/elements/audioconvert.c: (get_float_caps),
15737         (GST_START_TEST), (audioconvert_suite):
15738         Added check for correct clipping when doing float samples
15739         in audioconvert.
15740
15741 2006-04-28  Wim Taymans  <wim@fluendo.com>
15742
15743         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15744         (gst_video_rate_chain):
15745         Print more debugging info.
15746
15747 2006-04-28  Wim Taymans  <wim@fluendo.com>
15748
15749         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15750         (resample_set_state_from_caps):
15751         Add support for other formats audioresample can handle such as
15752         32 bits in and float and 64 bits float. Fixes #301759
15753
15754 2006-04-28  Wim Taymans  <wim@fluendo.com>
15755
15756         * gst/audioconvert/audioconvert.c: (float):
15757         correctly clip float samples > 1.0. Fixes #338718
15758
15759 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15760
15761         Patch by: Young-Ho Cha  <ganadist at chollian net>
15762
15763         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15764         (gst_text_overlay_render_text):
15765           Don't strip newlines from the text. Also, center lines
15766           within multi-line paragraphs (#339405).
15767
15768 2006-04-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15769
15770         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15771           Fix wavpack typefinding to work in more cases (don't peek
15772           for chunks of multiple hundred kBs at once, but process
15773           things step-by-step in smaller units). Fixes #339786.
15774
15775 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15776
15777         * configure.ac:
15778           back to HEAD
15779
15780 === release 0.10.6 ===
15781
15782 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15783
15784         * configure.ac:
15785           releasing 0.10.6, "Chao"
15786
15787 2006-04-26  David Schleef  <ds@schleef.org>
15788
15789         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15790           Fixes #338897.
15791
15792 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15793
15794         * configure.ac:
15795         * win32/common/config.h:
15796           new prerelease
15797
15798 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15799
15800         patch by: Wim Taymans
15801
15802         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15803         (gst_ogg_demux_perform_seek):
15804           make sure correct newsegments are sent, so that the decoder
15805           and the demuxer agree on timestamps.  Fixes playback of a lot
15806           of Ogg files that do not start from 0.  Fixes #339833.
15807
15808 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15809
15810         Patch by: Edward Hervey  <edward@fluendo.com>
15811
15812         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15813         * tests/check/Makefile.am:
15814         * tests/check/elements/videorate.c: (assert_videorate_stats),
15815         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15816         (videorate_suite), (main):
15817           Fix an infinite loop if frames are passed in with wrongly ordered
15818           timestamps.  Fixes #339013.
15819
15820 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15821
15822         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15823
15824         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15825           fix typefinding on some ISO files.  Fixes #339212.
15826
15827 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15828
15829         Patch by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15830
15831         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15832           add another H264 fourcc.  Fixes #339047.
15833
15834 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15835
15836         Patch by: Jan Schmidt
15837
15838         * gst/playback/gststreamselector.c:
15839         (gst_stream_selector_bufferalloc):
15840           Restore old StreamSelector behaviour.
15841           Fixes #338419.
15842
15843 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15844
15845         * configure.ac:
15846         * win32/common/config.h:
15847           prerelease
15848
15849 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15850
15851         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15852
15853         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15854         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15855           Fix some memory leaks: on finalize, free buffers left in the queue
15856           before destroying the queue; in _push(), unref rtp_buf even if
15857           the process vfunc returned a NULL buffer as output buffer (#337548);
15858           demote some recuring debug messages to LOG level.
15859
15860 2006-04-11  Wim Taymans  <wim@fluendo.com>
15861
15862         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15863         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15864         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15865         (gst_ogg_demux_loop):
15866         More cleanups.
15867         Respect segment stop when emiting EOS or SEGMENT_DONE.
15868         Fixes (#337945).
15869
15870 2006-04-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
15871
15872         * gst/playback/gststreamselector.c:
15873         (gst_stream_selector_get_property):
15874           Don't leak pad name.
15875
15876 2006-04-10  Michael Smith  <msmith@fluendo.com>
15877
15878         * tests/check/Makefile.am:
15879         * tests/check/gst-plugins-base.supp:
15880           Suppress an old libtheora bug (fixed in more recent versions), so 
15881           that FC4 buildslaves can pass.
15882
15883 2006-04-10  Wim Taymans  <wim@fluendo.com>
15884
15885         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15886         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15887         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15888         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15889         (gst_ogg_demux_loop):
15890         Don't leak events.
15891         Remember what error we got when finding chains, if we
15892         were shutdown, that would not be an error.
15893
15894 2006-04-10  Wim Taymans  <wim@fluendo.com>
15895
15896         * gst-libs/gst/audio/gstbaseaudiosink.c:
15897         (gst_base_audio_sink_event):
15898         Starting the ringbuffer when we did not acquire it can cause
15899         a deadlock, is pointless and causes nasty things for
15900         subclasses. 
15901         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15902
15903 2006-04-10  Wim Taymans  <wim@fluendo.com>
15904
15905         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15906         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15907         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15908         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15909         (gst_ogg_demux_deactivate_current_chain),
15910         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15911         (gst_ogg_demux_bisect_forward_serialno),
15912         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15913         Add some more debugging.
15914
15915 2006-04-10  Wim Taymans  <wim@fluendo.com>
15916
15917         * ext/theora/theoradec.c: (theora_dec_src_event),
15918         (theora_handle_data_packet):
15919         Some more debug info.
15920
15921         * tests/examples/seek/seek.c: (start_seek), (main):
15922         Print element messages too.
15923
15924 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15925
15926         * gst/audioresample/debug.h:
15927           replace debug macros with variable number of parameters
15928           by a simple alias to gstreamer standard debug macros 
15929          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15930           supported by MSVC 6.0 and 7.1)
15931         * gst/audioresample/resample.h:
15932           define M_PI and rint for WIN32
15933         * win32/common/libgstaudio.def:
15934         * win32/common/libgstriff.def:
15935         * win32/common/libgsttag.def:
15936         * win32/common/libgstvideo.def:
15937           add new exported functions
15938         * win32/vs6:
15939           update project files
15940
15941 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15942
15943         * ext/alsa/gstalsamixeroptions.c:
15944         (gst_alsa_mixer_options_class_init):
15945         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15946         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15947         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15948         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15949         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15950         * gst-libs/gst/audio/gstaudiofilter.c:
15951         (gst_audio_filter_class_init):
15952         * gst-libs/gst/audio/gstaudiosink.c:
15953         (gst_audioringbuffer_class_init):
15954         * gst-libs/gst/audio/gstaudiosrc.c:
15955         (gst_audioringbuffer_class_init):
15956         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15957         * gst-libs/gst/interfaces/colorbalancechannel.c:
15958         (gst_color_balance_channel_class_init):
15959         * gst-libs/gst/interfaces/mixeroptions.c:
15960         (gst_mixer_options_class_init):
15961         * gst-libs/gst/interfaces/mixertrack.c:
15962         (gst_mixer_track_class_init):
15963         * gst-libs/gst/interfaces/tunerchannel.c:
15964         (gst_tuner_channel_class_init):
15965         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15966         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15967         (gst_netbuffer_class_init):
15968         * gst-libs/gst/rtp/gstbasertppayload.c:
15969         (gst_basertppayload_class_init):
15970         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15971         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15972         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15973         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15974         * gst/playback/gststreamselector.c:
15975         (gst_stream_selector_class_init):
15976         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15977         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15978         * sys/v4l/gstv4lcolorbalance.c:
15979         (gst_v4l_color_balance_channel_class_init):
15980         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15981         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15982         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15983         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15984         (gst_v4l_tuner_norm_class_init):
15985         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15987         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15988         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15989
15990 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15991
15992         * ext/pango/gsttextrender.h:
15993         * gst-libs/gst/audio/gstaudiosink.h:
15994         * gst-libs/gst/audio/gstaudiosrc.h:
15995         * gst-libs/gst/audio/gstbaseaudiosink.h:
15996         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15997         * gst-libs/gst/audio/gstringbuffer.h:
15998         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15999         * gst-libs/gst/rtp/gstbasertppayload.h:
16000         * gst-libs/gst/video/gstvideofilter.h:
16001         * gst-libs/gst/video/gstvideosink.h:
16002         * gst/playback/gstplaybasebin.h:
16003         * gst/tcp/gstmultifdsink.h:
16004         * sys/v4l/gstv4lelement.h:
16005         Fix broken GObject macros
16006
16007 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16008
16009         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16010         More debug to trace why my USB headset is not working with gst
16011
16012 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16013
16014         * gst/playback/gstplaybasebin.c: (group_destroy):
16015         Clean up our group elements properly in the case where it never 
16016         got committed - it still got added unconditionally to the bin.
16017
16018 2006-04-07  Wim Taymans  <wim@fluendo.com>
16019
16020         * ext/theora/theoradec.c: (theora_dec_sink_event),
16021         (theora_handle_data_packet), (theora_dec_chain):
16022         Unref unhandled events.
16023         Protect against empty buffers.
16024         Perform QoS on running time.
16025
16026 2006-04-07  Michael Smith  <msmith@fluendo.com>
16027
16028         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16029         (gst_vorbis_enc_chain):
16030           Remove leaks from vorbisenc.
16031           Mostly minor changes, the only significant one is that now the
16032           buffers we set as 'streamheader' on the caps are copies of the
16033           original buffers, to avoid circular refcounting problems.
16034
16035 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16036
16037         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16038           Don't remove our mute-probe if someone else already did so.
16039           Don't set a 2nd one if there is already one pending on the pad.
16040
16041         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16042         (do_playbin_seek):
16043           When a seek fails, ensure that playbin is still set back to playing.
16044           
16045         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16046         (mpeg_ts_type_find), (plugin_init):
16047           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16048
16049 2006-04-06  Andy Wingo  <wingo@pobox.com>
16050
16051         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16052         (gst_video_rate_init): Caps-related parameters should not be reset
16053         by a flush -- move their inits to the instance init function.
16054         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16055         is not OK, just return the result.
16056
16057         * gst/audiotestsrc/gstaudiotestsrc.c
16058         (gst_audio_test_src_class_init)
16059         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16060         broken by Stefan's commit on 24 March.
16061
16062         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16063         buffers being pushed out. Fixes oggmux ! multifdsink.
16064
16065 2006-04-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16066
16067         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16068         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16069         * ext/vorbis/vorbisdec.h:
16070         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16071         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16072         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16073         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16074         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16075         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16076         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16077         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16078         (gst_vorbis_enc_buffer_from_packet),
16079         (gst_vorbis_enc_buffer_from_header_packet),
16080         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16081         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16082         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16083         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16084         (gst_vorbis_enc_change_state):
16085         * ext/vorbis/vorbisenc.h:
16086           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16087           vorbisenc adhere to the official nomenclature; use boilerplate
16088           macro.
16089
16090 2006-04-04  Andy Wingo  <wingo@pobox.com>
16091
16092         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16093         Whoops, fix bug introduced. Bad hacker!
16094         
16095         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16096         Properly handle the case where you get EOS before any buffers are
16097         received. Use gst_buffer_make_metadata_writable where appropriate.
16098
16099         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16100         is often negative -- make it signed so as not to wrap around.
16101         Fixes segfaults introduced on 9 March.
16102
16103 2006-04-03  Wim Taymans  <wim@fluendo.com>
16104
16105         * ext/theora/gsttheoradec.h:
16106         * ext/theora/theoradec.c: (theora_dec_src_event):
16107         Don't try to store a gdouble in a gboolean.
16108         Small cleanups.
16109
16110 2006-04-03  Michael Smith  <msmith@fluendo.com>
16111
16112         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16113           Oggmux sucks.
16114           Make it suck slightly less by writing out the final page.
16115           Still can't encode a vorbis-in-ogg file correctly, though.
16116
16117 2006-04-03  Andy Wingo  <wingo@pobox.com>
16118
16119         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16120         a g_print.
16121
16122         * ext/theora/theora.c (plugin_init): Register theoraparse.
16123
16124         * ext/theora/gsttheoraparse.h: 
16125         * ext/theora/theoraparse.c: New files implementing a theora
16126         parser. Now we can properly remux ogg/theora+vorbis, yay.
16127
16128         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16129
16130 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16131
16132         * gst/audiotestsrc/gstaudiotestsrc.c:
16133           Fixed the sample pipeline (see #323798)
16134
16135 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16136
16137         * configure.ac:
16138         * win32/common/config.h:
16139         * win32/common/config.h.in:
16140           use AS_VERSION and AS_NANO
16141           more cleanups
16142
16143 2006-03-31  Andy Wingo  <wingo@pobox.com>
16144
16145         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16146         uninitialized variable return that would happen.
16147         
16148         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16149         uninitialized variable return that would never happen.
16150
16151         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16152         (vorbis_parse_sink_event): Add an event function to flush our
16153         state on a seek, and to drain buffers on a premature EOS.
16154         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16155         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16156         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16157         (vorbis_parse_drain_queue): Queue up buffers until we can set
16158         their timestamps and granulepos values.
16159
16160         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16161         and keep track of data needed for deriving granulepos and
16162         timestamps for buffers.
16163
16164 2006-03-29  Wim Taymans  <wim@fluendo.com>
16165
16166         Patch by: j^ <j at bootlab dot org>
16167
16168         * ext/alsa/gstalsamixerelement.c:
16169         (gst_alsa_mixer_element_class_init):
16170         * ext/alsa/gstalsasink.c:
16171         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16172         * ext/ogg/gstoggdemux.c:
16173         * ext/ogg/gstoggmux.c:
16174         * ext/ogg/gstoggparse.c:
16175         * ext/pango/gstclockoverlay.c:
16176         * ext/pango/gsttextoverlay.c:
16177         * ext/pango/gsttextrender.c:
16178         * ext/pango/gsttimeoverlay.c:
16179         * ext/theora/theoradec.c:
16180         * ext/theora/theoraenc.c:
16181         * ext/vorbis/vorbisdec.c:
16182         * ext/vorbis/vorbisenc.c:
16183         * gst/audioconvert/gstaudioconvert.c:
16184         * gst/subparse/gstsubparse.c:
16185         * gst/tcp/gstmultifdsink.c:
16186         * gst/tcp/gsttcpclientsink.c:
16187         * gst/tcp/gsttcpclientsrc.c:
16188         * gst/tcp/gsttcpserversink.c:
16189         * gst/tcp/gsttcpserversrc.c:
16190           better/unified long descriptions
16191           Fixes #336477
16192
16193 2006-03-29  Wim Taymans  <wim@fluendo.com>
16194
16195         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16196         (stop_seek):
16197         Don't let double and triple clicks mess up our state.
16198
16199 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16200
16201         * gst/playback/gstplaybin.c: (gen_video_element),
16202         (gen_text_element), (gen_audio_element), (gen_vis_element):
16203           Error out gracefully when we can't create any of the usual
16204           conversion elements for some reason. Also, don't try to
16205           create an audioscale (sic) element that's not used anyway.
16206
16207 2006-03-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16208
16209         * gst/playback/gstplaybasebin.c: (setup_source):
16210           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16211           element for a particular protocol, that's confusing for users.
16212           Instead, post a RESOURCE_FAILED error, so that our own error
16213           message is actually shown in totem etc. (#336303).
16214
16215 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16216
16217         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16218
16219         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16220         (gst_gnome_vfs_src_get_icy_metadata):
16221           Fix some minor memory leaks (#336194).
16222
16223 2006-03-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16224
16225         * ext/gnomevfs/gstgnomevfs.c:
16226         (gst_gnome_vfs_location_to_uri_string):
16227         * ext/gnomevfs/gstgnomevfs.h:
16228         * ext/gnomevfs/gstgnomevfssink.c:
16229         (gst_gnome_vfs_sink_set_property):
16230         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16231           Make gnomevfssink accept filenames as well as URIs for the
16232           "location" property, just like gnomevfssrc does (and
16233           filesrc/filesink do) (#336190).
16234
16235 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16236
16237         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16238           set to NULL before unreffing, fixes a valgrind leak.
16239           Why was this not triggering the error that an object needs to
16240           be NULL before unreffing ?
16241         * win32/common/config.h:
16242           update
16243
16244 2006-03-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16245
16246         * gst/subparse/gstsubparse.c: (convert_encoding),
16247         (gst_sub_parse_change_state):
16248         * gst/subparse/gstsubparse.h:
16249           Text subtitle files may or may not be UTF-8. If it's not, we
16250           don't really want to see '?' characters in place of non-ASCII
16251           characters like accented characters. So let's assume the input
16252           is UTF-8 until we come across text that is clearly not. If it's
16253           not UTF-8, we don't really know what it is, so try the following:
16254           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16255           is set; if not, check (b) if the current locale encoding is
16256           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16257           the current locale encoding is UTF-8 and the environment variable
16258           was not set to any particular encoding. Not perfect, but better
16259           than nothing (and better than before, I think) (fixes #172848).
16260
16261 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16262
16263         * configure.ac:
16264           update core requirement to 0.10.4.1 because of async_playback
16265           vmethod on GstBaseSink
16266
16267 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16268
16269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16270         * gst/adder/gstadder.c: (gst_adder_init):
16271         use DEBUG_FUNCPTR for collectpads
16272
16273 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16274
16275         * docs/plugins/Makefile.am:
16276         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16277         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16278         * ext/cdparanoia/gstcdparanoiasrc.c:
16279         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16280         (gst_gnome_vfs_sink_class_init):
16281         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16283         * ext/ogg/gstoggmux.c:
16284         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16285         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16286         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16287         * ext/pango/gsttextoverlay.c:
16288         * ext/pango/gsttextrender.c:
16289         * ext/theora/theoradec.c:
16290         * ext/theora/theoraenc.c:
16291         * ext/vorbis/vorbisdec.c:
16292         * ext/vorbis/vorbisenc.c:
16293         * gst-libs/gst/audio/gstaudiofilter.c:
16294         (gst_audio_filter_base_init):
16295         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16296         (gst_audio_filter_template_base_init):
16297         * gst/adder/gstadder.c: (gst_adder_get_type):
16298         * gst/adder/gstadder.h:
16299         * gst/audioconvert/gstaudioconvert.c:
16300         * gst/audiotestsrc/gstaudiotestsrc.c:
16301         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16302         (gst_audio_test_src_create):
16303         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16304         * gst/playback/gstdecodebin.c:
16305         * gst/playback/gstplaybin.c:
16306         * gst/playback/gststreamselector.c:
16307         (gst_stream_selector_base_init):
16308         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16309         * gst/volume/gstvolume.c:
16310         * sys/v4l/gstv4lmjpegsink.c:
16311         * sys/v4l/gstv4lmjpegsrc.c:
16312         * tests/check/libs/cddabasesrc.c:
16313         * tests/old/examples/gob/gst-identity2.gob:
16314           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16315           define GstElementDetails at the top
16316
16317 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16318
16319         * win32/common/libgstinterfaces.def:
16320         Add a lot of export functions for gst-python
16321         * win32/vs6/libgstinterfaces.dsp:
16322         Add a missing include folder in the project configuration
16323         
16324 2006-03-23  Wim Taymans  <wim@fluendo.com>
16325
16326         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16327         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16328         (gst_base_audio_src_change_state):
16329         Fix audio sources, forgot to make the ringbuffer
16330         startable...
16331
16332 2006-03-23  Wim Taymans  <wim@fluendo.com>
16333
16334         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16335         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16336         (gst_base_audio_src_change_state):
16337         unparent instead of unref the ringbuffer.
16338
16339 2006-03-23  Wim Taymans  <wim@fluendo.com>
16340
16341         * gst-libs/gst/audio/gstbaseaudiosink.c:
16342         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16343         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16344         Implement new async_play vmethod to start slaving and allow
16345         playback start in case of async PLAY state changes. 
16346
16347         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16348         Enable QoS with new method in base class.
16349
16350 2006-03-23  Wim Taymans  <wim@fluendo.com>
16351
16352         Patch by: Julien MOUTTE <julien at moutte dot net>
16353
16354         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16355         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16356         Partially handle 0 framerate, only EOS after the first frame
16357         is missing.
16358
16359 2006-03-23  Wim Taymans  <wim@fluendo.com>
16360
16361         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16362
16363         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16364         (gst_riff_create_video_template_caps):
16365         * gst/ffmpegcolorspace/avcodec.h:
16366         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16367         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16368         (gst_ffmpegcsp_avpicture_fill):
16369         * gst/ffmpegcolorspace/imgconvert.c:
16370         Patch for support of YVU9 AVI files (#334822)
16371
16372 2006-03-22  Edward Hervey  <edward@fluendo.com>
16373
16374         * docs/design/design-decodebin.txt:
16375         Added design document for new decodebin
16376         (Target Caps): text/x-pango-markup is also a default target caps.
16377
16378 2006-03-22  Wim Taymans  <wim@fluendo.com>
16379
16380         * gst-libs/gst/audio/gstbaseaudiosink.c:
16381         (gst_base_audio_sink_dispose):
16382         Since we _parent the ringbuffer, we also need to
16383         _unparent instead of a plain _unref.
16384
16385 2006-03-22  Wim Taymans  <wim@fluendo.com>
16386
16387         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16388         (stop_seek), (scrub_toggle_cb), (main):
16389         Add scrub checkbox.
16390
16391 2006-03-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16392
16393         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16394         (gst_ogg_parse_chain):
16395           Fix very inefficient usage of linked lists (#335365).
16396
16397 2006-03-21  Edward Hervey  <edward@fluendo.com>
16398
16399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16400         * gst/playback/gstplaybin.c: (handoff):
16401         * gst/playback/gststreamselector.c:
16402         (gst_stream_selector_set_property):
16403         gcc 4.1 unreferenced pointer fixes.
16404         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16406         gst_buffer_ref() now takes a GstBuffer*.
16407
16408 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16409
16410         * sys/xvimage/xvimagesink.c:
16411         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16412         by Jan Schmidt.
16413
16414 2006-03-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16415
16416         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16417         (id3v1_type_find), (apetag_type_find), (plugin_init):
16418           Can't do tag preferences via probability, as tags would then
16419           lose against types that are recognised with MAXIMUM probability
16420           (like .wav); so let all tag typefinders return MAXIMUM themselves
16421           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16422           that we can prefer APE to ID3v1 (fixes #335028).
16423           
16424 2006-03-17  Wim Taymans  <wim@fluendo.com>
16425
16426         * gst-libs/gst/audio/gstbaseaudiosink.c:
16427         (gst_base_audio_sink_change_state):
16428         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16429         (gst_ring_buffer_may_start):
16430         * gst-libs/gst/audio/gstringbuffer.h:
16431         Only start playback if we are playing.
16432         should fix #330748.
16433
16434 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16435
16436         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16437         * win32/common/config.h:
16438           Revert accidental commits to these files.
16439
16440 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16441
16442         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16443
16444         * tests/Makefile.am:
16445           Don't try to build tests in tests/icles if we
16446           don't have X (#323852)
16447
16448 2006-03-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16449
16450         * gst-libs/gst/tag/gstid3tag.c:
16451           Add TXXX frame identifiers for replaygain stuff as used
16452           by some taggers (see #323721).
16453
16454 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16455
16456         * gst/playback/gststreamselector.c:
16457         (gst_stream_selector_set_property),
16458         (gst_stream_selector_bufferalloc):
16459           Preserve the existing buggy streamselector behaviour by performing
16460           a fallback buffer allocation when downstream isn't linked yet.
16461           This should really be fixed in playbin by blocking pads until it's
16462           linked them.
16463           Also, use gst_pad_alloc_buffer instead of
16464           gst_pad_alloc_buffer_and_set.
16465
16466 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16467
16468         * gst-libs/gst/tag/gstid3tag.c:
16469           Don't crash on unknown ID3v2 TXXX frames.
16470           
16471 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16472
16473         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16474           Chain up to the parent finalize method.
16475           Add 32-bit sample size to the template caps.
16476
16477         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16478         (gst_riff_create_video_template_caps):
16479           Add the fourcc that the VMWare codec uses.
16480           
16481         * gst/playback/gststreamselector.c:
16482         (gst_stream_selector_set_property),
16483         (gst_stream_selector_bufferalloc),
16484         (gst_stream_selector_request_new_pad):
16485           For the active pad, forward buffer-alloc requests, otherwise
16486           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16487           having to memcpy every frame when used by playbin.
16488
16489         * gst/tcp/gstmultifdsink.c:
16490         (gst_multi_fd_sink_handle_client_write):
16491           Get negotiated caps from the sink pad, rather than the sink
16492           pad's peer.
16493
16494 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16495
16496         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16497         
16498         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16499           Don't forget to set src->callbacks_pushed to FALSE again when
16500           popping them, otherwise re-activation in a different mode won't
16501           work (#334620).
16502
16503 2006-03-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16504
16505         Patch by: Sebastien Moutte  <sebastien moutte net>
16506
16507         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16508         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16509         (gst_ffmpeg_smpfmt_to_caps):
16510           Replace __VA_ARGS__ caps creation macros with varargs functions.
16511           Makes things compile on MSVC (#320765), looks nicer, and we can
16512           tell the compiler to check for the NULL terminator.
16513
16514 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16515
16516         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16517
16518         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16519           Make sure the buffer we copy into is really always big
16520           enough, this time for real (#333488).
16521           
16522 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16523
16524         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16525           Add support for 24bpp DIB (#305279).
16526
16527 2006-03-14  Wim Taymans  <wim@fluendo.com>
16528
16529         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16530         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16532         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16533         (gst_video_scale_init), (gst_video_scale_src_event):
16534         Re-enable QoS after the release.
16535         Rework videoscale to use the base class src_event handler.
16536
16537 2006-03-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16538
16539         * configure.ac:
16540           back to CVS.
16541
16542 === release 0.10.5 ===
16543
16544 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16545
16546         * configure.ac:
16547           releasing 0.10.5, "Net"
16548
16549 2006-03-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16550
16551         * docs/plugins/Makefile.am:
16552           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16553           
16554 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16555
16556         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16557         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16558         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16559           Add cdparanoiasrc to docs.
16560
16561         * gst-libs/gst/cdda/gstcddabasesrc.c:
16562           More GstCddaBaseSrc docs.
16563
16564 2006-03-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16565
16566         * docs/libs/gst-plugins-base-libs-sections.txt:
16567         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16568         * gst-libs/gst/tag/tag.h:
16569           API: libgsttag: new method gst_tag_from_id3_user_tag().
16570
16571 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16572
16573         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16574           NULL-terminate array of mpeg4 video file extensions.
16575           Fixes crash on PPC (#334226).
16576
16577 2006-03-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16578
16579         * ext/gnomevfs/gstgnomevfssrc.c:
16580         (gst_gnome_vfs_src_check_get_range):
16581           gnome_vfs_uri_is_local() alone is not a good indicator
16582           whether we can operate in pull-mode with a specific URI,
16583           as it returns FALSE for file:// URIs that point to an
16584           NFS-mounted path. Be more conservative here: whitelist
16585           local files, blacklist http URIs and use the old
16586           mechanism for anything else (fixes #334216).
16587
16588 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16589
16590         * configure.ac:
16591           back to trunk
16592
16593 === release 0.10.4 ===
16594
16595 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16596
16597         * configure.ac:
16598           releasing 0.10.4, "Power"
16599
16600 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16601
16602         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16603         Disable max-lateness by setting it to -1 for now, so that 
16604         we can bed QoS stuff in thoroughly between now and the next
16605         release.
16606
16607 2006-03-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16608
16609         Patch by: Fabrizio Gennari
16610
16611         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16612           Make sure we don't read beyond the palette buffer in case of
16613           broken or manipulated files (#333488)
16614
16615 2006-03-10  Edward Hervey  <edward@fluendo.com>
16616
16617         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16618         Fix for variable not initialized.
16619
16620 2006-03-09  Wim Taymans  <wim@fluendo.com>
16621
16622         * ext/libvisual/visual.c: (gst_visual_get_type),
16623         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16624         (gst_visual_chain):
16625         Small cleanups.
16626
16627         * ext/theora/gsttheoradec.h:
16628         * ext/theora/theoradec.c: (gst_theora_dec_init),
16629         (gst_theora_dec_reset), (_theora_granule_time),
16630         (theora_dec_src_convert), (theora_dec_sink_convert),
16631         (theora_dec_src_query), (theora_dec_src_event),
16632         (theora_dec_sink_event), (theora_handle_comment_packet),
16633         (theora_handle_header_packet), (theora_dec_push),
16634         (theora_handle_data_packet), (theora_dec_chain),
16635         (theora_dec_change_state):
16636         Add simple QoS.
16637
16638 2006-03-09  Wim Taymans  <wim@fluendo.com>
16639
16640         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16641         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16642         Some cleanups.
16643
16644 2006-03-09  Wim Taymans  <wim@fluendo.com>
16645
16646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16647         Don't try to activate NULL chains.
16648
16649 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16650
16651         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16652           Fix invalid memory access to region before peek'd data (#332964).
16653
16654 2006-03-09  Wim Taymans  <wim@fluendo.com>
16655
16656         Patch by: Christophe Fergeau
16657
16658         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16659         * ext/pango/gsttextrender.c: (gst_text_render_init):
16660         * gst/adder/gstadder.c: (gst_adder_init):
16661         Don't leak padtemplates, closes #333510.
16662
16663 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16664
16665         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16666           Fix invalid memory access: make sure string passed to
16667           regexec() is NUL-termianted.
16668
16669 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16670
16671         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16672         (mp3_type_find):
16673           Refactor mpeg/audio typefinding to make it more maintainable
16674           and easier to fine-tune. Make probing into middle of the file
16675           work properly (fixes #333900, also see #152688).
16676
16677 2006-03-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16678
16679         * gst/typefind/gsttypefindfunctions.c:
16680         (utf8_type_find_have_valid_utf8_at_offset):
16681           Remove part from previous commit that was bogus:
16682           g_utf8_validate() does in fact not accept embedded
16683           zeroes, so we don't need to check for those (thanks
16684           to Mike for the hint).
16685
16686 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16687
16688         * gst/typefind/gsttypefindfunctions.c:
16689         (utf8_type_find_count_embedded_zeroes),
16690         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16691           Make plain/text typefinder more conservative: firstly, check
16692           for embedded zeroes, which are perfectly valid UTF-8 characters,
16693           but also a fairly good sign that something is not a plain text
16694           file; secondly, probe into the middle of the file if possible.
16695           If we can't probe into the middle, limit the probability value
16696           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16697
16698 2006-03-08  Michael Smith  <msmith@fluendo.com>
16699
16700         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16701           Make typefind function name for mpeg4 video unique.
16702
16703 2006-03-08  Wim Taymans  <wim@fluendo.com>
16704
16705         * ext/libvisual/visual.c: (gst_visual_init),
16706         (gst_visual_clear_actors), (gst_visual_dispose),
16707         (gst_visual_reset), (gst_visual_src_setcaps),
16708         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16709         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16710         (gst_visual_chain), (gst_visual_change_state):
16711         Cleanups, post nice errors.
16712         Handle sink and src events.
16713         Implement simple QoS.
16714
16715         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16716         Use new basesink methods to configure max-lateness.
16717         Small doc update.
16718
16719         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16720         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16721         Debug statement cleanups.
16722
16723         * gst/volume/gstvolume.c: (gst_volume_class_init):
16724         Simple cleanup.
16725
16726 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16727
16728         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16729         (gst_text_overlay_init), (gst_text_overlay_set_property),
16730         (gst_text_overlay_get_property):
16731           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16732           as string type properties, but mark them deprecated. Add
16733           'halignment' and 'valignment' properties that use enums
16734           instead of strings.
16735
16736 2006-03-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16737
16738         Patch by: Fabrizio Gennari
16739
16740         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16741           Allow palettes with less than 256 colours in AVI files
16742           (#333488)
16743
16744 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16745
16746         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16747         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16748         pad. We were releasing the queued text buffer when we should keep
16749         it until video pad gets EOS or discard the text buffer because it's
16750         too old. That was eating the last subtitle buffer. Add some more
16751         debug.
16752
16753 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16754
16755         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16756         (gst_text_overlay_video_chain):
16757           Fix invalid memory access (we can't access a buffer after it's been
16758           pushed downstream without taking a reference); fix memory leak (if
16759           there's no text to render, bail out before allocating stuff).
16760
16761 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16762
16763         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16764         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16765         * ext/pango/gsttextoverlay.h:
16766           If input is plain text, escape it before passing it to
16767           pango_layout_set_markup().
16768
16769 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16770
16771         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16772           Don't ignore flow return from gst_pad_push().
16773
16774 2006-03-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16775
16776         Patch by: Fabrizio Gennari
16777
16778         * ext/libvisual/visual.c: (gst_visual_getcaps),
16779         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16780         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16781         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16782         (gst_vorbisenc_convert_sink):
16783         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16784         (gst_audio_duration_from_pad_buffer):
16785         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16786         (gst_audio_filter_chain):
16787         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16788         (gst_base_rtp_depayload_setcaps):
16789         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16790         (gst_video_get_size):
16791         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16792           Don't leak references returned by gst_pad_get_parent()
16793           (#333663)
16794
16795 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16796
16797         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16798           change location param details
16799         * gst/volume/gstvolume.c: (plugin_init):
16800           correct plugin description
16801
16802 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16803
16804         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16805         (gst_gnome_vfs_src_check_get_range):
16806           Override GstBaseSrc::check_get_range() in order to avoid opening
16807           the resource just to check whether we can operate in pull-mode or
16808           not - we can predict that pretty well from the URI alone. Should
16809           fix problems with last.fm (#331690). (Requires latest core CVS).
16810
16811 2006-03-06  Wim Taymans  <wim@fluendo.com>
16812
16813         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16814         (gst_video_sink_class_init):
16815         Throw away frames that are later than 20 ms.
16816
16817 2006-03-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16818
16819         Patch by: Fabrizio Gennari
16820
16821         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16822           Set depth on WMA caps (#333545)
16823
16824 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16825
16826         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16827         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16828           put Theora BOS pages before others.  This hardcodes
16829           the Ogg/Theora I profile, but hey.
16830
16831 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16832
16833         * ext/ogg/README:
16834           updated with some examples
16835         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16836         (granulepos_add), (theora_buffer_from_packet):
16837         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16838         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16839         (gst_vorbisenc_chain):
16840           implement strategy from ext/ogg/README
16841         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16842         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16843         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16844         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16845           Fix muxer so that oggz-validate is happy with all streams;
16846           except for no eos mark, and the BOS page ordering
16847         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16848         (check_buffer_granulepos):
16849         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16850           update tests to check for OFFSET being set as requested
16851           fixed type of granulepos, it's not a ClockTime
16852
16853 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16854
16855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16856         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16857         Check that the xvimage we are creating has a correct size
16858         before returning it. (#314897)
16859
16860 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16861
16862         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16863           Give id3 and ape tag typefinders a rank slightly higher
16864           than PRIMARY to ensure they're always run before any of
16865           the other typefinders (in particular wav and mp3) (#324186).
16866
16867 2006-03-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16868
16869         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16870           Add support for '3IVD' fourcc (#333403).
16871
16872 2006-03-04  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16873
16874         * configure.ac:
16875           Bump requirements to GStreamer CVS for the new error enum.
16876
16877         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16878           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16879           space left on the device (fixes #333352).
16880
16881 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16882
16883         * win32/vs6:
16884           add a project file for libgstvolume
16885           update the workspace
16886
16887 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16888
16889         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16890         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16891         (GST_START_TEST):
16892           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16893           Set IN_CAPS on header buffers
16894
16895 2006-03-02  Wim Taymans  <wim@fluendo.com>
16896
16897         * docs/plugins/Makefile.am:
16898         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16899         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16900         Add audioresample to docs.
16901
16902         * gst/audioconvert/gstaudioconvert.c:
16903         Add revision date.
16904
16905         * gst/audioresample/gstaudioresample.c:
16906         (gst_audioresample_base_init), (gst_audioresample_class_init),
16907         (gst_audioresample_init), (gst_audioresample_dispose),
16908         (audioresample_get_unit_size), (audioresample_transform_caps),
16909         (resample_set_state_from_caps), (audioresample_transform_size),
16910         (audioresample_set_caps), (audioresample_event),
16911         (audioresample_do_output), (audioresample_transform),
16912         (audioresample_pushthrough), (gst_audioresample_set_property),
16913         (gst_audioresample_get_property), (plugin_init):
16914         * gst/audioresample/gstaudioresample.h:
16915         Added docs.
16916         Small code cleanups.
16917
16918 2006-03-02  Wim Taymans  <wim@fluendo.com>
16919
16920         * docs/plugins/Makefile.am:
16921         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16922         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16923         Added videoscale to docs.
16924
16925         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16926         (gst_video_rate_swap_prev), (gst_video_rate_event),
16927         (gst_video_rate_chain):
16928         Fix typo in docs.
16929
16930         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16931         (gst_video_scale_init), (gst_video_scale_prepare_size),
16932         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16933         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16934         * gst/videoscale/gstvideoscale.h:
16935         Added docs, examples.
16936         Some code cleanups.
16937         Post errors instead of g_warning.
16938
16939 2006-03-02  Wim Taymans  <wim@fluendo.com>
16940
16941         * docs/libs/gst-plugins-base-libs-docs.sgml:
16942         * docs/libs/gst-plugins-base-libs-sections.txt:
16943         * docs/libs/gst-plugins-base-libs.types:
16944         * docs/plugins/Makefile.am:
16945         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16946         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16947         Added some more docs to libs and plugins.
16948
16949         * gst-libs/gst/audio/gstringbuffer.c:
16950         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16951         * gst-libs/gst/audio/gstringbuffer.h:
16952         Document ringbuffer some more.
16953
16954         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16955         (gst_video_rate_setcaps), (gst_video_rate_reset),
16956         (gst_video_rate_init), (gst_video_rate_flush_prev),
16957         (gst_video_rate_swap_prev), (gst_video_rate_event),
16958         (gst_video_rate_chain), (gst_video_rate_change_state):
16959         * gst/videorate/gstvideorate.h:
16960         Fix videorate to use segments.
16961         Make it work with 0/1 framerates (closes #331903)
16962         Handle EOS correctly.
16963         Added docs.
16964
16965 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16966
16967         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16968         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16969         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16970           In state change function, first chain up to parent class,
16971           then handle downwards state change stuff. Remove some
16972           commented out cruft from 0.8 code.
16973
16974 2006-03-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
16975
16976         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16977         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16978         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16979         (gst_ogm_parse_chain):
16980           Don't remove/re-add source pad if the new caps are the same as
16981           the old caps anyway (#333042). When removing source pad, don't
16982           unref it afterwards - we didn't ref it when adding. Sprinkle some
16983           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16984           after using gst_pad_get_parent(). Return downstream flow return
16985           value in chain function.
16986
16987 2006-03-02  Wim Taymans  <wim@fluendo.com>
16988
16989         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16990         * docs/plugins/gst-plugins-base-plugins.args:
16991         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16992         * docs/plugins/gst-plugins-base-plugins.interfaces:
16993         * docs/plugins/gst-plugins-base-plugins.signals:
16994         Fix hierarchy, added some more elements to the docs.
16995
16996         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16997         (gst_ffmpegcsp_get_type):
16998         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16999         Fix docs for ffmpegcolorspace.
17000
17001 2006-03-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17002
17003         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17004         (apetag_type_find), (ape_type_find), (plugin_init):
17005           Some typefinding fine-tuning:
17006           - rank ID3/APE tags in order of preference via probabilities, so that
17007             ID3v2 > APEv2 > APEv1 > ID3v1.
17008           - three or four bytes don't really justify MAXIMUM probability,
17009             change those to 'very likely' (musepack and monkeysaudio).
17010
17011 2006-03-01  Wim Taymans  <wim@fluendo.com>
17012
17013         * docs/plugins/Makefile.am:
17014         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17015         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17016         * ext/alsa/gstalsamixer.c:
17017         * ext/alsa/gstalsamixer.h:
17018         * ext/alsa/gstalsamixerelement.c:
17019         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17020         * ext/alsa/gstalsamixerelement.h:
17021         * ext/alsa/gstalsasink.c:
17022         * ext/alsa/gstalsasink.h:
17023         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17024         (gst_alsasrc_init):
17025         * ext/alsa/gstalsasrc.h:
17026         Added alsa docs.
17027         Small code cleanups.
17028
17029 2006-03-01  Wim Taymans  <wim@fluendo.com>
17030
17031         * ext/theora/Makefile.am:
17032         Dist new header too,
17033
17034 2006-03-01  Wim Taymans  <wim@fluendo.com>
17035
17036         * docs/plugins/Makefile.am:
17037         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17038         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17039         * ext/gnomevfs/gstgnomevfssink.h:
17040         * ext/gnomevfs/gstgnomevfssrc.h:
17041         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17042         * ext/vorbis/vorbisdec.h:
17043         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17044         * ext/vorbis/vorbisenc.h:
17045         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17046         (vorbis_parse_chain), (vorbis_parse_change_state):
17047         * ext/vorbis/vorbisparse.h:
17048         * gst/audioconvert/gstaudioconvert.h:
17049         * gst/tcp/gsttcpserversink.h:
17050         * gst/videotestsrc/gstvideotestsrc.c:
17051         * gst/videotestsrc/gstvideotestsrc.h:
17052         * gst/volume/gstvolume.c:
17053         * gst/volume/gstvolume.h:
17054         Fix some more docs.
17055         Added docs for vorbisdec and vorbisparse.
17056         Fix vorbisparse.
17057
17058 2006-03-01  Wim Taymans  <wim@fluendo.com>
17059
17060         * docs/plugins/Makefile.am:
17061         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17062         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17063         * ext/pango/gstclockoverlay.h:
17064         * ext/pango/gsttextoverlay.h:
17065         * ext/pango/gsttextrender.h:
17066         * ext/pango/gsttimeoverlay.h:
17067         * ext/theora/gsttheoradec.h:
17068         * ext/theora/gsttheoraenc.h:
17069         * ext/theora/theoradec.c:
17070         * ext/theora/theoraenc.c:
17071         * gst/audioconvert/gstaudioconvert.h:
17072         * gst/audiotestsrc/gstaudiotestsrc.h:
17073         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17074         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17075         * gst/tcp/gstmultifdsink.h:
17076         Updated/added documentation.
17077
17078         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17079         (gst_text_overlay_halign_get_type),
17080         (gst_text_overlay_wrap_mode_get_type),
17081         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17082         (gst_text_overlay_init), (gst_text_overlay_set_property),
17083         (gst_text_overlay_get_property):
17084         Fix up properties to be enums instead of string to make bindings,
17085         introspection and automatic GUI creation possible.
17086         Add getters for the properties.
17087
17088 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17089
17090         * gst/audiotestsrc/gstaudiotestsrc.c:
17091           added defines of M_PI and M_PI_2
17092         * gst/ffmpegcolorspace/avcodec.h:
17093           removed #include "stdint.h" for win32 as _stdint.h is 
17094           autogenerated to win32/common
17095         * win32/common/libgstaudio.def:
17096         * win32/common/libgsttag.def:
17097           added some exports
17098         * win32/vs6:
17099           some project files bugs corrected
17100         * win32/vs7:
17101           project files are reset to the default vs7 configuration 
17102           (they link to msvcr71.dll using default optimizations)
17103           
17104 2006-02-28  Wim Taymans  <wim@fluendo.com>
17105
17106         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17107         Fix some docs.
17108
17109 2006-02-28  Edward Hervey  <edward@fluendo.com>
17110
17111         * ext/alsa/gstalsasrc.c:
17112         Set proper class on the ElementDetails:
17113         Source/Audio instead of Src/Audio/
17114
17115 2006-02-28  Edward Hervey  <edward@fluendo.com>
17116
17117         * gst/videoscale/vs_scanline.c:
17118         (vs_scanline_resample_nearest_RGBA):
17119         Revert optimization in videoscale. It should go in liboil and have
17120         an appropriate liboil function.
17121
17122 2006-02-28  Wim Taymans  <wim@fluendo.com>
17123
17124         * gst-libs/gst/audio/gstbaseaudiosink.c:
17125         (gst_base_audio_sink_provide_clock):
17126         Don't try to provide a clock in the NULL state.
17127
17128 2006-02-28  Wim Taymans  <wim@fluendo.com>
17129
17130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17131         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17132         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17133         (gst_ogg_demux_deactivate_current_chain),
17134         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17135         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17136         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17137         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17138         Use GstSegment infrastructure to remove duplicated code
17139         and handle more seek cases correctly.
17140
17141 2006-02-28  Wim Taymans  <wim@fluendo.com>
17142
17143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17144         (gst_ffmpegcsp_transform):
17145         Don't ignore return code from ffmpeg convert function.
17146
17147         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17148         Split out some long statements to ease debugging.
17149
17150 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17151
17152         * ext/libvisual/visual.c: (gst_visual_init),
17153         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17154         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17155         being able to renegotiate the size. Instead, use the negotiation
17156         algorithm from the goom plugin to pick an initial output caps. 
17157
17158         Also, allow theoretical libvisual plugins that might support non-GL 
17159         output even if they also do GL.
17160
17161 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17162
17163         * ext/libvisual/visual.c: (gst_visual_init),
17164         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17165         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17166         possible negotiation issues.
17167
17168 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17169
17170         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17171
17172 2006-02-24  Michael Smith  <msmith@fluendo.com>
17173
17174         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17175         (cmml_type_find), (plugin_init):
17176           Fix CMML type find function to not require a specific minor version
17177           of the CMML header.
17178
17179           Add an MPEG4 video elementary stream typefind function.
17180
17181 2006-02-04  Michael Smith  <msmith@fluendo.com>
17182
17183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17184         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17185         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17186         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17187         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17188         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17189           Annodex support in ogg demuxer. Doesn't do very much without the
17190           other annodex patches (to come).
17191
17192 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17193
17194         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17195
17196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17197           Pick up palette for MS video v1 (#327028)
17198
17199 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17200
17201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17202         (gst_ffmpegcsp_caps_remove_format_info),
17203         (gst_ffmpegcsp_get_unit_size):
17204           The 'palette_data' field from incoming RGB caps shouldn't be
17205           proxied on outgoing YUV caps; also, restrict unit size
17206           adjustment in case of paletted data only to the unit that
17207           actually has a palette. Fixes #330711.
17208
17209 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17210
17211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17212         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17213         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17214         (gst_ffmpegcsp_get_unit_size):
17215           Plug some memory leaks.
17216
17217 2006-02-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17218
17219         * sys/ximage/Makefile.am:
17220         * sys/xvimage/Makefile.am:
17221           Add some _CFLAGS and _LIBS that seem to be missing
17222           and/or required for Cygwin (see #317048).
17223
17224 2006-02-22  Wim Taymans  <wim@fluendo.com>
17225
17226         * ext/alsa/gstalsasrc.c:
17227         Fix description as pointed out by caugier.
17228
17229 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17230
17231         Reviewed by : Edward Hervey  <edward@fluendo.com>
17232
17233         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17234         (qt_type_find):
17235         Better 3gp typefinding (#331526).
17236
17237 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17238
17239         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17240           Don't send EOS event here, the base class will send one for us.
17241
17242         * gst/playback/gstplaybasebin.c: (prepare_output):
17243           Subpictures without video stream aren't allowed either.
17244         
17245         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17246           Fix debug statement copy'n'paste-o.
17247
17248 2006-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17249
17250         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17251           Fix issues with mixer keeping state when muting/unmuting
17252           and when changing the volume whilst muted (see #331763
17253           and #331765).
17254
17255 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17256
17257         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17258         (parse_subrip), (gst_sub_parse_format_autodetect):
17259           Set right caps given that we send escaped text. Also,
17260           honour <i></i>, <b></b> and <u></u> markers that can be found
17261           in .srt files (fixes #310202).
17262
17263 2006-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17264
17265         * gst-libs/gst/audio/mixerutils.c:
17266         (element_factory_rank_compare_func):
17267           Make order in which elements are tried more determinable.
17268
17269 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17270
17271         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17272         (remove_element_chain), (cleanup_decodebin),
17273         (gst_decode_bin_change_state): Make decodebin reusable by
17274         fixing remove_element_chain first and then introduce a
17275         cleaner in state change to ->NULL. (Closes #331678)
17276
17277 2006-02-19  Wim Taymans  <wim@fluendo.com>
17278
17279         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17280         use 0666 mask when creating files so umask gets applied
17281         correctly. Fixes #331295.
17282
17283 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17284
17285         * gst/subparse/Makefile.am:
17286         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17287         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17288         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17289         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17290         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17291         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17292         * gst/subparse/gstssaparse.h:
17293         * gst/subparse/gstsubparse.c: (plugin_init):
17294           Add very basic parser for SSA subtitle streams (as often
17295           found in matroska files).
17296
17297 2006-02-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17298
17299         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17300           That should be text/x-pango-markup, not text/x-pango-layout.
17301
17302 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17303
17304         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17305         Polishing.
17306
17307 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17308
17309         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17310         (gst_text_overlay_finalize), (gst_text_overlay_init),
17311         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17312         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17313         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17314         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17315         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17316         Fix state change deadlock.
17317
17318 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17319
17320         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17321         (gst_text_overlay_finalize), (gst_text_overlay_init),
17322         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17323         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17324         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17325         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17326         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17327         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17328         and subtitles files.
17329
17330 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17331
17332         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17333         should be considered as raw.
17334
17335 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17336
17337         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17338         (cb_probe):
17339         * gst/playback/gststreaminfo.h: Introduce language informations.
17340
17341 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17342
17343         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17344         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17345         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17346         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17347         Set shared memory segments to be deleted as soon as we have attached,
17348         that way they get cleaned up automatically if we crash.
17349
17350 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17351
17352         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17353         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17354         functions are called with lock held.
17355
17356 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17357
17358         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17359         (gst_text_overlay_finalize), (gst_text_overlay_init),
17360         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17361         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17362         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17363         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17364         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17365         (gst_text_overlay_change_state): Refactoring of textoverlay
17366         without collectpads. This now supports sparse subtitles coming
17367         from a demuxer instead of a sub file. Seeking is still broken 
17368         though. Need to discuss with wtay some more on how to handle
17369         seeking correctly.
17370         * ext/pango/gsttextoverlay.h:
17371         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17372         subtitles coming from the demuxer.
17373
17374 2006-02-17  Wim Taymans  <wim@fluendo.com>
17375
17376         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17377         (gst_vorbisenc_convert_sink):
17378         Use some more scaling functions.
17379
17380 2006-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17381
17382         * ext/cdparanoia/gstcdparanoiasrc.c:
17383         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17384         (gst_cd_paranoia_paranoia_callback),
17385         (gst_cd_paranoia_src_signal_is_being_watched),
17386         (gst_cd_paranoia_src_read_sector):
17387         * ext/cdparanoia/gstcdparanoiasrc.h:
17388           Add back 'transport-error' and 'uncorrected-error' signals and
17389           make them actually be fired when bad stuff happens (#319340).
17390
17391 2006-02-17  Wim Taymans  <wim@fluendo.com>
17392
17393         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17394         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17395         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17396         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17397         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17398         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17399         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17400         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17401         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17402         (gst_ring_buffer_clear):
17403         Small cleanups.
17404         Added some G_LIKELY.
17405
17406 2006-02-17  Wim Taymans  <wim@fluendo.com>
17407
17408         * gst-libs/gst/audio/TODO:
17409         Update TODO
17410
17411         * gst-libs/gst/audio/gstbaseaudiosink.c:
17412         (gst_base_audio_sink_get_offset):
17413         When trying to play samples ASAP and we don't have a
17414         previous sample, try to play at position 0 instead of
17415         an invalid position.
17416
17417 2006-02-17  Wim Taymans  <wim@fluendo.com>
17418
17419         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17420         (gst_alsasink_reset):
17421         Also release lock when we get an error in _reset();
17422         fix an error message.
17423
17424 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17425
17426         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17427         (gst_alsasink_init), (get_channel_free_structure),
17428         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17429         (gst_alsasink_close):
17430         * ext/alsa/gstalsasink.h:
17431           Add support for more than 2 channels (#326720).
17432
17433 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17434
17435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17436           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17437           with 4 or 6 channels, assume a default channel layout to make things
17438           work (not sure there's anything else we can do in those cases).
17439
17440 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17441
17442         * gst-libs/gst/audio/multichannel.c:
17443           Minor docs fix.
17444
17445         * gst-libs/gst/riff/Makefile.am:
17446         * gst-libs/gst/riff/riff-ids.h:
17447         * gst-libs/gst/riff/riff-media.c:
17448         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17449           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17450           channels and a channel layout map.
17451           
17452 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17453
17454         Reviewed by Edward Hervey  <edward@fluendo.com>
17455
17456         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17457         C-level optimization of the RGBA nearest neighbour function.
17458         Eventually this might end up in liboil with vectorized versions.
17459
17460 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17461
17462         * gst-libs/gst/audio/multichannel.c:
17463         (gst_audio_get_channel_positions):
17464           When we have more than 2 channels, but no channel layout is
17465           specified in the caps, return some default channel layout
17466           to the caller and warn about about a possibly buggy element
17467           (could be buggy filtercaps as well of course) (#317038).
17468
17469 2006-02-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17470
17471         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17472           Add gst-libs/gst/cdda to list of lib search paths.
17473
17474 2006-02-15  Andy Wingo  <wingo@pobox.com>
17475
17476         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17477         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17478         to the Lord Jesus that I do not have to touch the ogg muxer ever
17479         again.
17480
17481 2006-02-15  Edward Hervey  <edward@fluendo.com>
17482
17483         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17484         quicktime movie files can also contain 'uuid' atoms.
17485
17486 2006-02-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17487
17488         * gst/audioconvert/plugin.c: (plugin_init):
17489           Register the GstAudioChannelPosition enum type with the type
17490           system in the plugin_init function, so that it is known before
17491           any element actually makes use of multi-channel stuff. This is
17492           required for example if one wants to be able to deserialise/use
17493           a caps string with channel positions before any pipeline has
17494           been setup and started, like with gst-launch.
17495
17496 2006-02-14  Wim Taymans  <wim@fluendo.com>
17497
17498         * gst-libs/gst/audio/gstringbuffer.c:
17499         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17500         (gst_ring_buffer_samples_done), (wait_segment),
17501         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17502         Add some compiler G_(UN_)LIKELY help.
17503         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17504         make sure they can exit their functions. Should fix #330748
17505
17506 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17507
17508         * Makefile.am:
17509         * configure.ac:
17510         * win32/MANIFEST:
17511         * win32/common/_stdint.h:
17512           Windows does not have long long; copy the generated _stdint.h
17513         * win32/common/interfaces-enumtypes.c:
17514         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17515         (gst_mixer_track_flags_get_type),
17516         (gst_tuner_channel_flags_get_type):
17517         * win32/common/multichannel-enumtypes.c:
17518         (gst_audio_channel_position_get_type):
17519           update
17520
17521 2006-02-13  Wim Taymans  <wim@fluendo.com>
17522
17523         * gst-libs/gst/audio/gstbaseaudiosink.c:
17524         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17525         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17526         Always sync on first sample we receive when starting.
17527
17528 2006-02-13  Wim Taymans  <wim@fluendo.com>
17529
17530         * gst/playback/gstplaybin.c: (gen_vis_element):
17531         Update vis bin docs.
17532         Move queue after tee so we don't queue video buffers but
17533         audio samples instead. Fixes problems where the video queue
17534         is filled and the audio queue empty.
17535
17536 2006-02-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17537
17538         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17539           No need to push an EOS event here, GstBaseSrc will do that for us
17540           when we return FLOW_UNEXPECTED.
17541           
17542 2006-02-12  Wim Taymans  <wim@fluendo.com>
17543
17544         * gst-libs/gst/audio/gstbaseaudiosink.c:
17545         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17546         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17547         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17548         Use scale functions when possible.
17549         Fix error messages.
17550         Free clockid when after waiting for EOS.
17551         Use G_(UN_)LIKLY when it makes sense.
17552         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17553
17554 2006-02-12  Edward Hervey  <edward@fluendo.com>
17555
17556         * gst/playback/gstplaybasebin.c: (prepare_output): 
17557         Remove stray semi-colon (fixes #330888).
17558
17559 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17560
17561         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17563         Fix up the XShm call testing so that we catch errors, and don't
17564         cause new ones by attempting to detach from a segment we failed
17565         to attach to. Fixes #312439.
17566
17567 2006-02-10  Edward Hervey  <edward@fluendo.com>
17568
17569         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17570         Added flv file typefind (video/x-flv).
17571
17572 2006-02-10  Edward Hervey  <edward@fluendo.com>
17573
17574         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17575         (gst_riff_create_video_template_caps):
17576         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17577         Also added the caps to the default set of riff video caps.
17578
17579 2006-02-09  Andy Wingo  <wingo@pobox.com>
17580
17581         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17582         time and the end time of the last packet in the page.
17583         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17584         on the pages in our queue, set the duration as well. Reflow a
17585         debug statement.
17586         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17587         Fixes bad muxing order.
17588
17589 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17590
17591         * gst-libs/gst/rtp/gstbasertppayload.c:
17592         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17593           update seqnum before setting it on the packet; this makes sure
17594           that the timestamp and seqnum properties match after pushing
17595           a buffer
17596
17597 2006-02-09  Andy Wingo  <wingo@pobox.com>
17598
17599         * gst-libs/gst/audio/gstringbuffer.c
17600         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17601         overflow after 13.5 hours of recording. Kapow!
17602
17603         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17604         the buffer size -- we don't care about underrun/overrun reporting
17605         right now, just need to return a useful value.
17606
17607 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17608
17609         * configure.ac:
17610           Back to CVS
17611
17612 === release 0.10.3 ===
17613
17614 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17615
17616         * configure.ac:
17617           releasing 0.10.3, "Under Pressure"
17618
17619 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17620
17621         * configure.ac:
17622         Drat. Bump libtool version number for new API.
17623         Prelease 0.10.2.3 (of 0.10.3)
17624
17625 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17626
17627         * configure.ac:
17628         * win32/common/config.h:
17629         0.10.2.2 prerelease (of 0.10.3).
17630
17631 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17632
17633         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17634           Revert Andy's newsegment change pending a more correct
17635           fix.
17636
17637 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17638
17639         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17640         (qt_type_find), (plugin_init):
17641           detect more files as 3gp
17642           group and reorder the iso file formats
17643
17644 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17645
17646         * ext/vorbis/vorbis.c: (plugin_init):
17647           Register musicbrainz tags, so apps don't have to.
17648
17649 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17650
17651         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17652         (gst_tag_to_vorbis_tag):
17653           Make sure we called gst_tag_register_musicbrainz_tags()
17654           before possibly mapping a vorbiscomment string from/to a
17655           musicbrainz tag.
17656
17657 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17658
17659         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17660           In case we can't find the required number of consecutive
17661           mpeg audio frames to positively identify an MPEG audio
17662           stream, check if there's at least a valid mpeg audio
17663           frame right at offset 0 and if so suggest mpeg/audio
17664           caps with a very low probability (#153004).
17665
17666 2006-02-07  Andy Wingo  <wingo@pobox.com>
17667
17668         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17669         a TIME segment if we get timestamped buffers. Requires recent
17670         fixes in core to work properly.
17671
17672 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17673
17674         * gst/playback/gstplaybasebin.c: (prepare_output):
17675           Don't print the URI as part of the error message, it
17676           makes error dialogs look rather ugly, especially if
17677           the URI is very long or has characters in it that
17678           need escaping.
17679
17680 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17681
17682         * gst/playback/gstplaybasebin.c: (prepare_output):
17683           Error out if we have only text or subtitles, but nothing
17684           else. Also error out if we have subtitles but no video
17685           stream.
17686
17687 2006-02-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17688
17689         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17690           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17691           Post an error message on the bus when we encounter an
17692           error, which will hopefully be more meaningful than the
17693           'Internal Flow Error' message users get to see if we
17694           just return GST_FLOW_ERROR.
17695
17696 2006-02-07  Andy Wingo  <wingo@pobox.com>
17697
17698         * configure.ac (GST_MAJORMINOR): Update core version req to
17699         0.10.2.2, for the collectpads API addition (#330244).
17700
17701 2006-02-06  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17702
17703         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17704           Return FALSE from plugin_init() when GnomeVFS can't
17705           be initialised for some reason (#328423).
17706
17707 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17708
17709         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17710         Stick to seeking theory until i find the bug.
17711         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17712
17713 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17714
17715         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17716         (theora_enc_finalize), (theora_enc_sink_setcaps),
17717         (theora_set_header_on_caps), (theora_enc_chain),
17718         (theora_enc_change_state):
17719         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17720           Make theoraenc and the tests leak free. Like, really.
17721
17722 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17723
17724         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17725         (theora_enc_finalize), (theora_enc_sink_setcaps):
17726           Add a finalize method to ensure we clean up state even if
17727           someone omitted the state change back to NULL.
17728
17729         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17730         (gst_vorbisenc_chain):
17731           Free some more leaked bits.
17732
17733         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17734         (stop_pipeline):
17735           Wait for state changes to happen if they're ASYNC.
17736
17737           This ought to teach those fancy pants buildbots a lesson.
17738
17739 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17740
17741         * gst-libs/gst/tag/gstid3tag.c:
17742           Add mapping for ID3 International Standard Recording Code
17743           tag "TSRC"
17744
17745 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17746
17747         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17748           Don't leak tag names.
17749
17750 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17751
17752         * docs/libs/gst-plugins-base-libs-docs.sgml:
17753         * docs/libs/gst-plugins-base-libs-sections.txt:
17754         * gst-libs/gst/tag/gstid3tag.c:
17755         * gst-libs/gst/tag/gstvorbistag.c:
17756         * gst-libs/gst/tag/tags.c:
17757           Split libgsttag docs into multiple sections.
17758
17759 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17760
17761         * docs/libs/Makefile.am:
17762         * docs/libs/gst-plugins-base-libs-docs.sgml:
17763         * docs/libs/gst-plugins-base-libs-sections.txt:
17764         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17765         * gst-libs/gst/tag/gstvorbistag.c:
17766         * gst-libs/gst/tag/tag.h:
17767         * gst-libs/gst/tag/tags.c:
17768           Add libgsttag to the docs.
17769
17770 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17771
17772         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17773         (gst_text_overlay_init), (gst_text_overlay_src_event),
17774         (gst_text_overlay_collected): Fix clockoverlay.
17775
17776 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17777
17778         * docs/libs/compiling.sgml:
17779           Fix typo: it's pkg-config, not pkg-gconfig
17780
17781         * docs/libs/gst-plugins-base-libs-docs.sgml:
17782         * docs/libs/gst-plugins-base-libs-sections.txt:
17783         * docs/libs/tmpl/gstgconf.sgml:
17784           There is no libgstgconf in 0.10, remove it
17785           from the docs.
17786
17787 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17788
17789         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17790         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17791         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17792         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17793         (gst_sub_parse_class_init), (gst_sub_parse_init),
17794         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17795         (parse_mpsub), (parser_state_init), (handle_buffer),
17796         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17797         * gst/subparse/gstsubparse.h: Introduce seeking code.
17798
17799 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17800
17801         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17802           Add comment about LANGUAGE tag inconsistency (we want
17803           ISO-639-1, but extract three-letter identifiers?)
17804
17805         * po/POTFILES.in:
17806           Add two translatable files.
17807
17808 2006-02-05  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17809
17810         * gst-libs/gst/tag/Makefile.am:
17811         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17812         * gst-libs/gst/tag/tag.h:
17813         * gst-libs/gst/tag/tags.c:
17814         (gst_tag_register_musicbrainz_tags_internal),
17815         (gst_tag_register_musicbrainz_tags):
17816           Forward-port some tags stuff from the 0.8 branch. This is
17817           mostly the addition of musicbrainz tags and their mapping
17818           to vorbistags, and a vorbistag mapping of the language tag.
17819
17820 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17821
17822         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17823         refactoring.
17824
17825 2006-02-04  David Schleef  <ds@schleef.org>
17826
17827         * ext/ogg/gstoggmux.c:
17828         * gst/typefind/gsttypefindfunctions.c:
17829           Add Dirac typefinding and add dirac format to oggmux.
17830
17831 2006-02-03  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17832
17833         * gst/playback/gstdecodebin.c: (try_to_link_1):
17834           Don't put essential function call into
17835           g_return_*() macro, otherwise it'll all be
17836           replaced by NOOPs when compiling with
17837           G_DISABLE_CHECKS defined.
17838
17839 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17840
17841         * ext/ogg/gstoggdemux.c:
17842         * ext/ogg/gstoggparse.c:
17843         * gst/tcp/gsttcpserversink.c:
17844         * sys/v4l/v4lsrc_calls.c:
17845         * sys/v4l/v4lsrc_calls.h:
17846         Just make it compile with --disable-gst-debug.
17847
17848 2006-02-03  Wim Taymans  <wim@fluendo.com>
17849
17850         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17851         (gst_alsasink_class_init), (gst_alsasink_init),
17852         (gst_alsasink_write), (gst_alsasink_reset):
17853         * ext/alsa/gstalsasink.h:
17854         Add lock to protect alsa calls.
17855         Implement reset to flush samples ASAP, does not work
17856         with dmix though.
17857
17858 2006-02-02  Wim Taymans  <wim@fluendo.com>
17859
17860         * gst-libs/gst/audio/gstbaseaudiosink.c:
17861         (gst_base_audio_sink_provide_clock):
17862         Ugh.. getting late I guess...
17863
17864 2006-02-02  Wim Taymans  <wim@fluendo.com>
17865
17866         * gst-libs/gst/audio/gstbaseaudiosink.c:
17867         (gst_base_audio_sink_provide_clock),
17868         (gst_base_audio_sink_set_property),
17869         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17870         Don't try to provide a clock when we are not negotiated since
17871         we might not be able to make it run.
17872
17873 2006-02-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17874
17875         * gst/playback/gstdecodebin.c: (try_to_link_1):
17876           Unlinking two source pads is ... hard.
17877
17878 2006-02-02  Wim Taymans  <wim@fluendo.com>
17879
17880         * gst-libs/gst/audio/TODO:
17881         Updated.
17882
17883         * gst-libs/gst/audio/gstbaseaudiosink.c:
17884         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17885         On EOS, wait till the last sample is played before posting EOS.
17886
17887 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17888
17889         Patch by: Kai Vehmanen
17890         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17891           Adds ability to enable newsegment bypass by setting queue_delay to
17892           zero. Also avoid thread being started if queue_delay is zero.
17893
17894 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17895
17896         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17897           Make test work again by connecting fakesinks to each decoded pad,
17898           which makes the pipeline wait until each fakesink has a buffer
17899           queued before going to PAUSED state. At that point we know the
17900           decodebin pads are negotiated.
17901
17902 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17903
17904         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17905         (gst_cdda_base_src_handle_event):
17906         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17907           Pass unhandled queries to the parent class's query function.
17908
17909 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17910
17911         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17912         (gst_ogg_pad_src_query):
17913         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17914         * ext/theora/theoradec.c: (theora_dec_src_query),
17915         (theora_dec_sink_query):
17916         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17917         (vorbis_dec_sink_query):
17918         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17919         (gst_vorbisenc_sink_query):
17920         * gst/adder/gstadder.c: (gst_adder_query):
17921           Pass unhandled queries upstream instead of just
17922           dropping them (#326447). Also, fix supported
17923           query types list for some elements.
17924
17925 2006-02-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
17926
17927         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17928         (paris_type_find), (ilbc_type_find), (plugin_init):
17929           Fix typefinding for audio/x-au, audio/x-paris and
17930           audio/iLBC-sh. We cannot use the START_WITH macros
17931           here, because there can only be one typefind factory
17932           with the same name (caps), so the second one would
17933           replace the first one and the first one would never
17934           be called when doing typefinding (see #161712).
17935           
17936
17937 2006-01-31  Wim Taymans  <wim@fluendo.com>
17938
17939         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17940         (vorbis_handle_header_packet), (vorbis_dec_push),
17941         (vorbis_handle_data_packet):
17942         Use scale_int when we can, add some more scaling.
17943         Check packettype before parsing it.
17944
17945 2006-01-31  Wim Taymans  <wim@fluendo.com>
17946
17947         * ext/theora/theoradec.c: (_theora_granule_time),
17948         (theora_dec_src_convert), (theora_dec_sink_convert):
17949         Call right _scale functions.
17950         Use parameter instead of some other random value.
17951
17952 2006-01-31  Wim Taymans  <wim@fluendo.com>
17953
17954         * ext/theora/theoradec.c: (_theora_granule_frame),
17955         (_theora_granule_time), (_inc_granulepos),
17956         (theora_dec_src_convert), (theora_dec_sink_convert),
17957         (theora_handle_type_packet), (theora_handle_data_packet),
17958         (theora_dec_chain):
17959         Use higher precision timestamps calculation.
17960         Convert some other conversions to _scale.
17961
17962 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17963
17964         * gst/audiotestsrc/gstaudiotestsrc.c:
17965         (gst_audio_test_src_create_sine_table), (plugin_init):
17966         * gst/volume/gstvolume.c: (plugin_init):
17967           initialize gst_controller before using
17968
17969 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17970
17971         * tests/check/pipelines/theoraenc.c:
17972         * tests/check/pipelines/vorbisenc.c:
17973         Define constant using G_GINT64_CONSTANT to avoid errors when
17974         passing it around - otherwise it gets truncated to 32 bits.
17975
17976         Fixes failing tests.
17977
17978 2006-01-31  Andy Wingo  <wingo@pobox.com>
17979
17980         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17981         caps being set doesn't have a framerate value. Basically a stopgap
17982         measure.
17983
17984         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17985         technically correct enough to put into core though.
17986         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17987         DURATION. Fixes theoraenc ! oggmux.
17988
17989         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17990         fraction, not double.
17991
17992 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17993
17994         * win32/vs7:
17995         add vs7 project files created by Sergey Scobich
17996
17997 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17998
17999         * win32/vs8:
18000         add vs8 project files created by Sergey Scobich
18001         
18002 2006-01-30  Andy Wingo  <wingo@pobox.com>
18003
18004         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18005         timestamp + duration, not just timestamp -- ogg pages should be
18006         ordered by stop time. Necessary fix given the change in vorbis
18007         timestamps.
18008
18009         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18010         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18011         (granulepos_add): New function, handles the messiness of adjusting
18012         granulepos values.
18013         (theora_buffer_from_packet):
18014         (theora_enc_chain):
18015         (theora_enc_sink_event): Use granulepos_add, not +.
18016
18017         * tests/check/pipelines/theoraenc.c
18018         (check_buffer_granulepos_from_starttime): Just check the frame
18019         count, not the actual granulepos -- we can't dictate to the
18020         encoder when it should be placing keyframes.
18021
18022 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18023
18024         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18025           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18026           play an http:// stream from a server that's not serving
18027
18028 2006-01-30  Andy Wingo  <wingo@pobox.com>
18029
18030         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18031         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18032         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18033         available.
18034
18035         * ext/theora/gsttheoraenc.h:
18036         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18037         although theoraenc was timestamping correctly. Added handling of
18038         streams that start with nonzero timestamps.
18039
18040         * tests/check/Makefile.am:
18041         * tests/check/pipelines/theoraenc.c: New file, basically does same
18042         tests as vorbisenc.
18043
18044         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18045
18046 2006-01-30  Wim Taymans  <wim@fluendo.com>
18047
18048         * gst-libs/gst/audio/gstaudiosink.c:
18049         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18050         (gst_audioringbuffer_pause):
18051         Implement pause that does not wait for completion.
18052
18053         * gst-libs/gst/audio/gstbaseaudiosink.c:
18054         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18055         Don't drop buffers when going to PAUSED but perform preroll on
18056         remaining samples now that core base class supports this.
18057
18058         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18059         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18060         (gst_ring_buffer_commit):
18061         Pause should not signal waiters.
18062         Implement return value of _commit correctly.
18063
18064 2006-01-30  Andy Wingo  <wingo@pobox.com>
18065
18066         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18067
18068         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18069         updated to timestamp from the first sample, not the last.
18070         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18071         special care of granulepos and timestamp for header packets.
18072         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18073         when the first buffer has a nonzero timestamp.
18074
18075         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18076         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18077         case when the first audio buffer we get has a nonzero timestamp.
18078         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18079         properly timestamp vorbis buffers with the time of the first
18080         sample, not the last.
18081         
18082         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18083         vorbis_granule_time_copy -- now it takes the granule/subgranule
18084         offset into account.
18085
18086         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18087         timestamps, durations, and granulepos on buffers produced by
18088         vorbisenc.
18089
18090 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18091
18092         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18093         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18094           Patch from Eric Jonas to support conversions to/from UYVY 
18095           (Fixes: #324626)
18096
18097 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18098
18099         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18100         (setup_subtitle), (setup_source), (set_active_source):
18101         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18102         (gen_text_element), (gen_audio_element), (gen_vis_element),
18103         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18104
18105 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18106
18107         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18108         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18109                 use gst_guint64_to_gdouble to be compliant with vs6
18110         * gst/playback/gstdecodebin.c: (try_to_link_1)
18111         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18112                 use G_GINT64_CONSTANT for int64 constants
18113         * win32/common/libgstinterfaces.def:
18114                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18115         * win32/vs6:
18116                 update and add new project files
18117                 
18118 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18119
18120         * Makefile.am:
18121         * win32/MANIFEST:
18122         * win32/common/interfaces-enumtypes.c:
18123         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18124         (gst_mixer_track_flags_get_type),
18125         (gst_tuner_channel_flags_get_type):
18126         * win32/common/interfaces-enumtypes.h:
18127         * win32/common/multichannel-enumtypes.c:
18128         (gst_audio_channel_position_get_type):
18129         * win32/common/multichannel-enumtypes.h:
18130           add a win32-update rule like in core, and copy over enumtypes files
18131
18132 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18133
18134         * win32/MANIFEST:
18135         * win32/common/config.h:
18136         * win32/common/config.h.in:
18137           add config files just like in core
18138
18139 2006-01-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18140
18141         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18142           Make gcc-4.1 happy (part of #327357).
18143
18144 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18145
18146         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18147         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18148         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18149         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18150         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18151         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18152           Update all error messages.  All of them should either use
18153           the default translated message, or actually provide a
18154           translatable string.
18155           Make the string for channel count problems meaningful.
18156
18157 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18158
18159         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18160           check for and throw RESOURCE_BUSY
18161
18162 2006-01-27  David Schleef  <ds@schleef.org>
18163
18164         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18165           checked in this change -- it requires liboil features not
18166           in 0.3.6.  Revert parts.
18167
18168 2006-01-27  David Schleef  <ds@schleef.org>
18169
18170         * REQUIREMENTS:
18171         * configure.ac: update liboil requirement to 0.3.6
18172         * gst/videoscale/Makefile.am:
18173         * gst/videoscale/vs_scanline.c: liboilify
18174
18175 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18176
18177         * ext/libvisual/visual.c: (get_buffer):
18178           When pad_alloc returns a GstFlowReturn other
18179           than GST_FLOW_OK, make sure it is passed upstream.
18180
18181 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18182
18183         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18184         (gst_alsasink_class_init):
18185           Free the device name string.
18186
18187         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18188         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18189         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18190           Don't remove a pad from the collectpads structure until it
18191           is released - it's a request pad, and may receive data again
18192           if the element gets moved back to PLAYING state.
18193
18194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18195           Ensure we turn on double buffering on the Xv port, and
18196           set the colour key to something dark and mysterious that
18197           isn't black.
18198
18199 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18200
18201         * ext/alsa/gstalsaplugin.c: (plugin_init):
18202         * ext/cdparanoia/gstcdparanoiasrc.c:
18203         (gst_cd_paranoia_src_base_init), (plugin_init):
18204         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18206           - a library should not call setlocale. see "Libraries" node in
18207             gettext manual
18208           - make sure all plugins that use translation do bindtextdomain
18209             to point to the localedir
18210         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18211         (setup_sinks), (plugin_init):
18212           all this, and check for NULL when creating sinks
18213
18214 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18215
18216         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18217         (plugin_init): Make typefinding of subtitles work again.
18218
18219 2006-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18220
18221         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18222         (mp3_type_frame_length_from_header), (mp3_type_find),
18223         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18224         (plugin_init):
18225           Backport a bunch of typefinding fixes from the 0.8 branch.
18226           Also, improve wavpack typefinding: if we can't peek the
18227           entire wavpack block, try to parse the bits we can get and
18228           see if we find what we're looking for in those.
18229
18230 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18231
18232         * sys/ximage/ximagesink.c:
18233         (gst_ximagesink_calculate_pixel_aspect_ratio):
18234         * sys/xvimage/xvimagesink.c:
18235         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18236         more cases of pixel aspect ratio.
18237
18238 2006-01-26  Edward Hervey  <edward@fluendo.com>
18239
18240         * gst/playback/gstdecodebin.c: (pad_probe):
18241         Also consider the flush-start and tag events as unblockers
18242         for the pad probes.
18243
18244 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18245
18246         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18247         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18248         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18249         On the fly visualisation switch, works disabling, enabling as
18250         well but it won't be able to enable vis in a playbin that was
18251         created with no visualisation.
18252
18253 2006-01-25  Wim Taymans  <wim@fluendo.com>
18254
18255         * gst-libs/gst/audio/gstbaseaudiosink.c:
18256         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18257         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18258         resume after pause.
18259
18260 2006-01-25  Wim Taymans  <wim@fluendo.com>
18261
18262         * gst-libs/gst/audio/gstbaseaudiosink.c:
18263         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18264         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18265         Improve debugging.
18266         Post error when caps cannot be parsed.
18267         Resync on discontinuity in the stream.
18268         Clip samples to segment boundaries.
18269         return WRONG_STATE sooner when we are flushing.
18270
18271         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18272         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18273         Make audiosrc operate in TIME.
18274         Set TIMESTAMP and DURATION on buffers.
18275
18276 2006-01-24  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18277
18278         * tests/examples/seek/seek.c: (main):
18279           Output tag messages as well.
18280
18281 2006-01-23  Edward Hervey  <edward@fluendo.com>
18282
18283         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18284         (free_pad_probes), (remove_fakesink), (pad_probe),
18285         (close_pad_link), (gst_decode_bin_change_state):
18286         Replace GstPadBlockCallback with pad probes that detect
18287         first buffer AND eos before removing fakesink.
18288         Fixes hang with demuxers doing EOS while pre-rolling.
18289         Solves #328279
18290
18291 2006-01-23  Andy Wingo  <wingo@pobox.com>
18292
18293         * ext/alsa/gstalsasink.c:
18294         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18295         (gst_base_rtp_depayload_setcaps),
18296         (gst_base_rtp_depayload_add_to_queue),
18297         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18298         
18299         Patch by: Jens Granseuer <jensgr at gmx dot net>
18300
18301 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18302
18303         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18304         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18305         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18306         frames. We might get a frame destroyed after changing state to
18307         NULL, adding a safety check on xcontext.
18308
18309 2006-01-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18310
18311         * gst-libs/gst/interfaces/xoverlay.c:
18312           Fix prepare-xwindow-id code example in the docs - we need to
18313           ignore all messages that aren't element messages as well.
18314           
18315 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18316
18317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18318           I think one day i'll completely undestand how caps negotiation
18319           is supposed to work. This refactoring handles buffer_alloc
18320           called with caps we can't handle. We definitely don't want a
18321           set_caps with those caps, so we define and allocate a buffer
18322           we would like to receive.
18323
18324 2006-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18325
18326         * gst/playback/gstplaybasebin.c: (setup_source):
18327           Free iterator when done.
18328
18329 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18330
18331         * gst-libs/gst/audio/gstbaseaudiosink.c:
18332         (gst_base_audio_sink_render):
18333           Fix playback of non-synchronised streams by assuming a rate
18334           of 1.0 instead of a random one.
18335
18336           Makes this work again:
18337
18338           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18339           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18340           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18341           audioresample ! alsasink
18342
18343 === release 0.10.2 ===
18344
18345 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18346
18347         * configure.ac:
18348           releasing 0.10.2, "Then the devil is six"
18349
18350 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18351
18352         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18353         * gst/playback/gststreamselector.c:
18354         (gst_stream_selector_set_property):
18355           Comment out broken code that connects to the state-changed signal.
18356           At this point, changing current stream selection is broken, but 
18357           stuff like gst-launch playbin current-audio=1 works and filters
18358           to the chosen stream.
18359
18360 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18361
18362         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18363           Fix #327216 (null dereference in vorbisdec)
18364
18365 2006-01-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18366
18367         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18368           Post taglist actually on bus instead of just freeing it
18369           (fixes #327114 and totem bug #327080).
18370
18371         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18372           Use gst_element_found_tags_for_pad(), so that the tags
18373           are sent downstream as an event as well.
18374
18375 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18376
18377         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18378         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18379         (gst_ximagesink_buffer_alloc):
18380         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18381         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18382         (gst_xvimagesink_buffer_alloc):
18383           move all regularly occurring messages to GST_LOG level
18384           add some more object logs
18385
18386 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18387
18388         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18389           fix a silly segfault
18390
18391 2006-01-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18392
18393         * docs/libs/gst-plugins-base-libs-docs.sgml:
18394         * docs/libs/gst-plugins-base-libs-sections.txt:
18395         * gst-libs/gst/audio/mixerutils.c:
18396         * gst-libs/gst/audio/mixerutils.h:
18397           Add docs for mixerutils stuff.
18398
18399 2006-01-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18400
18401         * gst/playback/gstplaybasebin.c: (setup_source):
18402           Fix playback for sources that emit raw audio or
18403           raw video streams (e.g.: cd audio sources) (#325984).
18404
18405 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18406
18407         * gst-libs/gst/audio/mixerutils.c:
18408         (gst_audio_mixer_filter_do_filter):
18409           actually save the element we create
18410
18411 2006-01-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18412
18413         * gst-libs/gst/cdda/gstcddabasesrc.c:
18414         (gst_cdda_base_src_handle_track_seek):
18415           No need to post a tag message on the bus when seeking
18416           within the same track, only post it when the current
18417           track changes.
18418
18419 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18420
18421         * gst/playback/gstplaybasebin.c: (group_destroy),
18422         (probe_triggered), (new_decoded_pad), (mute_group_type),
18423         (set_active_source):
18424         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18425         * gst/playback/gststreamselector.c:
18426         (gst_stream_selector_base_init),
18427         (gst_stream_selector_set_property),
18428         (gst_stream_selector_request_new_pad):
18429           Reenable stream selection. These mechanisms need a complete overhaul
18430           in the face of 0.8->0.10 changes though.
18431
18432 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18433
18434         * ext/ogg/gstoggdemux.c:
18435           Change the pad template to src_%d to match the pads that 
18436           are created from it. decodebin needs this information in order
18437           to decide that oggdemux is capable of producing multiple pads
18438           (and hence needs queues inserted).
18439
18440         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18441         (gst_ogg_mux_collected):
18442           Make debug output more useful by using GST_PTR_FORMAT.
18443
18444 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18445
18446         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18447
18448         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18449           Set depth and width for alaw/mulaw (fixes #326601).
18450
18451 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18452
18453         * tests/icles/Makefile.am:
18454           don't build the tests if we don't have the libs
18455
18456 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18457
18458         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18459         (gst_cd_paranoia_paranoia_callback):
18460           Don't try to free NULL pointers.
18461
18462 2006-01-10  Edward Hervey  <edward@fluendo.com>
18463
18464         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18465         (gst_audio_rate_change_state), (plugin_init):
18466         Add debugging category.
18467         Fix type issues.
18468         Add case for incoming buffers without valid offset/offset_end.
18469
18470 2006-01-10  Michael Smith  <msmith@fluendo.com>
18471
18472         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18473           Don't leak GCond in audio sources.
18474
18475 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18476
18477         * gst/playback/gstplaybin.c: (gen_audio_element):
18478           Don't leak an autoaudiosink/alsasink when we generate
18479           a new audio element. (old code, I guess)
18480
18481 2006-01-10  Michael Smith  <msmith@fluendo.com>
18482
18483         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18484           Support float audio in audiorate.
18485           Use width rather than depth for selecting sample width.
18486
18487 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18488
18489         * gst/videotestsrc/videotestsrc.h:
18490           Use GLib types here (that way we don't have to include the
18491           generated _stdint.h header, which makes life easier for win32
18492           folks that don't use autotools for the build) (#325990, patch
18493           by: Sergey Scobich).
18494
18495 2006-01-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18496
18497         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18498         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18499         (gst_ring_buffer_pause), (wait_segment):
18500         * gst-libs/gst/audio/gstringbuffer.h:
18501           Name (private) union, makes Forte compiler happy (this time
18502           for real) (#324900).
18503
18504 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18505
18506         * gst-libs/gst/audio/Makefile.am:
18507           Link against libgstinterfaces, needed for mixer
18508           and property probe stuff.
18509
18510 2006-01-09  Edward Hervey  <edward@fluendo.com>
18511
18512         * gst-libs/gst/Makefile.am:
18513
18514 2006-01-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18515
18516         * gst-libs/gst/audio/Makefile.am:
18517         * gst-libs/gst/audio/mixerutils.c:
18518         (gst_audio_mixer_filter_do_filter),
18519         (gst_audio_mixer_filter_check_element),
18520         (gst_audio_mixer_filter_probe_feature),
18521         (element_factory_rank_compare_func),
18522         (gst_audio_default_registry_mixer_filter):
18523         * gst-libs/gst/audio/mixerutils.h:
18524           Add gst_audio_default_registry_mixer_filter() utility
18525           function.
18526
18527 2006-01-03  Michael Smith  <msmith@fluendo.com>
18528
18529         * gst/audioresample/resample.h:
18530           As before, but for o_buf
18531
18532 2006-01-03  Michael Smith  <msmith@fluendo.com>
18533
18534         * gst/audioresample/resample.h:
18535           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18536           since we do arithmetic on it.
18537
18538 2006-01-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18539
18540         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18541         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18542         (gst_ring_buffer_pause), (wait_segment):
18543         * gst-libs/gst/audio/gstringbuffer.h:
18544           Sun's Forte compiler doesn't seem to like anonymous structs,
18545           so use same setup as in GstBaseSrc (fixes #324900).
18546
18547 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18548
18549         * configure.ac:
18550         * gst/volume/Makefile.am:
18551         * gst/volume/demo.c:
18552           move old example to tests/examples/volume/volune.c
18553         * tests/examples/Makefile.am:
18554         * tests/examples/seek/seek.c: (main):
18555           change window-close event from "delete-event" to "destroy"
18556         * tests/examples/volume/Makefile.am:
18557         * tests/examples/volume/volume.c: (value_changed_callback),
18558         (setup_gui), (message_received), (eos_message_received), (main):
18559           fix event handling and bus usage
18560
18561 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18562
18563         * gst/audiotestsrc/gstaudiotestsrc.c:
18564         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18565         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18566         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18567         (gst_audio_test_src_create_square),
18568         (gst_audio_test_src_create_saw),
18569         (gst_audio_test_src_create_triangle),
18570         (gst_audio_test_src_create_silence),
18571         (gst_audio_test_src_create_white_noise),
18572         (gst_audio_test_src_create_pink_noise),
18573         (gst_audio_test_src_init_sine_table),
18574         (gst_audio_test_src_create_sine_table),
18575         (gst_audio_test_src_change_wave),
18576         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18577         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18578         * gst/audiotestsrc/gstaudiotestsrc.h:
18579           update to basesrc changes, implement segmented seeking and eos
18580           handling, add a 'sine-tab' waveform for performance critical playback
18581
18582 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18583
18584         * po/POTFILES.in:
18585           ... and this time the other modified file that I missed last time.
18586
18587 2005-12-29  Michael Smith  <msmith@fluendo.com>
18588
18589         * gst/playback/gstdecodebin.c: (new_pad):
18590           Fix non-C89 variable declaration not at the start of a block. Should
18591           help some compilers.
18592
18593 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18594
18595         * tests/check/Makefile.am:
18596           And now fix 'make distcheck' (builddir != srcdir)
18597
18598 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18599
18600         * configure.ac:
18601         * ext/cdparanoia/Makefile.am:
18602         * ext/cdparanoia/gstcdparanoia.c:
18603         * ext/cdparanoia/gstcdparanoia.h:
18604         * ext/cdparanoia/gstcdparanoiasrc.c:
18605         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18606         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18607         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18608         (gst_cd_paranoia_paranoia_callback),
18609         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18610         (gst_cd_paranoia_src_set_property),
18611         (gst_cd_paranoia_src_get_property), (plugin_init):
18612         * ext/cdparanoia/gstcdparanoiasrc.h:
18613           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18614           plugin again (there are still fixes required to playbin to make
18615           cdda:// uris work there).
18616
18617 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18618
18619         * tests/check/Makefile.am:
18620           Fix test case compilation.
18621
18622 2005-12-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18623
18624         * gst-libs/gst/cdda/gstcddabasesrc.c:
18625         (gst_cdda_base_src_update_duration),
18626         (gst_cdda_base_src_calculate_cddb_id):
18627           An integer is not a string. Fix access to uninitialised variable.
18628
18629         * tests/check/Makefile.am:
18630           Add cddabasesrc unit test; also actually enable the vorbis test.
18631
18632         * tests/check/generic/states.c:
18633           Blacklist new cd audio elements as well.
18634
18635         * tests/check/libs/cddabasesrc.c:
18636           Unit test for GstCddaBaseSrc (discid calculation mostly).
18637
18638 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18639
18640         * docs/libs/Makefile.am:
18641         * docs/libs/gst-plugins-base-libs-docs.sgml:
18642         * docs/libs/gst-plugins-base-libs-sections.txt:
18643         * docs/libs/gst-plugins-base-libs.types:
18644           Add docs for libgstcdda/GstCddaBaseSrc.
18645
18646         * gst-libs/gst/interfaces/mixertrack.h:
18647           Do one struct member per line with a semicolon at the end, that way
18648           even gtk-doc might parse it without complaining.
18649
18650 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18651
18652         * configure.ac:
18653         * gst-libs/gst/Makefile.am:
18654         * gst-libs/gst/cdda/Makefile.am:
18655         * gst-libs/gst/cdda/base64.c:
18656         * gst-libs/gst/cdda/base64.h:
18657         * gst-libs/gst/cdda/gstcddabasesrc.c:
18658         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18659         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18660         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18661         (gst_cdda_base_src_get_property),
18662         (gst_cdda_base_src_get_track_from_sector),
18663         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18664         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18665         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18666         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18667         (gst_cdda_base_src_uri_get_protocols),
18668         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18669         (gst_cdda_base_src_uri_handler_init),
18670         (gst_cdda_base_src_setup_interfaces),
18671         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18672         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18673         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18674         (gst_cdda_base_src_add_tags),
18675         (gst_cdda_base_src_add_index_associations),
18676         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18677         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18678         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18679         (gst_cdda_base_src_create):
18680         * gst-libs/gst/cdda/gstcddabasesrc.h:
18681         * gst-libs/gst/cdda/sha1.c:
18682         * gst-libs/gst/cdda/sha1.h:
18683           Add new libgstcdda with GstCddaBaseSrc class.
18684
18685 2005-12-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18686
18687         * ext/gnomevfs/gstgnomevfssink.h:
18688           Use GstBaseSinkClass as parent_class member for class struct, not
18689           GstBaseSink.
18690
18691 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18692
18693         Patch by: Michael Benes
18694
18695         * gst/videotestsrc/gstvideotestsrc.c:
18696         (gst_video_test_src_class_init), (gst_video_test_src_start):
18697           Add start method to reset running time and number of frames sent
18698           when starting up (fixes #324696)
18699
18700 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18701
18702         * docs/plugins/Makefile.am:
18703         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18704         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18705         * docs/plugins/gst-plugins-base-plugins.args:
18706         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18707         * docs/plugins/gst-plugins-base-plugins.signals:
18708           Add docs stuff for gnomevfssrc and gnomevfssink.
18709
18710         * ext/gnomevfs/gstgnomevfssrc.c:
18711           Fix example pipeline in gtk-doc blurb.
18712
18713 2005-12-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18714
18715         * ext/gnomevfs/Makefile.am:
18716         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18717         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18718         (gst_gnome_vfs_handle_get_type), (plugin_init):
18719         * ext/gnomevfs/gstgnomevfs.h:
18720         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18721         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18722         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18723         (gst_gnome_vfs_sink_set_property),
18724         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18725         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18726         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18727         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18728         (gst_gnome_vfs_sink_uri_get_type),
18729         (gst_gnome_vfs_sink_uri_get_protocols),
18730         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18731         (gst_gnome_vfs_sink_uri_handler_init):
18732         * ext/gnomevfs/gstgnomevfssink.h:
18733           Port gnomevfssink; add gtk-doc blurb.
18734
18735         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18736         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18737         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18738         (gst_gnome_vfs_src_uri_get_type),
18739         (gst_gnome_vfs_src_uri_get_protocols),
18740         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18741         (gst_gnome_vfs_src_uri_handler_init),
18742         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18743         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18744         (gst_gnome_vfs_src_send_additional_headers_callback),
18745         (gst_gnome_vfs_src_received_headers_callback),
18746         (gst_gnome_vfs_src_push_callbacks),
18747         (gst_gnome_vfs_src_pop_callbacks),
18748         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18749         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18750         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18751         * ext/gnomevfs/gstgnomevfssrc.h:
18752           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18753           file; add gtk-doc blurb with example pipelines.
18754
18755 === release 0.10.1 ===
18756
18757 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18758
18759         * configure.ac:
18760           releasing 0.10.1, "Dobro Dedek"
18761
18762 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18763
18764         * gst/typefind/gsttypefindfunctions.c:
18765         iLBC30 and iLBC20 added to typefind.
18766
18767 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18768
18769         * gst-libs/gst/audio/gstbaseaudiosink.c:
18770         (gst_base_audio_sink_class_init):
18771         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18772         (gst_base_audio_src_class_init):
18773           update strings, values are in microseconds
18774           change the default sink buffer time to something that is smaller
18775           (to help software volume mixing have a slightly lower delay) but
18776           still be acceptable on Wim's laptop
18777
18778 2005-12-20  Edward Hervey  <edward@fluendo.com>
18779
18780         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18781         Made a quack, forgot to add DUCK to the riff video template.
18782
18783 2005-12-19  Edward Hervey  <edward@fluendo.com>
18784
18785         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18786         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18787         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18788         (gst_ogm_parse_chain):
18789         Make sure pads are initialized correctly.
18790         * gst-libs/gst/riff/riff-ids.h:
18791         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18792         (gst_riff_create_video_template_caps):
18793         Add a whole bunch of FOURCC <=> MimeType.
18794         Extend the riff video pad template to support the newly added fourcc.
18795
18796 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18797
18798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18799         (gst_ogg_demux_activate_chain):
18800           Extra debug output when activating/deactivating chains.
18801
18802         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18803         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18804         (unlinked):
18805           Remove a queue from our list when it becomes unlinked.
18806           Don't add queues to elements in class 'Demux' if they
18807           can only produce one pad 
18808
18809 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18810
18811         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18812         (gst_video_sink_get_type): Add a debug category.
18813
18814 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18815
18816         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18817         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18818           Handle downstream newsegment by sending our own newsegment before the
18819           next buffer to be released. (#323900)
18820
18821 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18822
18823         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18824         (gst_base_rtp_depayload_set_gst_timestamp):
18825           add queue delay to new segment as well (as opposed to just the first
18826           buffer). (bug #322347)
18827
18828 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18829
18830         * ext/libvisual/visual.c: (make_valid_name):
18831           change some char* into char[]
18832         * gst/audiotestsrc/gstaudiotestsrc.c:
18833         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18834         (gst_audio_test_src_create):
18835         * gst/audiotestsrc/gstaudiotestsrc.h:
18836           prepare to handle EOS and SEGMENT_DONE
18837
18838 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18839
18840         * tests/check/generic/states.c: (GST_START_TEST):
18841           Blacklist cdparanoia element in state test.
18842
18843 2005-12-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18844
18845           Patch by: Benjamin Pineau
18846
18847         * gst/tcp/gsttcp.c:
18848         * gst/tcp/gsttcpclientsink.c:
18849         * gst/tcp/gsttcpserversink.c:
18850         * gst/tcp/gsttcpserversrc.c:
18851           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18852
18853 2005-12-15  Michael Smith  <msmith@fluendo.com>
18854
18855         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18856         (gst_video_rate_chain):
18857           Fix timestamping for videorate when the first buffer it sees has a
18858           non-zero timestamp. Fix some misleading debug output.
18859
18860 2005-12-15  Michael Smith  <msmith@fluendo.com>
18861
18862         * gst/audioresample/gstaudioresample.c:
18863           Don't leak all input buffers to audioresample.
18864
18865 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18866
18867         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18868           Don't operate on empty text buffers. Strip newlines and
18869           tabs only from the end of the text, but leave them intact
18870           in the middle. Fix typo in gtk-doc description.
18871
18872 2005-12-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18873
18874         * gst/playback/gstplaybasebin.c:
18875         * gst/playback/gstplaybin.c: (handoff):
18876           Make sure the video frame buffer we return to apps via the
18877           "frame" property always has caps set on it. Modify
18878           _gst_gvalue_set_object() macro to handle NULL objects
18879           gracefully too.
18880
18881 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18882
18883         * gst/audiotestsrc/gstaudiotestsrc.c:
18884         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18885         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18886         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18887         (gst_audio_test_src_create):
18888         * gst/audiotestsrc/gstaudiotestsrc.h:
18889         Adjust to some recent api changes and add wtays new cool seeking
18890         capabillities
18891
18892 2005-12-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18893
18894         * ext/alsa/Makefile.am:
18895         * ext/alsa/gstalsadeviceprobe.c:
18896         * ext/alsa/gstalsadeviceprobe.h:
18897           Helper functions to add device probing via the GstPropertyProbe
18898           interface to a class.
18899
18900         * ext/alsa/gstalsamixer.h:
18901           Comment out GST_ALSA_MIXER, it returns a struct that's not
18902           used.
18903
18904         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18905           Add some debug info. 
18906
18907         * ext/alsa/gstalsamixerelement.c:
18908         (gst_alsa_mixer_element_interface_supported),
18909         (gst_implements_interface_init),
18910         (gst_alsa_mixer_element_init_interfaces),
18911         (gst_alsa_mixer_element_class_init),
18912         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18913         (gst_alsa_mixer_element_set_property),
18914         (gst_alsa_mixer_element_get_property),
18915         (gst_alsa_mixer_element_change_state):
18916         * ext/alsa/gstalsamixerelement.h:
18917           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18918           for device handling (gnome-volume-control will need that).
18919
18920 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18921
18922         * ext/Makefile.am: fix cdparanoia entry
18923         * gst-plugins-base.spec.in: add cdparanoia
18924
18925 2005-12-12  Michael Smith  <msmith@fluendo.com>
18926
18927         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18928           Use the correct function to free list of typefind factories.
18929
18930 2005-12-12  Wim Taymans  <wim@fluendo.com>
18931
18932         * gst/videotestsrc/gstvideotestsrc.c:
18933         (gst_video_test_src_class_init), (gst_video_test_src_init),
18934         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18935         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18936         (gst_video_test_src_create):
18937         * gst/videotestsrc/gstvideotestsrc.h:
18938         Implement seeking in videotestsrc.
18939         Small cleanups.
18940
18941 2005-12-12  Wim Taymans  <wim@fluendo.com>
18942
18943         * ext/cdparanoia/Makefile.am:
18944         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18945         (gst_paranoia_endian_get_type), (_do_init),
18946         (cdparanoia_class_init), (cdparanoia_init),
18947         (cdparanoia_set_property), (cdparanoia_get_property),
18948         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18949         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18950         (cdparanoia_convert), (cdparanoia_get_query_types),
18951         (cdparanoia_query), (cdparanoia_set_index),
18952         (cdparanoia_uri_set_uri):
18953         * ext/cdparanoia/gstcdparanoia.h:
18954         Partially ported cdparanoia now that basesrc can support a
18955         plugin like this..
18956
18957 2005-12-12  Wim Taymans  <wim@fluendo.com>
18958
18959         * tests/examples/seek/scrubby.c: (main):
18960         Set higher priority for bus events so they don't get reordered with
18961         gtk gui events.
18962
18963         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18964         (flush_toggle_cb), (main):
18965         Added checkbox to disable flushing seeks. 
18966         Disable scrubbing when doing non flushing seeks.
18967
18968 2005-12-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
18969
18970         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18971         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18972         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18973         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18974           Implement some sort of event handling that doesn't rely on
18975           g_return_if_fail; make sure we always push the last chunk of an 
18976           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18977           state change function; remove some old cruft. Seeking is still
18978           rather unlikely to work though.
18979
18980         * tools/.cvsignore:
18981           Ignore more.
18982
18983 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18984
18985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18986         Fixed a leak of the current image reference when cleaning up.
18987         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18988
18989 2005-12-09  Michael Smith  <msmith@fluendo.com>
18990
18991         * tools/Makefile.am:
18992         * tools/gst-launch-ext-m.m:
18993           Remove gst-launch-ext. It doesn't work, and is no longer
18994           particularly useful.
18995
18996 2005-12-08  Luca Ognibene  <luogni@tin.it>
18997
18998         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18999           don't pass random values to ogmparse convert function.
19000           Make seeking possible in the exile1.ogm file.
19001
19002 2005-12-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19003
19004         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19005         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19006           Work around refcount problem with g_value_set_object() that occur
19007           if the core has been compiled against GLib-2.6 (g_value_set_object()
19008           will only g_object_ref() the element, but the caller will
19009           gst_object_unref() it and bad things will happen due to the way
19010           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19011           totem for people on FC4 using Thomas's 0.10 RPMs.
19012           
19013 2005-12-07  Edward Hervey  <edward@fluendo.com>
19014
19015         Time to welcome ogm to 0.10 :)
19016         
19017         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19018         (gst_ogg_pad_typefind):
19019         Oggdemux can now properly typefind elements with dynamic pads.
19020         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19021         Properly set caps on src pad, and set caps on outgoing buffers.
19022
19023 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19024
19025         * ext/alsa/gstalsamixer.h:
19026         * ext/alsa/gstalsamixerelement.h:
19027         * ext/alsa/gstalsamixeroptions.h:
19028         * ext/alsa/gstalsamixertrack.h:
19029         * ext/alsa/gstalsasink.c:
19030         * ext/alsa/gstalsasink.h:
19031         * ext/alsa/gstalsasrc.c:
19032         * ext/alsa/gstalsasrc.h:
19033         * ext/cdparanoia/gstcdparanoia.h:
19034         * ext/gnomevfs/gstgnomevfsuri.h:
19035         * ext/ogg/gstoggdemux.c:
19036         * ext/ogg/gstoggmux.c:
19037         * ext/pango/gsttextoverlay.h:
19038         * ext/theora/theoradec.c:
19039         * ext/theora/theoraenc.c:
19040         * ext/vorbis/vorbisdec.h:
19041         * ext/vorbis/vorbisenc.c:
19042         * ext/vorbis/vorbisenc.h:
19043         * ext/vorbis/vorbisparse.h:
19044         * gst-libs/gst/audio/gstaudioclock.h:
19045         * gst-libs/gst/audio/gstaudiosink.c:
19046         * gst-libs/gst/audio/gstaudiosink.h:
19047         * gst-libs/gst/audio/gstaudiosrc.c:
19048         * gst-libs/gst/audio/gstaudiosrc.h:
19049         * gst-libs/gst/audio/gstbaseaudiosink.c:
19050         * gst-libs/gst/audio/gstbaseaudiosink.h:
19051         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19052         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19053         * gst-libs/gst/audio/gstringbuffer.h:
19054         * gst-libs/gst/audio/multichannel.h:
19055         * gst-libs/gst/floatcast/floatcast.h:
19056         * gst-libs/gst/interfaces/colorbalance.c:
19057         * gst-libs/gst/interfaces/colorbalance.h:
19058         * gst-libs/gst/interfaces/colorbalancechannel.h:
19059         * gst-libs/gst/interfaces/mixer.h:
19060         * gst-libs/gst/interfaces/mixeroptions.h:
19061         * gst-libs/gst/interfaces/mixertrack.h:
19062         * gst-libs/gst/interfaces/navigation.h:
19063         * gst-libs/gst/interfaces/propertyprobe.h:
19064         * gst-libs/gst/interfaces/tuner.h:
19065         * gst-libs/gst/interfaces/tunerchannel.h:
19066         * gst-libs/gst/interfaces/tunernorm.h:
19067         * gst-libs/gst/interfaces/xoverlay.h:
19068         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19069         * gst-libs/gst/riff/riff-ids.h:
19070         * gst-libs/gst/riff/riff-media.h:
19071         * gst-libs/gst/riff/riff-read.h:
19072         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19073         * gst-libs/gst/rtp/gstbasertppayload.c:
19074         * gst-libs/gst/rtp/gstbasertppayload.h:
19075         * gst-libs/gst/rtp/gstrtpbuffer.c:
19076         * gst-libs/gst/rtp/gstrtpbuffer.h:
19077         * gst-libs/gst/tag/gsttageditingprivate.h:
19078         * gst-libs/gst/tag/gstvorbistag.c:
19079         (gst_tag_list_from_vorbiscomment_buffer):
19080         * gst-libs/gst/tag/tag.h:
19081         * gst-libs/gst/video/video.h:
19082         * gst/adder/gstadder.c:
19083         * gst/adder/gstadder.h:
19084         * gst/audioconvert/audioconvert.c:
19085         * gst/audioconvert/audioconvert.h:
19086         * gst/audioconvert/gstaudioconvert.c:
19087         * gst/audioconvert/gstchannelmix.c:
19088         * gst/audioconvert/gstchannelmix.h:
19089         * gst/audiorate/gstaudiorate.c:
19090         * gst/audioresample/buffer.h:
19091         * gst/audioresample/functable.h:
19092         * gst/audioresample/gstaudioresample.c:
19093         * gst/audioresample/resample.h:
19094         * gst/ffmpegcolorspace/avcodec.h:
19095         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19096         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19097         * gst/ffmpegcolorspace/imgconvert.c:
19098         * gst/ffmpegcolorspace/imgconvert_template.h:
19099         * gst/playback/gstdecodebin.c:
19100         * gst/playback/gstplaybasebin.h:
19101         * gst/playback/gstplaybin.c:
19102         * gst/playback/gststreaminfo.h:
19103         * gst/tcp/gstfdset.c:
19104         * gst/tcp/gstfdset.h:
19105         * gst/tcp/gstmultifdsink.c:
19106         * gst/tcp/gstmultifdsink.h:
19107         * gst/tcp/gsttcp.h:
19108         * gst/tcp/gsttcpclientsrc.c:
19109         * gst/tcp/gsttcpclientsrc.h:
19110         * gst/tcp/gsttcpplugin.h:
19111         * gst/tcp/gsttcpserversink.c:
19112         * gst/tcp/gsttcpserversrc.c:
19113         * gst/typefind/gsttypefindfunctions.c:
19114         * gst/videorate/gstvideorate.c:
19115         * gst/videotestsrc/gstvideotestsrc.h:
19116         * gst/videotestsrc/videotestsrc.h:
19117         * sys/v4l/gstv4lcolorbalance.h:
19118         * sys/v4l/gstv4ltuner.h:
19119         * sys/v4l/gstv4lxoverlay.h:
19120         * sys/v4l/v4l_calls.h:
19121         * sys/v4l/videodev_mjpeg.h:
19122         * tests/check/elements/audioconvert.c:
19123         * tests/check/elements/audioresample.c:
19124         * tests/check/elements/audiotestsrc.c:
19125         * tests/check/elements/videotestsrc.c:
19126         * tests/check/elements/volume.c:
19127         * tests/examples/seek/scrubby.c:
19128         * tests/examples/seek/seek.c:
19129           expand tabs
19130
19131 === release 0.10.0 ===
19132
19133 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19134
19135         * configure.ac:
19136           releasing 0.10.0, "Mont-d'or"
19137
19138 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19139
19140         * tests/examples/seek/Makefile.am:
19141         Build fix for when gtk is not available.
19142
19143 2005-12-05  Andy Wingo  <wingo@pobox.com>
19144
19145         * ext/libvisual/visual.c: (get_buffer):
19146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19147         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19148         * ext/theora/theoradec.c: (theora_handle_data_packet):
19149         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19150         (theora_enc_chain):
19151         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19152         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19153         Update for alloc_buffer changes.
19154
19155 2005-12-05  Andy Wingo  <wingo@pobox.com>
19156
19157         patch by: Kai Vehmanen <kv2004 eca cx>
19158         
19159         * gst-libs/gst/rtp/gstbasertpdepayload.c
19160         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19161
19162 2005-12-04  Andy Wingo  <wingo@pobox.com>
19163
19164         patch by: Sebastien Cote <sebas642 yahoo ca>
19165         
19166         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19167         Fixes #319172.
19168
19169 2005-12-02  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19170
19171         * docs/plugins/Makefile.am:
19172         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19173         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19174         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19175         * ext/pango/gstclockoverlay.c:
19176         * ext/pango/gsttextoverlay.c: 
19177         * ext/pango/gsttextrender.c:
19178         * ext/pango/gsttimeoverlay.c:
19179           Add gtk-doc blurbs to pango elements.
19180
19181 2005-12-02  Wim Taymans  <wim@fluendo.com>
19182
19183         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19184         * gst/audioresample/buffer.h:
19185         * gst/audioresample/gstaudioresample.c:
19186         * gst/audioresample/gstaudioresample.h:
19187         * gst/audioresample/resample.c: (resample_input_flush),
19188         (resample_input_pushthrough), (resample_input_eos),
19189         (resample_get_output_size_for_input),
19190         (resample_get_input_size_for_output), (resample_get_output_size),
19191         (resample_get_output_data):
19192         * gst/audioresample/resample.h:
19193         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19194         Fix audioresample, seek torture, new segments, reverse negotiation
19195         etc.. work fine.
19196
19197 2005-12-02  Wim Taymans  <wim@fluendo.com>
19198
19199         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19200         Small cleanups.
19201
19202 2005-12-02  Wim Taymans  <wim@fluendo.com>
19203
19204         * gst/audioconvert/gstaudioconvert.c:
19205         (gst_audio_convert_transform):
19206         Post errors.
19207
19208 === release 0.9.7 ===
19209
19210 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19211
19212         * configure.ac:
19213           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19214
19215 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19216
19217         * Makefile.am:
19218         * po/hu.po:
19219         * win32/MANIFEST:
19220         * win32/gst.sln:
19221           add win32 MANIFEST file
19222           do something to the hungarian translation
19223
19224 2005-12-01  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19225
19226         * ext/Makefile.am:
19227           Add $(PANGO_DIR) to SUBDIRS
19228
19229         * ext/pango/gstclockoverlay.c:
19230         * ext/pango/gsttimeoverlay.c:
19231           Fix and improve element descriptions.
19232
19233 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19234
19235         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19236         * docs/plugins/inspect/plugin-libvisual.xml:
19237         * docs/plugins/inspect/plugin-pango.xml:
19238           add pango plugin to docs
19239
19240 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19241
19242         * configure.ac:
19243         * ext/Makefile.am:
19244           moved pango to base
19245
19246 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19247
19248         * configure.ac:
19249         * tests/Makefile.am:
19250         * tests/icles/.cvsignore:
19251         * tests/icles/Makefile.am:
19252         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19253         (close_display), (resize_window), (move_window), (create_window),
19254         (terminate_playback), (pause_playback), (start_playback), (main):
19255           add stress test for xoverlay from Julien
19256
19257 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19258
19259         * docs/libs/tmpl/gstcolorbalance.sgml:
19260         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19261         * gst-libs/gst/rtp/gstbasertppayload.c:
19262         * gst-libs/gst/rtp/gstrtpbuffer.c:
19263         * gst-libs/gst/rtp/gstrtpbuffer.h:
19264           Do burger's rename for rtp payloaders and depayloaders
19265
19266 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19267
19268         * win32/:
19269           add Visual Studio 6 build files
19270
19271 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19272
19273         * docs/libs/gst-plugins-base-libs-docs.sgml:
19274         * docs/libs/gst-plugins-base-libs-sections.txt:
19275         * docs/libs/tmpl/gstaudio.sgml:
19276         * docs/libs/tmpl/gstringbuffer.sgml:
19277         * gst-libs/gst/interfaces/xoverlay.c:
19278         * gst-libs/gst/video/gstvideofilter.c:
19279         * gst-libs/gst/video/gstvideosink.c:
19280           update documentation
19281
19282 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19283
19284         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19285         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19286         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19287         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19288         (gst_multi_fd_sink_get_stats),
19289         (gst_multi_fd_sink_remove_client_link),
19290         (gst_multi_fd_sink_handle_client_read),
19291         (gst_multi_fd_sink_client_queue_data),
19292         (gst_multi_fd_sink_client_queue_caps),
19293         (gst_multi_fd_sink_client_queue_buffer),
19294         (gst_multi_fd_sink_new_client),
19295         (gst_multi_fd_sink_handle_client_write),
19296         (gst_multi_fd_sink_recover_client),
19297         (gst_multi_fd_sink_queue_buffer),
19298         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19299         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19300         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19301         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19302         * gst/tcp/gstmultifdsink.h:
19303         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19304         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19305         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19306         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19307         (gst_tcp_client_sink_set_property),
19308         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19309         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19310         * gst/tcp/gsttcpclientsink.h:
19311         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19312         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19313         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19314         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19315         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19316         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19317         * gst/tcp/gsttcpclientsrc.h:
19318         * gst/tcp/gsttcpplugin.c: (plugin_init):
19319         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19320         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19321         (gst_tcp_server_sink_finalize),
19322         (gst_tcp_server_sink_handle_server_read),
19323         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19324         (gst_tcp_server_sink_set_property),
19325         (gst_tcp_server_sink_get_property),
19326         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19327         * gst/tcp/gsttcpserversink.h:
19328         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19329         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19330         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19331         (gst_tcp_server_src_set_property),
19332         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19333         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19334         * gst/tcp/gsttcpserversrc.h:
19335           more borgifying
19336
19337 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19338
19339         * docs/plugins/Makefile.am:
19340         * docs/plugins/gst-plugins-base-plugins.args:
19341         * docs/plugins/inspect/plugin-libvisual.xml:
19342         * gst/audioconvert/plugin.h:
19343         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19344         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19345         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19346         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19347         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19348         (plugin_init):
19349         * gst/audiotestsrc/gstaudiotestsrc.c:
19350         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19351         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19352         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19353         (gst_audio_test_src_get_query_types),
19354         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19355         (gst_audio_test_src_create_square),
19356         (gst_audio_test_src_create_saw),
19357         (gst_audio_test_src_create_triangle),
19358         (gst_audio_test_src_create_silence),
19359         (gst_audio_test_src_create_white_noise),
19360         (gst_audio_test_src_init_pink_noise),
19361         (gst_audio_test_src_generate_pink_noise_value),
19362         (gst_audio_test_src_create_pink_noise),
19363         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19364         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19365         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19366         (plugin_init):
19367         * gst/audiotestsrc/gstaudiotestsrc.h:
19368         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19369         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19370         (gst_sub_parse_init), (gst_sub_parse_formats),
19371         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19372         (convert_encoding), (get_next_line),
19373         (gst_sub_parse_data_format_autodetect),
19374         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19375         (gst_sub_parse_loop), (gst_sub_parse_chain),
19376         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19377         (plugin_init):
19378         * gst/subparse/gstsubparse.h:
19379         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19380         (gst_video_rate_base_init), (gst_video_rate_class_init),
19381         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19382         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19383         (gst_video_rate_init), (gst_video_rate_event),
19384         (gst_video_rate_chain), (gst_video_rate_set_property),
19385         (gst_video_rate_get_property), (gst_video_rate_change_state),
19386         (plugin_init):
19387         * gst/videoscale/gstvideoscale.c:
19388         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19389         (gst_video_scale_src_template_factory),
19390         (gst_video_scale_sink_template_factory),
19391         (gst_video_scale_get_type), (gst_video_scale_base_init),
19392         (gst_video_scale_class_init), (gst_video_scale_init),
19393         (gst_video_scale_set_property), (gst_video_scale_get_property),
19394         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19395         (gst_video_scale_prepare_size), (parse_caps),
19396         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19397         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19398         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19399         (plugin_init):
19400         * gst/videoscale/gstvideoscale.h:
19401         * gst/videotestsrc/gstvideotestsrc.c:
19402         (gst_video_test_src_pattern_get_type),
19403         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19404         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19405         (gst_video_test_src_set_pattern),
19406         (gst_video_test_src_set_property),
19407         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19408         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19409         (gst_video_test_src_event), (gst_video_test_src_get_times),
19410         (gst_video_test_src_create), (plugin_init):
19411         * gst/videotestsrc/gstvideotestsrc.h:
19412         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19413         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19414         (gst_video_test_src_black):
19415         * gst/videotestsrc/videotestsrc.h:
19416           borgify further
19417           clean up docs a little
19418
19419 2005-11-30  Wim Taymans  <wim@fluendo.com>
19420
19421         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19422         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19423         (gst_basertppayload_event), (gst_basertppayload_push),
19424         (gst_basertppayload_change_state):
19425         * gst-libs/gst/rtp/gstbasertppayload.h:
19426         closed #320644.
19427
19428 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19429
19430         * docs/libs/gst-plugins-base-libs-docs.sgml:
19431         * docs/libs/gst-plugins-base-libs-sections.txt:
19432         * gst-libs/gst/video/gstvideofilter.c:
19433         * gst-libs/gst/video/gstvideosink.c:
19434         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19435
19436 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19437
19438         * LICENSE:
19439           move
19440         * po/af.po:
19441         * po/az.po:
19442         * po/cs.po:
19443         * po/en_GB.po:
19444         * po/hu.po:
19445         * po/it.po:
19446         * po/nb.po:
19447         * po/nl.po:
19448         * po/or.po:
19449         * po/sq.po:
19450         * po/sr.po:
19451         * po/sv.po:
19452         * po/uk.po:
19453         * po/vi.po:
19454         * Makefile.am:
19455           update
19456         * scripts/autoplugins.sh:
19457           remove
19458
19459 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19460
19461         * Makefile.am:
19462         * configure.ac:
19463         * examples/Makefile.am:
19464         * examples/capsfilter/Makefile.am:
19465         * examples/capsfilter/capsfilter1.c:
19466         * examples/gob/Makefile.am:
19467         * examples/gob/gst-identity2.gob:
19468         * examples/indexing/.cvsignore:
19469         * examples/indexing/Makefile.am:
19470         * examples/indexing/indexmpeg.c:
19471         * examples/seeking/.cvsignore:
19472         * examples/seeking/Makefile.am:
19473         * examples/seeking/cdparanoia.c:
19474         * examples/seeking/cdplayer.c:
19475         * examples/seeking/chained.c:
19476         * examples/seeking/scrubby.c:
19477         * examples/seeking/seek.c:
19478         * examples/stats/Makefile.am:
19479         * examples/stats/mp2ogg.c:
19480         * examples/switch/.cvsignore:
19481         * examples/switch/Makefile.am:
19482         * examples/switch/switcher.c:
19483         * tests/Makefile.am:
19484         * tests/check/generic/.cvsignore:
19485         * tests/check/pipelines/.cvsignore:
19486         * tests/examples/Makefile.am:
19487         * tests/examples/seek/Makefile.am:
19488           reorganize stuff under tests/
19489
19490 2005-11-30  Edward Hervey  <edward@fluendo.com>
19491
19492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19493         Go away you stupid GstStaticPadTemplate memleak.
19494
19495 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19496
19497         * gst-libs/gst/net/Makefile.am:
19498         * gst-libs/gst/net/README:
19499         * gst-libs/gst/net/gstnetbuffer.c:
19500         * gst-libs/gst/net/gstnetbuffer.h:
19501           this was moved to "netbuffer"
19502
19503 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19504
19505         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19506         (gst_video_filter_class_init), (gst_video_filter_init):
19507         * gst-libs/gst/video/gstvideofilter.h:
19508           borgify name to bring in line with other classes
19509
19510 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19511
19512         * gst/audioscale/.cvsignore:
19513         * gst/audioscale/Makefile.am:
19514         * gst/audioscale/README:
19515         * gst/audioscale/audioscale.vcproj:
19516         * gst/audioscale/dtof.c:
19517         * gst/audioscale/dtos.c:
19518         * gst/audioscale/functable.c:
19519         * gst/audioscale/gstaudioscale.c:
19520         * gst/audioscale/gstaudioscale.h:
19521         * gst/audioscale/private.h:
19522         * gst/audioscale/resample.c:
19523         * gst/audioscale/resample.h:
19524         * gst/audioscale/test.c:
19525           remove
19526
19527 2005-11-30  Edward Hervey  <edward@fluendo.com>
19528
19529         * gst-libs/gst/netbuffer/Makefile.am:
19530         really, really tired
19531
19532 2005-11-30  Edward Hervey  <edward@fluendo.com>
19533
19534         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19535         Update for new GstTypeFindFactory _register()
19536
19537 2005-11-30  Edward Hervey  <edward@fluendo.com>
19538
19539         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19540         Let's not override libgstnet from core for no reason...
19541         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19542         Ok, maybe not so quick next time.
19543
19544 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19545
19546         * configure.ac:
19547         * gst-libs/gst/Makefile.am:
19548           moved gst-libs/gst/net to netbuffer through CVS surgery
19549           remove old directory
19550           updating build to accomodate
19551           (#322257)
19552
19553 2005-11-29  Andy Wingo  <wingo@pobox.com>
19554
19555         * pkgconfig/gstreamer-plugins-base.pc.in:
19556         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19557         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19558         (#322257).
19559
19560 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19561
19562         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19563         3rd time's the charm. Correct ref-counting for discarded buffers.
19564
19565 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19566
19567         * gst/playback/gststreamselector.c:
19568         (gst_stream_selector_class_init),
19569         (gst_stream_selector_set_property),
19570         (gst_stream_selector_get_property),
19571         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19572         Fix ref-counting
19573
19574 2005-11-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19575
19576         * gst/subparse/gstsubparse.c: (feed_textbuf):
19577           Don't access already unref'ed buffer.
19578
19579 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19580
19581         * gst/playback/gststreamselector.c:
19582         (gst_stream_selector_class_init), (gst_stream_selector_init),
19583         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19584         (gst_stream_selector_get_property),
19585         (gst_stream_selector_get_linked_pad),
19586         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19587         * gst/playback/gststreamselector.h:
19588         Add the active-pad property for playbin to use shortly. Ignore buffers
19589         from any other pad, returning GST_FLOW_NOT_LINKED
19590
19591 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19592
19593         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19594         patch from bug #322704 (Alessandro Decina).
19595
19596 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19597
19598         * gst-libs/gst/audio/Makefile.am:
19599           folded audiofilter into the audio library
19600
19601 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19602
19603         * gst/videoscale/gstvideoscale.h:
19604         * gst/videoscale/gstvideoscale.c:
19605           remove unimplemented scale methods
19606
19607 2005-11-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
19608
19609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19610           Don't leak caps.
19611
19612 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19613
19614         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19615         (gst_ximagesink_setcaps):
19616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19617         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19618         happens (only visible on ximagesink but bug is in xv too) set_caps was
19619         destroying the internal x[v]image used to memcpy non locally alloced
19620         buffers so that it got renewed on next _chain. The issue is that 
19621         _expose will try to put that image as it reffed it in _put.
19622         Using gst_buffer_unref instead of destroy fixes it !
19623
19624 2005-11-28  Edward Hervey  <edward@fluendo.com>
19625
19626         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19627         (try_to_link_1), (queue_filled_cb):
19628         Better use of the queues. Start with a small size queue and only increase
19629         the size of the queues when the other queues are empty.
19630
19631 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19632
19633         * gst-libs/gst/video/Makefile.am:
19634           compile in copied-over videofilter into the video library
19635         * gst-libs/gst/video/videosink.h:
19636           rename the header to gstvideosink.h since it's a base GstObject class
19637         * sys/ximage/ximagesink.h:
19638         * sys/xvimage/xvimagesink.h:
19639           use the new header
19640
19641 2005-11-28  Wim Taymans  <wim@fluendo.com>
19642
19643         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19644         * gst/playback/gstplaybasebin.h:
19645         Prepare to handle errors betters.
19646
19647         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19648         Set sinks to PAUSED first before adding and linking them so that
19649         we don't interrupt dataflow.
19650
19651 2005-11-28  Wim Taymans  <wim@fluendo.com>
19652
19653         * gst-libs/gst/audio/TODO:
19654         Updated TODO
19655
19656         * gst-libs/gst/audio/gstaudiosink.c:
19657         (gst_audioringbuffer_open_device),
19658         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19659         (gst_audioringbuffer_release):
19660         Small cleanups.
19661
19662         * gst-libs/gst/audio/gstbaseaudiosink.c:
19663         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19664         (gst_base_audio_sink_change_state):
19665         Slave to the master clock when going to PLAYING and unslave when
19666         going to PAUSED.
19667
19668         * gst-libs/gst/audio/gstringbuffer.c:
19669         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19670         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19671         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19672         (gst_ring_buffer_clear_all), (wait_segment),
19673         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19674         (gst_ring_buffer_advance):
19675         * gst-libs/gst/audio/gstringbuffer.h:
19676         Add some docs and cleanups.
19677
19678 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19679
19680         * sys/xvimage/xvimagesink.c:
19681         (gst_xvimagesink_navigation_send_event): Fix navigation events
19682         coordinates translation with pixel aspect ratios.
19683
19684 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19685
19686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19687         Use calculated video geometry from _setcaps instead of buffer
19688         caps to respect pixel aspect ratio. (fixes #322388)
19689
19690 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19691
19692         * docs/libs/tmpl/gstcolorbalance.sgml:
19693         * docs/libs/tmpl/gstmixer.sgml:
19694         * docs/libs/tmpl/gstxoverlay.sgml:
19695         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19696         interface.
19697
19698 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19699
19700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19701         Refuse to create an XvImage if we can't find the format.
19702
19703 2005-11-28  Edward Hervey  <edward@fluendo.com>
19704
19705         * gst-libs/gst/riff/riff-media.c:
19706         (gst_riff_create_audio_template_caps):
19707         Add ATRAC3 to the list of riff-possible audio caps.
19708         I know we still don't have a plugin for atrac3, but it's saner to output
19709         that than a cryptic mimetype.
19710
19711 2005-11-27  Edward Hervey  <edward@fluendo.com>
19712
19713         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19714         Don't try to create a zero-sized subbuffer.
19715
19716 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19717
19718         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19719         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19720         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19721         (gst_ximagesink_expose): Fixed a tricky race.
19722         * sys/ximage/ximagesink.h:
19723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19724         (gst_xvimagesink_expose): Fixed a tricky race.
19725         * sys/xvimage/xvimagesink.h:
19726
19727 2005-11-27  Edward Hervey  <edward@fluendo.com>
19728
19729         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19730         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19731         Remove unused properties, and add queues between demuxers and decoders
19732         so that a lot more files can preroll properly.
19733
19734 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19735
19736         * gst-libs/gst/net/Makefile.am:
19737         * gst-libs/gst/rtp/Makefile.am:
19738         * gst-libs/gst/tag/Makefile.am:
19739           remove silly include
19740         * gst/tags/Makefile.am:
19741         * gst/tags/gsttagediting.c:
19742         * gst/tags/gsttageditingprivate.h:
19743         * gst/tags/tagedit.vcproj:
19744           remove directory, is as good as empty
19745
19746 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19747
19748         * configure.ac:
19749           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19750         * gst-libs/Makefile.am:
19751         * gst-libs/gst/audio/Makefile.am:
19752         * gst-libs/gst/interfaces/Makefile.am:
19753         * gst-libs/gst/net/Makefile.am:
19754         * gst-libs/gst/riff/Makefile.am:
19755         * gst-libs/gst/rtp/Makefile.am:
19756         * gst-libs/gst/tag/Makefile.am:
19757         * gst-libs/gst/video/Makefile.am:
19758           and use them
19759
19760 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19761
19762         * docs/libs/tmpl/gstcolorbalance.sgml:
19763         * docs/libs/tmpl/gstmixer.sgml:
19764         * docs/libs/tmpl/gstxoverlay.sgml:
19765         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19766         * sys/ximage/ximagesink.h:
19767         * sys/xvimage/xvimagesink.h: More and more documentation.
19768
19769 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19770
19771         * docs/libs/gst-plugins-base-libs-docs.sgml:
19772         * docs/libs/gst-plugins-base-libs-sections.txt:
19773         * docs/libs/tmpl/gstcolorbalance.sgml:
19774         * docs/libs/tmpl/gstmixer.sgml:
19775         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19776         to documentation.
19777
19778 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19779
19780         * docs/plugins/Makefile.am:
19781         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19782         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19783         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19784
19785 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19786
19787         * docs/plugins/Makefile.am:
19788         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19789         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19790         * docs/plugins/inspect/plugin-adder.xml:
19791         * docs/plugins/inspect/plugin-alsa.xml:
19792         * docs/plugins/inspect/plugin-audioconvert.xml:
19793         * docs/plugins/inspect/plugin-audiorate.xml:
19794         * docs/plugins/inspect/plugin-audioresample.xml:
19795         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19796         * docs/plugins/inspect/plugin-decodebin.xml:
19797         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19798         * docs/plugins/inspect/plugin-gnomevfs.xml:
19799         * docs/plugins/inspect/plugin-ogg.xml:
19800         * docs/plugins/inspect/plugin-playbin.xml:
19801         * docs/plugins/inspect/plugin-subparse.xml:
19802         * docs/plugins/inspect/plugin-tcp.xml:
19803         * docs/plugins/inspect/plugin-theora.xml:
19804         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19805         * docs/plugins/inspect/plugin-video4linux.xml:
19806         * docs/plugins/inspect/plugin-videorate.xml:
19807         * docs/plugins/inspect/plugin-videoscale.xml:
19808         * docs/plugins/inspect/plugin-videotestsrc.xml:
19809         * docs/plugins/inspect/plugin-volume.xml:
19810         * docs/plugins/inspect/plugin-vorbis.xml:
19811         * docs/plugins/inspect/plugin-ximagesink.xml:
19812         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19813         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19814
19815 2005-11-26  Edward Hervey  <edward@fluendo.com>
19816
19817         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19818         Properly return GstFlowReturn from gst_pad_push in chain functions.
19819
19820 2005-11-25  Michael Smith  <msmith@fluendo.com>
19821
19822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19823         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19824         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19825         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19826           Handle various conditions better when we don't understand a stream.
19827           Removes a heap of CRITICALs on ogg streams containing unknown data.
19828
19829 2005-11-24  Andy Wingo  <wingo@pobox.com>
19830
19831         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19832         Be threadsafe.
19833
19834 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19835
19836         * configure.ac: back to HEAD
19837
19838 === release 0.9.6 ===
19839
19840 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19841
19842         * configure.ac:
19843           releasing 0.9.6, "White Eight"
19844
19845 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19846
19847         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19848         * docs/plugins/inspect/plugin-sine.xml:
19849           remove sinesrc some more
19850
19851 2005-11-23  Wim Taymans  <wim@fluendo.com>
19852
19853         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19854         If we are reading too slowly, jump forward in the ringbuffer
19855         instead of blocking.
19856
19857 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19858
19859         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19860         (gst_visual_chain):
19861         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19862         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19863         (gst_videorate_chain):
19864         * gst/videotestsrc/gstvideotestsrc.c:
19865         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19866         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19867         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19868         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19869         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19870         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19871           Updates for API changes
19872
19873 2005-11-23  Wim Taymans  <wim@fluendo.com>
19874
19875         * gst-libs/gst/audio/gstbaseaudiosink.c:
19876         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19877         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19878         Fix for calibration API change.
19879
19880 2005-11-23  Michael Smith <msmith@fluendo.com>
19881
19882         * gst-libs/gst/audio/multichannel.c:
19883         (gst_audio_get_channel_positions),
19884         (gst_audio_set_channel_positions),
19885         (gst_audio_set_structure_channel_positions_list),
19886         (gst_audio_fixate_channel_positions):
19887           Use gst_value_array_*() functions on value arrays, not
19888           gst_value_list_*().
19889
19890 2005-11-23  Edward Hervey  <edward@fluendo.com>
19891
19892         * autogen.sh:
19893         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19894         Fixes autogen
19895
19896 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19897
19898         * check/Makefile.am:
19899         * check/elements/videotestsrc.c: (setup_videotestsrc),
19900         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19901         (main):
19902           add a test for videotestsrc
19903
19904 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19905
19906         * gst/sine/.cvsignore:
19907         * gst/sine/Makefile.am:
19908         * gst/sine/gstsinesrc.c:
19909         * gst/sine/gstsinesrc.h:
19910         * gst/sine/sinesrc.vcproj:
19911           and remove sinesrc from the repository.  Closes #321446
19912
19913 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19914
19915         * configure.ac:
19916         * gst-plugins-base.spec.in:
19917           remove sinesrc from the build
19918
19919 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19920
19921         * check/Makefile.am:
19922         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19923         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19924         (main):
19925           add a test for audiotestsrc, testing all waves.  Even seems
19926           leak-free at first glance, nice job Stefan
19927
19928 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19929
19930         * po/af.po:
19931         * po/az.po:
19932         * po/cs.po:
19933         * po/en_GB.po:
19934         * po/hu.po:
19935         * po/it.po:
19936         * po/nb.po:
19937         * po/nl.po:
19938         * po/or.po:
19939         * po/sq.po:
19940         * po/sr.po:
19941         * po/sv.po:
19942         * po/uk.po:
19943         * po/vi.po:
19944           Translation string updates
19945
19946         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19947         (gst_v4lsrc_set_caps):
19948         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19949         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19950         * sys/v4l/v4lsrc_calls.h:
19951           Improve v4lsrc, by making it work again.
19952
19953 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19954
19955         * ext/libvisual/visual.c: (gst_visual_chain):
19956           Fix the fps calculations.
19957
19958         * gst/ffmpegcolorspace/avcodec.h:
19959           Move structure element for clarity
19960
19961         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19962         * gst-libs/gst/interfaces/tunernorm.h:
19963         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19964         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19965         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19966         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19967         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19968         (gst_v4lmjpegsrc_getcaps):
19969         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19970         (gst_v4lsrc_set_caps):
19971         * sys/v4l/gstv4lsrc.h:
19972         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19973         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19974         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19975         * sys/v4l/v4lsrc_calls.h:
19976           Fractional framerates...
19977
19978 2005-11-22  Wim Taymans  <wim@fluendo.com>
19979
19980         * gst-libs/gst/audio/gstbaseaudiosink.c:
19981         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19982         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19983         And we provide a clock by default, of course...
19984
19985 2005-11-22  Wim Taymans  <wim@fluendo.com>
19986
19987         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19988         This clock can be slaved to a master clock now.
19989
19990         * gst-libs/gst/audio/gstbaseaudiosink.c:
19991         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19992         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19993         (gst_base_audio_sink_set_clock),
19994         (gst_base_audio_sink_set_property),
19995         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19996         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19997         * gst-libs/gst/audio/gstbaseaudiosink.h:
19998         Handle slaving the internal clock to the clock selected in the
19999         pipeline.
20000         Add property to make the basesink not provide a clock.
20001
20002         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20003         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20004         (gst_base_rtp_depayload_wait):
20005         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20006         We can use the clock in GstElement, no need to store it ourselves.
20007
20008 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20009
20010         * docs/libs/tmpl/gstaudio.sgml:
20011           update
20012         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20013         (gst_paranoia_endian_get_type):
20014         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20015         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20016         * gst/audiotestsrc/gstaudiotestsrc.c:
20017         (gst_audiostestsrc_wave_get_type):
20018         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20019         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20020         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20021         (gst_sync_method_get_type), (gst_unit_type_get_type),
20022         (gst_client_status_get_type), (gst_multifdsink_class_init),
20023         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20024         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20025         (gst_multifdsink_get_property):
20026         * gst/tcp/gstmultifdsink.h:
20027         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20028         * gst/videotestsrc/gstvideotestsrc.c:
20029         (gst_videotestsrc_pattern_get_type):
20030           remove deprecated properties
20031           fix up enums to correctly have short lowercase dashed nicks
20032
20033 2005-11-22  Michael Smith <msmith@fluendo.com>
20034
20035         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20036         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20037           Add underscore.
20038
20039 2005-11-22  Michael Smith <msmith@fluendo.com>
20040
20041         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20042         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20043           Use utility method for scaling clocktime for fractional framerates.
20044
20045 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20046
20047         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20048         (gst_visual_chain):
20049         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20050         * ext/theora/theoradec.c: (theora_handle_type_packet):
20051         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20052         (theora_enc_chain):
20053         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20054         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20055         * gst-libs/gst/video/video.h:
20056         * gst/ffmpegcolorspace/avcodec.h:
20057         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20058         (gst_ffmpeg_caps_to_pixfmt):
20059         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20060         (gst_ffmpegcsp_set_caps):
20061         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20062         (gst_videorate_setcaps), (gst_videorate_blank_data),
20063         (gst_videorate_chain):
20064         * gst/videotestsrc/gstvideotestsrc.c:
20065         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20066         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20067         (gst_videotestsrc_event), (gst_videotestsrc_create):
20068         * gst/videotestsrc/gstvideotestsrc.h:
20069         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20070         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20071         (gst_ximagesink_get_times), (gst_ximagesink_init):
20072         * sys/ximage/ximagesink.h:
20073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20074         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20075         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20076         * sys/xvimage/xvimagesink.h:
20077           Convert elements to use fractions for their framerate.
20078           V4L elements to come later tonight.
20079
20080 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20081
20082         * gst-libs/gst/audio/audio.c:
20083         * gst-libs/gst/audio/audio.h:
20084           remove some deprecated functions
20085
20086 2005-11-22  Andy Wingo  <wingo@pobox.com>
20087
20088         * Update for gst_tag_setter API changes.
20089
20090 2005-11-22  Andy Wingo  <wingo@pobox.com>
20091
20092         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20093         (gst_ogg_demux_perform_seek):
20094         * ext/theora/theoradec.c (theora_dec_sink_event):
20095         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20096         update-funcnames.
20097
20098 2005-11-22  Wim Taymans  <wim@fluendo.com>
20099
20100         * examples/seeking/seek.c: (main):
20101         Give higher priority to bus signals than the gtk events
20102         to fix a race condition in the segment looping.
20103
20104 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20105
20106         * ext/theora/Makefile.am:
20107         * ext/vorbis/Makefile.am:
20108         * gst-libs/gst/tag/Makefile.am:
20109         * gst-plugins-base.spec.in:
20110           Rename libgsttagedit to libgsttag (#322117).
20111
20112 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20113
20114         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20116           Call gst_x_overlay_prepare_xwindow_id() to give applications
20117           a final chance to set their own xwindow id before the video
20118           sink creates its own window.
20119
20120 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20121
20122         * sys/xvimage/xvimagesink.c:
20123         (gst_xvimagesink_navigation_send_event): Handle navigation
20124         events correcly with borders if applicable.
20125
20126 2005-11-22  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20127
20128         Patch by: Luca Ognibene
20129
20130         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20131         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20132         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20133         (gst_ffmpegcsp_caps_remove_format_info):
20134         * gst/ffmpegcolorspace/imgconvert.c:
20135         * gst/ffmpegcolorspace/imgconvert_template.h:
20136           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20137           #318353); use gst_structure_has_name().
20138
20139 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20140
20141         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20142         (gst_ximagesink_class_init): Add debug macros on functions.
20143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20144         (gst_xvimagesink_xwindow_draw_borders),
20145         (gst_xvimagesink_xvimage_put),
20146         (gst_xvimagesink_xwindow_update_geometry),
20147         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20148         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20149         (gst_xvimagesink_xcontext_clear),
20150         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20151         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20152         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20153         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20154         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20155         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20156         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20157         expose while being PAUSED, out of data flow navigation events, etc..
20158
20159 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20160
20161         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20162         * gst-libs/gst/audio/audio.h:
20163           fix prototype - wondering why the test worked regardless
20164
20165 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20166
20167         * check/Makefile.am:
20168         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20169         * gst-libs/gst/audio/audio.h:
20170           add a method that returns a proper GstClockTime
20171
20172 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20173
20174         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20175         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20176         * gst-libs/gst/interfaces/xoverlay.h:
20177           Remove everything having to do with the desired size; add 
20178           gst_x_overlay_prepare_xwindow_id() function; remove the
20179           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20180           post a message on the bus instead (#321816).
20181
20182         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20184         (gst_xvimagesink_xoverlay_init):
20185           Remove desired size stuff (#321816).
20186
20187 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20188
20189         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20190         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20191         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20192           Terminate vararg functions with NULL instead of 0 to 
20193           make gcc4 happy.
20194
20195 2005-11-21  Andy Wingo  <wingo@pobox.com>
20196
20197         patch by: Sebastien Cote <sebas642@yahoo.ca>
20198         
20199         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20200         * gst-libs/gst/rtp/gstrtpbuffer.c
20201         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20202
20203 2005-11-21  Andy Wingo  <wingo@pobox.com>
20204
20205         * gst/playback/gstplaybin.c (gen_audio_element) 
20206         (gen_video_element): Use the new MISSING_PLUGIN core error
20207         category. Closes #320060.
20208
20209         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20210         * gst/videorate/gstvideorate.c (gst_videorate_event):
20211         * ext/theora/theoradec.c (theora_dec_sink_event): 
20212         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20213         stream lock.
20214
20215         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20216         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20217         stream lock changes.
20218
20219 2005-11-21  Wim Taymans  <wim@fluendo.com>
20220
20221         * gst-libs/gst/audio/gstbaseaudiosink.c:
20222         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20223         (gst_base_audio_sink_provide_clock),
20224         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20225         (gst_base_audio_sink_change_state):
20226         * gst/audioresample/gstaudioresample.c:
20227         Segment update fix.
20228
20229 2005-11-21  Andy Wingo  <wingo@pobox.com>
20230
20231         * *.h:
20232         * *.c: Ran scripts/update-macros. Oh yes.
20233
20234 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20235
20236         * sys/ximage/Makefile.am:
20237         * sys/ximage/ximage.c:
20238           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20239           remove your old libgstximage.* manually if necessary).
20240
20241 2005-11-21  Michael Smith <msmith@fluendo.com>
20242
20243         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20244           Minimal fix for bug #320200: set the min/max bitrate in the correct
20245           units. A better fix would be to upgrade to the RATEMANAGE2
20246           interface, rather than using the deprecated interface used here, but
20247           that would require an update in our libvorbis dependency (to 1.1),
20248           which is probably undesirable.
20249
20250 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20251
20252         * ext/libvisual/visual.c: (get_buffer):
20253         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20254         (gst_base_audio_src_fixate):
20255         * gst/audioconvert/gstaudioconvert.c:
20256         (gst_audio_convert_fixate_caps):
20257         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20258         * gst/audiotestsrc/gstaudiotestsrc.c:
20259         (gst_audiotestsrc_src_fixate):
20260         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20261         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20262         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20263         * gst/videotestsrc/gstvideotestsrc.c:
20264         (gst_videotestsrc_src_fixate):
20265         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20267           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20268           (#322027)
20269
20270
20271 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20272
20273         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20274         (gst_riff_create_iavs_caps):
20275         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20276         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20277         (gst_riff_parse_info):
20278         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20281           Fixes for GST_FOURCC_FORMAT API change.
20282
20283 2005-11-21  Andy Wingo  <wingo@pobox.com>
20284
20285         patch by: Alessandro Dessina <alessandro nnva org>
20286
20287         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20288         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20289         (gst_ogg_parse_chain):
20290         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20291         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20292         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20293         gst_value_list calls on arrays. Fixes #321962.
20294
20295 2005-11-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20296
20297         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20298         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20299         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20300         * gst/adder/gstadder.c: (gst_adder_init),
20301         (gst_adder_request_new_pad), (gst_adder_collected),
20302         (gst_adder_change_state):
20303           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20304           API change.
20305
20306 2005-11-21  Michael Smith <msmith@fluendo.com>
20307
20308         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20309         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20310           Properly handle pad_push return values.
20311
20312 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20313
20314         * gst-libs/gst/tag/Makefile.am:
20315         * gst-libs/gst/tag/gstvorbistag.c:
20316         (gst_tag_list_to_vorbiscomment_buffer):
20317           Remove obsolete vorbistag element and debug category.
20318
20319         * gst/playback/gstplaybasebin.c: (check_queue):
20320           Don't divide by 0 when queue-threshold is 0.
20321
20322         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20323           Don't modify an existing pixel-aspect-ratio if we fail to read
20324           a new one.
20325
20326 2005-11-20  Wim Taymans  <wim@fluendo.com>
20327
20328         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20329         (gst_vorbisenc_push_packet):
20330         GST_PAD_IS_USABLE is gone, use the return value of
20331         the push or pad_alloc_buffer instead.
20332
20333 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20334
20335         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20336         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20337         (gst_ximagesink_ximage_destroy),
20338         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20339         (gst_ximagesink_xwindow_new),
20340         (gst_ximagesink_xwindow_update_geometry),
20341         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20342         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20343         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20344         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20345         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20346         (gst_ximagesink_navigation_send_event),
20347         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20348         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20349         (gst_ximagesink_finalize), (gst_ximagesink_init),
20350         (gst_ximagesink_class_init):
20351         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20352         This new version brings correct software scaling, non flickering
20353         window while resizing, pixel aspect ratio handling, usage of
20354         hardware buffer pools, out of data flow event thread for 
20355         navigation and handling of expose events even when being PAUSED,
20356         a new property to keep video aspect ratio when resizing, etc...
20357
20358 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20359
20360         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20361         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20362         handling of PAR.
20363
20364 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20365
20366         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20367         Unsetting IS_SINK flag from the fakesink, so decodebin
20368         never behaves as a sink.
20369
20370 2005-11-17  Wim Taymans  <wim@fluendo.com>
20371
20372         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20373         (gst_base_audio_src_change_state):
20374         Fix the audiosrc base class again, we did not unflush.
20375
20376 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20377
20378         * examples/seeking/seek.c: (make_dv_pipeline),
20379         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20380         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20381         to ogg/vorbis/theora pipeline.
20382
20383 2005-11-17  Wim Taymans  <wim@fluendo.com>
20384
20385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20386         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20387         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20388         Fix EOS on multiple streams.
20389         More debugging.
20390
20391 2005-11-16  Wim Taymans  <wim@fluendo.com>
20392
20393         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20394         (gst_ogg_demux_perform_seek):
20395         Segment done must include stream time.
20396
20397         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20398         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20399         (gst_ogg_mux_change_state):
20400         Fix ogg muxer again.
20401
20402 2005-11-16  Wim Taymans  <wim@fluendo.com>
20403
20404         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20405         Fix compile again.
20406
20407 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20408
20409         * ext/libvisual/visual.c: (gst_visual_init):
20410         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20411         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20412         (gst_ogg_parse_chain):
20413         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20414         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20415         * ext/theora/theoradec.c: (gst_theora_dec_init):
20416         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20417         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20418         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20419         * gst/adder/gstadder.c: (gst_adder_class_init),
20420         (gst_adder_dispose):
20421         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20422         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20423         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20424           Fix a whole set of pad template leaks
20425
20426 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20427
20428         * check/generic/states.c: (GST_START_TEST):
20429           fix the test so that it only checks for elements that are part of
20430           this source module
20431
20432 2005-11-16  Michael Smith <msmith@fluendo.com>
20433
20434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20435         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20436         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20437         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20438         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20439         (gst_ogg_mux_change_state):
20440           Fix leaking collectpads.
20441
20442 2005-11-16  Edward Hervey  <edward@fluendo.com>
20443
20444         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20445         (gst_videorate_event), (gst_videorate_chain):
20446         Handle segment seeks
20447
20448 2005-11-16  Wim Taymans  <wim@fluendo.com>
20449
20450         * gst-libs/gst/audio/gstbaseaudiosink.c:
20451         (gst_base_audio_sink_provide_clock),
20452         (gst_base_audio_sink_change_state):
20453         Set ringbuffer to non-flushing when going to PAUSED, set to
20454         flushing again when going to READY.
20455
20456         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20457         (gst_ring_buffer_stop):
20458         Start in flushing mode by default.
20459         Don't set flushing in the _stop method, let the app call
20460         this explicitly.
20461
20462 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20463
20464         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20465         * gst-libs/gst/video/videosink.h: Add helper function needed
20466         for video sinks.
20467
20468 2005-11-16  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20469
20470         * gst/videoscale/gstvideoscale.c:
20471         (gst_videoscale_handle_src_event):
20472           Don't leak reference to pad parent.
20473
20474 2005-11-16  Wim Taymans  <wim@fluendo.com>
20475
20476         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20477         Set ringbuffer to flushing when stopping so that we don't
20478         block on wait_segment anymore and livelock.
20479
20480 2005-11-16  Wim Taymans  <wim@fluendo.com>
20481
20482         * examples/seeking/seek.c: (send_event), (do_seek),
20483         (loop_toggle_cb), (segment_done), (main):
20484         Added looping checkbox.
20485
20486 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20487
20488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20489         (gst_ogg_demux_init):
20490         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20491         (gst_vorbis_dec_init):
20492           revert unrefs, they don't pass make check
20493
20494 2005-11-15  Johan Dahlin  <johan@gnome.org>
20495
20496         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20497         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20498         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20499         (gst_vorbis_dec_init):
20500         Fix pad template leaks. 
20501
20502 2005-11-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20503
20504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20505           Make state change function thread safe.
20506
20507 2005-11-15  Edward Hervey  <edward@fluendo.com>
20508
20509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20510         (gst_ogg_demux_class_init):
20511         Implement GstElement::send_event, so we can send seek events
20512         in GST_STATE_READY
20513
20514 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20515
20516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20517         Discovered how to take away flickering while resizing the
20518         window. Please don't put that in ximagesink, refactoring in
20519         progress.
20520
20521 2005-11-14  Michael Smith <msmith@fluendo.com>
20522
20523         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20524         (gst_multifdsink_render):
20525           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20526
20527 2005-11-14  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20528
20529         * gst/playback/gstplaybin.c: (gen_audio_element):
20530           Use autoaudiosink, it tends to be more widely available than
20531           autoaudiiosink.
20532           
20533 2005-11-14  Andy Wingo  <wingo@pobox.com>
20534
20535         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20536         as well if it is available. Fixes #316442.
20537
20538 2005-11-14  Michael Smith <msmith@fluendo.com>
20539
20540         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20541         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20542         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20543         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20544         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20545         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20546         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20547         (gst_vorbisenc_change_state):
20548           Fix a small memory leak in vorbisenc.
20549           Fix large memory leaks in oggmux, also fix lots of state change
20550           bugs in oggmux.
20551
20552 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20553
20554         * gst/videotestsrc/gstvideotestsrc.c:
20555         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20556         (gst_videotestsrc_src_fixate):
20557           move fixation to a fixate function
20558           remove negotiate function, basesrc's is good enough
20559           fixes a bug for check when using the element alone
20560
20561 2005-11-13  Edward Hervey  <edward@fluendo.com>
20562
20563         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20564         (key_toggle_cb), (main):
20565         Added checkboxes for adding/removing the accurate and key_unit seek
20566         flags.
20567
20568 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20569
20570         * configure.ac: back to HEAD
20571
20572 === release 0.9.5 ===
20573
20574 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20575
20576         * configure.ac:
20577           releasing 0.9.5, "No No Kia"
20578
20579 2005-11-11  Edward Hervey  <edward@fluendo.com>
20580
20581         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20582         Added parse-launch syntax seeking mode for the seeking example.
20583         This should help stress-test even more cases.
20584         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20585
20586 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20587
20588         * sys/xvimage/xvimagesink.c:
20589         (gst_xvimagesink_navigation_send_event):
20590           Check whether peer pad exists before sending navigation events
20591           to it.
20592
20593 2005-11-11  Michael Smith <msmith@fluendo.com>
20594
20595         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20596         (gst_vorbisenc_buffer_from_packet):
20597         * ext/vorbis/vorbisenc.h:
20598           Set duration on encoded buffers. This allows oggmux's
20599           max_page_delay parameter to actually work.
20600
20601 2005-11-11  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20602
20603         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20604         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20605         (gst_ffmpegcsp_avpicture_fill):
20606         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20607         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20608           Make palettes work again (see #132341). Use our own macros
20609           for rounding up.
20610
20611 2005-11-10  Andy Wingo  <wingo@pobox.com>
20612
20613         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20614         string doober.
20615
20616 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20617
20618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20619         (gst_ffmpegcsp_transform_caps):
20620           Prefer passthrough in transform_caps
20621
20622 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20623
20624         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20625           check for ALSA errors properly, instead of relying on ALSA's
20626           error strings to serve to the user.
20627
20628 2005-11-10  Wim Taymans  <wim@fluendo.com>
20629
20630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20631         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20632         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20633         Modernise the seek code.
20634
20635 2005-11-10  Michael Smith <msmith@fluendo.com>
20636         
20637         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20638         (setup_substreams), (set_active_source):
20639           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20640           trying to go to NULL if we failed to read a file.
20641
20642 2005-11-10  Wim Taymans  <wim@fluendo.com>
20643
20644         * gst/audiotestsrc/gstaudiotestsrc.c:
20645         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20646         (gst_audiotestsrc_create):
20647         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20648         (gst_sinesrc_get_times), (gst_sinesrc_create):
20649         * gst/videotestsrc/gstvideotestsrc.c:
20650         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20651         (gst_videotestsrc_create):
20652         The base class can now sync for us.
20653
20654 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20655
20656         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20657           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20658           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20659           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20660           format=(fourcc)I420" ! xvimagesink
20661
20662 2005-11-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20663
20664         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20665         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20666         (gst_sinesrc_newsegment):
20667           Send newsegment event in TIME format, set duration if
20668           num-buffers is set, fix duration querying.
20669
20670 2005-11-10  Michael Smith <msmith@fluendo.com>
20671
20672         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20673         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20674         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20675         (gst_ogg_mux_collected):
20676          Fix EOS handling, partially. Now forwarding an EOS event once we have
20677          EOS on all pads works correctly. However, we still don't properly set
20678          EOS on the actual ogg stream pages.
20679
20680 2005-11-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20681
20682         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20683           Set elements to NULL state before disposing of them.
20684
20685 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20686
20687         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20688
20689         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20690         (gst_base_rtp_depayload_init),
20691         (gst_base_rtp_depayload_set_gst_timestamp):
20692         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20693           We need to send a newsegment event for each instance, not
20694           just for the first instance of this class (get rid of
20695           static variable in function). (#321011).
20696           
20697 2005-11-08  Michael Smith <msmith@fluendo.com>
20698
20699         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20700         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20701         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20702         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20703           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20704           This makes us mux things correctly according to the ogg muxing
20705           rules. Still not handling EOS correctly right now, though.
20706
20707 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20708
20709         * gst/audioconvert/gstaudioconvert.c:
20710           Fix typo in docs. 
20711
20712 2005-11-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20713
20714         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20715         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20716           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20717           creating a new chain; should fix live streaming. Also
20718           add more debug output and fix a typo.
20719
20720 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20721
20722         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20723
20724         * gst/volume/gstvolume.c: (volume_set_caps):
20725           Fix compilation on Solaris with Forte. (#320923)
20726
20727 2005-11-08  Wim Taymans  <wim@fluendo.com>
20728
20729         * gst-libs/gst/audio/gstbaseaudiosink.c:
20730         (gst_base_audio_sink_render):
20731         No need to do a typecheck.
20732
20733 2005-11-07  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20734
20735         * ext/alsa/gstalsa.h:
20736           We register a debug category, so let's use it.
20737
20738 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20739
20740         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20741         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20742         Fixed a small problem.
20743
20744 2005-11-04  Wim Taymans  <wim@fluendo.com>
20745
20746         * examples/seeking/Makefile.am:
20747         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20748         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20749         (make_playerbin_pipeline), (format_value), (update_scale),
20750         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20751         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20752         (print_usage), (main):
20753         Added app for playback speed testing.
20754
20755         * examples/seeking/seek.c: (dynamic_link),
20756         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20757         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20758         (message_received), (main):
20759         Updated seek example.
20760
20761 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20762
20763         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20764         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20765         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20766         (gst_base_rtp_depayload_set_clock):
20767         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20768         Don't sleep on the bench (system clock) when you have a nice 
20769         comfortable bed (Gstreamer clock) to sleep on.
20770
20771 2005-11-03  Wim Taymans  <wim@fluendo.com>
20772
20773         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20774         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20775         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20776         Handle the case where a pad_block failed.
20777
20778 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20779
20780         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20781
20782         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20783         (gst_base_rtp_depayload_add_to_queue),
20784         (gst_base_rtp_depayload_push),
20785         (gst_base_rtp_depayload_set_gst_timestamp),
20786         (gst_base_rtp_depayload_queue_release):
20787           Fixes some bugs in the depayloader's queuing/de-queueing code.
20788
20789 2005-10-31  Michael Smith <msmith@fluendo.com>
20790
20791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20792         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20793         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20794           Patch from Alessandro Decina <alessandro@nnva.org>.
20795           Make oggdemux only find the final time in a chain, not per-pad,
20796           since the per-pad information can be very expensive to locate, and
20797           it isn't used anywhere. This makes reading a file containing
20798           OggSkeleton reasonably fast.
20799           Also, make chain finding work when there are logical bitstreams that
20800           can't be decoded. Fixes #319110.
20801
20802 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20803
20804         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20805         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20806         (gst_base_rtp_depayload_chain),
20807         (gst_base_rtp_depayload_add_to_queue),
20808         (gst_base_rtp_depayload_push),
20809         (gst_base_rtp_depayload_set_gst_timestamp),
20810         (gst_base_rtp_depayload_queue_release),
20811         (gst_base_rtp_depayload_start_thread),
20812         (gst_base_rtp_depayload_set_property),
20813         (gst_base_rtp_depayload_get_property):
20814         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20815         Some random fixes, to fullfill the desires of thomas.
20816
20817 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20818
20819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20820         (gst_base_rtp_depayload_add_to_queue),
20821         (gst_base_rtp_depayload_push):
20822         Fixed the queueing algorithm.
20823
20824 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20825
20826         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20827         (gst_base_rtp_depayload_push):
20828         A small fix
20829
20830 2005-10-31  Wim Taymans  <wim@fluendo.com>
20831
20832         * gst-libs/gst/audio/gstringbuffer.h:
20833         Don't break ABI.
20834
20835         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20836         (gst_ffmpeg_caps_to_pixfmt):
20837         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20838         (gst_ffmpegcsp_set_caps):
20839         Some more comments.
20840         Handle missing required caps fields better.
20841
20842 2005-10-31  Wim Taymans  <wim@fluendo.com>
20843
20844         * gst-libs/gst/audio/gstbaseaudiosink.c:
20845         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20846         (gst_base_audio_sink_render):
20847         * gst-libs/gst/audio/gstringbuffer.c:
20848         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20849         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20850         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20851         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20852         (gst_ring_buffer_read):
20853         * gst-libs/gst/audio/gstringbuffer.h:
20854         Add flushing mode to the ringbuffer so that it in all cases does
20855         not try to handle more audio. This makes sure it does not try to
20856         block anymore when flushing and fixes a livelock.
20857
20858 2005-10-29  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20859
20860         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20861         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20862         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20863           Explicitly check for -1 values before doing a conversion
20864           and always map them to -1. (#315545)
20865
20866 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20867
20868         * gst/playback/gstplaybin.c: (gen_video_element):
20869           first try autovideosink, then xvimagesink, then error out
20870         * po/POTFILES.in:
20871           add translatable file
20872         * po/af.po:
20873         * po/az.po:
20874         * po/cs.po:
20875         * po/en_GB.po:
20876         * po/hu.po:
20877         * po/it.po:
20878         * po/nb.po:
20879         * po/nl.po:
20880         * po/or.po:
20881         * po/sq.po:
20882         * po/sr.po:
20883         * po/sv.po:
20884         * po/uk.po:
20885         * po/vi.po:
20886           update translations
20887
20888 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20889
20890         * gst-libs/gst/rtp/gstbasedepayload.c:
20891         * gst-libs/gst/rtp/gstbasedepayload.h:
20892           Minor cleanups
20893
20894 2005-10-27  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20895
20896         * gst/playback/.cvsignore:
20897         * gst/playback/decodetest.c:
20898         * gst/playback/test3.c:
20899           Port these two tests as well.
20900
20901 2005-10-27  Wim Taymans  <wim@fluendo.com>
20902
20903         * ext/theora/theoradec.c: (theora_dec_src_query),
20904         (theora_dec_sink_event):
20905         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20906         (theora_enc_change_state):
20907         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20908         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20909         Take proper locks when handling events.
20910
20911 2005-10-27  Wim Taymans  <wim@fluendo.com>
20912
20913         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20914         (gst_adder_change_state):
20915         Fix timestamps and fix deadlock when stopping the collectpads.
20916
20917 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20918
20919         * gst-libs/gst/rtp/gstrtpbuffer.h:
20920         Declaring the payload types as strings too so that they can be used
20921         in the padtemplate inialization.
20922
20923 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20924
20925         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20926
20927         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20928         (gst_base_rtp_depayload_class_init):
20929         Fixes a small but nasty bug. The derived elements no longer segfaults
20930         on finalization.
20931
20932 2005-10-26  Michael Smith <msmith@fluendo.com>
20933
20934         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20935           When clearing an audioconvert context, set tmpbufsize to zero, so
20936           we'll allocate it again later if required.
20937           This fixes audioconvert re-negotiating formats, which previously
20938           segfaulted with a NULL destination buffer.
20939
20940 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20941
20942         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20943         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20944         (gst_base_rtp_depayload_set_gst_timestamp),
20945         (gst_base_rtp_depayload_queue_release):
20946         Fixed a smalll memleak.
20947
20948 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20949         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20950         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20951         (gst_base_rtp_depayload_finalize),
20952         (gst_base_rtp_depayload_setcaps),
20953         (gst_base_rtp_depayload_add_to_queue),
20954         (gst_base_rtp_depayload_push),
20955         (gst_base_rtp_depayload_set_gst_timestamp),
20956         (gst_base_rtp_depayload_queue_release),
20957         (gst_base_rtp_depayload_thread),
20958         (gst_base_rtp_depayload_change_state):
20959         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20960         Changed the C++ comments to C comments
20961
20962 2005-10-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
20963
20964         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20965         * gst/tcp/gsttcpclientsrc.h:
20966         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20967         * gst/tcp/gsttcpserversrc.h:
20968           Remove unused 'curoffset' structure member.
20969
20970 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20971
20972         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20973         (gst_base_rtp_depayload_base_init),
20974         (gst_base_rtp_depayload_finalize):
20975         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20976         * gst-libs/gst/rtp/gstbasertppayload.h:
20977           The pad-template on the sinkpad should be set by the derived classes.
20978           Also added some useful macros.
20979
20980 2005-10-24  Wim Taymans  <wim@fluendo.com>
20981
20982         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20983         Correctly flush decoder samples even if we could not
20984         copy them to an output buffer. Fixes #319618.
20985
20986 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20987
20988         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20990         the caps against our xcontext caps.
20991
20992 2005-10-24  Wim Taymans  <wim@fluendo.com>
20993
20994         * gst-libs/gst/audio/gstbaseaudiosink.c:
20995         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20996         Remove g_print
20997         Use sync property from baseclass to disable sync.
20998
20999 2005-10-24  Wim Taymans  <wim@fluendo.com>
21000
21001         * gst-libs/gst/audio/gstbaseaudiosink.c:
21002         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21003         Buffers with no timestamps get aligned with previous buffers or
21004         on underrun, played ASAP.
21005
21006 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21007
21008         * gst-libs/gst/video/video.h:
21009         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21010         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21012         here comes my change on caps for framerate and geometry range.
21013         We are now accepting 1 to MAXINT for width and height, and from
21014         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21015         to be blended correctly in videomixer.
21016
21017 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21018
21019         * configure.ac:
21020           back to HEAD
21021
21022 === release 0.9.4 ===
21023
21024 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21025
21026         * NEWS:
21027         * RELEASE:
21028         * configure.ac:
21029           releasing 0.9.4, "Velociraptor"
21030
21031 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21032
21033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21034         * po/POTFILES.in:
21035           STOPPED -> FAILED
21036
21037 2005-10-21  Wim Taymans  <wim@fluendo.com>
21038
21039         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21040         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21041         (pad_blocked), (close_pad_link), (new_pad):
21042         Don't try to remove elements twice.
21043
21044 2005-10-21  Wim Taymans  <wim@fluendo.com>
21045
21046         * ext/theora/theoradec.c: (theora_dec_src_query),
21047         (theora_dec_sink_event):
21048         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21049         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21050         (vorbis_handle_data_packet):
21051         * ext/vorbis/vorbisdec.h:
21052         Fix old naming.
21053
21054         * gst-libs/gst/audio/gstbaseaudiosink.c:
21055         (gst_base_audio_sink_render):
21056         Don't try to sync on buffers without a timestamp.
21057
21058 2005-10-21  Wim Taymans  <wim@fluendo.com>
21059
21060         * ext/theora/theoradec.c: (theora_dec_src_query),
21061         (theora_dec_sink_event):
21062         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21063         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21064         (vorbis_handle_data_packet):
21065         * ext/vorbis/vorbisdec.h:
21066         Fix old naming.
21067
21068 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21069
21070         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21071         (gst_vorbisenc_src_query):
21072           Implement position and duration queries.
21073
21074         * gst/playback/test3.c: (update_scale), (main):
21075           Fix for async state changes and print nicer output.
21076
21077 2005-10-20  Wim Taymans  <wim@fluendo.com>
21078
21079         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21080         (dump_element_stats), (main):
21081         * gst/playback/test6.c: (main):
21082         Fix tests again
21083
21084 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21085
21086         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21087         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21088           Don't use functions for position queries when handling
21089           duration queries.
21090
21091 2005-10-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21092
21093         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21094         (vorbis_handle_data_packet), (vorbis_dec_chain),
21095         (vorbis_dec_change_state):
21096         * ext/vorbis/vorbisdec.h:
21097           Vorbis streams can be embedded in other container formats
21098           than ogg, container formats where the demuxer might set 
21099           timestamps on encoded vorbis buffers instead of those silly 
21100           granulepos thingies. In short: make vorbisdec handle 
21101           timestamps on incoming buffers as well.
21102
21103 2005-10-20  Wim Taymans  <wim@fluendo.com>
21104
21105         * gst/playback/gstplaybasebin.c: (group_destroy),
21106         (gst_play_base_bin_change_state):
21107         Fix leak.
21108         Handle case where playbasebin is now ASYNC because
21109         decodebin is.
21110
21111 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21112
21113         * gst/audioconvert/Makefile.am:
21114         * gst/audioconvert/bufferframesconvert.c:
21115         * gst/audioconvert/plugin.c: (plugin_init):
21116         * gst/audioconvert/plugin.h:
21117           And bye bye buffer-frames-convert
21118
21119 2005-10-19  Wim Taymans  <wim@fluendo.com>
21120
21121         * check/elements/audioconvert.c:
21122         * docs/libs/tmpl/gstaudio.sgml:
21123         * docs/libs/tmpl/gstcolorbalance.sgml:
21124         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21125         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21126         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21127         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21128         * gst-libs/gst/audio/audio.h:
21129         * gst/audioconvert/audioconvert.h:
21130         * gst/audioconvert/gstaudioconvert.c:
21131         (gst_audio_convert_parse_caps):
21132         * gst/volume/gstvolume.c:
21133         Bye bye buffer-frames.
21134
21135 2005-10-19  Wim Taymans  <wim@fluendo.com>
21136
21137         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21138         (query_positions_elems), (query_positions_pads), (update_scale),
21139         (do_seek), (set_update_scale), (message_received), (main):
21140         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21141         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21142         (gst_ogg_demux_loop):
21143         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21144         * ext/theora/theoradec.c: (theora_dec_src_query),
21145         (theora_dec_sink_event):
21146         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21147         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21148         * gst/adder/gstadder.c: (gst_adder_query):
21149         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21150         * gst/playback/test3.c: (update_scale):
21151         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21152         (dump_element_stats), (main):
21153         * gst/playback/test6.c: (main):
21154         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21155         Query API update.
21156
21157 2005-10-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21158
21159         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21160         (xml_check_first_element), (xml_type_find), (smil_type_find),
21161         (plugin_init):
21162           Add typefinding for SMIL and for generic XML. Based on patch by
21163           Akos Maroy (#308663).
21164
21165 2005-10-18  Wim Taymans  <wim@fluendo.com>
21166
21167         * gst/playback/Makefile.am:
21168         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21169         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21170         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21171         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21172         (gst_decode_bin_change_state):
21173         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21174         (gst_play_bin_send_event_to_sink):
21175         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21176         (dump_element_stats), (main):
21177         * gst/playback/test6.c: (main):
21178         Make playbin async, it'll commit state to paused when all streams
21179         are detected.
21180         Remove ugly hack.
21181         Added test6.c to show async behaviour.
21182
21183 2005-10-18  Wim Taymans  <wim@fluendo.com>
21184
21185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21186         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21187         Fix for segment-start/stop API change.
21188
21189 2005-10-18  Wim Taymans  <wim@fluendo.com>
21190
21191         * check/Makefile.am:
21192         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21193         (main):
21194         Add future test for clock selection.
21195
21196 2005-10-18  Wim Taymans  <wim@fluendo.com>
21197
21198         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21199         (gst_alsasink_close):
21200         Set handle to NULL.
21201
21202         * gst-libs/gst/audio/gstringbuffer.c:
21203         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21204         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21205         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21206         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21207         (gst_ring_buffer_read):
21208         More debug info.
21209
21210 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21211
21212         * gst/audiotestsrc/Makefile.am:
21213         * gst/sine/Makefile.am:
21214         * gst/volume/Makefile.am:
21215           fix broken build of controllerized plugins
21216
21217 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21218
21219         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21220
21221         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21222         (gst_riff_create_video_template_caps):
21223           Add support for Indeo-3 (IV32).
21224
21225 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21226
21227         * configure.ac:
21228           rewrite
21229
21230 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21231
21232         * gst-libs/gst/video/video.c: (gst_video_get_size):
21233         * gst/audiotestsrc/gstaudiotestsrc.c:
21234           doc updates
21235
21236 2005-10-17  Andy Wingo  <wingo@pobox.com>
21237
21238         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21239         with the collectpads change.
21240         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21241
21242         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21243
21244         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21245
21246         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21247         alloc_buffer flow return to callers.
21248         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21249         change. Fix some memleaks in theoraenc.
21250
21251         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21252         in strange circumstance.
21253
21254 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21255
21256         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21257         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21258         from caps, let's use the caps...
21259
21260 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21261
21262         * configure.ac:
21263           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21264
21265 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21266
21267         * gst-libs/gst/interfaces/Makefile.am:
21268           fix silly typo
21269
21270 2005-10-16  Andy Wingo  <wingo@pobox.com>
21271
21272         * gst/playback/gstdecodebin.c
21273         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21274         function!
21275         (try_to_link_1): Increase kraziness level.
21276
21277 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21278
21279         * configure.ac:
21280           restructure like the core one
21281         * gst-libs/gst/audio/Makefile.am:
21282         * gst-libs/gst/interfaces/Makefile.am:
21283         * gst-libs/gst/net/Makefile.am:
21284         * gst-libs/gst/riff/Makefile.am:
21285         * gst-libs/gst/rtp/Makefile.am:
21286         * gst-libs/gst/tag/Makefile.am:
21287         * gst-libs/gst/video/Makefile.am:
21288           use correct linker flags, now the libs are properly versioned
21289         * check/elements/audioconvert.c: (verify_convert):
21290         * ext/alsa/gstalsaplugin.c:
21291         * ext/cdparanoia/gstcdparanoia.c:
21292         * ext/gnomevfs/gstgnomevfs.c:
21293         * ext/libvisual/visual.c:
21294         * ext/ogg/gstogg.c:
21295         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21296         * ext/theora/theora.c:
21297         * ext/vorbis/vorbis.c:
21298         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21299         * gst-libs/gst/tag/gsttagediting.c:
21300         * gst-libs/gst/video/video.c:
21301         * gst/adder/gstadder.c:
21302         * gst/audioconvert/plugin.c:
21303         * gst/audiorate/gstaudiorate.c:
21304         * gst/audioresample/gstaudioresample.c:
21305         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21306         * gst/audioscale/gstaudioscale.c:
21307         * gst/audioscale/resample.c:
21308         * gst/audiotestsrc/gstaudiotestsrc.c:
21309         * gst/ffmpegcolorspace/gstffmpeg.c:
21310         * gst/playback/gstdecodebin.c: (close_pad_link):
21311         * gst/playback/gstplaybin.c: (gen_video_element),
21312         (gen_audio_element):
21313         * gst/sine/gstsinesrc.c:
21314         * gst/subparse/gstsubparse.c:
21315         * gst/tags/gsttagediting.c:
21316         * gst/tcp/gsttcpplugin.c:
21317         * gst/typefind/gsttypefindfunctions.c:
21318         * gst/videorate/gstvideorate.c:
21319         * gst/videoscale/gstvideoscale.c:
21320         * gst/videotestsrc/gstvideotestsrc.c:
21321         * gst/volume/gstvolume.c:
21322         * sys/v4l/gstv4l.c:
21323         * sys/ximage/ximage.c:
21324         * sys/xvimage/xvimagesink.c:
21325           fix up defines
21326
21327 2005-10-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21328
21329         * ext/vorbis/vorbisenc.c:
21330         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21331         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21332         (gst_tag_to_vorbis_comments):
21333           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21334
21335 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21336
21337         * examples/stats/mp2ogg.c:
21338         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21339           typo fixes
21340
21341 2005-10-13  Michael Smith <msmith@fluendo.com>
21342
21343         * ext/ogg/gstoggmux.c:
21344           Use magic glib macros to define constants as 64 bit, to ensure
21345           appropriate vararg passing.
21346
21347 2005-10-13  Michael Smith <msmith@fluendo.com>
21348
21349         * ext/ogg/gstoggmux.c:
21350         * gst/audioconvert/audioconvert.c: (float):
21351           Don't use LL suffix, as it's not portable, and neither of these
21352           uses required it anyway.
21353
21354 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21355
21356         * examples/indexing/indexmpeg.c: (main):
21357         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21358         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21359         (cdparanoia_convert), (cdparanoia_query):
21360         * ext/cdparanoia/gstcdparanoia.h:
21361         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21362         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21363         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21365         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21366         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21367         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21368         (gst_multifdsink_render), (gst_multifdsink_start),
21369         (gst_multifdsink_stop):
21370         * gst/tcp/gstmultifdsink.h:
21371         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21372         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21373         (gst_tcpclientsink_stop):
21374         * gst/tcp/gsttcpclientsink.h:
21375         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21376         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21377         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21378         * gst/tcp/gsttcpclientsrc.h:
21379         * gst/tcp/gsttcpserversink.h:
21380         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21381         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21382         (gst_tcpserversrc_stop):
21383         * gst/tcp/gsttcpserversrc.h:
21384         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21385         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21386         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21387           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21388           moved bitshift from macro to enum definition
21389
21390 2005-10-12  Wim Taymans  <wim@fluendo.com>
21391
21392         * examples/seeking/Makefile.am:
21393         Oops.
21394
21395 2005-10-12  Wim Taymans  <wim@fluendo.com>
21396
21397         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21398         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21399         Don't assert on normal stuff.
21400
21401         * gst/playback/gstplaybin.c: (do_playbin_seek):
21402         API fix.
21403
21404 2005-10-12  Wim Taymans  <wim@fluendo.com>
21405
21406         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21407         * examples/seeking/Makefile.am:
21408         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21409         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21410         (do_seek), (set_update_scale), (message_received), (main):
21411         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21412         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21413         Update for _get_state() API change.
21414
21415 2005-10-11  Wim Taymans  <wim@fluendo.com>
21416
21417         * gst-libs/gst/audio/gstbaseaudiosink.c:
21418         (gst_base_audio_sink_render):
21419         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21420         (gst_base_audio_src_create):
21421         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21422         (gst_ring_buffer_read):
21423         Cleanups.
21424         Commit and read from ringbuffer in samples rather than bytes.
21425
21426 2005-10-11  Wim Taymans  <wim@fluendo.com>
21427
21428         * gst-libs/gst/audio/gstbaseaudiosink.c:
21429         (gst_base_audio_sink_render):
21430         Respect segment rate and accum when scheduling samples.
21431
21432 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21433
21434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21435         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21436         EOS correctly, that needs more work.
21437
21438 2005-10-11  Wim Taymans  <wim@fluendo.com>
21439
21440         * check/generic/states.c: (GST_START_TEST):
21441         remove old property.
21442
21443         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21444         (gst_ogg_demux_perform_seek):
21445         * ext/theora/theoradec.c: (theora_dec_sink_event):
21446         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21447         (vorbis_handle_data_packet):
21448         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21449         (gst_base_rtp_depayload_set_gst_timestamp):
21450         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21451         Update for newsegment API change.
21452
21453 2005-10-11  Michael Smith <msmith@fluendo.com>
21454
21455         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21456         (do_playbin_seek), (gst_play_bin_send_event):
21457           Override send_event differently, so that we can takes bits of
21458           functionality from GstPipeline (special handling for seeks,
21459           including pausing/resuming, and resetting stream time) and still get
21460           the appropriate behaviour of only forwarding event to a single sink,
21461           rather than all of them.
21462           Unfortunately requires a lot of code duplication, but the
21463           alternatives are equally ugly in the end.
21464
21465 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21466
21467         * check/elements/audioconvert.c: (setup_audioconvert),
21468         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21469         (GST_START_TEST), (audioconvert_suite):
21470           clean up tests a little, fix some leaks.
21471
21472 2005-10-10  Wim Taymans  <wim@fluendo.com>
21473
21474         * ext/alsa/gstalsasink.c:
21475         Also allow unsigned int.
21476
21477         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21478         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21479         Small cleanup
21480
21481 2005-10-10  Wim Taymans  <wim@fluendo.com>
21482
21483         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21484         Small update, use API as stated in design docs.
21485
21486         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21487         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21488         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21489         (message_received), (main):
21490         Updated seek example for GOption. Some usability improvements.
21491
21492 2005-10-10  Wim Taymans  <wim@fluendo.com>
21493
21494         * gst/audioconvert/audioconvert.h:
21495         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21496         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21497         Alloc temp storage somewhere else where we can do it more
21498         portable.
21499
21500 2005-10-10  Wim Taymans  <wim@fluendo.com>
21501
21502         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21503         (gst_tcpserversrc_start):
21504         Don't block in accept while doing the state change, move
21505         to poll and make cancellable.
21506
21507 2005-10-09  Philippe Khalaf <burger@speedy.org>
21508
21509         * gst-libs/gst/rtp/rtpbasedepayload.c:
21510         Set timestamp and add queue delay to timestamp
21511         * gst-libs/gst/rtp/rtpbuffer.h:
21512         Set correct payload type for h263
21513
21514 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21515
21516         * gst/audiotestsrc/gstaudiotestsrc.c:
21517         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21518         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21519         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21520         (gst_audiotestsrc_create_triangle),
21521         (gst_audiotestsrc_create_silence),
21522         (gst_audiotestsrc_create_white_noise),
21523         (gst_audiotestsrc_init_pink_noise),
21524         (gst_audiotestsrc_generate_pink_noise_value),
21525         (gst_audiotestsrc_create_pink_noise),
21526         (gst_audiotestsrc_change_wave):
21527         * gst/audiotestsrc/gstaudiotestsrc.h:
21528           fixed typo, added pink noise
21529
21530 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21531
21532         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21533         (plugin_init):
21534           Add wavpack and spc typefind functions from 0.8 branch.
21535
21536 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21537
21538         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21539         (ar_type_find), (msdos_type_find), (plugin_init):
21540           Add typefind functions for tar archives, ar archives,
21541           RAR archives, and msdos-executables (dlls, exe, etc.).
21542           Some of those would be wrongly identified as mpeg
21543           streams of some sort before (#315550).
21544
21545 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21546
21547         * configure.ac:
21548         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21549         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21550         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21551         * gst/audiotestsrc/Makefile.am:
21552         * gst/audiotestsrc/gstaudiotestsrc.c:
21553         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21554         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21555         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21556         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21557         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21558         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21559         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21560         (gst_audiotestsrc_create_silence),
21561         (gst_audiotestsrc_create_white_noise),
21562         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21563         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21564         (gst_audiotestsrc_start), (plugin_init):
21565         * gst/audiotestsrc/gstaudiotestsrc.h:
21566           add new plugin and element
21567         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21568           use gobject_class
21569
21570 2005-10-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21571
21572         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21573         (gst_adder_init), (gst_adder_request_new_pad),
21574         (gst_adder_change_state):
21575           Add query function to source pad, so adder reports the correct
21576           time/sample position when queried (#315457); fix state change
21577           function; use GST_DEBUG_FUNCPTR() for pad functions.
21578
21579 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21580
21581         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21582           Fix leaks in typefind registration
21583           Clean up the gratuitous commenting and whitespacing a little
21584
21585 2005-10-08  Wim Taymans  <wim@fluendo.com>
21586
21587         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21588         Only actually wait for the thread to be stopped if it's 
21589         running.
21590
21591 2005-10-08  Wim Taymans  <wim@fluendo.com>
21592
21593         * gst-libs/gst/audio/gstbaseaudiosink.c:
21594         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21595         If we receive EOS we can start playback of what we had.
21596
21597 2005-10-08  Wim Taymans  <wim@fluendo.com>
21598
21599         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21600         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21601         (gst_multifdsink_stop):
21602         Fix crasher when going to NULL multiple times.
21603
21604 2005-10-06  Wim Taymans  <wim@fluendo.com>
21605
21606         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21607         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21608         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21609         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21610         patch from Edgard Lima <edgard.lima@indt.org.br>
21611         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21612
21613 2005-10-06  Wim Taymans  <wim@fluendo.com>
21614
21615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21616         Report the FLOW_RETURN as string in the error message.
21617
21618         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21619         Don't assert when clearing an unnegotiated buffer.
21620
21621 2005-10-04  Michael Smith <msmith@fluendo.com>
21622
21623         * gst/playback/gstplaybasebin.c: (group_destroy),
21624         (gen_preroll_element), (remove_groups), (setup_source):
21625         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21626         (setup_sinks), (gst_play_bin_send_event),
21627         (gst_play_bin_change_state):
21628           Set state to NULL before removing from bin. Fix refcounting.
21629
21630 2005-10-04  Michael Smith <msmith@fluendo.com>
21631
21632         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21633           Correct refcounting in send_event() function. Previously was wrong
21634           if the first sink was unable to handle the event.
21635
21636 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21637
21638         * configure.ac:
21639           back to development
21640
21641 === release 0.9.3 ===
21642
21643 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21644
21645         * configure.ac:
21646           Releasing 0.9.3, "De Facto"
21647
21648 2005-10-03  Andy Wingo  <wingo@pobox.com>
21649
21650         * gst/playback/gstdecodebin.c (try_to_link_1)
21651         (remove_element_chain): set element to NULL before removing it.
21652
21653 2005-10-02  Johan Dahlin  <johan@gnome.org>
21654
21655         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21656         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21657         MT safe.
21658
21659 2005-10-02  Andy Wingo  <wingo@pobox.com>
21660
21661         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21662         (gst_ring_buffer_prepare_read): 
21663         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21664         Demote to LOG.
21665
21666 2005-09-29  Wim Taymans  <wim@fluendo.com>
21667
21668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21669         * ext/theora/theoradec.c: (theora_handle_data_packet):
21670         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21671         Propagate error codes from alloc_buffer too.
21672
21673 2005-09-29  Wim Taymans  <wim@fluendo.com>
21674
21675         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21676         We use fixed caps.
21677
21678         * gst/playback/Makefile.am:
21679         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21680         (dump_element_stats), (main):
21681         Added example stream introspection code.
21682
21683 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21684
21685         * gst/adder/gstadder.c: (gst_adder_collected):
21686           fix adder for float elements
21687
21688 2005-09-28  Wim Taymans  <wim@fluendo.com>
21689
21690         * gst-libs/gst/audio/gstbaseaudiosink.c:
21691         (gst_base_audio_sink_class_init),
21692         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21693         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21694         (gst_base_audio_src_class_init),
21695         (gst_base_audio_src_provide_clock):
21696         get_clock -> provide_clock
21697
21698 2005-09-28  Andy Wingo  <wingo@pobox.com>
21699
21700         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21701         and unlocking.
21702
21703         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21704         unlocking.
21705
21706         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21707         Actually add the pad template.
21708         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21709
21710         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21711         I'm at it...
21712
21713         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21714         from fdsrc. Get caps in create() instead of start() so it can be
21715         interrupted. Interruption somewhat untested.
21716
21717         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21718         Proper EOS handling.
21719
21720 2005-09-27  Andy Wingo  <wingo@pobox.com>
21721
21722         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21723
21724         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21725
21726         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21727
21728         * gst/tcp/gsttcp.h: 
21729         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21730         out of tcpclientsrc.c. Cancellable.
21731         (gst_tcp_socket_read): Made private, cancellable, with better
21732         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21733         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21734         whole buffer, and better diagnostics.
21735         (gst_tcp_gdp_read_caps): Same.
21736
21737         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21738
21739 2005-09-26  Andy Wingo  <wingo@pobox.com>
21740
21741         * gst/sine/gstsinesrc.h:
21742         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21743         change the 'sync' property to 'is-live' and implement it halfway,
21744         update for controller api change.
21745
21746         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21747         controller api change.
21748
21749 2005-09-24  Wim Taymans  <wim@fluendo.com>
21750
21751         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21752         * gst-libs/gst/audio/gstaudiosink.c:
21753         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21754         (gst_audioringbuffer_stop):
21755         * gst-libs/gst/audio/gstbaseaudiosink.c:
21756         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21757         (gst_base_audio_sink_change_state):
21758         * gst-libs/gst/audio/gstbaseaudiosink.h:
21759         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21760         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21761         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21762         * gst-libs/gst/audio/gstringbuffer.h:
21763         Fix sync again. Moved sample alignment to basesink.
21764
21765 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21766
21767         * docs/plugins/Makefile.am:
21768         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21769         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21770         * gst/volume/gstvolume.c:
21771           add/fix docs
21772         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21773         * gst-libs/gst/audio/audio.h:
21774           add conversion macros for frames <-> clocktime
21775
21776 2005-09-23  David Schleef  <ds@schleef.org>
21777
21778         * gst/audioresample/Makefile.am:
21779         * gst/audioresample/debug.h:
21780         * gst/audioresample/gstaudioresample.c:
21781         * gst/audioresample/resample.c: Convert to using gst debugging
21782
21783 2005-09-22  Wim Taymans  <wim@fluendo.com>
21784
21785         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21786         (gst_play_bin_send_event):
21787         Only seek on one sink, the first one that succeeds.
21788
21789 2005-09-22  Michael Smith <msmith@fluendo.com>
21790
21791         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21792         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21793         Don't flush encoder state unless we have an initialised encoder.
21794         Clear out encoder state on PAUSED_TO_READY.
21795
21796 2005-09-22  Wim Taymans  <wim@fluendo.com>
21797
21798         * gst-libs/gst/rtp/gstbasertppayload.c:
21799         (gst_basertppayload_class_init), (gst_basertppayload_init),
21800         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21801         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21802         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21803         (gst_basertppayload_set_property),
21804         (gst_basertppayload_get_property),
21805         (gst_basertppayload_change_state):
21806         * gst-libs/gst/rtp/gstbasertppayload.h:
21807         Added max-ptime to control amount of data in the rtp packets.
21808
21809 2005-09-21  Andy Wingo  <wingo@pobox.com>
21810
21811         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21812         thingies.
21813
21814         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21815         can be called multiple times, dogs.
21816
21817 2005-09-21  Wim Taymans  <wim@fluendo.com>
21818
21819         * gst-libs/gst/rtp/gstbasertppayload.c:
21820         (gst_basertppayload_class_init), (gst_basertppayload_init),
21821         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21822         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21823         (gst_basertppayload_push), (gst_basertppayload_get_property),
21824         (gst_basertppayload_change_state):
21825         Allow 0 ssrc too.
21826
21827 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21828
21829         * docs/libs/compiling.sgml:
21830           fixing typos
21831
21832 2005-09-20  Wim Taymans  <wim@fluendo.com>
21833
21834         * gst-libs/gst/rtp/gstbasertppayload.c:
21835         (gst_basertppayload_class_init), (gst_basertppayload_init),
21836         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21837         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21838         (gst_basertppayload_push), (gst_basertppayload_set_property),
21839         (gst_basertppayload_get_property),
21840         (gst_basertppayload_change_state):
21841         * gst-libs/gst/rtp/gstbasertppayload.h:
21842         Added property to configure sequence number offsets.
21843
21844 2005-09-20  Wim Taymans  <wim@fluendo.com>
21845
21846         * gst-libs/gst/rtp/gstbasertppayload.c:
21847         (gst_basertppayload_class_init), (gst_basertppayload_init),
21848         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21849         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21850         (gst_basertppayload_push), (gst_basertppayload_set_property),
21851         (gst_basertppayload_get_property),
21852         (gst_basertppayload_change_state):
21853         * gst-libs/gst/rtp/gstbasertppayload.h:
21854         Make timestamp offset configurable.
21855
21856 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21857
21858         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21859           fix wrong pop/unref
21860
21861 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21862
21863         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
21864
21865         * gst-libs/gst/interfaces/propertyprobe.c:
21866         (gst_property_probe_probe_property_name),
21867         (gst_property_probe_needs_probe_name),
21868         (gst_property_probe_get_values_name),
21869         (gst_property_probe_probe_and_get_values_name):
21870           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21871           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21872
21873 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21874
21875         * check/Makefile.am:
21876           have some tests be disabled for valgrinding
21877         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21878         (GST_START_TEST):
21879         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21880           Fix A Leak.  Chain To Parent Finalize.
21881
21882 2005-09-19  Wim Taymans  <wim@fluendo.com>
21883
21884         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21885         Fixed wav pipeline.
21886
21887 2005-09-19  Wim Taymans  <wim@fluendo.com>
21888
21889         * gst-libs/gst/rtp/gstbasertppayload.c:
21890         (gst_basertppayload_class_init), (gst_basertppayload_init),
21891         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21892         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21893         (gst_basertppayload_push), (gst_basertppayload_get_property),
21894         (gst_basertppayload_change_state):
21895         Posting ERROR and WARNING messages is good.
21896
21897 2005-09-19  Wim Taymans  <wim@fluendo.com>
21898
21899         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21900         (gst_base_rtp_depayload_add_to_queue),
21901         (gst_base_rtp_depayload_push),
21902         (gst_base_rtp_depayload_set_gst_timestamp),
21903         (gst_base_rtp_depayload_queue_release):
21904         This one was not supposed to go in.
21905
21906 2005-09-19  Wim Taymans  <wim@fluendo.com>
21907
21908         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21909         Fix for bus API.
21910
21911         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21912         (gst_base_rtp_depayload_chain),
21913         (gst_base_rtp_depayload_add_to_queue),
21914         (gst_base_rtp_depayload_push),
21915         (gst_base_rtp_depayload_set_gst_timestamp),
21916         (gst_base_rtp_depayload_queue_release):
21917         Some cleanups.
21918
21919         * gst-libs/gst/rtp/gstbasertppayload.c:
21920         (gst_basertppayload_class_init), (gst_basertppayload_init),
21921         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21922         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21923         (gst_basertppayload_get_property),
21924         (gst_basertppayload_change_state):
21925         Added debugging category.
21926
21927 2005-09-18  David Schleef  <ds@schleef.org>
21928
21929         * gst/playback/gstdecodebin.c: free plugin list correctly
21930         * gst/playback/gstplaybin.c: emit warning if autovideosink
21931           and autoaudiosink can't be found (instead of segfaulting)
21932
21933 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21934
21935         * check/elements/audioconvert.c: (GST_START_TEST):
21936           try out 24 bit conversion
21937
21938 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21939
21940         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21941         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21942         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21943         * ext/vorbis/vorbisenc.h:
21944           Fix EOS handling.  Still needs a fix in the ogg muxer to
21945           mark the last page as eos.
21946
21947 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21948
21949         * common/gtk-doc-plugins.mak:
21950         * docs/plugins/Makefile.am:
21951         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21952         * gst/ffmpegcolorspace/Makefile.am:
21953         * gst/ffmpegcolorspace/avcodec.h:
21954         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21955         * gst/tcp/gstmultifdsink.c:
21956           fix up ffmpegcolorspace docs; extract header
21957
21958 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21959
21960         * common/gtk-doc-plugins.mak:
21961         * docs/plugins/Makefile.am:
21962         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21963         * ext/theora/Makefile.am:
21964         * ext/theora/gsttheoraenc.h:
21965         * ext/theora/theoraenc.c:
21966         * ext/vorbis/vorbisenc.c:
21967           pick up signals and args for vorbis; add some docs for vorbis
21968
21969 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21970
21971         * common/gstdoc-scangobj:
21972         * common/gtk-doc-plugins.mak:
21973         * docs/libs/Makefile.am:
21974         * docs/plugins/gst-plugins-base-plugins.args:
21975         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21976         * docs/plugins/gst-plugins-base-plugins.interfaces:
21977         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21978         * docs/plugins/gst-plugins-base-plugins.signals:
21979           only scanobj stuff from our source module.  Not sure yet
21980           if that's correct, given the hierarchy stuff :)
21981
21982 2005-09-15  Wim Taymans  <wim@fluendo.com>
21983
21984         * gst/audioconvert/gstaudioconvert.c:
21985         And enable 24 bits mode as well..
21986
21987 2005-09-15  Wim Taymans  <wim@fluendo.com>
21988
21989         * gst-libs/gst/rtp/Makefile.am:
21990         * gst-libs/gst/rtp/gstbasertppayload.c:
21991         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21992         (gst_basertppayload_class_init), (gst_basertppayload_init),
21993         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21994         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21995         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21996         (gst_basertppayload_set_property),
21997         (gst_basertppayload_get_property),
21998         (gst_basertppayload_change_state):
21999         * gst-libs/gst/rtp/gstbasertppayload.h:
22000         Added rtp payloader base class.
22001
22002 2005-09-15  Andy Wingo  <wingo@pobox.com>
22003
22004         * configure.ac (plugindir): Remove the EOL matcher from the
22005         regexp, as it causes me problems. Libtool? Make? Who knows?
22006
22007 2005-09-14  David Schleef  <ds@schleef.org>
22008
22009         * check/generic/states.c: 
22010         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22011         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22012           Fixes for changes in registry API.
22013
22014         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22015           to GST_PLUGIN_LDFLAGS.
22016         * ext/libvisual/visual.c: Make the library shut up.
22017         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22018         * gst-libs/gst/audio/gstaudiofilter.c: same
22019
22020 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22021
22022         * docs/plugins/Makefile.am:
22023         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22024         * docs/plugins/inspect/plugin-libvisual.xml:
22025         * docs/plugins/tmpl/element-tcpserversink.sgml:
22026         * ext/theora/theoraenc.c:
22027           add libvisual plugin and theoraenc element to docs
22028
22029 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22030
22031         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22032         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22033         * ext/theora/theoraenc.c:
22034           add theoraenc
22035
22036 2005-09-13  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22037
22038         * gst/audioconvert/Makefile.am:
22039           Audioconvert derives from GstBaseTransform and should
22040           link to the library with our base elements to avoid
22041           unresolved symbols. Makes things work with MinGW (#316160)
22042
22043         * gst/playback/test4.c: (main):
22044           Fix MinGW build problem and use g_usleep() instead of 
22045           sleep() (#316162)
22046
22047 2005-09-12  Wim Taymans  <wim@fluendo.com>
22048
22049         * gst/audioconvert/audioconvert.c: (float),
22050         (audio_convert_prepare_context), (audio_convert_convert):
22051         * gst/audioconvert/audioconvert.h:
22052         Cleanups, speedups, simplifications, added back support
22053         for 24 bits.
22054
22055 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22056
22057         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22058         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22059         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22060         * docs/plugins/tmpl/element-tcpserversink.sgml:
22061         * gst/ffmpegcolorspace/gstffmpeg.c:
22062         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22063         * gst/videotestsrc/gstvideotestsrc.c:
22064         * gst/volume/gstvolume.c:
22065           add more elements to the docs
22066
22067 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22068
22069         * check/Makefile.am:
22070         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22071         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22072           Add extra tests for basetransform based components. 
22073           Comment out the test_element_negotiation test until we decide
22074           if it's testing correct behaviour.
22075         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22076         (gst_visual_chain), (gst_visual_change_state):
22077           Slightly more correct but still bogus timestamping.
22078           Fix state change function.
22079         * gst/audioconvert/gstaudioconvert.c:
22080         (gst_audio_convert_class_init):
22081         * gst/audioresample/gstaudioresample.c:
22082         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22083         (gst_ffmpegcsp_class_init):
22084         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22085         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22086         (gst_videoscale_prepare_image):
22087         * gst/volume/gstvolume.c: (gst_volume_class_init),
22088         (volume_transform_ip):
22089           Basetransform updates. Enable passthrough modes.
22090         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22091         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22092         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22093           Negotiation fix that allows the window to return to the original
22094           size and renegotiate passthrough upstream. Extra debug output.
22095
22096 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22097
22098         * gst/sine/gstsinesrc.c:
22099         * gst/volume/gstvolume.c:
22100           fix up header include
22101
22102 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22103
22104         * gst-libs/gst/audio/gstbaseaudiosink.c:
22105         (gst_base_audio_sink_render):
22106         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22107         * gst/volume/gstvolume.c: (gst_volume_class_init),
22108         (volume_transform):
22109           fixing lost sync, some more debugging
22110
22111 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22112
22113         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22114         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22115         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22116         (gst_xvimagesink_check_xshm_calls):
22117           Fix compilation when XShm is not available.
22118
22119 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22120
22121         * ext/libvisual/visual.c: (gst_visual_dispose),
22122         (gst_visual_getcaps), (gst_visual_src_setcaps),
22123         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22124         (gst_visual_change_state):
22125           Finish fixing up libvisual plugin so that it runs. 
22126
22127 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22128
22129         * ext/vorbis/vorbisenc.c:
22130         * gst-libs/gst/tag/gstvorbistag.c:
22131           gsttaginterface.h -> gsttagsetter.h
22132
22133 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22134
22135         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22136           added another test that failes for me (test is not active by default)
22137
22138 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22139
22140         * configure.ac:
22141           v4l2 is no longer in gst-plugins-base
22142
22143 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22144
22145         * configure.ac:
22146           In the output at the end, don't show the first plugin on the same
22147           line as "Core plug-ins, always built:".
22148           Indent the output as for other plugin categories
22149         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22150           #define that can be used to not use peer buffer_alloc functions for
22151           test purposes.
22152         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22153         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22154         (gst_ximagesink_show_frame):
22155         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22156         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22157         (gst_xvimagesink_show_frame):
22158           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22159           fails gracefully instead of XError aborting or deadlocking.
22160
22161 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22162
22163         * ext/libvisual/Makefile.am:
22164           link against gst-base-libs
22165
22166 2005-09-06  David Schleef  <ds@schleef.org>
22167
22168         * configure.ac: Enable libvisual plugin.
22169         * ext/libvisual/Makefile.am:
22170         * ext/libvisual/visual.c: Fixes to make it compile.
22171
22172 === release 0.9.2 ===
22173
22174 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22175
22176         * NEWS:
22177         * RELEASE:
22178         * configure.ac:
22179         * docs/random/ChangeLog-0.8:
22180           releasing 0.9.2, "Spoon"
22181
22182 2005-09-05  Michael Smith <msmith@fluendo.com>
22183
22184         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22185           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22186           that in the vorbisenc element.
22187
22188 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22189
22190         * common/gtk-doc-plugins.mak:
22191         * docs/plugins/Makefile.am:
22192           fix distcheck
22193         * gst/audioresample/resample.c:
22194           fix wrong docstring
22195
22196 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22197
22198         * common/gst-xmlinspect.py:
22199         * common/gtk-doc-plugins.mak:
22200           only inspect plugins for this given package
22201           require gst-python 0.9
22202
22203 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22204
22205         * Makefile.am:
22206         * autogen.sh:
22207         * common/gst-xmlinspect.py:
22208         * configure.ac:
22209         * docs/Makefile.am:
22210         * docs/plugins/inspect/plugin-alsa.xml:
22211         * docs/plugins/inspect/plugin-audioresample.xml:
22212         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22213         * docs/plugins/inspect/plugin-ogg.xml:
22214         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22215         * docs/plugins/tmpl/element-multifdsink.sgml:
22216         * docs/plugins/tmpl/element-tcpserversink.sgml:
22217         * docs/plugins/tmpl/element-vorbisenc.sgml:
22218         * gst-plugins-base.spec.in:
22219           various doc-related updates
22220
22221 2005-08-31  Wim Taymans  <wim@fluendo.com>
22222
22223         * gst-libs/gst/audio/gstbaseaudiosink.c:
22224         (gst_base_audio_sink_render):
22225         Resync if the buffer timestamps drift more than a 10th 
22226         of a second.
22227
22228 2005-08-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22229
22230         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22231         (gst_v4lsrc_get_property):
22232           The 'timestamp-offset' property is registered as an int64, so
22233           let's use g_value_{set|get}_int64() in our setter and getter
22234           functions (makes it work and fixes warnings with gst-inspect).
22235
22236 2005-08-30  Wim Taymans  <wim@fluendo.com>
22237
22238         * check/elements/audioconvert.c: (setup_audioconvert):
22239         * check/elements/audioresample.c: (setup_audioresample):
22240         * check/elements/volume.c: (setup_volume):
22241         Fix checks.
22242
22243 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22244
22245         * common/gtk-doc-plugins.mak:
22246         * common/plugins.xsl:
22247         * docs/plugins/Makefile.am:
22248           make module a param
22249
22250 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22251
22252         * examples/seeking/seek.c: (make_mp3_pipeline),
22253         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22254         (play_cb), (pause_cb), (stop_cb):
22255           update the example
22256
22257 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22258
22259         * gst/volume/gstvolume.c: (gst_volume_class_init),
22260         (volume_transform):
22261           do not update controlled params, if buffer has no timestamp
22262
22263 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22264
22265         * configure.ac:
22266         * gst/sine/Makefile.am:
22267         * gst/volume/Makefile.am:
22268           controllerized elements also need to link against controller-libs ;)
22269
22270 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22271
22272         * docs/libs/tmpl/gstcolorbalance.sgml:
22273         * docs/libs/tmpl/gstgconf.sgml:
22274         * docs/libs/tmpl/gstmixer.sgml:
22275         * docs/libs/tmpl/gstringbuffer.sgml:
22276         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22277         (gst_sinesrc_create):
22278         * gst/volume/gstvolume.c: (gst_volume_class_init),
22279         (volume_transform):
22280           controllerized two audio plugins
22281
22282 2005-08-29  Andy Wingo  <wingo@pobox.com>
22283
22284         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22285         (vorbis_handle_data_packet): Fix some int overflow errors.
22286
22287         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22288         -1.
22289         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22290         valid.
22291         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22292         if it's valid. Fixed streaming-mode playback.
22293
22294         * check/elements/volume.c (cleanup_volume): Fix for running
22295         CK_FORK=no.
22296
22297         * check/elements/audioconvert.c: Convert from native endian, not
22298         little endian.
22299
22300 2005-08-29  Michael Smith <msmith@fluendo.com>
22301
22302         * ext/ogg/Makefile.am:
22303         * ext/ogg/gstogg.c: (plugin_init):
22304         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22305         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22306         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22307         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22308         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22309         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22310         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22311         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22312         Add an ogg parser element.
22313
22314 2005-08-28  Andy Wingo  <wingo@pobox.com>
22315
22316         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22317
22318 2005-08-26  Wim Taymans  <wim@fluendo.com>
22319
22320         * gst/audioconvert/audioconvert.c: (if), (float),
22321         (audio_convert_get_func_index), (check_default),
22322         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22323         (audio_convert_clean_context), (audio_convert_get_sizes),
22324         (audio_convert_convert):
22325         Cleanups.
22326
22327 2005-08-26  Wim Taymans  <wim@fluendo.com>
22328
22329         * gst/audioconvert/audioconvert.c: (if), (float),
22330         (audio_convert_get_func_index), (check_default),
22331         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22332         (audio_convert_clean_context), (audio_convert_get_sizes),
22333         (audio_convert_convert):
22334         More elegant and working temp buffer selection algo.
22335
22336 2005-08-26  Wim Taymans  <wim@fluendo.com>
22337
22338         * gst/audioconvert/audioconvert.c: (if), (float),
22339         (audio_convert_get_func_index), (check_default),
22340         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22341         (audio_convert_clean_context), (audio_convert_get_sizes),
22342         (get_temp_buffer), (audio_convert_convert):
22343         Use realloc else we lose our original data.
22344
22345 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22346
22347         * gst/audioresample/gstaudioresample.c:
22348           use base class' newsegment to properly timestamp
22349
22350 2005-08-26  Wim Taymans  <wim@fluendo.com>
22351
22352         * gst/audioconvert/audioconvert.c: (if), (float),
22353         (audio_convert_get_func_index), (check_default),
22354         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22355         (audio_convert_clean_context), (audio_convert_get_sizes),
22356         (get_temp_buffer), (audio_convert_convert):
22357         * gst/audioconvert/gstaudioconvert.c:
22358         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22359         (gst_audio_convert_transform_caps),
22360         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22361         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22362         Oops, allocate enough space to perform the channel mix.
22363
22364 2005-08-26  Wim Taymans  <wim@fluendo.com>
22365
22366         * gst/audioconvert/Makefile.am:
22367         * gst/audioconvert/audioconvert.c: (if), (float),
22368         (audio_convert_get_func_index), (check_default),
22369         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22370         (audio_convert_clean_context), (audio_convert_get_sizes),
22371         (get_temp_buffer), (audio_convert_convert):
22372         * gst/audioconvert/audioconvert.h:
22373         * gst/audioconvert/gstaudioconvert.c:
22374         (gst_audio_convert_class_init), (gst_audio_convert_init),
22375         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22376         (gst_audio_convert_get_unit_size),
22377         (gst_audio_convert_transform_caps),
22378         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22379         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22380         * gst/audioconvert/gstaudioconvert.h:
22381         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22382         (gst_channel_mix_fill_identical),
22383         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22384         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22385         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22386         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22387         (gst_channel_mix_mix):
22388         * gst/audioconvert/gstchannelmix.h:
22389         Cleanups, librarify a bit, optimize, better negotiation and more.
22390
22391 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22392
22393         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22394         Another from MikeS:
22395         During typefinding, don't support negative offsets
22396         (offsets from the end of the stream) in our typefind->peek() function
22397         - nothing embedded in ogg ever needs them. However, we need to recognise
22398         those requests and reject them, otherwise we return invalid pointers.
22399
22400 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22401
22402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22403         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22404         (vorbisdec_finalize), (vorbis_handle_type_packet):
22405           Big shout-out to MikeS for fixing this giant memory leak.
22406           Huzzah!
22407
22408 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22409
22410         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22411         (audio_convert_get_unit_size):
22412           plug some leaks
22413
22414 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22415
22416         * check/Makefile.am:
22417         * check/elements/audioconvert.c: (setup_audioconvert),
22418         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22419         (GST_START_TEST), (audioconvert_suite), (main):
22420           add a test for audioconvert
22421         * gst/audioresample/gstaudioresample.c:
22422         * gst/audioresample/gstaudioresample.h:
22423           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22424           note that for buffers of 1/3 sec this means DURATION(c) is 
22425           one nanosecond more than for a and b
22426
22427 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22428
22429         * check/Makefile.am:
22430         * check/elements/audioresample.c: (setup_audioresample),
22431         (cleanup_audioresample), (fail_unless_perfect_stream),
22432         (test_perfect_stream_instance), (GST_START_TEST),
22433           add a check for audioresample
22434         (audioresample_suite), (main):
22435         * check/elements/volume.c: (GST_START_TEST):
22436           remove unused method
22437         * gst/audioresample/gstaudioresample.c:
22438           set correct buffer parameters since we're changing them
22439         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22440           add some debug
22441
22442 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22443
22444         * gst/audioresample/debug.c:
22445         * gst/audioresample/gstaudioresample.c:
22446           add room for extra overlap samples when asked to transform size
22447           protect against possible mem corruption and check for discrepancies
22448           between written size and outbuffer's size so we can warn for
22449           potential problems
22450         * gst/audioresample/resample.c: (resample_init),
22451         (resample_get_output_size_for_input), (resample_get_output_size),
22452         (resample_set_n_channels), (resample_set_format):
22453           set debug level based on RESAMPLE_DEBUG env var
22454           make sure that get_output_size* returns a whole number of
22455           sample_size
22456           set sample_size each time either channel or format is set
22457         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22458         * gst/audioresample/resample_functable.c:
22459         (resample_scale_functable):
22460         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22461           remove r->sample_size, it's done in resample.c now
22462           add some debugging to the ref implementation
22463           make sure we only give back bytes that are wholes of the sample
22464           size
22465
22466 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22467         * gst/playback/gstplaybasebin.c: (fill_buffer):
22468         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22469
22470 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22471
22472         * gst/volume/gstvolume.c:
22473           made set_caps function static
22474
22475 2005-08-24  Wim Taymans  <wim@fluendo.com>
22476
22477         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22478         (gst_vorbisenc_change_state):
22479         Stop leaking taglists.
22480
22481 2005-08-24  Wim Taymans  <wim@fluendo.com>
22482
22483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22484         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22485         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22486         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22487         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22488         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22489         Parse seeking events better.
22490         Unref static caps.
22491         Generate correct newsegment events, fixes seeking in live oggs.
22492
22493         * ext/theora/theoradec.c: (theora_dec_src_query),
22494         (theora_dec_src_event), (theora_dec_src_getcaps),
22495         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22496         Use newsegment values to report correct play time.
22497
22498         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22499         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22500         * ext/vorbis/vorbisdec.h:
22501         Parse and use newsegment values to report correct play time.
22502
22503         * gst-libs/gst/audio/gstbaseaudiosink.c:
22504         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22505         Clear ringbuffer on flush.
22506         Use newsegment values to calculate playback time.
22507
22508         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22510         Basesink does newsegment calculations for us now.
22511
22512 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22513
22514         * check/Makefile.am:
22515         * configure.ac:
22516           add core's plugins to the mix so that playbin works
22517         * check/generic/states.c: (GST_START_TEST):
22518           set a 0 timeout on pipelines, so they don't force the next
22519           state change
22520         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22521         (gst_play_base_bin_change_state):
22522           remove the crappy error handling and do GST error handling
22523
22524 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22525
22526         * check/Makefile.am:
22527         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22528           add same test as to core, it bitches out on playbin atm.
22529
22530 2005-08-24  Wim Taymans  <wim@fluendo.com>
22531
22532         * configure.ac:
22533         Remove audioscale.
22534
22535 2005-08-24  Wim Taymans  <wim@fluendo.com>
22536
22537         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22538         (gst_videoscale_prepare_size), (parse_caps),
22539         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22540         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22541         (gst_videoscale_transform):
22542         * gst/videoscale/gstvideoscale.h:
22543         Refactor, make use of BaseTranform really well.
22544
22545 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22546
22547         * configure.ac:
22548           compile audioresample
22549         * gst/audioresample/Makefile.am:
22550         * gst/audioresample/buffer.c:
22551         * gst/audioresample/functable.c:
22552         * gst/audioresample/gstaudioresample.c:
22553         * gst/audioresample/gstaudioresample.h:
22554         * gst/audioresample/resample.c:
22555         (resample_get_output_size_for_input):
22556         * gst/audioresample/resample.h:
22557         * gst/audioresample/resample_chunk.c:
22558         * gst/audioresample/resample_functable.c:
22559         * gst/audioresample/resample_ref.c:
22560           port to use basetransform; doesn't work in all cases yet
22561
22562 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22563
22564         * gst/audioconvert/gstaudioconvert.c:
22565         (gst_audio_convert_class_init), (gst_audio_convert_init),
22566         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22567         (audio_convert_fixate_caps), (audio_convert_set_caps),
22568         (audio_convert_transform),
22569         (gst_audio_convert_buffer_to_default_format),
22570         (gst_audio_convert_buffer_from_default_format),
22571         (gst_audio_convert_channels):
22572         * gst/audioconvert/gstchannelmix.c:
22573         * gst/audioconvert/gstchannelmix.h:
22574           port to basetransform
22575         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22576         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22577         (gst_ffmpegcsp_get_unit_size):
22578         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22579         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22580           fix for basetransform changes
22581
22582 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22583
22584         * check/Makefile.am:
22585           Add CHECK_CFLAGS and LDFLAGS
22586
22587         * gst/playback/gstplaybasebin.c: (fill_buffer):
22588           GST_MESSAGE_SRC became a GObject
22589
22590 2005-08-24  Wim Taymans  <wim@fluendo.com>
22591
22592         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22593         (gst_ring_buffer_clear_all):
22594         * gst-libs/gst/audio/gstringbuffer.h:
22595         Added function to clear the ringbuffer.
22596
22597 2005-08-24  Andy Wingo  <wingo@pobox.com>
22598
22599         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22600         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22601         of _open and _close.
22602
22603         * sys/v4l/gstv4lxoverlay.h:
22604         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22605         an Xv connection here, instead of all the time. Make Xv only be
22606         loaded if you axe for it. Kindof a workaround for buggy behaviour
22607         of Xv when using remote xservers (XvQueryExtension would block).
22608         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22609         replace the _open and _close public API. Only start the xv
22610         connection if necessary.
22611         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22612
22613 2005-08-23  David Schleef  <ds@schleef.org>
22614
22615         * gst/audioresample/Makefile.am: Leet audioresampling code
22616         * gst/audioresample/buffer.c:
22617         * gst/audioresample/buffer.h:
22618         * gst/audioresample/debug.c:
22619         * gst/audioresample/debug.h:
22620         * gst/audioresample/functable.c:
22621         * gst/audioresample/functable.h:
22622         * gst/audioresample/gstaudioresample.c:
22623         * gst/audioresample/gstaudioresample.h:
22624         * gst/audioresample/resample.c:
22625         * gst/audioresample/resample.h:
22626         * gst/audioresample/resample_chunk.c:
22627         * gst/audioresample/resample_functable.c:
22628         * gst/audioresample/resample_ref.c:
22629
22630 2005-08-23  Wim Taymans  <wim@fluendo.com>
22631
22632         * examples/seeking/seek.c: (make_vorbis_pipeline),
22633         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22634         Small seek updates.
22635
22636 2005-08-23  Andy Wingo  <wingo@pobox.com>
22637
22638         * gst-libs/gst/audio/gstbaseaudiosrc.c
22639         (gst_base_audio_src_fixate): Only fixate endianness if it is
22640         present in the caps.
22641
22642 2005-08-22  Andy Wingo  <wingo@pobox.com>
22643
22644         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22645         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22646         device-name property.
22647
22648         * gst-libs/gst/audio/gstaudiosrc.h:
22649         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22650         close_device in the ring buffer, like gstaudiosink.
22651
22652         * ext/alsa/gstalsamixer.h:
22653         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22654         macro to implement the interface without much code. Cleanups. 
22655
22656         * ext/alsa/gstalsasrc.h:
22657         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22658         READY.
22659
22660         * ext/alsa/Makefile.am: Add new files.
22661         * ext/alsa/gstalsamixerelement.c: 
22662         * ext/alsa/gstalsamixerelement.c: Split element code out from
22663         mixer code so that alsasrc can be a mixer too.
22664
22665 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22666
22667         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22668         (GST_START_TEST):
22669         * check/elements/vorbisdec.c: (setup_vorbisdec),
22670         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22671         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22672         (vorbis_handle_identification_packet),
22673         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22674         (vorbis_handle_header_packet), (vorbis_dec_push),
22675         (vorbis_dec_chain):
22676           use the setup/teardown methods to save code.  save code is good.
22677
22678 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22679
22680         * check/Makefile.am:
22681           add ext dir for plugins
22682           add vorbisdec test conditionally
22683         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22684         (GST_START_TEST), (volume_suite):
22685           add a test with wrong caps
22686         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22687         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22688           add a vorbisdec test
22689         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22690         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22691           clean up debug output
22692         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22693           yay, fix a segfault/security issue in vorbisdec
22694           gst-launch fakesrc ! vorbisdec wasn't happy
22695         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22696         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22697         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22698         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22699         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22700         (gst_vorbisenc_set_metadata), (get_constraints_string),
22701         (update_start_message), (gst_vorbisenc_setup),
22702         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22703         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22704         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22705         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22706         * ext/vorbis/vorbisenc.h:
22707           march in line
22708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22709         (gst_ffmpegcsp_transform):
22710           have the kow come home
22711         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22712           debug my func ptr
22713         * gst/volume/gstvolume.c: (volume_set_caps):
22714           add a debug
22715
22716 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22717
22718         * Makefile.am:
22719         * check/.cvsignore:
22720         * check/Makefile.am:
22721         * check/elements/.cvsignore:
22722         * check/elements/volume.c: (chain_func), (event_func),
22723         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22724         (main):
22725         * configure.ac:
22726           add unit test structure for gst-plugins-base
22727           add a test for volume
22728         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22729         (gst_volume_set_volume), (gst_volume_get_volume),
22730         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22731         (volume_funcfind), (volume_process_float), (volume_process_int16),
22732         (volume_set_caps), (volume_transform), (volume_update_mute),
22733         (volume_update_volume), (volume_set_property),
22734         (volume_get_property):
22735           document a little; use basetransform vmethod _set_caps
22736
22737 2005-08-19  Andy Wingo  <wingo@pobox.com>
22738
22739         * ext/alsa/gstalsamixertrack.h:
22740         * ext/alsa/gstalsamixertrack.c:
22741         * ext/alsa/gstalsamixeroptions.h:
22742         * ext/alsa/gstalsamixeroptions.c:
22743         * ext/alsa/gstalsamixer.h:
22744         * ext/alsa/gstalsamixer.c: Port to 0.9.
22745
22746         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22747         Remove gstalsa.c and alsaclock. No more cruft here.
22748         
22749 2005-08-18  Wim Taymans  <wim@fluendo.com>
22750
22751         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22752         (gst_base_rtp_depayload_chain),
22753         (gst_base_rtp_depayload_add_to_queue),
22754         (gst_base_rtp_depayload_push),
22755         (gst_base_rtp_depayload_queue_release):
22756         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22757         Fix for RTPBuffer changes.
22758
22759         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22760         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22761         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22762         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22763         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22764         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22765         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22766         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22767         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22768         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22769         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22770         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22771         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22772         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22773         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22774         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22775         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22776         (gst_rtpbuffer_get_payload):
22777         * gst-libs/gst/rtp/gstrtpbuffer.h:
22778         Don't subclass GstBuffer but add methods and helper functions
22779         to construct and manipulate RTP packets in regular GstBuffers.
22780
22781 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22782
22783         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22784           moved statement below switch
22785         * gst/volume/gstvolume.c: (gst_volume_class_init):
22786           added debug ptr
22787
22788 2005-08-16  Wim Taymans  <wim@fluendo.com>
22789
22790         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22791         (gst_base_audio_src_change_state):
22792         Open and close device in READY<->NULL state change.
22793
22794 2005-08-16  Andy Wingo  <wingo@pobox.com>
22795
22796         * examples/seeking/Makefile.am: Don't compile non-compiling
22797         compiled objects with the compiler.
22798
22799         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22800         elements.
22801
22802 2005-08-12  Philippe Khalaf <burger@speedy.org>
22803         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22804         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22805           Made a thread to release the queue.
22806           Removed timestamp conversion for now.
22807
22808 2005-08-10  Philippe Khalaf <burger@speedy.org>
22809         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22810         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22811           Added rtp timestamp -> gst timestamp conversion.
22812           Fixed several problems with queue.
22813
22814 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22815
22816         * gst-libs/gst/audio/gstaudioclock.h:
22817         * gst-libs/gst/audio/gstaudiofilter.h:
22818         * gst-libs/gst/audio/gstaudiosink.h:
22819         * gst-libs/gst/audio/gstaudiosrc.h:
22820         * gst-libs/gst/audio/gstbaseaudiosink.h:
22821         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22822         * gst-libs/gst/audio/gstringbuffer.h:
22823         * gst-libs/gst/net/gstnetbuffer.h:
22824         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22825         * gst-libs/gst/rtp/gstrtpbuffer.h:
22826           Add padding (you will need to rebuild gst-plugins-base,
22827           gst-plugins and all applications afterwards!)
22828
22829 2005-08-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22830
22831         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22832         (gst_riff_parse_chunk):
22833           Fix bug in debug message and add some more debug messages.
22834
22835 2005-08-08  Edward Hervey  <edward@fluendo.com>
22836
22837         * gst-libs/gst/riff/riff-media.c:
22838         backported updates since branch
22839
22840 2005-08-08  Andy Wingo  <wingo@pobox.com>
22841
22842         * gst-libs/gst/audio/gstbaseaudiosink.c
22843         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22844         like good elements should. Close on READY->NULL too.
22845
22846         * gst-libs/gst/audio/gstaudiosink.c
22847         (gst_audioringbuffer_open_device,
22848         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22849         (gst_audioringbuffer_release): Updates for new ring buffer API,
22850         hook into the new audio sink api.
22851
22852         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22853         (GstAudioSinkClass.close): Just open and close the device -- no
22854         resource allocation or configuration.
22855         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22856         vmethods, handle device setup and resource allocation.
22857
22858         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22859         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22860         base class API.
22861
22862         * gst-libs/gst/audio/gstringbuffer.h
22863         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22864         New vmethods.
22865
22866         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22867         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22868         New API functions. The device should be opened before acquiring
22869         and closed after releasing.
22870
22871 2005-08-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
22872
22873         * gst-libs/gst/interfaces/mixer.h:
22874           Reset padding to GST_PADDING.
22875
22876 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22877
22878         * gst/playback/gstplaybin.c: (remove_sinks):
22879           Remove visualization from parent explicitely; works around some
22880           apparent refcount issue that I haven't tracked down yet.
22881
22882 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22883
22884         * ext/alsa/gstalsasink.c: (set_hwparams):
22885           Assign debug category, add negotiation debug msgs.
22886
22887 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22888
22889         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22890           Fix error code for file-not-found to NOT_FOUND.
22891
22892 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22893
22894         * common/gtk-doc-plugins.mak:
22895         * docs/plugins/Makefile.am:
22896         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22897         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22898           renamed to actual element names, so much nicer to look at
22899         * docs/plugins/tmpl/gstmultifdsink.sgml:
22900           remove
22901         * docs/plugins/tmpl/multifdsink.sgml:
22902         * docs/plugins/tmpl/tcpserversink.sgml:
22903           add
22904         * ext/alsa/gstalsa.c:
22905         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22906         * ext/ogg/gstoggmux.c:
22907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22908         * gst/playback/gstdecodebin.c:
22909         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22910         * gst/tcp/gsttcpserversink.c:
22911           various fixes and documentation additions
22912
22913 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22914
22915         * common/Makefile.am:
22916         * common/gstdoc-scangobj:
22917         * common/gtk-doc-plugins.mak:
22918         * common/gtk-doc.mak:
22919           add a custom scangobj that uses the registry
22920           add a custom gtk-doc-plugins.mak that uses it
22921           some doc build fixes
22922         * configure.ac:
22923         * docs/Makefile.am:
22924         * docs/plugins/Makefile.am:
22925         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22926         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22927         * docs/plugins/gst-plugins-base-plugins.types:
22928         * docs/plugins/tmpl/gstmultifdsink.sgml:
22929           add docs for one element, multifdsink
22930         * gst/adder/gstadder.h:
22931         * gst/volume/gstvolume.h:
22932           don't privatize enum
22933         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22934         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22935         (gst_sync_method_get_type), (gst_client_status_get_type),
22936         (gst_multifdsink_class_init),
22937         (gst_multifdsink_client_queue_buffer),
22938         (gst_multifdsink_handle_client_write):
22939         * gst/tcp/gstmultifdsink.h:
22940         * gst/tcp/gsttcp.h:
22941         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22942         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22943         (gst_tcpclientsink_render):
22944         * gst/tcp/gsttcpclientsink.h:
22945         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22946         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22947         (gst_tcpclientsrc_start):
22948         * gst/tcp/gsttcpclientsrc.h:
22949         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22950         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22951         * gst/tcp/gsttcpserversrc.h:
22952         * gst/typefind/gsttypefindfunctions.c:
22953           remove superfluous Type stuff
22954
22955 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22956
22957         * gst/playback/gstplaybin.c: (gen_video_element):
22958           Enable videoscale.
22959
22960 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22961
22962         * gst-libs/gst/gconf/gconf.c:
22963         * gst-libs/gst/gconf/gconf.h:
22964           Fix some Andy Problem [tm].
22965
22966 2005-08-04  Andy Wingo  <wingo@pobox.com>
22967
22968         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22969         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22970         (gst_ffmpegcsp_get_size): Adapt to API changes.
22971
22972         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22973         Implement an in-place do-nothing transform.
22974
22975 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22976
22977         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22978         (gst_ximagesink_renegotiate_size):
22979           Do not set new window sizes yet if we prepare a new buffer size
22980           for upstream renegotiation (software scaling) at some point in the
22981           future, because this new size waqs not actually accepted yet. Once
22982           accepted, renegotiation later on will set the new sizes just fine.
22983           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22984           embedding testcase.
22985
22986 2005-08-03  Andy Wingo  <wingo@pobox.com>
22987
22988         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22989         (gst_ximagesink_buffer_alloc): 
22990         Protect the height, width, and desired_caps with the pool_lock.
22991         Fixes videotestsrc ! queue ! ximagesink.
22992
22993 2005-08-02  Edward Hervey  <edward@fluendo.com>
22994
22995         * gst/volume/gstvolume.c:
22996         include left from controller cleanup
22997
22998 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23000           Stop collectpads before calling the parent state
23001           change function on PAUSED->READY.
23002
23003 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23004         * configure.ac:
23005           When testing for X libs, use the X CFlags 
23006         * gst/adder/gstadder.c: (gst_adder_change_state):
23007           Stop the collectpads before calling parent state change function
23008           on PAUSED->READY, otherwise we deadlock deactivating pads.
23009
23010 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23011
23012         * configure.ac:
23013         * docs/libs/tmpl/gstcolorbalance.sgml:
23014         * docs/libs/tmpl/gstmixer.sgml:
23015         * examples/Makefile.am:
23016         * gst/sine/Makefile.am:
23017         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23018         (gst_sinesrc_set_property), (plugin_init):
23019         * gst/sine/gstsinesrc.h:
23020         * gst/volume/Makefile.am:
23021         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23022         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23023         (volume_process_float), (volume_process_int16),
23024         (volume_set_property), (plugin_init):
23025         * gst/volume/gstvolume.h:
23026           deactivate and remove dparams (libgstcontrol)
23027
23028 2005-07-29  Wim Taymans  <wim@fluendo.com>
23029
23030         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23031         Convert me to BaseTransform!! help..
23032
23033 2005-07-29  Andy Wingo  <wingo@pobox.com>
23034
23035         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23036         sinks.
23037
23038         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23039         support of both endiannesses.
23040
23041 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
23042
23043         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23044           Fix confusing debug message (s/event/query/)
23045
23046 2005-07-28  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
23047
23048         * gst/videotestsrc/videotestsrc.h:
23049           Use "_stdint.h" instead of <stdint.h>
23050
23051 2005-07-27  Wim Taymans  <wim@fluendo.com>
23052
23053         * ext/vorbis/Makefile.am:
23054         Revert wrong commit.
23055
23056 2005-07-27  Wim Taymans  <wim@fluendo.com>
23057
23058         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23059         More compilation fixen.
23060
23061 2005-07-27  Wim Taymans  <wim@fluendo.com>
23062
23063         * gst-libs/gst/audio/gstbaseaudiosink.c:
23064         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23065         (gst_base_audio_sink_create_ringbuffer),
23066         (gst_base_audio_sink_change_state):
23067         Fix compilation.
23068
23069 2005-07-27  Wim Taymans  <wim@fluendo.com>
23070
23071         * examples/seeking/seek.c: (setup_dynamic_link),
23072         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23073         (query_positions_elems), (query_positions_pads), (do_seek):
23074         Update seek example.
23075
23076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23077         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23078         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23079         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23080         (gst_ogg_demux_handle_event),
23081         (gst_ogg_demux_deactivate_current_chain),
23082         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23083         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23084         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23085         (gst_ogg_demux_loop):
23086         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23087         * ext/theora/theoradec.c: (theora_dec_src_event),
23088         (theora_dec_src_getcaps), (theora_dec_sink_event),
23089         (theora_dec_push), (theora_dec_chain):
23090         * ext/vorbis/Makefile.am:
23091         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23092         (vorbis_dec_sink_event), (vorbis_dec_push),
23093         (vorbis_handle_data_packet):
23094         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23095         (gst_vorbisenc_chain):
23096         * gst/playback/gststreaminfo.c: (cb_probe):
23097         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23098         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23099         * gst/videoscale/gstvideoscale.c:
23100         (gst_videoscale_handle_src_event):
23101         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23102         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23103         (gst_ximagesink_navigation_send_event):
23104         * sys/xvimage/xvimagesink.c:
23105         (gst_xvimagesink_navigation_send_event):
23106         Various event updates and cleanups
23107
23108 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23109
23110         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23111           Fix segfault for I420/YV12.
23112
23113 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23114
23115         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23116           Report bitrate.
23117
23118 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23119
23120         * gst/playback/gstplaybin.c: (gen_video_element),
23121         (gen_audio_element):
23122           Switch to auto*sink elements as default sinks; add volume element
23123           so that volume control in totem works.
23124
23125 2005-07-21  Wim Taymans  <wim@fluendo.com>
23126
23127         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23128         * gst/playback/gstplaybin.c: (setup_sinks),
23129         (gst_play_bin_change_state):
23130         Refcount fix and more comments.
23131
23132 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23133
23134         * sys/ximage/Makefile.am:
23135         * sys/ximage/ximage.c: (plugin_init):
23136         * sys/ximage/ximagesink.c:
23137         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23138         
23139
23140 2005-07-21  Wim Taymans  <wim@fluendo.com>
23141
23142         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23143         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23144         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23145         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23146         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23147         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23148         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23149         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23150         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23151         Generate correct disconts for live chained oggs.
23152
23153         * gst-libs/gst/audio/gstbaseaudiosink.c:
23154         (gst_base_audio_sink_render),
23155         (gst_base_audio_sink_create_ringbuffer),
23156         (gst_base_audio_sink_change_state):
23157         Handle discont math correctly.
23158
23159         * gst/playback/gstplaybin.c: (add_sink):
23160         Some small debug cleanup.
23161
23162 2005-07-21  Wim Taymans  <wim@fluendo.com>
23163
23164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23165         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23166         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23167         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23168         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23169         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23170         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23171         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23172         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23173         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23174         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23175         (gst_ogg_demux_change_state), (gst_ogg_print):
23176         Reorganize code to send the right disconts when in streaming
23177         mode.
23178
23179 2005-07-20  Andy Wingo  <wingo@pobox.com>
23180
23181         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23182         fix (?), fixes a seggie mcfalterson (#310894).
23183
23184 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23185
23186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23187         (gst_ogg_mux_set_header_on_caps):
23188         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23190         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23191         * gst-libs/gst/audio/multichannel.c:
23192         (gst_audio_set_channel_positions),
23193         (gst_audio_set_structure_channel_positions_list):
23194         * gst/playback/gstdecodebin.c: (dynamic_create):
23195         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23196         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23197           Fixes for API changes in core.
23198
23199 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23200
23201         * gst/playback/gstplaybasebin.c: (fill_buffer):
23202           Use _new_custom() so we can set custom message types for buffering
23203           messages.
23204
23205 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23206
23207         * configure.ac:
23208         * gst-libs/gst/Makefile.am:
23209         * gst-libs/gst/gconf/.cvsignore:
23210         * gst-libs/gst/gconf/Makefile.am:
23211         * gst-libs/gst/gconf/test-gconf.c:
23212         * pkgconfig/Makefile.am:
23213         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23214         * pkgconfig/gstreamer-gconf.pc.in:
23215           Remove gconf stuff, use gconf elements instead from now on.
23216
23217 2005-07-20  Wim Taymans  <wim@fluendo.com>
23218
23219         * gst-libs/gst/audio/TODO:
23220         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23221         (gst_audio_clock_get_internal_time):
23222         * gst-libs/gst/audio/gstaudioclock.h:
23223         * gst-libs/gst/audio/gstbaseaudiosink.c:
23224         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23225         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23226         (gst_base_audio_sink_render),
23227         (gst_base_audio_sink_create_ringbuffer),
23228         (gst_base_audio_sink_change_state):
23229         Make sure the audio clock always returns an increasing value.
23230
23231 2005-07-19  Andy Wingo  <wingo@pobox.com>
23232
23233         * gst/videotestsrc/: Cleanups.
23234
23235 2005-07-19  Wim Taymans  <wim@fluendo.com>
23236
23237         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23238         Better debugging.
23239
23240 2005-07-19  Wim Taymans  <wim@fluendo.com>
23241
23242         * examples/seeking/seek.c: (make_dv_pipeline),
23243         (make_vorbis_theora_pipeline), (query_rates),
23244         (query_positions_elems), (query_positions_pads), (do_seek):
23245         Make correct DV pipeline.
23246
23247 2005-07-18  Andy Wingo  <wingo@pobox.com>
23248
23249         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23250         default. Also because it's the only thing that really works. (This
23251         is used in the GConf elements).
23252         Use AS_LIBTOOL_TAGS.
23253
23254 2005-07-18  Wim Taymans  <wim@fluendo.com>
23255
23256         * gst/playback/gstdecodebin.c: (remove_element_chain):
23257         * gst/playback/gstplaybin.c: (add_sink):
23258         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23259         (gst_stream_info_set_mute):
23260         * gst/playback/gststreamselector.c:
23261         (gst_stream_selector_get_linked_pad),
23262         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23263         More leak and compile fixes.
23264
23265 2005-07-18  Wim Taymans  <wim@fluendo.com>
23266
23267         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23268         (query_rates), (query_positions_elems), (query_positions_pads),
23269         (do_seek), (seek_cb), (stop_seek):
23270         Updated seek example. 
23271
23272         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23273         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23274         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23275         * gst/playback/gstplaybin.c: (add_sink):
23276         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23277         (gst_stream_info_set_mute):
23278         Some refcount leak fixes.
23279
23280 2005-07-16  Wim Taymans  <wim@fluendo.com>
23281
23282         * gst-libs/gst/audio/gstbaseaudiosink.c:
23283         (gst_base_audio_sink_render):
23284         Align samples even if we have roundoff errors in the 
23285         timestamp conversion.
23286
23287 2005-07-16  Wim Taymans  <wim@fluendo.com>
23288
23289         * docs/libs/tmpl/gstringbuffer.sgml:
23290         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23291         (query_rates), (query_positions_elems), (query_positions_pads),
23292         (update_scale), (do_seek):
23293         Updated seek example.
23294
23295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23296         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23297         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23298         (gst_ogg_demux_loop):
23299         Push out correct discont values.
23300
23301         * ext/theora/theoradec.c: (theora_dec_src_convert),
23302         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23303         (theora_dec_sink_event), (theora_handle_type_packet),
23304         (theora_handle_header_packet), (theora_dec_push),
23305         (theora_handle_data_packet), (theora_dec_chain),
23306         (theora_dec_change_state):
23307         Better timestamping.
23308
23309         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23310         (vorbis_dec_sink_event), (vorbis_dec_push),
23311         (vorbis_handle_data_packet), (vorbis_dec_chain):
23312         * ext/vorbis/vorbisdec.h:
23313         Better timestamping.
23314
23315         * gst-libs/gst/audio/gstbaseaudiosink.c:
23316         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23317         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23318         Handle syncing on timestamps instead of sample offsets. Make
23319         use of DISCONT values as described in design docs.
23320
23321         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23322         (gst_base_audio_src_get_time):
23323         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23324         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23325         (gst_ring_buffer_read):
23326         * gst-libs/gst/audio/gstringbuffer.h:
23327         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23328         (gst_ximagesink_show_frame):
23329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23330         Correcly convert buffer timestamp to stream time.
23331
23332 2005-07-16  Wim Taymans  <wim@fluendo.com>
23333
23334         * gst/audioconvert/gstaudioconvert.c:
23335         (gst_audio_convert_get_buffer):
23336         Timestamp buffers correctly.
23337
23338         * gst/playback/gstplaybin.c: (gen_video_element):
23339         Make internal fakesink silent.
23340
23341 2005-07-15  Wim Taymans  <wim@fluendo.com>
23342
23343         * gst/ffmpegcolorspace/Makefile.am:
23344         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23345         (gst_ffmpegcsp_caps_remove_format_info),
23346         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23347         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23348         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23349         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23350         Ported ffmpegcolorspace to basetransform.
23351
23352         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23353         * gst/volume/gstvolume.c: (volume_transform):
23354         Ported to new API.
23355
23356 2005-07-14  Wim Taymans  <wim@fluendo.com>
23357
23358         * gst/videotestsrc/Makefile.am:
23359         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23360         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23361         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23362         (gst_videotestsrc_init), (gst_videotestsrc_event),
23363         (gst_videotestsrc_create), (gst_videotestsrc_start),
23364         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23365         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23366         (gst_videotestsrc_get_property):
23367         * gst/videotestsrc/gstvideotestsrc.h:
23368         Make videotestsrc a pushsrc.
23369
23370 2005-07-14  Wim Taymans  <wim@fluendo.com>
23371
23372         * gst/tcp/gstfdset.c: (gst_fdset_free):
23373         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23374         (gst_multifdsink_add), (gst_multifdsink_remove),
23375         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23376         (gst_multifdsink_remove_client_link),
23377         (gst_multifdsink_client_queue_data),
23378         (gst_multifdsink_client_queue_caps),
23379         (gst_multifdsink_client_queue_buffer),
23380         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23381         (gst_multifdsink_stop):
23382         * gst/tcp/gstmultifdsink.h:
23383         0.8 backporting.
23384
23385         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23386         Also draw image when not from a pool.
23387
23388 2005-07-14  Wim Taymans  <wim@fluendo.com>
23389
23390         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23391         (mute_stream), (silence_stream):
23392         Small debug additions.
23393
23394 2005-07-14  Wim Taymans  <wim@fluendo.com>
23395
23396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23397         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23398         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23399         Better error recovery, ignore unconnected pads and
23400         non-fatal errors.
23401
23402 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23403
23404         * docs/libs/tmpl/gstaudio.sgml:
23405         * docs/libs/tmpl/gstcolorbalance.sgml:
23406         * docs/libs/tmpl/gstgconf.sgml:
23407         * docs/libs/tmpl/gstmixer.sgml:
23408         * docs/libs/tmpl/gstringbuffer.sgml:
23409         * docs/libs/tmpl/gsttuner.sgml:
23410         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23411         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23412         (gst_tcpclientsrc_class_init):
23413         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23414         (gst_tcpserversrc_class_init):
23415         * sys/v4l/gstv4lelement.c:
23416           more autistic cleanliness in functions/names/defines
23417
23418 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23419
23420         * configure.ac:
23421           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23422           added manually to each Makefile.am so we are sure it goes
23423           *last* and doesn't add -L flags before linking in libs of our
23424           own, like, say, internal .la libs, that then accidentally pick
23425           up the installed copy.
23426         * docs/libs/Makefile.am:
23427         * ext/alsa/Makefile.am:
23428         * ext/cdparanoia/Makefile.am:
23429         * ext/gnomevfs/Makefile.am:
23430         * ext/libvisual/Makefile.am:
23431         * ext/ogg/Makefile.am:
23432         * ext/theora/Makefile.am:
23433         * ext/vorbis/Makefile.am:
23434         * gst-libs/gst/video/Makefile.am:
23435         * gst/adder/Makefile.am:
23436         * gst/audioconvert/Makefile.am:
23437         * gst/audiorate/Makefile.am:
23438         * gst/audioscale/Makefile.am:
23439         * gst/ffmpegcolorspace/Makefile.am:
23440         * gst/playback/Makefile.am:
23441         * gst/sine/Makefile.am:
23442         * gst/subparse/Makefile.am:
23443         * gst/tags/Makefile.am:
23444         * gst/tcp/Makefile.am:
23445         * gst/typefind/Makefile.am:
23446         * gst/videorate/Makefile.am:
23447         * gst/videoscale/Makefile.am:
23448         * gst/videotestsrc/Makefile.am:
23449         * gst/volume/Makefile.am:
23450         * sys/v4l/Makefile.am:
23451         * sys/ximage/Makefile.am:
23452         * sys/xvimage/Makefile.am:
23453           adapt properly to this change. This should make sure that
23454           plugins and libs properly link to the as-yet-uninstalled
23455           copies of stuff like libgstinterfaces and libgstvideo
23456
23457 2005-07-13  Andy Wingo  <wingo@pobox.com>
23458
23459         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23460         (gst_v4lsrc_fixate): Fixate on format as well.
23461
23462         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23463         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23464         buffer points to it.
23465         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23466         rather just doing X calls ourselves. Also fixes a memleak.
23467
23468 2005-07-12  Andy Wingo  <wingo@pobox.com>
23469
23470         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23471         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23472         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23473         TRUE to avoid deadlocks if an element holds on to our buffers.
23474
23475 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23476
23477         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23478         (gst_sinesrc_init), (gst_sinesrc_create),
23479         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23480         (gst_sinesrc_start):
23481         * gst/sine/gstsinesrc.h:
23482           removing num-buffers property before moving it
23483
23484 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23485
23486         * configure.ac:
23487           use overridable ERROR_CFLAGS
23488         * docs/libs/gst-plugins-base-libs.types:
23489         * docs/libs/tmpl/gstringbuffer.sgml:
23490         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23491         (gst_alsasink_class_init):
23492         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23493         (gst_alsasrc_class_init):
23494         * gst-libs/gst/audio/audio.h:
23495         * gst-libs/gst/audio/gstaudioclock.h:
23496         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23497         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23498         (gst_audio_filter_link), (gst_audio_filter_init),
23499         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23500         (gst_audio_filter_get_property),
23501         (gst_audio_filter_class_add_pad_templates):
23502         * gst-libs/gst/audio/gstaudiofilter.h:
23503         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23504         (gst_audio_filter_template_get_type),
23505         (gst_audio_filter_template_base_init),
23506         (gst_audio_filter_template_class_init),
23507         (gst_audio_filter_template_init),
23508         (gst_audio_filter_template_set_property),
23509         (gst_audio_filter_template_get_property), (plugin_init),
23510         (gst_audio_filter_template_setup),
23511         (gst_audio_filter_template_filter),
23512         (gst_audio_filter_template_filter_inplace):
23513         * gst-libs/gst/audio/gstaudiosink.c:
23514         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23515         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23516         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23517         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23518         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23519         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23520         * gst-libs/gst/audio/gstaudiosink.h:
23521         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23522         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23523         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23524         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23525         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23526         (gst_audio_src_class_init), (gst_audio_src_init),
23527         (gst_audio_src_create_ringbuffer):
23528         * gst-libs/gst/audio/gstaudiosrc.h:
23529         * gst-libs/gst/audio/gstbaseaudiosink.c:
23530         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23531         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23532         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23533         (gst_base_audio_sink_set_property),
23534         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23535         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23536         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23537         (gst_base_audio_sink_create_ringbuffer),
23538         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23539         * gst-libs/gst/audio/gstbaseaudiosink.h:
23540         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23541         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23542         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23543         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23544         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23545         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23546         (gst_base_audio_src_event), (gst_base_audio_src_create),
23547         (gst_base_audio_src_create_ringbuffer),
23548         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23549         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23550         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23551         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23552         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23553         (gst_ring_buffer_debug_spec_caps),
23554         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23555         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23556         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23557         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23558         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23559         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23560         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23561         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23562         (gst_ring_buffer_clear):
23563         * gst-libs/gst/audio/gstringbuffer.h:
23564         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23565         (gst_video_sink_class_init), (gst_video_sink_get_type):
23566         * gst-libs/gst/video/videosink.h:
23567         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23568         (gst_multifdsink_class_init),
23569         (gst_multifdsink_handle_client_write),
23570         (gst_multifdsink_change_state):
23571         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23572         (gst_tcpclientsink_setcaps):
23573         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23574         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23575         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23576         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23577         (gst_ximagesink_send_pending_navigation),
23578         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23579         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23581         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23582         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23583         (gst_xvimagesink_send_pending_navigation),
23584         (gst_xvimagesink_navigation_send_event),
23585         (gst_xvimagesink_set_xwindow_id),
23586         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23587         (gst_xvimagesink_get_type):
23588         more macro splitting
23589
23590 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23591
23592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23593           plug a memleak, allows me to import 1479 albums in one go
23594           in jamboree
23595         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23596         (vorbis_handle_type_packet), (vorbis_dec_chain),
23597         (vorbis_dec_change_state):
23598           fix some format strings
23599
23600 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23601
23602         * docs/libs/tmpl/gstcolorbalance.sgml:
23603         * docs/libs/tmpl/gstmixer.sgml:
23604         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23605         (gst_alsasink_set_property), (gst_alsasink_get_property):
23606         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23607         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23608           add device property
23609
23610 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23611
23612         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23613         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23614         (audiocast_register_listener), (audiocast_thread_run),
23615         (gst_gnomevfssrc_send_additional_headers_callback),
23616         (gst_gnomevfssrc_received_headers_callback),
23617         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23618         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23619         (gst_gnomevfssrc_get_size):
23620           add/clean up debugging
23621         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23622           cleanups
23623
23624 2005-07-07  Andy Wingo  <wingo@pobox.com>
23625
23626         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23627         framerate. Need to get a handle on when exactly this function is
23628         called, tho.
23629
23630         * sys/v4l/v4lsrc_calls.h:
23631         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23632         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23633         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23634
23635         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23636         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23637         v4lelements are sources.
23638
23639         * sys/v4l/gstv4lxoverlay.h:
23640         * sys/v4l/gstv4lxoverlay.c:
23641         * sys/v4l/gstv4ltuner.h:
23642         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23643         
23644         * sys/v4l/gstv4lsrc.h:
23645         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23646         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23647         or something should handle that. Made a live source.
23648
23649         * sys/v4l/gstv4lelement.h:
23650         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23651         signals. Some cleanups.
23652
23653         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23654
23655         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23656         stuff.
23657
23658         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23659         stuff.
23660
23661         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23662
23663 2005-07-07  Wim Taymans  <wim@fluendo.com>
23664
23665         * ext/theora/theoradec.c: (theora_get_query_types),
23666         (theora_dec_src_getcaps), (theora_dec_push):
23667         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23668         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23669         Remove deprecated/unused query types.
23670
23671 2005-07-06  Wim Taymans  <wim@fluendo.com>
23672
23673         * ext/alsa/Makefile.am:
23674         * ext/alsa/gstalsaplugin.c: (plugin_init):
23675         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23676         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23677         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23678         (gst_alsasrc_class_init), (gst_alsasrc_init),
23679         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23680         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23681         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23682         (gst_alsasrc_reset):
23683         * ext/alsa/gstalsasrc.h:
23684         * gst-libs/gst/audio/Makefile.am:
23685         * gst-libs/gst/audio/gstaudiosink.c:
23686         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23687         (gst_audioringbuffer_start):
23688         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23689         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23690         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23691         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23692         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23693         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23694         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23695         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23696         * gst-libs/gst/audio/gstaudiosrc.h:
23697         * gst-libs/gst/audio/gstbaseaudiosink.c:
23698         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23699         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23700         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23701         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23702         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23703         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23704         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23705         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23706         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23707         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23708         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23709         (gst_baseaudiosrc_change_state):
23710         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23711         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23712         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23713         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23714         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23715         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23716         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23717         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23718         * gst-libs/gst/audio/gstringbuffer.h:
23719         Added audiosource base classes.
23720         Ported alsasrc, still very basic.
23721
23722 2005-07-06  Wim Taymans  <wim@fluendo.com>
23723
23724         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23725         (theora_dec_push), (theora_handle_data_packet):
23726         Prepare for better timestamp fix later.
23727
23728         * gst/audioconvert/gstaudioconvert.c:
23729         List most accurate caps first
23730
23731         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23732         Use proper pad task function.
23733
23734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23735         (gst_xvimagesink_show_frame):
23736         Fix deadlock when alloc failed.
23737
23738 2005-07-05  Andy Wingo  <wingo@pobox.com>
23739
23740         * ext/gnomevfs/gstgnomevfssrc.c:
23741         * gst/sine/gstsinesrc.c:
23742         * gst/tcp/gsttcpserversrc.c:
23743         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23744
23745         * sys/v4l/: Port from 0.8.
23746
23747         * Many files: Null if we got it....
23748
23749 2005-07-05  Andy Wingo  <wingo@pobox.com>
23750
23751         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23752         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23753         Signedness fixes.
23754
23755 2005-07-05  Wim Taymans  <wim@fluendo.com>
23756
23757         * configure.ac:
23758         * gst/tcp/Makefile.am:
23759         * gst/tcp/README:
23760         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23761         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23762         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23763         (is_sync_frame), (gst_multifdsink_handle_client_write),
23764         (gst_multifdsink_render), (gst_multifdsink_start),
23765         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23766         * gst/tcp/gstmultifdsink.h:
23767         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23768         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23769         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23770         * gst/tcp/gsttcp.h:
23771         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23772         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23773         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23774         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23775         * gst/tcp/gsttcpclientsink.h:
23776         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23777         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23778         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23779         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23780         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23781         * gst/tcp/gsttcpclientsrc.h:
23782         * gst/tcp/gsttcpplugin.c: (plugin_init):
23783         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23784         * gst/tcp/gsttcpserversink.h:
23785         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23786         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23787         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23788         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23789         (gst_tcpserversrc_stop):
23790         * gst/tcp/gsttcpserversrc.h:
23791         * gst/tcp/gsttcpsink.c:
23792         * gst/tcp/gsttcpsink.h:
23793         * gst/tcp/gsttcpsrc.c:
23794         * gst/tcp/gsttcpsrc.h:
23795         Ported tcp plugins to 0.9. 
23796         
23797
23798 2005-07-05  Andy Wingo  <wingo@pobox.com>
23799
23800         * gst/playback/gstplaybasebin.c (fill_buffer):
23801         message_new_application fixen.
23802
23803         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23804         Style fix.
23805
23806 2005-07-04  Wim Taymans  <wim@fluendo.com>
23807
23808         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23809         Set caps on output buffer.
23810
23811 2005-07-04  Andy Wingo  <wingo@pobox.com>
23812
23813         * ext/gnomevfs/gstgnomevfssrc.c
23814         (gst_gnomevfssrc_received_headers_callback) 
23815         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23816         hopefully.
23817
23818         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23819         No refcount leakage.
23820
23821         * configure.ac: Enable -Werror.
23822         
23823         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23824         * gst/audioconvert/bufferframesconvert.c
23825         (buffer_frames_convert_fixate):
23826         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23827         (gst_audio_convert_fixate):
23828         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23829         (gst_sinesrc_create): Fixate func changes.
23830         
23831         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23832         (gst_ximagesink_buffer_alloc): Unused var.
23833
23834 2005-07-01  Andy Wingo  <wingo@pobox.com>
23835
23836         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23837         getcaps to do explicit caps. Needs to be done in all decoders,
23838         possibly via a base class.
23839
23840         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23841
23842         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23843         caps on the sink pad, just rely on the pad template. Also, setting
23844         ANY caps on a pad is not valid because the caps are not fixed.
23845
23846         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23847         caps on the buffer, and get the width from the desired_caps if
23848         they're set.
23849         (gst_ximagesink_renegotiate_size): Implement via setting the
23850         desired_caps on the ximagesink.
23851         (gst_ximagesink_setcaps): Only reset the width of the player if it
23852         wasn't already set. Not sure if this is right.
23853         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23854
23855         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23856         that the user wants. NULL unless the window has been resized.
23857
23858         * gst/volume/gstvolume.c (volume_transform): Adapt to
23859         basetransform refcount changes.
23860         
23861 2005-07-01  Andy Wingo  <wingo@pobox.com>
23862
23863         * gst/videoscale/gstvideoscale.c:
23864         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23865         from BaseTransform, implements a transform_caps. Removed dead code
23866         including some PAR stuff that was never reached -- should probably
23867         be added back somehow.
23868
23869 2005-07-01  Andy Wingo  <wingo@pobox.com>
23870
23871         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23872         come later.
23873
23874 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23875
23876         * configure.ac:
23877         * docs/libs/Makefile.am:
23878         * docs/libs/gst-plugins-libs.types:
23879         * ext/alsa/Makefile.am:
23880         * ext/alsa/gstalsamixer.h:
23881         * ext/alsa/gstalsamixeroptions.h:
23882         * ext/alsa/gstalsamixertrack.h:
23883         * gst-libs/gst/Makefile.am:
23884         * gst-libs/gst/colorbalance/.cvsignore:
23885         * gst-libs/gst/colorbalance/Makefile.am:
23886         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23887         * gst-libs/gst/colorbalance/colorbalance.c:
23888         * gst-libs/gst/colorbalance/colorbalance.h:
23889         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23890         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23891         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23892         * gst-libs/gst/interfaces/Makefile.am:
23893         * gst-libs/gst/interfaces/colorbalance.c:
23894         (gst_color_balance_class_init):
23895         * gst-libs/gst/interfaces/colorbalance.h:
23896         * gst-libs/gst/interfaces/interfaces-marshal.list:
23897         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23898         * gst-libs/gst/interfaces/mixer.h:
23899         * gst-libs/gst/interfaces/mixeroptions.h:
23900         * gst-libs/gst/interfaces/navigation.c:
23901         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23902         * gst-libs/gst/interfaces/tuner.h:
23903         * gst/volume/Makefile.am:
23904         * gst/volume/gstvolume.c:
23905         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23906         * sys/ximage/Makefile.am:
23907         * sys/ximage/ximagesink.c:
23908         * sys/xvimage/Makefile.am:
23909         * sys/xvimage/xvimagesink.c:
23910           fold in all interfaces into an interfaces dir, preserving CVS
23911           history
23912
23913 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23914
23915         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23916           Fix build after riff changes.
23917
23918 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23919
23920         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23921         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23922         (gst_riff_create_video_template_caps),
23923         (gst_riff_create_audio_template_caps),
23924         (gst_riff_create_iavs_template_caps):
23925         * gst-libs/gst/riff/riff-media.h:
23926         * gst-libs/gst/riff/riff-read.h:
23927         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23928           Add gst_riff_init() to initialize the debug category, instead
23929           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23930
23931 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23932
23933         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23934           Oops, I shouldn't apply hacks.
23935
23936 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23937
23938         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23939           Remove pad_loop function which doesn't work.
23940
23941 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23942
23943         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23944           Send EOS when deactivating.
23945         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23946         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23947         (gen_preroll_element), (probe_triggered), (mute_stream),
23948         (silence_stream), (new_decoded_pad), (setup_substreams),
23949         (set_active_source):
23950         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23951         (remove_sinks), (add_sink):
23952         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23953           Change for new probe API.
23954
23955 2005-06-29  Wim Taymans  <wim@fluendo.com>
23956
23957         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23958         * gst-libs/gst/audio/gstbaseaudiosink.c:
23959         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23960         (gst_baseaudiosink_change_state):
23961         * gst-libs/gst/audio/gstbaseaudiosink.h:
23962         * gst-libs/gst/audio/gstringbuffer.c:
23963         (gst_ringbuffer_set_callback):
23964         Fix compilation error.
23965         Ringbuffer starts out as not running.
23966         Free our clock in dispose.
23967         When releasing the ringbuffer we need to renegotiate so
23968         clear the pad caps.
23969
23970 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23971
23972         * autogen.sh:
23973         * configure.ac:
23974         * docs/Makefile.am:
23975         * docs/libs/Makefile.am:
23976         * docs/libs/gst-plugins-libs-docs.sgml:
23977         * docs/libs/gst-plugins-libs-sections.txt:
23978         * docs/libs/gst-plugins-libs.types:
23979         * docs/libs/tmpl/gstaudio.sgml:
23980         * docs/libs/tmpl/gstcolorbalance.sgml:
23981         * docs/libs/tmpl/gstringbuffer.sgml:
23982         * gst-libs/gst/audio/gstringbuffer.c:
23983         (gst_ringbuffer_set_callback):
23984           reinstate gtk-doc docs for plugin libs
23985
23986 2005-06-28  Wim Taymans  <wim@fluendo.com>
23987
23988         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23989         (gst_ogg_demux_init):
23990         Removed pad loop function.
23991
23992 2005-06-28  Wim Taymans  <wim@fluendo.com>
23993
23994         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23995         If we're building a chain we are not in an error case
23996         when we queue a buffer.
23997
23998 2005-06-28  Andy Wingo  <wingo@pobox.com>
23999
24000         * *.c: Don't cast to GstObject before reffing/unreffing.
24001
24002 2005-06-27  Andy Wingo  <wingo@pobox.com>
24003
24004         * gst/videotestsrc/gstvideotestsrc.c
24005         (gst_videotestsrc_activate_push): Activation API changes.
24006
24007         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24008         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24009         they have refs on the decodebin.
24010
24011         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24012         parent class.
24013         (gst_ogg_pad_typefind): Don't leak a pad ref.
24014         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24015         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24016         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24017
24018 2005-06-27  Edward Hervey  <edward@fluendo.com>
24019
24020         * ext/theora/theoradec.c: (theora_dec_change_state): 
24021         re-arranged call to parent's state change in order to avoid locks (or
24022         worse).
24023
24024 2005-06-26  Edward Hervey  <edward@fluendo.com>
24025
24026         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24027         2nd argument of 'unknow-type' signal is a GstCaps and not a
24028         GstMiniObject
24029
24030 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24031         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24032           Set the worker thread's running flag to TRUE before starting the
24033           thread.
24034         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24035           Catch a failure to add typefind to the bin.
24036
24037 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24038
24039         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24040         (gst_sinesrc_init), (gst_sinesrc_create),
24041         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24042         (gst_sinesrc_start):
24043         * gst/sine/gstsinesrc.h:
24044           add num-buffers and timestamp-offset properties
24045         * gst/videotestsrc/gstvideotestsrc.c:
24046         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24047         (gst_videotestsrc_get_property):
24048           add timestamp-offset property
24049
24050 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24051
24052         * configure.ac: add videorate
24053         * gst-plugins-base.spec.in: add videorate
24054
24055 2005-06-23  Wim Taymans  <wim@fluendo.com>
24056
24057         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24058         (gst_videorate_getcaps), (gst_videorate_setcaps),
24059         (gst_videorate_event), (gst_videorate_chain):
24060         Fixed videorate, fixating an already fixated caps is not
24061         an error.
24062
24063 2005-06-23  Wim Taymans  <wim@fluendo.com>
24064
24065         * ext/ogg/README:
24066         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24067         Buffer on caps is not boxed anymore.
24068
24069 2005-06-22  Wim Taymans  <wim@fluendo.com>
24070
24071         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24072         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24073         Set buffers on caps as miniobjects and not as boxed.
24074
24075 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24076
24077         * configure.ac:
24078           back to HEAD
24079
24080 === release 0.9.1 ===
24081
24082 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24083
24084         * .cvsignore:
24085         * NEWS:
24086         * README:
24087         * RELEASE:
24088         * configure.ac:
24089         * po/af.po:
24090         * po/az.po:
24091         * po/cs.po:
24092         * po/en_GB.po:
24093         * po/hu.po:
24094         * po/it.po:
24095         * po/nb.po:
24096         * po/nl.po:
24097         * po/or.po:
24098         * po/sq.po:
24099         * po/sr.po:
24100         * po/sv.po:
24101         * po/uk.po:
24102         * po/vi.po:
24103           updates for release
24104
24105 2005-06-09  Andy Wingo  <wingo@pobox.com>
24106
24107         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24108         
24109 2005-06-09  Andy Wingo  <wingo@pobox.com>
24110
24111         * configure.ac:
24112         * gst-libs/gst/Makefile.am:
24113         * gst-libs/gst/net/Makefile.am:
24114         Add gstnet to build.
24115
24116 2005-06-09  Andy Wingo  <wingo@pobox.com>
24117
24118         * gst-libs/gst/gconf/gconf.c:
24119         * gst/playback/test.c:
24120         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24121         fixes.
24122
24123         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24124
24125         * ext/theora/theoraenc.c (theora_enc_chain): 
24126         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24127
24128         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24129         RealPad.
24130
24131 2005-06-02  Wim Taymans  <wim@fluendo.com>
24132
24133         * gst-libs/gst/net/Makefile.am:
24134         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24135         * pkgconfig/gstreamer-libs.pc.in:
24136         Added net stuff, version net lib.
24137
24138 2005-06-02  Wim Taymans  <wim@fluendo.com>
24139
24140         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24141         (query_rates), (query_positions_elems), (query_positions_pads),
24142         (do_seek):
24143         Updated seek example.
24144
24145 2005-06-02  Andy Wingo  <wingo@pobox.com>
24146
24147         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24148         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24149         list.
24150
24151         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24152         remove the typefind, the bin dispose will do it for us. When it's
24153         removed and unreffed, the signal handler will be disconnected,
24154         too.
24155         (unlinked): It's too difficult to disconnect from unlinked
24156         handlers, as they are on pads not elements. Just punt if the pads
24157         aren't grandkids of the bin.
24158
24159 2005-06-02  Wim Taymans  <wim@fluendo.com>
24160
24161         * ext/ogg/README:
24162         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24163         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24164         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24165         * ext/theora/theoradec.c: (theora_dec_src_query),
24166         (theora_handle_data_packet):
24167         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24168         (theora_enc_chain):
24169         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24170         (vorbis_handle_data_packet):
24171         * gst/audioconvert/bufferframesconvert.c:
24172         (buffer_frames_convert_chain):
24173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24174         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24175         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24176         (gst_ffmpegcsp_chain):
24177         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24178         (gst_videorate_getcaps), (gst_videorate_setcaps),
24179         (gst_videorate_event), (gst_videorate_chain):
24180         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24181         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24182         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24183         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24184         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24185         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24186         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24187         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24188         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24189         Cleanups and buffer alloc.
24190
24191 2005-05-31  Wim Taymans  <wim@fluendo.com>
24192
24193         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24194         Don't try to call the delay method when the device is not
24195         opened.
24196
24197 2005-05-31  Wim Taymans  <wim@fluendo.com>
24198
24199         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24200         Get actual segment size and buffer size after opening
24201         the device.
24202
24203 2005-05-30  Wim Taymans  <wim@fluendo.com>
24204
24205         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24206         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24207         Also FLUSH upstream, makes the loop function exit faster.
24208         
24209         * ext/theora/theoradec.c: (theora_dec_src_query):
24210         Some more debug info in the query.
24211         
24212         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24213         (gst_ximagesink_setcaps):
24214         Release lock on par error, better error reporting.
24215
24216 2005-05-26  Wim Taymans  <wim@fluendo.com>
24217
24218         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24219         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24220         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24221         Clear chains in READY
24222         Queue packets until the chain is activated.
24223
24224 2005-05-25  Wim Taymans  <wim@fluendo.com>
24225
24226         * gst-libs/gst/audio/gstaudiosink.c:
24227         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24228         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24229         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24230         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24231         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24232         (gst_audiosink_create_ringbuffer):
24233         * gst-libs/gst/audio/gstbaseaudiosink.c:
24234         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24235         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24236         (gst_baseaudiosink_set_property), (build_linear_format),
24237         (debug_spec_caps), (debug_spec_buffer),
24238         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24239         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24240         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24241         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24242         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24243         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24244         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24245         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24246         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24247         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24248         (wait_segment), (gst_ringbuffer_commit),
24249         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24250         (gst_ringbuffer_clear):
24251         Various small cleanups.
24252
24253         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24254         (gst_audio_convert_change_state):
24255         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24256         No need to take the locks anymore.
24257
24258 2005-05-25  Wim Taymans  <wim@fluendo.com>
24259
24260         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24261         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24262         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24263         (type_found):
24264         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24265         (group_destroy), (group_commit), (queue_overrun),
24266         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24267         (mute_stream), (new_decoded_pad), (setup_substreams),
24268         (setup_source), (mute_group_type), (set_active_source),
24269         (gst_play_base_bin_change_state):
24270         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24271         (gen_video_element), (gen_text_element), (gen_audio_element),
24272         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24273         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24274         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24275         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24276         Some playbin cleanups mostly refcounting sloppyness.
24277
24278 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24279
24280         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24281           Work with streaming input.
24282
24283 2005-05-25  Wim Taymans  <wim@fluendo.com>
24284
24285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24286         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24287         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24288         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24289         No need to take the STREAM lock anymore.
24290
24291 2005-05-25  Wim Taymans  <wim@fluendo.com>
24292
24293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24294         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24295         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24296         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24297         (gst_ogg_demux_sink_activate):
24298         * ext/theora/theoradec.c: (theora_dec_src_event),
24299         (theora_handle_comment_packet), (theora_dec_chain),
24300         (theora_dec_change_state):
24301         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24302         (vorbis_handle_data_packet), (vorbis_dec_chain),
24303         (vorbis_dec_change_state):
24304         Remove STREAM locks as they are taken in core now.
24305         Never set bogus granulepos on vorbis/theora.
24306         Fix leaks in theoradec tag parsing.
24307
24308 2005-05-25  Wim Taymans  <wim@fluendo.com>
24309
24310         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24311         Fix memleaks, GST_BUFFER_DATA() is not freed.
24312
24313 2005-05-25  Wim Taymans  <wim@fluendo.com>
24314
24315         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24316         Open non-blocking, set to blocking mode afterwards to avoid
24317         lockups when audio device is busy.
24318
24319 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24320
24321         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24322           This can't be good.
24323
24324 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24325
24326         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24327         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24328         (gst_audio_convert_setcaps):
24329           Implement instant setup switching.
24330
24331 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24332
24333         * gst/playback/gstplaybasebin.c: (probe_triggered):
24334           Fix missing unlock.
24335         * gst/playback/gstplaybin.c: (add_sink):
24336           First add, then link (otherwise pad link fails).
24337
24338 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24339
24340         * examples/Makefile.am:
24341         fix buildbot (make distcheck)
24342
24343 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24344
24345         * gst/playback/gstplaybin.c: (gen_vis_element):
24346           Remove some wrong code. Doesn't work yet.
24347
24348 2005-05-19  Wim Taymans  <wim@fluendo.com>
24349
24350         * gst-libs/gst/net/Makefile.am:
24351         * gst-libs/gst/net/README:
24352         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24353         (gst_netbuffer_class_init), (gst_netbuffer_init),
24354         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24355         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24356         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24357         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24358         * gst-libs/gst/net/gstnetbuffer.h:
24359         Added buffer subclass to store extra to/from addresses for
24360         network sources/sinks.
24361
24362 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24363
24364         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24365           Don't lock an unassigned variable.
24366
24367 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24368
24369         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24370           Increase buffer for video, decrease buffer for other media types.
24371         * gst/playback/gstplaybin.c: (gen_video_element),
24372         (gen_audio_element):
24373           Change names for debugging purposes.
24374
24375 2005-05-18  Wim Taymans  <wim@fluendo.com>
24376
24377         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24378         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24379         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24380         (gst_ffmpegcsp_chain):
24381         Enable buffer alloc passthrough if the source and dest
24382         formats are the same.
24383
24384 2005-05-17  Wim Taymans  <wim@fluendo.com>
24385
24386         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24387         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24388         (gst_ogg_demux_chain_unlocked):
24389         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24390         (gst_audio_convert_caps_remove_format_info),
24391         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24392         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24393         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24394         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24395         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24396         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24397         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24398         (gst_ffmpegcsp_get_property):
24399         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24400         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24401         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24402         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24403         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24404         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24405         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24406         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24407         Leak fixes in oggdemux.
24408         Some cleanups in audioconvert.
24409         Make passthrough work along with buffer_alloc etc.
24410         Make buffer_alloc and buffer recycling actually work in
24411         xvimagesink.
24412
24413 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24414
24415         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24416           make the compiler happy
24417
24418 2005-05-17  Wim Taymans  <wim@fluendo.com>
24419
24420         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24421         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24422         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24423         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24424         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24425         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24426         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24427         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24428         (gst_xvimagesink_set_xwindow_id):
24429         * sys/xvimage/xvimagesink.h:
24430         Port xvimagesink to new MiniObject.
24431
24432 2005-05-17  Wim Taymans  <wim@fluendo.com>
24433
24434         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24435         (gst_audiofilter_chain):
24436         * gst-libs/gst/audio/gstaudiosink.c:
24437         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24438         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24439         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24440         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24441         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24442         (gst_audiosink_create_ringbuffer):
24443         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24444         (gst_audio_convert_caps_remove_format_info),
24445         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24446         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24447         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24448         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24449         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24450         Fix passthrough in ffmpegcolorspace.
24451         Fix memset in audiosink on wrong memory.
24452
24453 2005-05-16  David Schleef  <ds@schleef.org>
24454
24455         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24456         to GstMiniObject.
24457
24458 2005-05-16  David Schleef  <ds@schleef.org>
24459
24460         Port from GstData to GstMiniObject.
24461         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24463         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24464         (gst_ogg_mux_collected):
24465         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24466         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24467         (theora_handle_data_packet):
24468         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24469         (theora_set_header_on_caps), (theora_enc_chain):
24470         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24471         (vorbis_handle_comment_packet):
24472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24473         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24474         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24475         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24476         * gst/audioconvert/gstaudioconvert.c:
24477         (gst_audio_convert_get_buffer):
24478         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24479         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24480         (mute_stream), (silence_stream):
24481         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24482         * gst/volume/gstvolume.c: (volume_transform):
24483         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24484         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24485         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24486         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24487         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24488         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24489         (gst_ximagesink_buffer_alloc):
24490         * sys/ximage/ximagesink.h:
24491
24492 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24493
24494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24495         (fill_buffer), (check_queue), (queue_threshold_reached),
24496         (queue_out_of_data):
24497         * gst/playback/gstplaybasebin.h:
24498           Post buffer-fullness on the bus.
24499
24500 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24501
24502         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24503         (try_to_link_1):
24504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24505         (group_commit), (probe_triggered), (setup_source),
24506         (gst_play_base_bin_change_state):
24507         * gst/playback/gstplaybasebin.h:
24508         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24509         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24510         (gst_play_bin_change_state):
24511           Move setup_output_pads into a virtual function, remove
24512           group-switch (no longer needed) and redirect (handled by bus
24513           now) signals.
24514
24515 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24516
24517         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24518         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24519         (get_active_group), (get_building_group), (group_destroy),
24520         (group_commit), (check_queue), (queue_overrun),
24521         (queue_threshold_reached), (queue_out_of_data),
24522         (gen_preroll_element), (remove_groups), (unknown_type),
24523         (add_element_stream), (no_more_pads), (probe_triggered),
24524         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24525         (setup_substreams), (setup_source), (finish_source),
24526         (prepare_output), (muted_group_change_state),
24527         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24528         (gst_play_base_bin_change_state):
24529         * gst/playback/gstplaybasebin.h:
24530         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24531         (gst_play_bin_init), (gst_play_bin_set_property),
24532         (gen_video_element), (gen_text_element), (gen_audio_element),
24533         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24534         (gst_play_bin_change_state):
24535         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24536         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24537         (stream_info_change_state), (gst_stream_info_set_mute),
24538         (gst_stream_info_get_property):
24539         * gst/playback/gststreaminfo.h:
24540         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24541         (gst_stream_selector_get_linked_pad),
24542         (gst_stream_selector_getcaps),
24543         (gst_stream_selector_get_linked_pads),
24544         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24545         * gst/playback/gststreamselector.h:
24546           Rough port of playbin. Needs some more work, but is mostly done,
24547           and uses a few locks in important places, which should make stuff
24548           like chain-switches clean. Still uses GST_STATE() in a few places,
24549           which isn't all that good an idea, subtitles/elements disabled
24550           because no elements to test with and thus probably broken, query
24551           and event handling moved to GstBin, internal thread removed
24552           alltogether because the pipeline does that for us now. Can play
24553           Ogg/Vorbis files. Haven't tested anything else yet.
24554
24555 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24556
24557         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24558           Do no-more-pads (needed for autoplugging).
24559
24560 2005-05-10  Andy Wingo  <wingo@pobox.com>
24561
24562         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24563         message to the bus with the tags. Still not sent downstream tho.
24564
24565         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24566         get_parent.
24567         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24568         avoid refcounting hassles.
24569
24570 2005-05-09  Andy Wingo  <wingo@pobox.com>
24571
24572         * gst/volume/Makefile.am:
24573         * gst/volume/demo.c
24574         * gst/volume/gstvolume.h
24575         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24576         basetransform. Probably need an audio filter base class.
24577
24578 2005-05-09  Wim Taymans  <wim@fluendo.com>
24579
24580         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24581         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24582         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24583         (gst_vorbisenc_chain):
24584         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24585         (gst_audio_convert_caps_remove_format_info),
24586         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24587         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24588         Make caps writable before writing to it.
24589         Fix negotiation in audioconvert some more.
24590
24591 2005-05-09  Wim Taymans  <wim@fluendo.com>
24592
24593         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24594         (gst_videorate_getcaps), (gst_videorate_setcaps),
24595         (gst_videorate_event), (gst_videorate_chain):
24596         Better negotiation.
24597
24598 2005-05-09  Wim Taymans  <wim@fluendo.com>
24599
24600         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24601         (gst_videorate_getcaps), (gst_videorate_setcaps),
24602         (gst_videorate_blank_data), (gst_videorate_init),
24603         (gst_videorate_event), (gst_videorate_chain),
24604         (gst_videorate_change_state):
24605         Port videorate, do a better job at negotiation while we're at
24606         it.
24607
24608 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24609
24610         * configure.ac:
24611           Disable libvisual
24612
24613         * examples/Makefile.am:
24614         * gst-libs/gst/audio/Makefile.am:
24615         * gst-libs/gst/riff/Makefile.am:
24616         * gst-libs/gst/tag/Makefile.am:
24617         * gst-libs/gst/video/Makefile.am:
24618           Fixups for missing variables.
24619
24620 2005-05-09  Wim Taymans  <wim@fluendo.com>
24621
24622         * examples/seeking/seek.c: (make_theora_pipeline),
24623         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24624         (query_rates), (query_positions_elems), (query_positions_pads),
24625         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24627         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24628         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24629         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24630         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24631         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24632         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24633         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24634         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24635         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24636         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24637         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24638         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24639         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24640         (theora_dec_src_convert), (theora_dec_sink_convert),
24641         (theora_dec_src_query), (theora_dec_sink_query),
24642         (theora_dec_src_event), (theora_dec_sink_event),
24643         (theora_handle_comment_packet), (theora_handle_type_packet),
24644         (theora_handle_header_packet), (theora_handle_data_packet),
24645         (theora_dec_chain):
24646         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24647         (vorbis_dec_convert), (vorbis_dec_src_query),
24648         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24649         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24650         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24651         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24652         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24653         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24654         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24655         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24656         (gst_play_bin_query):
24657         * gst/playback/test3.c: (update_scale):
24658         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24659         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24660         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24661         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24662         (gst_videotestsrc_src_query):
24663         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24664         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24665         (paint_hline_YUV9):
24666         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24667         Port to new query API.
24668         Updated seek.
24669         Cleanups in x[v]imagesink
24670
24671 2005-05-09  Andy Wingo  <wingo@pobox.com>
24672
24673         * ext/alsa/gstalsasink.h:
24674         * ext/gnomevfs/gstgnomevfssrc.c:
24675         (gst_gnomevfssrc_get_icy_metadata):
24676         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24677         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24678         * ext/theora/theoradec.c (theora_dec_src_query)
24679         (theora_dec_src_event, theora_dec_sink_event)
24680         (theora_handle_comment_packet, theora_handle_data_packet):
24681         * ext/theora/theoraenc.c (theora_enc_chain):
24682         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24683         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24684         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24685         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24686         (qt_type_find):
24687         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24688         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24689         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24690         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24691         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24692         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24693         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24694         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24695         (paint_setup_RGB565, paint_setup_xRGB1555):
24696         * gst/videotestsrc/videotestsrc.h:
24697         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24698         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24699         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24700         GCC4 fixes.
24701         
24702         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24703         gst_pad_query_position. Fixes oggdemux.
24704
24705 2005-05-08  David Schleef  <ds@schleef.org>
24706
24707         * configure.ac: Require liboil.
24708         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24709         a few more.
24710         * gst/videotestsrc/videotestsrc.c:
24711         * gst/videotestsrc/videotestsrc.h:
24712
24713 2005-05-06  Wim Taymans  <wim@fluendo.com>
24714
24715         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24716         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24717         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24718         Well, unreffing a buffer right before pushing it is asking
24719         for trouble..
24720
24721 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24722
24723         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24724
24725 2005-05-06  Wim Taymans  <wim@fluendo.com>
24726
24727         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24728         (gst_audio_convert_caps_remove_format_info),
24729         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24730         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24731         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24732         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24733         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24734         * gst/sine/Makefile.am:
24735         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24736         (gst_sinesrc_class_init), (gst_sinesrc_init),
24737         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24738         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24739         (gst_sinesrc_update_freq):
24740         * gst/sine/gstsinesrc.h:
24741         * gst/tcp/gstmultifdsink.c:
24742         * sys/xvimage/xvimagesink.c:
24743         Fixed negotiation wrt _peer_get_caps()
24744         Some cleanups.
24745
24746
24747 2005-05-06  Wim Taymans  <wim@fluendo.com>
24748
24749         * gst-libs/gst/audio/gstaudiosink.c:
24750         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24751         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24752         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24753         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24754         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24755         (gst_audiosink_create_ringbuffer):
24756         * gst-libs/gst/audio/gstbaseaudiosink.c:
24757         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24758         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24759         (gst_baseaudiosink_set_property), (build_linear_format),
24760         (debug_spec_caps), (debug_spec_buffer),
24761         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24762         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24763         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24764         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24765         * gst-libs/gst/audio/gstbaseaudiosink.h:
24766         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24767         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24768         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24769         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24770         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24771         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24772         (wait_segment), (gst_ringbuffer_commit),
24773         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24774         (gst_ringbuffer_clear):
24775         * gst-libs/gst/audio/gstringbuffer.h:
24776         Make the base audiosink return an error when there is no
24777         audiobuffer negotiated.
24778
24779 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24780
24781         * ext/Makefile.am:
24782         Disable cdparanoia until someone ports it!
24783
24784 2005-05-06  Wim Taymans  <wim@fluendo.com>
24785
24786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24787         (gst_ogg_demux_sink_activate):
24788         And revert after wingo's revert.. sigh..
24789
24790 2005-05-05  Andy Wingo  <wingo@pobox.com>
24791
24792         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24793         GObject.
24794         * configure.ac: Return audiorate and subparse from the ghetto.
24795         Re-enable -Wall -Werror.
24796         * gst/subparse/gstsubparse.c:
24797         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24798         or chain-based. Cleaned up a bit. Not tested.
24799         
24800 2005-05-05  Christian Schaller <christian@fluendo.com> 
24801
24802         * Makefile.am: remove stuff that is not building
24803         * configure.ac: remove stuff that is not building
24804         * examples/Makefile.am: remove stuff that is not building
24805         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24806         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24807         * sys/Makefile.am: remove stuff that is not building
24808         * testsuite/Makefile.am: remove stuff that is not building
24809
24810 2005-05-05  Andy Wingo  <wingo@pobox.com>
24811
24812         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24813         * gst-libs/gst/tag/gstvorbistag.c:
24814         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24815         * gst/adder/gstadder.h:
24816         * gst/audioconvert/gstchannelmix.c:
24817         (gst_audio_convert_fill_one_other):
24818         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24819         (gst_audiorate_init), (gst_audiorate_chain):
24820         * gst/playback/gstplaybasebin.c: (setup_source):
24821         * gst/playback/test3.c: (update_scale):
24822         Some GCC4 fixes
24823         
24824         * po/af.po:
24825         * po/az.po:
24826         * po/cs.po:
24827         * po/en_GB.po:
24828         * po/hu.po:
24829         * po/it.po:
24830         * po/nb.po:
24831         * po/nl.po:
24832         * po/or.po:
24833         * po/sq.po:
24834         * po/sr.po:
24835         * po/sv.po:
24836         * po/uk.po:
24837         * po/vi.po: Foo
24838
24839 2005-05-05  Wim Taymans  <wim@fluendo.com>
24840
24841         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24842         (gst_audio_convert_caps_remove_format_info),
24843         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24844         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24845         * gst/videotestsrc/gstvideotestsrc.c:
24846         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24847         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24848         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24849         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24850         Don't ignore _push() return values.
24851         Make sure no processing is done when shutting down.
24852         Videotestsrc pad activation fix.
24853
24854 2005-05-05  Wim Taymans  <wim@fluendo.com>
24855
24856         * gst/adder/Makefile.am:
24857         * gst/adder/gstadder.c: (gst_adder_setcaps),
24858         (gst_adder_class_init), (gst_adder_init),
24859         (gst_adder_request_new_pad), (gst_adder_collected),
24860         (gst_adder_change_state):
24861         * gst/adder/gstadder.h:
24862         Ported adder as an example of a mixer element using
24863         collect pads. Needs more negotiation work.
24864
24865 2005-05-05  Wim Taymans  <wim@fluendo.com>
24866
24867         * ext/theora/theoradec.c: (_inc_granulepos),
24868         (theora_dec_src_event), (theora_dec_sink_event),
24869         (theora_handle_comment_packet), (theora_handle_type_packet),
24870         (theora_handle_header_packet), (theora_handle_data_packet),
24871         (theora_dec_chain):
24872         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24873         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24874         (theora_push_buffer), (theora_push_packet),
24875         (theora_enc_sink_event), (theora_enc_chain),
24876         (theora_enc_change_state), (theora_enc_set_property),
24877         (theora_enc_get_property):
24878         Added stream lock to decoder so that we can serialize
24879         the discont event.
24880         More theoraenc porting, recover from errors, do clean
24881         shutdown.
24882
24883 2005-05-05  Wim Taymans  <wim@fluendo.com>
24884
24885         * ext/ogg/Makefile.am:
24886         * ext/ogg/README:
24887         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24888         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24889         (gst_ogg_print):
24890         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24891         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24892         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24893         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24894         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24895         (gst_ogg_mux_change_state):
24896         Ported ogg muxer.
24897
24898 2005-05-05  Wim Taymans  <wim@fluendo.com>
24899
24900         * docs/design-audiosinks.txt:
24901         * gst-libs/gst/audio/TODO:
24902         * gst-libs/gst/audio/gstaudiosink.c:
24903         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24904         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24905         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24906         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24907         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24908         (gst_audiosink_create_ringbuffer):
24909         * gst-libs/gst/audio/gstbaseaudiosink.c:
24910         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24911         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24912         (gst_baseaudiosink_set_property), (build_linear_format),
24913         (debug_spec_caps), (debug_spec_buffer),
24914         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24915         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24916         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24917         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24918         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24919         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24920         (gst_ringbuffer_release), (gst_ringbuffer_play),
24921         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24922         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24923         (gst_ringbuffer_set_sample), (wait_segment),
24924         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24925         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24926         More work on the audiosink, mostly debugging and a race in
24927         shutdown.
24928
24929 2005-04-28  Wim Taymans  <wim@fluendo.com>
24930
24931         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24932         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24933         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24934         (vorbis_dec_src_query), (vorbis_dec_src_event),
24935         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24936         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24937         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24938         Don't crap out when seeking back to position 0.
24939
24940 2005-04-28  Wim Taymans  <wim@fluendo.com>
24941
24942         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24943         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24944         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24945         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24946         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24947         Make audio sink configurable, use alsasink as default.
24948
24949 2005-04-28  Wim Taymans  <wim@fluendo.com>
24950
24951         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24952         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24953         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24954         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24955         (vorbis_dec_change_state):
24956         * ext/vorbis/vorbisdec.h:
24957         Refactor, use STREAM_LOCK.
24958
24959 2005-04-28  Wim Taymans  <wim@fluendo.com>
24960
24961         * ext/theora/theoradec.c: (_inc_granulepos),
24962         (theora_dec_sink_event), (theora_handle_comment_packet),
24963         (theora_handle_type_packet), (theora_handle_header_packet),
24964         (theora_handle_data_packet), (theora_dec_chain),
24965         (theora_dec_change_state):
24966         Refactor a bit, use STREAM_LOCK.
24967
24968 2005-04-28  Wim Taymans  <wim@fluendo.com>
24969
24970         * ext/alsa/Makefile.am:
24971         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24972         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24973         (gst_alsa_link), (gst_alsa_close_audio):
24974         * ext/alsa/gstalsaplugin.c: (plugin_init):
24975         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24976         (gst_alsasink_dispose), (gst_alsasink_base_init),
24977         (gst_alsasink_class_init), (gst_alsasink_init),
24978         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24979         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24980         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24981         (gst_alsasink_reset):
24982         * ext/alsa/gstalsasink.h:
24983         Implement alsasink with simple open/write/close API. 
24984         Make alsa dir build by disabling compilation of code.
24985
24986 2005-04-28  Wim Taymans  <wim@fluendo.com>
24987
24988         * gst-libs/gst/audio/Makefile.am:
24989         * gst-libs/gst/audio/audio.h:
24990         * gst-libs/gst/audio/audioclock.c:
24991         * gst-libs/gst/audio/audioclock.h:
24992         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24993         (gst_audio_clock_class_init), (gst_audio_clock_init),
24994         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24995         * gst-libs/gst/audio/gstaudioclock.h:
24996         * gst-libs/gst/audio/gstaudiosink.c:
24997         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24998         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24999         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25000         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25001         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25002         (gst_audiosink_create_ringbuffer):
25003         * gst-libs/gst/audio/gstbaseaudiosink.c:
25004         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25005         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25006         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25007         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25008         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25009         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25010         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25011         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25012         * gst-libs/gst/audio/gstbaseaudiosink.h:
25013         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25014         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25015         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25016         (gst_ringbuffer_release), (gst_ringbuffer_play),
25017         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25018         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25019         (gst_ringbuffer_set_sample), (wait_segment),
25020         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25021         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25022         * gst-libs/gst/audio/gstringbuffer.h:
25023         Make ringbuffer faster and more simple by removing the locks
25024         in the playback thread.
25025         Add sample accurate playback based on buffer sample offsets.
25026         Make the baseaudiosink provide a clock.
25027         Parse caps in the base class.
25028         Correctly handle seeking, flushing and state changes.
25029
25030 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25031
25032         * configure.ac:
25033         * gst/audioconvert/Makefile.am:
25034         * gst/audioscale/Makefile.am:
25035           Fix part of the build.  Come on guys, autogen didn't even work :)
25036
25037 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25038
25039         * configure.ac:
25040         * gst-libs/gst/Makefile.am:
25041         * gst-libs/gst/media-info/.cvsignore:
25042         * gst-libs/gst/media-info/Makefile.am:
25043         * gst-libs/gst/media-info/README:
25044         * gst-libs/gst/media-info/media-info-priv.c:
25045         * gst-libs/gst/media-info/media-info-priv.h:
25046         * gst-libs/gst/media-info/media-info-test.c:
25047         * gst-libs/gst/media-info/media-info.c:
25048         * gst-libs/gst/media-info/media-info.h:
25049         * gst-libs/gst/media-info/media-info.vcproj:
25050         * pkgconfig/Makefile.am:
25051         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25052         * pkgconfig/gstreamer-media-info.pc.in:
25053           Remove media-info, which is also successed by playbin (see Totem
25054           implementation).
25055
25056 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25057
25058         * configure.ac:
25059         * examples/Makefile.am:
25060         * examples/gstplay/.cvsignore:
25061         * examples/gstplay/Makefile.am:
25062         * examples/gstplay/player.c:
25063         * gst-libs/gst/Makefile.am:
25064         * gst-libs/gst/play/.cvsignore:
25065         * gst-libs/gst/play/Makefile.am:
25066         * gst-libs/gst/play/play.c:
25067         * gst-libs/gst/play/play.h:
25068         * gst-libs/gst/play/play.vcproj:
25069         * pkgconfig/Makefile.am:
25070         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25071         * pkgconfig/gstreamer-play.pc.in:
25072           Remove libgstplay, playbin is now the official successor.
25073
25074 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25075
25076         * configure.ac:
25077         * gst-libs/gst/Makefile.am:
25078         * gst-libs/gst/xwindowlistener/Makefile.am:
25079         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25080         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25081           Remove deprecated xwindowlistener (I've moved xwindowlistening
25082           in the v4l/v4l2 plugins over to serverside).
25083
25084 2005-04-25  David Schleef  <ds@schleef.org>
25085
25086         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25087         to examples/dynparams.  Examples do not belong interspersed with
25088         source code.
25089         * examples/dynparams/demo-dparams.c:
25090         * gst/sine/Makefile.am:
25091         * gst/sine/demo-dparams.c:
25092
25093 2005-04-25  David Schleef  <ds@schleef.org>
25094
25095         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25096         * gst-libs/gst/audio/Makefile.am:
25097         * gst-libs/gst/riff/Makefile.am:
25098         * gst-libs/gst/tag/Makefile.am:
25099         * gst-libs/gst/video/Makefile.am:
25100         * gst-libs/gst/xwindowlistener/Makefile.am:
25101
25102         Convert to 0.9 API, seems to work:
25103         * sys/ximage/Makefile.am:
25104         * sys/ximage/ximagesink.c:
25105
25106 2005-04-24  David Schleef  <ds@schleef.org>
25107
25108         Link plugins against libraries:
25109         * ext/alsa/Makefile.am:
25110         * gst/tcp/Makefile.am:
25111
25112         Remove asm code that should be in liboil
25113         * gst/videoscale/Makefile.am:
25114         * gst/videoscale/videoscale_x86_asm.s:
25115
25116         gettext wants these checked in:
25117         * po/af.po:
25118         * po/az.po:
25119         * po/cs.po:
25120         * po/en_GB.po:
25121         * po/hu.po:
25122         * po/it.po:
25123         * po/nb.po:
25124         * po/nl.po:
25125         * po/or.po:
25126         * po/sq.po:
25127         * po/sr.po:
25128         * po/sv.po:
25129         * po/uk.po:
25130         * po/vi.po:
25131
25132 2005-04-24  David Schleef  <ds@schleef.org>
25133
25134         Convert gst_main() to g_main_loop_run()
25135         * gst/playback/decodetest.c: (main):
25136         * gst/playback/test2.c: (main):
25137         * gst/playback/test3.c: (main):
25138         * gst/playback/test4.c: (main):
25139
25140         Link plugins against libraries:
25141         * ext/libvisual/Makefile.am:
25142         * sys/xvimage/Makefile.am:
25143
25144 2005-04-24  David Schleef  <ds@schleef.org>
25145
25146         * configure.ac: Remove idct and resample libs
25147         * gst-libs/gst/Makefile.am: same
25148
25149         Remove usage of gst_library_load():
25150         * ext/alsa/gstalsaplugin.c: (plugin_init):
25151         * ext/libvisual/visual.c: (plugin_init):
25152         * ext/ogg/gstogg.c: (plugin_init):
25153         * ext/theora/theora.c: (plugin_init):
25154         * ext/vorbis/vorbis.c: (plugin_init):
25155         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25156         * gst/audioscale/gstaudioscale.c:
25157         * gst/adder/gstadder.c: (plugin_init):
25158         * gst/audioconvert/plugin.c: (plugin_init):
25159         * sys/ximage/ximagesink.c: (plugin_init):
25160         * sys/xvimage/xvimagesink.c: (plugin_init):
25161         * gst/tcp/gsttcpplugin.c: (plugin_init):
25162
25163         Link plugins against libraries:
25164         * ext/ogg/Makefile.am:
25165         * ext/theora/Makefile.am:
25166         * ext/vorbis/Makefile.am:
25167         * gst/audioconvert/Makefile.am:
25168
25169         Create proper libraries:
25170         * gst-libs/gst/riff/Makefile.am:
25171         * gst-libs/gst/audio/Makefile.am:
25172         * gst-libs/gst/video/Makefile.am:
25173
25174         Move resample library to audioscale plugin directory:
25175         * gst-libs/gst/resample/Makefile.am:
25176         * gst-libs/gst/resample/README:
25177         * gst-libs/gst/resample/dtof.c:
25178         * gst-libs/gst/resample/dtos.c:
25179         * gst-libs/gst/resample/functable.c:
25180         * gst-libs/gst/resample/private.h:
25181         * gst-libs/gst/resample/resample.c:
25182         * gst-libs/gst/resample/resample.h:
25183         * gst-libs/gst/resample/resample.vcproj:
25184         * gst-libs/gst/resample/test.c:
25185         * gst/audioscale/Makefile.am:
25186         * gst/audioscale/README:
25187         * gst/audioscale/dtof.c:
25188         * gst/audioscale/dtos.c:
25189         * gst/audioscale/functable.c:
25190         * gst/audioscale/private.h:
25191         * gst/audioscale/resample.c:
25192         * gst/audioscale/resample.h:
25193         * gst/audioscale/test.c:
25194
25195         Move tagedit library to gst-libs:
25196         * gst-libs/gst/tag/Makefile.am:
25197         * gst-libs/gst/tag/gstid3tag.c:
25198         * gst-libs/gst/tag/gsttagediting.c:
25199         * gst-libs/gst/tag/gsttageditingprivate.h:
25200         * gst-libs/gst/tag/gstvorbistag.c:
25201         * gst/tags/Makefile.am:
25202         * gst/tags/gstid3tag.c:
25203         * gst/tags/gstvorbistag.c:
25204
25205         Fix for core changes:
25206         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25207         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25208         (gst_sinesrc_getrange):
25209
25210 2005-04-23  David Schleef  <ds@schleef.org>
25211
25212         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25213         in gst-plugins in a long time, and properly belongs in liboil.
25214         * gst-libs/gst/idct/Makefile.am:
25215         * gst-libs/gst/idct/README:
25216         * gst-libs/gst/idct/dct.h:
25217         * gst-libs/gst/idct/doieee:
25218         * gst-libs/gst/idct/fastintidct.c:
25219         * gst-libs/gst/idct/floatidct.c:
25220         * gst-libs/gst/idct/idct.c:
25221         * gst-libs/gst/idct/idct.h:
25222         * gst-libs/gst/idct/idtc.vcproj:
25223         * gst-libs/gst/idct/ieeetest.c:
25224         * gst-libs/gst/idct/intidct.c:
25225
25226 2005-04-20  Wim Taymans  <wim@fluendo.com>
25227
25228         * docs/design-audiosinks.txt:
25229         * gst-libs/gst/audio/Makefile.am:
25230         * gst-libs/gst/audio/TODO:
25231         * gst-libs/gst/audio/gstaudiosink.c:
25232         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25233         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25234         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25235         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25236         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25237         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25238         (gst_audiosink_class_init), (gst_audiosink_init),
25239         (gst_audiosink_create_ringbuffer):
25240         * gst-libs/gst/audio/gstaudiosink.h:
25241         * gst-libs/gst/audio/gstbaseaudiosink.c:
25242         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25243         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25244         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25245         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25246         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25247         (gst_baseaudiosink_create_ringbuffer),
25248         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25249         * gst-libs/gst/audio/gstbaseaudiosink.h:
25250         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25251         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25252         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25253         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25254         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25255         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25256         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25257         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25258         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25259         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25260         * gst-libs/gst/audio/gstringbuffer.h:
25261         An attempt at a set of audio base classes together with some
25262         design docs.
25263
25264 2005-04-20  Wim Taymans  <wim@fluendo.com>
25265
25266         * gst/audioconvert/Makefile.am:
25267         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25268         (gst_audio_convert_caps_remove_format_info),
25269         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25270         (gst_audio_convert_channels):
25271         Link against audio libs.
25272         Fix audio convert plugin.
25273
25274 2005-04-20  Wim Taymans  <wim@fluendo.com>
25275
25276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25277         (gst_ogg_demux_sink_activate):
25278         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25279         (theora_set_header_on_caps), (theora_enc_sink_event),
25280         (theora_enc_chain):
25281         Fix theora encoder.
25282
25283 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25284
25285         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25286         * gst/playback/gstdecodebin.c: (find_compatibles):
25287           Work with staticpadtemplates in elementfactories.
25288
25289 2005-04-12  Wim Taymans  <wim@fluendo.com>
25290
25291         * gst/playback/README:
25292         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25293         (compare_ranks), (print_feature), (gst_decode_bin_init),
25294         (dynamic_create), (dynamic_free), (find_compatibles),
25295         (mimetype_is_raw), (close_pad_link), (got_redirect),
25296         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25297         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25298         (gst_decode_bin_change_state):
25299         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25300         (gst_play_base_bin_init), (group_destroy), (group_commit),
25301         (check_queue), (queue_overrun), (queue_threshold_reached),
25302         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25303         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25304         (got_redirect), (setup_source), (play_base_eos),
25305         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25306         (gst_play_base_bin_remove_element):
25307         * gst/playback/gstplaybasebin.h:
25308         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25309         (gst_play_bin_init), (gst_play_bin_dispose),
25310         (gst_play_bin_set_property), (gen_video_element),
25311         (gen_text_element), (gen_audio_element), (remove_sinks),
25312         (gst_play_bin_send_event):
25313         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25314         (stream_info_change_state), (gst_stream_info_set_mute):
25315         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25316         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25317         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25318         (gst_stream_selector_chain):
25319         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25320         (main):
25321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25322         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25323         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25324         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25325         Raw and crude port of decodebin. 
25326         Make playbin compile.
25327
25328 2005-04-06  Wim Taymans  <wim@fluendo.com>
25329
25330         * ext/gnomevfs/Makefile.am:
25331         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25332         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25333         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25334         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25335         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25336         (gst_gnomevfssrc_stop):
25337         * ext/ogg/Makefile.am:
25338         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25339         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25340         * ext/theora/Makefile.am:
25341         * ext/theora/theoradec.c: (_inc_granulepos),
25342         (theora_dec_sink_event), (theora_dec_chain):
25343         * ext/vorbis/Makefile.am:
25344         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25345         (vorbis_dec_sink_event), (vorbis_dec_chain):
25346         * gst-libs/gst/audio/Makefile.am:
25347         * sys/xvimage/Makefile.am:
25348         Make gnomevfssrc extend the source base class.
25349         Fix linking against libs in various plugins.
25350
25351 2005-04-06  Andy Wingo  <wingo@pobox.com>
25352
25353         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25354         GST_BASE_LIBS.
25355
25356         * configure.ac: Add check and AC_SUBST for libgstbase.
25357
25358 2005-03-31  Wim Taymans  <wim@fluendo.com>
25359
25360         * examples/seeking/Makefile.am:
25361         * examples/seeking/cdparanoia.c: (main):
25362         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25363         (play_cb), (pause_cb), (stop_cb), (main):
25364         * examples/seeking/playbin.c:
25365         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25366         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25367         (make_sid_pipeline), (make_vorbis_pipeline),
25368         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25369         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25370         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25371         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25372         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25373         (stop_cb), (main):
25374         * examples/seeking/spider_seek.c:
25375         * examples/seeking/vorbisfile.c:
25376         * ext/gnomevfs/Makefile.am:
25377         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25378         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25379         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25380         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25381         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25382         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25383         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25384         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25385         * ext/ogg/README:
25386         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25387         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25388         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25389         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25390         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25391         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25392         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25393         (gst_ogg_demux_factory_filter), (compare_ranks),
25394         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25395         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25396         (gst_ogg_chain_new), (gst_ogg_chain_free),
25397         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25398         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25399         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25400         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25401         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25402         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25403         (gst_ogg_demux_get_prev_page),
25404         (gst_ogg_demux_deactivate_current_chain),
25405         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25406         (gst_ogg_demux_bisect_forward_serialno),
25407         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25408         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25409         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25410         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25411         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25412         (gst_ogg_demux_change_state), (gst_ogg_print):
25413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25414         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25415         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25416         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25417         (gst_ogg_mux_loop):
25418         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25419         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25420         (theora_dec_src_convert), (theora_dec_sink_convert),
25421         (theora_dec_src_query), (theora_dec_src_event),
25422         (theora_dec_sink_event), (theora_dec_chain),
25423         (theora_dec_change_state):
25424         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25425         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25426         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25427         (theora_enc_change_state):
25428         * ext/vorbis/Makefile.am:
25429         * ext/vorbis/oggvorbisenc.c:
25430         * ext/vorbis/oggvorbisenc.h:
25431         * ext/vorbis/vorbis.c: (plugin_init):
25432         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25433         (vorbis_dec_src_query), (vorbis_dec_src_event),
25434         (vorbis_dec_sink_event), (vorbis_dec_chain),
25435         (vorbis_dec_change_state):
25436         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25437         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25438         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25439         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25440         (gst_vorbisenc_change_state):
25441         * ext/vorbis/vorbisenc.h:
25442         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25443         * gst-libs/gst/audio/audioclock.c:
25444         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25445         (gst_audiofilter_init), (gst_audiofilter_chain):
25446         * gst-libs/gst/audio/testchannels.c: (main):
25447         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25448         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25449         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25450         (gmip_find_track_streaminfo), (gmip_find_track_format):
25451         * gst-libs/gst/media-info/media-info.c:
25452         (gst_media_info_read_idler):
25453         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25454         (gst_play_get_all_by_interface):
25455         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25456         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25457         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25458         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25459         (gst_riff_parse_info):
25460         * gst-libs/gst/riff/riff-read.h:
25461         * gst-libs/gst/riff/riff.c: (plugin_init):
25462         * gst-libs/gst/video/Makefile.am:
25463         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25464         (gst_videosink_class_init), (gst_videosink_get_type):
25465         * gst-libs/gst/video/videosink.h:
25466         * gst/audioconvert/bufferframesconvert.c:
25467         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25468         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25469         * gst/audioconvert/channelmixtest.c: (main):
25470         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25471         (gst_audio_convert_chain),
25472         (gst_audio_convert_caps_remove_format_info),
25473         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25474         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25475         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25476         (gst_audio_convert_buffer_to_default_format),
25477         (gst_audio_convert_buffer_from_default_format),
25478         (gst_audio_convert_channels):
25479         * gst/audioconvert/gstchannelmix.h:
25480         * gst/ffmpegcolorspace/avcodec.h:
25481         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25482         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25483         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25484         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25485         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25486         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25487         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25488         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25489         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25490         (dv_type_find):
25491         * gst/videotestsrc/gstvideotestsrc.c:
25492         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25493         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25494         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25495         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25496         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25497         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25498         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25500         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25501         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25502         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25503         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25504         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25505         (gst_xvimagesink_navigation_send_event),
25506         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25507         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25508         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25509         * sys/xvimage/xvimagesink.h:
25510         Plugin port to 0.9, ogg/theora playback should work in the seek
25511         example now.
25512         Removed old examples.
25513         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25514         explained in 0.9 TODO doc.
25515
25516
25517 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25518
25519         * autogen.sh:
25520         * configure.ac:
25521         * ext/Makefile.am:
25522         * gst/Makefile.am:
25523         * po/POTFILES.in:
25524         * po/af.po:
25525         * po/az.po:
25526         * po/cs.po:
25527         * po/en_GB.po:
25528         * po/hu.po:
25529         * po/it.po:
25530         * po/nb.po:
25531         * po/nl.po:
25532         * po/or.po:
25533         * po/sq.po:
25534         * po/sr.po:
25535         * po/sv.po:
25536         * po/uk.po:
25537         * po/vi.po:
25538         * sys/Makefile.am:
25539         * testsuite/Makefile.am:
25540           remove a whole bunch of plugins.  This module now contains a set
25541           of free reference plugins/elements as agreed.
25542
25543 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25544
25545         * configure.ac:
25546           hunting season on 0.9 is now OPEN
25547
25548 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25549
25550         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25551           Kick the hell out of gcc for not warning me about a symbol conflict.
25552
25553 2005-02-22  Luca Ognibene  <luogni@tin.it>
25554
25555         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25556
25557         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25558           Don't leak caps string (fixes #168134)
25559
25560         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25561         (gst_jpegenc_init), (gst_jpegenc_finalize),
25562         (gst_jpegenc_change_state):
25563           Don't leak line buffers and context struct (fixes #168133).
25564
25565 2005-02-21  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25566
25567         * configure.ac:
25568         * ext/dirac/gstdiracdec.cc:
25569         (gst_diracdec_chain):
25570           Since dirac 0.5.0 the framerate in dirac is expressed as a
25571           rational number. Fix build and up requirement to 0.5.0, and
25572           also pass parameters to gst_diracdec_link in the right order
25573           (fixes #167959).
25574
25575 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25576
25577         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25578         * ext/faad/gstfaad.h:
25579         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25580         certain invalid muxed streams, where some packets will contain 
25581         junk after decoder data. Partially fixes #149158.
25582
25583 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25584         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25585           Make sure we only write to writable buffers
25586
25587 2005-02-20  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25588
25589         * gst-libs/gst/riff/riff-media.c:
25590         (gst_riff_create_audio_caps_with_data):
25591           Do actually fix invalid RIFF fmt header values for alaw
25592           and mulaw audio instead of just saying so.
25593
25594         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25595           Give gst_riff_create_audio_caps_with_data() a chance to
25596           fix up broken format header fields before extracting any
25597           parameters from the header. (fixes #167633)
25598
25599 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25600
25601         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25602
25603         * gst/audioconvert/bufferframesconvert.c:
25604         (buffer_frames_convert_link):
25605           Don't leak othercaps. (fixes #167878)
25606
25607 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25608
25609         * configure.ac:
25610         * ext/libvisual/visual.c: (gst_visual_srclink),
25611         (gst_visual_change_state):
25612           Support libvisual 0.2.0.
25613
25614 2005-02-18  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25615
25616         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25617         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25618           Use same rowstrides for I420 as used everywhere else.
25619
25620 2005-02-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25621
25622         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25623           Declare variables at beginning of block and make gcc-2.95 happy
25624           (fixes # 167482, patch by Gergely Nagy).
25625           
25626         * gst/tcp/gsttcpclientsrc.c:
25627         * gst/tcp/gsttcpclientsrc.h:
25628           Move some includes into the header, so that struct sockaddr_in is
25629           defined when it should be defined on FreeBSD as well (fixes
25630           #167483).
25631           
25632         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25633           Don't pass uninitialised values to setsockopt() here either.
25634
25635 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25636
25637         Reviewed by: Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25638
25639         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25640           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25641
25642 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25643
25644         * gst/playback/gstplaybin.c: (add_sink):
25645           Invert bin_add/link order to workaround deadlock in opt.
25646
25647 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25648
25649         * gst/modplug/gstmodplug.cc:
25650           Add missing break causing position queries to fail.
25651
25652 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25653
25654         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25655           Granpos can apparently be -1, which screws up calculations...
25656
25657 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25658
25659         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25660         (gst_ximagesink_send_pending_navigation),
25661         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25662         (gst_ximagesink_init):
25663         * sys/ximage/ximagesink.h:
25664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25665         (gst_xvimagesink_send_pending_navigation),
25666         (gst_xvimagesink_navigation_send_event),
25667         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25668         * sys/xvimage/xvimagesink.h:
25669           Use a mutex protected list to marshal navigation
25670           events into the stream thread from whichever thread
25671           sends them.
25672
25673 2005-02-15  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25674
25675         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25676           Display current position and track length; misc. clean-ups.
25677           
25678         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25679         (speed_init), (speed_chain):
25680           Add query function, so that the stream length and current position
25681           get adjusted when queried (note that current position queries may
25682           still be wrong if the audio sink returns values based on buffer
25683           timestamps instead of passing on the query).
25684
25685 2005-02-13  Benjamin Otte  <otte@gnome.org>
25686
25687         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25688         (gst_audio_convert_channels):
25689           create channel conversion matrix when linking
25690         * gst/audioconvert/.cvsignore:
25691         * gst/audioconvert/Makefile.am:
25692         * gst/audioconvert/channelmixtest.c: (main):
25693           add (ugly) test that ensures stereo <=> mono conversion works
25694           correctly
25695
25696 2005-02-13  Benjamin Otte  <otte@gnome.org>
25697
25698         * gst/audioconvert/gstchannelmix.h:
25699           include missing header file
25700         * gst/audioconvert/gstchannelmix.c:
25701         (gst_audio_convert_fill_compatible):
25702           use same sign for both channels when converting to/from compatible
25703           channel. Previously used different signs made the signals cancel
25704           each other out and appear like silence. (fixes #167269)
25705
25706 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25707
25708         * gst/ffmpegcolorspace/avcodec.h:
25709         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25710         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25711         (gst_ffmpegcsp_avpicture_fill):
25712         * gst/ffmpegcolorspace/imgconvert.c:
25713           Convert to and from YV12 (fixes #156379).
25714
25715 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25716
25717         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25718         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25719         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25720         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25721         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25722         methods from chain and negotiation and vice versa (Fixes #166142).
25723         * sys/ximage/ximagesink.h: Add stream_lock.
25724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25725         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25726         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25727         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25728
25729 2005-02-12  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25730
25731         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25732           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25733           error message when we can't open the DVD device (when dvdnav_open()
25734           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25735           the above). Send something more useful instead (fixes #167117).
25736
25737 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25738
25739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25740         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25741         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25742         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25743         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25744         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25745         methods from chain and negotiation and vice versa (Fixes #166142).
25746         Fix a possible bug of images in the buffer pool being discarded because
25747         we are looking at the wrong geometry.
25748         * sys/xvimage/xvimagesink.h: Add stream_lock.
25749
25750 2005-02-11  David Schleef  <ds@schleef.org>
25751
25752         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25753         unsigned int. (fixes #167128)
25754
25755 2005-02-11  David Schleef  <ds@schleef.org>
25756
25757         * gst/librfb/Makefile.am: Testing stuff before committing is
25758           for wimps... and people with fast machines.  Fix stupid
25759           mistake.
25760
25761 2005-02-11  David Schleef  <ds@schleef.org>
25762
25763         * configure.ac: Pull in librfb from my CVS tree, because it is
25764           too small and annoying to be separate.  Move rfbsrc plugin
25765           to gst/.
25766         * ext/Makefile.am:
25767         * ext/librfb/Makefile.am:
25768         * ext/librfb/gstrfbsrc.c:
25769         * gst/librfb/Makefile.am:
25770         * gst/librfb/gstrfbsrc.c:
25771         * gst/librfb/rfb.c:
25772         * gst/librfb/rfb.h:
25773         * gst/librfb/rfbbuffer.c:
25774         * gst/librfb/rfbbuffer.h:
25775         * gst/librfb/rfbbytestream.c:
25776         * gst/librfb/rfbbytestream.h:
25777         * gst/librfb/rfbcontext.h:
25778         * gst/librfb/rfbdecoder.c:
25779         * gst/librfb/rfbdecoder.h:
25780         * gst/librfb/rfbutil.h:
25781
25782 2005-02-10  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25783
25784         * gst/speed/Makefile.am:
25785         * gst/speed/demo-mp3.c: (main):
25786         * gst/speed/filter.func:
25787         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25788         (speed_class_init), (speed_init), (speed_chain_int16),
25789         (speed_chain_float32), (speed_chain), (speed_set_property),
25790         (speed_get_property), (speed_change_state):
25791         * gst/speed/gstspeed.h:
25792           Fix speed element and make it chain-based (fixes #156467),
25793           and make it handle more than one channel.
25794
25795 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25796
25797         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25798         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25799         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25800         * ext/dts/gstdtsdec.h:
25801           Don't clobber the stack constructing the channels array.
25802           Make the element chain-based. DTS tracks can now be played.
25803           
25804 2005-02-09  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25805
25806         * gst-libs/gst/audio/multichannel.h:
25807         * gst-libs/gst/gconf/gconf.h:
25808         * gst-libs/gst/idct/idct.h:
25809         * gst-libs/gst/media-info/media-info-priv.h:
25810         * gst-libs/gst/play/play.h:
25811         * gst-libs/gst/resample/private.h:
25812         * gst-libs/gst/resample/resample.h:
25813         * gst-libs/gst/riff/riff-ids.h:
25814         * gst-libs/gst/video/video.h:
25815         * gst-libs/gst/video/videosink.h:
25816           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25817           missing, so that they work when included from C++ code.
25818
25819 2005-02-09  David Schleef  <ds@schleef.org>
25820
25821         * testsuite/gst-lint: Check for non-statically scoped
25822           parent_class variables.  This won't be a problem once
25823           plugins are loaded with RTLD_LOCAL.
25824
25825 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25826
25827         * ext/mplex/gstmplexibitstream.cc:
25828           gcc madness.
25829
25830 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25831
25832         * ext/ogg/gstogmparse.c:
25833         * gst/debug/gstnavigationtest.c:
25834           Die, thou faulty symbol pollutors (non-static parent_class).
25835
25836 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25837
25838         * ext/mplex/gstmplexibitstream.cc:
25839           Fix event handling (#165525).
25840
25841 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25842
25843         * ext/mikmod/gstmikmod.c:
25844         * gst/modplug/gstmodplug.cc:
25845           Add missing endianness to template (fixes #165509).
25846
25847 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25848
25849         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25850           Fix wrong order of reading of optional bytes (#165290).
25851
25852 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25853
25854         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25855           Implement FILLER event awareness.
25856
25857 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25858
25859         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25860           Fix track calculations (#166208).
25861
25862 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25863
25864         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25865
25866         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25867         * ext/libpng/gstpngenc.c:
25868           Fix byte-order, use proper fixed caps. Fixes #164197.
25869
25870 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25871
25872         * configure.ac:
25873           Add dvdlpcmdec 
25874
25875         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25876         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25877           Don't push buffers if the src pad isn't negotiated yet.
25878           
25879         * gst/audioconvert/gstaudioconvert.c:
25880         (gst_audio_convert_buffer_to_default_format),
25881         (gst_audio_convert_buffer_from_default_format):
25882           Add support for 24-bit width.
25883
25884         * gst/dvdlpcmdec/.cvsignore:
25885         * gst/dvdlpcmdec/Makefile.am:
25886         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25887         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25888         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25889         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25890         (plugin_init):
25891         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25892           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25893           format. Needs support for the channels maps if someone can find 
25894           a DVD LPCM track with > 2 channels.
25895
25896         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25897         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25898         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25899         * gst/mpegstream/gstdvddemux.h:
25900         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25901         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25902         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25903         * gst/mpegstream/gstmpegdemux.h:
25904         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25905         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25906         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25907         (gst_mpeg_parse_handle_src_query),
25908         (gst_mpeg_parse_handle_src_event):
25909           Use audio/x-dvd-lpcm for LPCM output.
25910           Add DTS output.
25911
25912 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25913
25914         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25915
25916         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25917         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25918           Add BGRA handling (#165736).
25919
25920 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25921
25922         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25923
25924         * gst/law/alaw-decode.c: (alawdec_link):
25925         * gst/law/alaw-encode.c: (alawenc_link):
25926         * gst/law/mulaw-decode.c: (mulawdec_link):
25927         * gst/law/mulaw-encode.c: (mulawenc_link):
25928           Fix caps memleaks (#166600).
25929
25930 2005-02-08  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
25931
25932         * ext/tarkin/mem.h:
25933         * ext/tarkin/wavelet.h:
25934         * ext/tarkin/yuv.h:
25935         * gst/ffmpegcolorspace/avcodec.h:
25936           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25937           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25938
25939 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25940
25941         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25943         (gst_xvimagesink_change_state):
25944           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25945           Xv video (and thereby regenerate Xv colourkey) in clear() so
25946           that PLAY -> READY -> PLAY works (fixes #162504).
25947
25948 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25949
25950         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25951           Switch to list instead of range, since MJPEG-devices really just
25952           support decimations, not any size.
25953
25954 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25955         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25956         (gst_mpeg2dec_reset), (free_all_buffers),
25957         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25958         * ext/mpeg2dec/gstmpeg2dec.h:
25959           The libmpeg2 user-allocated buffer management is awkward, 
25960           to say the least. Hopefully this fixes things.
25961
25962 2005-02-04  Andy Wingo  <wingo@pobox.com>
25963
25964         * gst/audioconvert/bufferframesconvert.c
25965         (buffer_frames_convert_fixate): New function, fixates to 256
25966         frames per buffer by default. (Much better than 1.)
25967         (buffer_frames_convert_init): Set the fixate function for both src
25968         and sink pad.
25969         (buffer_frames_convert_link): After success setting nonfixed caps,
25970         get the negotiated caps so we can know how many buffer-frames it
25971         will be. No idea how this worked at all before.
25972
25973 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25974
25975         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25976         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25977         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25978         (handle_sequence), (handle_picture):
25979         * ext/mpeg2dec/gstmpeg2dec.h:
25980           Rearrange buffer tracking and refcounting and refactor
25981           a little for readability. 
25982
25983 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25984         * sys/v4l/gstv4l.c: (plugin_init):
25985         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25986         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25987         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25988         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25989         * sys/v4l/gstv4ljpegsrc.h:
25990         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25991         * sys/v4l/v4l_calls.h:
25992         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25993         (gst_v4lsrc_get_fps):
25994         * sys/v4l/v4lsrc_calls.h:
25995           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25996           you jpeg inside rgb frames" driver.
25997           Don't error in the v4lsrc link function, just return 
25998           REFUSED.
25999
26000 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26001
26002         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26003         (gst_qcamsrc_open):
26004           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26005
26006 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26007
26008         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26009           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26010
26011 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26012
26013         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26014           Reset negotiated state on PAUSED->READY.
26015
26016 2005-02-02  David Schleef  <ds@schleef.org>
26017
26018         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26019         whereever possible.  (Fixes #165997)
26020         * examples/capsfilter/capsfilter1.c: (main):
26021         * examples/dynparams/filter.c: (create_ui):
26022         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26023         * examples/seeking/chained.c: (main):
26024         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26025         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26026         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26027         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26028         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26029         * examples/switch/switcher.c: (main):
26030         * ext/dv/demo-play.c: (main):
26031         * ext/faad/gstfaad.c: (gst_faad_change_state):
26032         * ext/mad/gstmad.c: (gst_mad_chain):
26033         * ext/smoothwave/demo-osssrc.c: (main):
26034         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26035         (gst_gconf_render_bin_from_description),
26036         (gst_gconf_get_default_audio_sink),
26037         (gst_gconf_get_default_video_sink),
26038         (gst_gconf_get_default_audio_src),
26039         (gst_gconf_get_default_video_src),
26040         (gst_gconf_get_default_visualization_element):
26041         * gst/level/demo.c: (main):
26042         * gst/level/plot.c: (main):
26043         * gst/playback/gstplaybin.c: (gen_video_element),
26044         (gen_audio_element):
26045         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26046         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26047         * gst/sine/demo-dparams.c: (main):
26048         * gst/spectrum/demo-osssrc.c: (main):
26049         * gst/speed/demo-mp3.c: (main):
26050         * gst/volume/demo.c: (main):
26051         * testsuite/embed/embed.c: (main):
26052
26053 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26054
26055         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26056         (gst_tcpclientsink_finalize):
26057         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26058         (gst_tcpclientsrc_finalize):
26059         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26060         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26061         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26062         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26063           Don't leak the hostname when shutting down.
26064           In tcpserversrc, take a copy of the default hostname.
26065
26066 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26067
26068         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26069           Set caps to systemstream=TRUE.
26070
26071 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26072
26073         * testsuite/Makefile.am:
26074           Fix more OSX buildbots.
26075
26076 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26077
26078         * ext/mpeg2dec/gstmpeg2dec.c:
26079           Don't send things to NULL PAD_PEERs
26080
26081         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26082           Copy-on-write the incoming buffer.
26083
26084         * gst/mpegstream/gstdvddemux.h:
26085         * gst/mpegstream/gstmpegclock.h:
26086         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26087         (normal_seek), (gst_mpeg_demux_handle_src_event):
26088         * gst/mpegstream/gstmpegdemux.h:
26089         * gst/mpegstream/gstmpegpacketize.h:
26090         * gst/mpegstream/gstmpegparse.c:
26091         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26092         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26093         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26094         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26095         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26096         * gst/mpegstream/gstmpegparse.h:
26097         * gst/mpegstream/gstrfc2250enc.h:
26098           Various changes to the way time is computed that make seeking and
26099           total time estimation much better here.
26100           Use G_BEGIN/END_DECLS instead of __cplusplus
26101
26102         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26103           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26104
26105 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26106
26107         * gst/subparse/gstsubparse.c:
26108           Fix OSX buildbot.
26109
26110 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26111
26112         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26113         (theora_enc_chain), (theora_enc_change_state):
26114         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26115         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26116         (gst_vorbisenc_change_state):
26117         * ext/vorbis/vorbisenc.h:
26118           Set granulepos and timestamp correctly for streams not
26119           starting at 0, taking into account the initial delay.
26120
26121 2005-01-31  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26122
26123         * gst/mpegstream/gstdvddemux.c:
26124           Add audio/x-dts to audio pad template caps
26125
26126 2005-01-30  David Schleef  <ds@schleef.org>
26127
26128         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26129         (create_context), (gst_polypsink_link): Fix silly endianness
26130         bug.  Add some debugging.  Remove float from caps; it doesn't
26131         work.  Attempt to get remote audio working.
26132
26133 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26134
26135         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26136           Add 3IV2 fourcc.
26137
26138 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26139
26140         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26141         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26142         (gst_avi_demux_stream_data):
26143         * gst/avi/gstavidemux.h:
26144           Invert DIB images. Fixes #132341.
26145
26146 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26147
26148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26149         (gst_ffmpegcsp_chain):
26150           D'oh, reference the palette data, not the palette structure.
26151           Fixes color distortion in #132341.
26152
26153 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26154
26155         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26156           PAR can be non-fixed when not provided as argument (#162626).
26157
26158 2005-01-29  David Moore  <dcm@acm.org>
26159
26160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26161
26162         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26163         (gst_qtdemux_loop_header):
26164           Re-apply patch from #142272 that allows non-seekable sources,
26165           re-proposed by Daniel Drake <dsd@gentoo.org>.
26166
26167 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26168
26169         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26170           Use the src template for creating the src pad (#162330).
26171
26172 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26173
26174         * configure.ac:
26175         * ext/musepack/Makefile.am:
26176         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26177         (gst_musepackdec_init), (gst_musepackdec_dispose),
26178         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26179         (gst_musepack_stream_init), (gst_musepackdec_loop),
26180         (gst_musepackdec_change_state):
26181         * ext/musepack/gstmusepackdec.cpp:
26182         * ext/musepack/gstmusepackdec.h:
26183         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26184         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26185         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26186         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26187         * ext/musepack/gstmusepackreader.cpp:
26188         * ext/musepack/gstmusepackreader.h:
26189           Update to 1.1 API (#165446).
26190
26191 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26192
26193         * ext/Makefile.am:
26194           Unbreak buildbot.
26195
26196 2005-01-28  Andy Wingo  <wingo@pobox.com>
26197
26198         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26199         to reflect a different dubious internet source. Add a reference
26200         and some commentary.
26201
26202 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26203
26204         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26205         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26206         * gst/playback/gststreamselector.h:
26207           Be more selective when we're redoing caps negotiation from
26208           within the chain function on a stream change.
26209
26210 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26211
26212         * configure.ac:
26213         * ext/Makefile.am:
26214         * ext/amrnb/Makefile.am:
26215         * ext/amrnb/amrnb.c: (plugin_init):
26216         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26217         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26218         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26219         (gst_amrnbdec_state_change):
26220         * ext/amrnb/amrnbdec.h:
26221         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26222         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26223         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26224         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26225         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26226         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26227         * ext/amrnb/amrnbparse.h:
26228           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26229         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26230           Add AMR-NB/-WB raw formats.
26231         * ext/alsa/gstalsa.c: (gst_alsa_link):
26232           Keep valid time when changing format.
26233         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26234         (qtdemux_parse_trak):
26235           Add some more format-specific options (#140141, #143555, #155163).
26236
26237 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26238
26239         * gst/matroska/matroska-demux.c:
26240         (gst_matroska_demux_parse_blockgroup):
26241           Fix logic error in timing of subtitle stream synchronization.
26242         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26243           Add skip-chunk, which is found in kodak-camera streams.
26244
26245 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26246
26247         * po/LINGUAS:
26248         * po/vi.po:
26249           Adding Vietnamese translation (submitted by Clytie Siddall)
26250
26251 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26252
26253         * gst/playback/gstdecodebin.c: (try_to_link_1):
26254           Use realpad for signal.
26255
26256 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26257
26258         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26259           Fix category so decodebin picks it up.
26260
26261 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26262
26263         * ext/mad/Makefile.am:
26264         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26265         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26266         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26267         (found_type), (gst_id3demux_bin_change_state):
26268         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26269         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26270         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26271         (gst_id3_tag_change_state), (plugin_init):
26272         * ext/mad/gstmad.h:
26273           Add id3demuxbin (which is a simple bin consisting of id3demux
26274           and typefind), take over rank from id3demux, remove typefind
26275           code from id3demux. Makes all broken mp3s that I know of work,
26276           and thereby fixes #152688.
26277
26278 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26279
26280         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26281
26282         * ext/mad/gstmad.c: (gst_mad_src_event):
26283         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26284           Allow seeks on audio pad, make mad forward those (#164826).
26285         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26286           Set duration (#165335).
26287
26288 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26289
26290         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26291         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26292         (gst_asf_demux_process_ext_content_desc),
26293         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26294         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26295         * gst/asfdemux/gstasfdemux.h:
26296           Improve metadata display, e.g. if the metadata comes before the
26297           streams are loaded (which is perfectly valid).
26298
26299 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26300
26301         * tools/gst-launch-ext-m.m:
26302           Fix AVI/ASF pipelines (#165340).
26303
26304 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26305         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26306         build failure on amd64
26307
26308 2005-01-26  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26309
26310         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26311         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26312           Check environment variables GST_ID3V2_TAG_ENCODING,
26313           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26314           list of character encodings to force interpretation of non-unicode
26315           strings stored in an ID3v2 tag to a particular encoding. If none
26316           is specified, try to use current locale's encoding, then fall back
26317           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26318         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26319         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26320           Check environment variables GST_ID3V1_TAG_ENCODING,
26321           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26322           list of character encodings to use in case a string encountered
26323           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26324           specified, try to use the current locale's encoding, then fall
26325           back to ISO-8859-1 (which will always succeed).
26326
26327 2005-01-25  Benjamin Otte  <otte@gnome.org>
26328
26329         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26330           - on half framerate, compute the rate in advance so the comparisons
26331             don't compare wrong values
26332           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26333             behaviour
26334           - don't use mad_header_decode anymore, mad_frame_decode does that
26335             automatically
26336           - when getting rid of consumed bytes, reset the stream's skiplen
26337           (fixes #163867)
26338
26339 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26340
26341         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26342           Use 1/2 a second for default max_discont, as PES streams from DVB
26343           seem to have larger spacings in the SCR. 
26344           Fix a typo.
26345
26346 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26347
26348         * gst/playback/gstplaybasebin.c: (group_commit):
26349           Notify delayed stream-info availability.
26350
26351 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26352         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26353         (gst_a52dec_handle_event), (gst_a52dec_chain):
26354         Add some debug output. Check that a discont has a valid
26355         time associated.
26356         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26357         (gst_alsa_sink_loop):
26358         Ignore TAG events. A little extra debug for broken timestamps.
26359         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26360         (dvdnavsrc_change_state):
26361         Ensure we send a discont to engage the link before we send any
26362         other events.
26363         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26364         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26365         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26366         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26367         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26368         dvd://title works in totem because typefinding sends a seek that ends
26369         up going back to chapter 1 regardless.
26370         * ext/mpeg2dec/gstmpeg2dec.c:
26371         * ext/mpeg2dec/gstmpeg2dec.h:
26372         Output correct timestamps and handle disconts.
26373         * ext/ogg/gstoggdemux.c: (get_relative):
26374         Small guard against a null dereference.
26375         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26376         (gst_textoverlay_set_property):
26377         Free memory when done. Don't call gst_event_filler_get_duration on
26378         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26379         g_warning.
26380         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26381         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26382         (gst_sw_srclink), (gst_smoothwave_chain):
26383         Draw solid lines, prettier colours.
26384         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26385         Add a default palette that'll work for some movies.
26386         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26387         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26388         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26389         * gst/mpegstream/gstdvddemux.h:
26390         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26391         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26392         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26393         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26394         * gst/mpegstream/gstmpegparse.h:
26395         Use PTM/NAV events when for timestamp adjustment when connected to 
26396         dvdnavsrc. Don't use many discont events where one suffices.
26397         * gst/playback/gstplaybasebin.c: (group_destroy),
26398         (gen_preroll_element), (gst_play_base_bin_add_element):
26399         * gst/playback/gstplaybasebin.h:
26400         Make sure we remove subtitles from the same bin we put them in.
26401         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26402         (gst_subparse_buffer_format_autodetect),
26403         (gst_subparse_change_state):
26404         Fix some memleaks and invalid accesses.
26405         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26406         (oggskel_type_find), (cmml_type_find), (plugin_init):
26407         Some typefind functions for Annodex v3.0 files
26408         * gst/wavparse/gstwavparse.h:
26409         GstRiffReadClass is the correct parent class.
26410
26411 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26412
26413         * gst-libs/gst/riff/riff-media.c:
26414         (gst_riff_create_video_caps_with_data):
26415           Add extradata to huffyuv (fixes #165013).
26416         * gst-libs/gst/riff/riff-read.c:
26417         (gst_riff_read_strf_vids_with_data):
26418           Fix extradata extraction if it is in the chunk size.
26419
26420 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26421
26422         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26423
26424         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26425         (gst_quarktv_change_state), (gst_quarktv_dispose):
26426           Memory free'ing location fix (#164708).
26427
26428 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26429
26430         * gst/playback/gstplaybasebin.c: (group_commit),
26431         (gen_preroll_element), (probe_triggered), (gen_source_element),
26432         (setup_source), (gst_play_base_bin_change_state),
26433         (gst_play_base_bin_add_element):
26434           Don't block for streams.
26435         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26436         (gst_stream_info_set_mute):
26437           Use gst_pad_set_active_recursive.
26438
26439 2005-01-25  Andy Wingo  <wingo@pobox.com>
26440
26441         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26442         for #ifndef HAVE_XVIDEO.
26443
26444 2005-01-24  Jeffrey C. Ollie
26445
26446         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26447
26448         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26449         * ext/gsm/gstgsmdec.h:
26450         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26451         * ext/gsm/gstgsmenc.h:
26452         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26453         was given by property. Add proper buffer timestamps and offsets.
26454
26455 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26456
26457         * gst-libs/gst/riff/riff-media.c:
26458         (gst_riff_create_audio_caps_with_data):
26459           Audio can be <8000Hz.
26460
26461 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26462
26463         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26464           Explicit state change to workaround refcount bugs.
26465
26466 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26467
26468         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26469         (gst_avimux_riff_get_avi_header):
26470           Fix...
26471
26472 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26473
26474         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26475         (gst_riff_read_element_data):
26476         * gst-libs/gst/riff/riff-read.h:
26477           Add _peek version (req'ed in CDXA).
26478         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26479         (gst_cdxaparse_loop):
26480           Fix parsing in playbin.
26481         * gst/playback/gstdecodebin.c: (close_pad_link):
26482           Ignore current_ pads, they cause major annoyance.
26483
26484 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26485
26486         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26487           Safety guard.
26488
26489 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26490
26491         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26492           Fix padding...
26493
26494 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26495
26496         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26497           Allow for 0-sized buffers. Fixes length query problems in
26498           starwars.mkv from the testsuite.
26499
26500 2005-01-19  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26501
26502         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26503         (gst_video_box_i420), (gst_video_box_chain):
26504           Fix row strides for I420 (fixes #163159)
26505           
26506 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26507
26508         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26509           MPEG2 has a useful rate property, so we can actually use that.
26510           For MPEG-1, continue using the bytes/time properties.
26511
26512 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26513
26514         * gst-libs/gst/riff/riff-media.c:
26515         (gst_riff_create_video_caps_with_data),
26516         (gst_riff_create_video_template_caps):
26517           Add intel-h263.
26518
26519 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26520
26521         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26522           Fail if caps negotiation fails. Should fix #162184, and should
26523           definately be in there regardless of it fixing the actual bug.
26524         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26525         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26526         (gst_avimux_riff_get_avix_header),
26527         (gst_avimux_riff_get_video_header),
26528         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26529         (gst_avimux_start_file), (gst_avimux_handle_event),
26530         (gst_avimux_change_state):
26531         * gst/avi/gstavimux.h:
26532           Refactor structure writing to use GST_WRITE_UINT macros, add
26533           metadata writing support.
26534
26535 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26536
26537         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26538           Elements may already be destroyed when this function is called.
26539
26540 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26541
26542         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26543         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26544           More memory leak fixes (#149162).
26545
26546 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26547
26548         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26549         (gst_qtdemux_add_stream):
26550           Fix two memleaks.
26551
26552 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26553
26554         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26555           Argh...
26556
26557 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26558
26559         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26560           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26561           when fixating to six channels in Totem.
26562
26563 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26564
26565         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26566           Fix compile warnings on Solaris 10 buildbot
26567
26568 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26569
26570         * ext/dvdread/dvdreadsrc.c: (_read):
26571           Don't read beyond the last cell in a chapter (fixes 
26572           invalid memory access)
26573
26574 2005-01-17  Tim-Philipp MĂ¼ller  <tim at centricular dot net>
26575
26576         * ext/dvdread/stream_labels.c:
26577         (dvdreadsrc_get_audio_stream_labels):
26578           Use NULL for an empty GList instead of g_list_alloc(); fix 
26579           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26580           of GString (easier to bulk free later)
26581
26582 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26583
26584         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26585
26586         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26587         (gst_ffmpeg_pixfmt_to_caps):
26588           Fix BGRA32 caps (#164209).
26589
26590 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26591
26592         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26593
26594         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26595         (gst_ffmpeg_caps_to_pixfmt):
26596           alpha_mask can be RGBA/ABGR. Fixes #164265.
26597
26598 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26599
26600         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26601
26602         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26603         (gst_mpeg2dec_alloc_buffer):
26604         * ext/mpeg2dec/gstmpeg2dec.h:
26605           Crop if decoding size is not the actual image size (#163676).
26606
26607 2005-01-17  Steve Baker  <steve@stevebaker.org>
26608
26609         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26610
26611         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26612         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26613           Add libsndfile typefind functions (#163309).
26614
26615 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26616
26617         * tools/gst-launch-ext-m.m:
26618           Add .aac, fix .m1v/.m2v (#163891).
26619
26620 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26621
26622         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26623           Sanity check, don't wait endlessly since the clock might not
26624           actually run at this point (which is a deadlock). Fixes #164069.
26625
26626 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26627
26628         * gst/playback/gstplaybasebin.c: (probe_triggered):
26629           Of course, only pause if group is done...
26630
26631 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26632
26633         * gst/playback/gstplaybasebin.c: (probe_triggered):
26634           Thread safety.
26635
26636 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26637
26638         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26639           Don't return state change success when the parent
26640           failed.
26641
26642 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26643
26644         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26645           Free events (fix memleak in #162905).
26646
26647 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26648
26649         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26650
26651         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26652         (gst_ffmpeg_caps_to_pixfmt):
26653           Fix for depth = 15. Fixes #161675.
26654
26655 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26656
26657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26658           Set FPS correctly, even for webcams and the like.
26659         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26660           Don error on setting while capturing.
26661
26662 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26663
26664         * ext/dv/gstdvdec.c:
26665         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26666         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26667           I'm a bad boy. using /1001. to force C to do float division
26668           and not integer division (as it did in my last commit)
26669           Thanks to David I. Lehn for pointing this mistake.
26670
26671 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26672
26673         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26674           Revert Johan's 1.35->1.36 since it breaks compat.
26675
26676 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26677
26678         * ext/dv/gstdvdec.c:
26679         * ext/libfame/gstlibfame.c:
26680         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26681         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26682           replace framerate aproximations by their real value
26683           (24000/1001, 30000/1001, 60000/1001)
26684           Finish fixing bug #164049
26685
26686 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26687
26688         * ext/ogg/gstoggmux.c:
26689           eos/bos debugging
26690         * gst/tcp/gstmultifdsink.c:
26691         * gst/tcp/gstmultifdsink.h:
26692         * gst/tcp/gsttcp.c:
26693         * gst/tcp/gsttcp.h:
26694         * gst/tcp/gsttcpclientsink.c:
26695         * gst/tcp/gsttcpclientsrc.c:
26696         * gst/tcp/gsttcpserversink.c:
26697         * gst/tcp/gsttcpserversrc.c:
26698           improve reusability of elements after state changes and errors
26699           make multifdsink throw away streamheaders when receiving new ones
26700
26701 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26702
26703         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26704           Fix for if items are already in list...
26705
26706 2005-01-12  Benjamin Otte  <otte@gnome.org>
26707
26708         * gst/adder/gstadder.c: (gst_adder_loop):
26709           fix adder a bit so it doesn't screw up with events as much anymore
26710
26711 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26712
26713         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26714         (pixbufscale_scale), (gst_pixbufscale_chain):
26715         * ext/gdk_pixbuf/pixbufscale.h:
26716           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26717           to ensure rowstrides are calculated the same way as 
26718           ffmpegcolorspace
26719           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26720           that we pick up duration and offset also.
26721
26722 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26723
26724         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26725         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26726           Reusability fixes.
26727
26728 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26729
26730         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26731         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26732         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26733         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26734           Update flags when requested.
26735
26736 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26737
26738         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26739           Fix dmix.
26740
26741 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26742
26743         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26744         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26745         (probe_triggered), (new_decoded_pad), (gen_source_element),
26746         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26747         * gst/playback/gstplaybasebin.h:
26748         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26749         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26750         (gst_play_bin_change_state):
26751           Implement group-switch signal for use in apps to clear metadata
26752           cache, clean up subtitle, add suburi property instead of # hack,
26753           some error-out fixes.
26754
26755 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26756
26757         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26758           Debug.
26759         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26760           If we got a state change in the _get handler, don't return success.
26761
26762 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26763
26764         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26765         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26766           Make jpegdec quiet on MJPEG decoding
26767         * gst/asfdemux/README:
26768           Fix mimetypes for MJPEG and H263
26769
26770 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26771
26772         * ext/theora/theoradec.c: (theora_dec_chain):
26773           Fix broken code generation by gcc by swapping arguments.
26774         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26775           Fix \n in debug.
26776
26777 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26778
26779         * TODO:
26780           delete this file, it is by far outdated
26781         * ext/alsa/gstalsa.1: remove
26782         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26783         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26784         (gst_alsa_get_caps):
26785           Add HW probing for supported sample rates. Fixes #161704
26786
26787 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26788
26789         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26790           Don't crash, biatch! :).
26791
26792 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26793
26794         * ext/musepack/gstmusepackreader.cpp:
26795         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26796           Some work on tags - still doesn't work in playbin...
26797         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26798           Handle events...
26799
26800 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26801
26802         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26803           Also shove tags on kid pads.
26804
26805 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26806
26807         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26808           Don't bail on unknown events.
26809         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26810           Don't crash on events before negotiation.
26811         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26812           Send tags on pads, too.
26813         * gst/playback/gststreamselector.c:
26814         (gst_stream_selector_request_new_pad):
26815           Forward events on first pad if no input was selected yet.
26816
26817 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26818
26819         * gst/playback/gstplaybasebin.c: (setup_substreams):
26820           Don't disable streamtype if the stream doesn't exist, since
26821           then playing a video after audio will disable both and nothing
26822           will happen. Fixes the testsuite.
26823
26824 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26825
26826         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26827         (gst_v4l_xoverlay_set_xwindow_id):
26828         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26829         (gst_v4l2_xoverlay_set_xwindow_id):
26830           Add debug categories, fix overlay disabling.
26831
26832 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26833
26834         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26835         * ext/alsa/gstalsa.h:
26836           Add HW probing for period_count/size and buffer_size MIX/MAX
26837           Adjust default/user defined value if out of bounds
26838           Should fix bug #162024
26839
26840 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26841
26842         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26843           Fix warning (#161191).
26844
26845 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26846
26847         * ext/dvdread/stream_labels.c:
26848         (dvdreadsrc_get_audio_stream_labels):
26849           Fix warning (init the good variable in switch default)
26850
26851 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26852
26853         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26854
26855         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26856           Fix gcc-2.95 compile (#163485).
26857
26858 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26859
26860         * configure.ac:
26861         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26862         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26863         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26864         (gst_flacenc_change_state):
26865         * ext/flac/gstflacenc.h:
26866           Update for API change in flac-1.1.1. Update requirement in
26867           configure.ac. Fixes #162974.
26868
26869 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26870
26871         * gst/playback/gstplaybasebin.c: (group_destroy):
26872           Remove hack to get rid of assert and get rid of unlinked
26873           signals properly.
26874
26875 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26876
26877         * gst/playback/gstplaybasebin.c: (setup_source):
26878           Set source to NULL so that resources are free'ed. Fixes issues
26879           with playback of CDDA and similar device-accessing things.
26880
26881 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26882
26883         * testsuite/embed/Makefile.am:
26884           test->noinst, fix make test in buildbot.
26885
26886 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26887
26888         * ext/dvdread/stream_labels.c: new file
26889         * ext/dvdread/stream_labels.h: new file
26890         * ext/dvdread/Makefile.am:
26891         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26892           Extract audio stream label from DVD IFO files.
26893           It only dump them on the console for now, still have to
26894           make playbin aware of them.
26895
26896 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26897
26898         * gst/playback/gstplaybasebin.c: (setup_source):
26899           Fix hanging subs.
26900
26901 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26902
26903         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26904         (gen_preroll_element), (remove_groups), (setup_subtitle),
26905         (gen_source_element), (setup_source):
26906         * gst/playback/gstplaybasebin.h:
26907           Multiple .sub files is just a stupid idea... Fix some threading
26908           mistakes. Interestingly, external .sub files cause playbin to
26909           hang, I don't know why... Parsing fixes contributed by Fran??ois
26910           Kooman <fkooman@tuxed.net>.
26911
26912 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26913
26914         * testsuite/embed/Makefile.am:
26915           Fix buildbot.
26916
26917 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26918
26919         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26920
26921         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26922         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26923         (gst_pngenc_set_property):
26924         * ext/libpng/gstpngenc.h:
26925           Add compression level property (#163323).
26926
26927 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26928
26929         * configure.ac:
26930         * examples/capsfilter/capsfilter1.c: (main):
26931         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26932         * ext/dvdread/Makefile.am:
26933         * ext/dvdread/demo-play:
26934         * ext/dvdread/demo-play.c:
26935         * gconf/gstreamer.schemas.in:
26936         * gst-libs/gst/gconf/gconf.c:
26937         * sys/v4l/TODO:
26938         * testsuite/Makefile.am:
26939         * testsuite/embed/Makefile.am:
26940         * testsuite/embed/embed.c: (cb_expose), (main):
26941           Remove all references to xvideosink, fix examples (#140845).
26942         * gst/playback/gstplaybasebin.c: (group_destroy):
26943           Apparently, disposal does not unlink - so do explicitely.
26944         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26945           Add debug.
26946
26947 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26948
26949         * README: fix PKG_CONFIG_PATH instructions, what was there
26950         previously was breaking default search path, not nice. 
26951         Fixes #163358
26952
26953 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26954
26955         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26956         (gst_audioscale_chain):
26957           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26958           when resampling - how the ^@$^!@^! is this possible?!?
26959
26960 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26961
26962         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26963           Reset variables on READY.
26964         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26965         (gst_matroska_mux_loop):
26966           Require data before writing header.
26967
26968 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26969
26970         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26971
26972         * ext/mad/gstmad.c: (gst_mad_chain):
26973           Don't call mad_stream_sync() directly after recovering sync.
26974           Fixes #151661.
26975
26976 2005-01-09  Martin Eikermann  <meiker@upb.de>
26977
26978         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26979
26980         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26981         (snapshot_handler), (gst_snapshot_sinkconnect),
26982         (gst_snapshot_chain):
26983           Allocate resources when required, fix recursive signal emission
26984           and fix caps. Fixes #161667.
26985
26986 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26987
26988         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26989
26990         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26991         (gst_pngdec_chain):
26992           Handle only 8-bppc (bits-per-pixel-component) images, better
26993           error handling and correct strides. Fixes #163177.
26994         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26995         (gst_pngenc_chain):
26996           Better error handling. Fixes #163348.
26997
26998 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26999
27000         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27001         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27002         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27003         (dvdnavsrc_uri_handler_init):
27004           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27005         * gst/playback/gstplaybasebin.c: (gen_source_element):
27006           Add MMS to streaming URIs.
27007
27008 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27009
27010         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27011         * sys/xvimage/xvimagesink.c:
27012         (gst_xvimagesink_navigation_send_event):
27013           Check for pad availability before sending event.
27014
27015 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27016
27017         * gst-plugins.spec.in:
27018           Add subparse.
27019
27020 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27021
27022         * configure.ac:
27023           Since we use functions from CVS, up requirement.
27024
27025 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27026
27027         * gst/playback/Makefile.am:
27028         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27029         (group_destroy), (group_commit), (group_is_muted),
27030         (gen_preroll_element), (add_stream), (unknown_type),
27031         (probe_triggered), (preroll_unlinked), (mute_stream),
27032         (silence_stream), (new_decoded_pad), (setup_substreams),
27033         (setup_source), (get_active_source), (mute_group_type),
27034         (muted_group_change_state), (set_active_source),
27035         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27036         (play_base_eos), (gst_play_base_bin_change_state):
27037         * gst/playback/gstplaybasebin.h:
27038         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27039         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27040         (gst_stream_info_dispose), (stream_info_mute_pad),
27041         (stream_info_change_state), (gst_stream_info_set_mute):
27042         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27043         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27044         (gst_stream_selector_init), (gst_stream_selector_dispose),
27045         (gst_stream_selector_get_linked_pad),
27046         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27047         (gst_stream_selector_get_linked_pads),
27048         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27049         * gst/playback/gststreamselector.h:
27050           Adding stream selection support plus required properties for
27051           applications to use this. Fully fixes #100931.
27052
27053 2005-01-08  Benjamin Otte  <otte@gnome.org>
27054
27055         * gst/games/gstpuzzle.c: (nav_event_handler):
27056           - handle nav events differently: forward every event no matter if it
27057             was handled or not.
27058           - translate events
27059           You can now cheat by using navigationtest ! puzzle and moving the
27060           mouse close to the edge of a tile. ;)
27061
27062 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27063
27064         * configure.ac:
27065         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27066         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27067         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27068         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27069         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27070         (gst_ogm_parse_plugin_init):
27071         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27072         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27073         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27074         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27075         * ext/pango/gsttextoverlay.h:
27076         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27077         (gst_matroska_demux_handle_seek_event),
27078         (gst_matroska_demux_sync_streams),
27079         (gst_matroska_demux_parse_blockgroup),
27080         (gst_matroska_demux_subtitle_caps),
27081         (gst_matroska_demux_plugin_init):
27082         * gst/matroska/matroska-ids.h:
27083         * gst/playback/gstdecodebin.c: (close_pad_link):
27084         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27085         (gen_preroll_element), (remove_groups), (add_stream),
27086         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27087         (setup_source):
27088         * gst/playback/gstplaybasebin.h:
27089         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27090         * gst/subparse/Makefile.am:
27091         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27092         (gst_subparse_base_init), (gst_subparse_class_init),
27093         (gst_subparse_init), (gst_subparse_formats),
27094         (gst_subparse_eventmask), (gst_subparse_event),
27095         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27096         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27097         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27098         (parse_mpsub_deinit), (parse_mpsub_init),
27099         (gst_subparse_buffer_format_autodetect),
27100         (gst_subparse_format_autodetect), (gst_subparse_loop),
27101         (gst_subparse_change_state), (gst_subparse_type_find),
27102         (plugin_init):
27103         * gst/subparse/gstsubparse.h:
27104         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27105         (plugin_init):
27106           Add subtitle support, .sub parser (supports SRT and MPsub),
27107           OGM text support, Matroska UTF-8 text support, deadlock fixes
27108           all over the place, subtitle awareness in decodebin/playbin
27109           and some fixes to textoverlay to handle subtitles in a stream
27110           correctly. Fixes #100931.
27111
27112 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27113
27114         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27115           Check for pad availability before doing a query on it.
27116
27117 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27118
27119         * ext/dv/gstdvdec.c:
27120           really fix bpp24/32 dvdec caps (classic rgba indeed)
27121         * gst/asfdemux/gstasfdemux.c:
27122         (gst_asf_demux_process_ext_content_desc):
27123           don't send text tags if they are empty (bis repetita)
27124
27125 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27126
27127         * ext/dv/gstdvdec.c:
27128          remove unneeded comment from dvdec
27129           (related to DV 4CC codes in AVI files)
27130           moved them in gstreamer/docs/random/mimetypes
27131         * gst/asfdemux/gstasfdemux.c:
27132         (gst_asf_demux_process_ext_content_desc):
27133          don't send text tags if they are empty
27134          fix mem leak on error path
27135         * gst/ffmpegcolorspace/avcodec.h:
27136         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27137         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27138         (gst_ffmpegcsp_avpicture_fill):
27139         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27140         * gst/ffmpegcolorspace/imgconvert_template.h:
27141          adds BGR32 and BGRA32 to ffmpegcolorspace
27142           (still bad colors, fixing it on next commit)
27143           helps with dvdec outputing BGR32
27144
27145 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27146
27147         * ext/dv/gstdvdec.c:
27148          Fix audio caps i just broke (missing ',')
27149         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27150         (gst_matroska_mux_reset):
27151          Fix typo + add FIXME about old "x-gst-metadata" crap
27152
27153 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27154
27155         * ext/dv/demo-play.c: (main):
27156          xvideosink -> xvimagesink
27157         * ext/dv/gstdvdec.c:
27158          change rgb 32/32 caps to 24/32 (no alpha)
27159          change nb of channels to be a list (2 or 4, not 2)
27160          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27161         * gst/asfdemux/gstasfdemux.c:
27162         (gst_asf_demux_process_ext_content_desc):
27163          Add 'date/year' to extracted metadata list
27164
27165 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27166
27167         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27168           The return value of fixate_to does not imply that the requested
27169           value was set, so don't assume.
27170
27171 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27172
27173         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27174
27175         * ext/libpng/gstpngdec.c:
27176         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27177         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27178         * ext/libpng/gstpngenc.h:
27179           Alpha support (encoder; #163161), mime fixage.
27180
27181 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27182
27183         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27184
27185         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27186         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27187         (gst_faac_set_property), (gst_faac_get_property):
27188         * ext/faac/gstfaac.h:
27189           Allow for ADTS output (#153434).
27190
27191 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27192
27193         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27194           Fix against template (#150576).
27195
27196 2005-01-06  Benjamin Otte  <otte@gnome.org>
27197
27198         * gst/games/gstpuzzle.c: (draw_puzzle):
27199           don't draw a puzzle if either width or height of tiles would be 0.
27200
27201 2005-01-06  Benjamin Otte  <otte@gnome.org>
27202
27203         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27204         (gst_puzzle_class_init), (gst_puzzle_finalize):
27205           no memleaks, please
27206         (gst_puzzle_create), (gst_puzzle_init),
27207         (gst_puzzle_set_property), (gst_puzzle_setup):
27208           change initialization code around so we don't reshuffle on resize
27209         (draw_puzzle):
27210           fix another stupid typo
27211
27212 2005-01-06  Benjamin Otte  <otte@gnome.org>
27213
27214         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27215           fix stupid typo that borked copying on YUY2
27216
27217 2005-01-06  Benjamin Otte  <otte@gnome.org>
27218
27219         * gst/games/gstpuzzle.c: (draw_puzzle):
27220           fix edges when image sizes aren't multiples of tile sizes
27221
27222 2005-01-06  Benjamin Otte  <otte@gnome.org>
27223
27224         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27225           make RGB endianness work correctly
27226         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27227           refactor and fix race with initial shuffling
27228         (nav_event_handler):
27229           allow using the mouse to puzzle
27230         (draw_puzzle):
27231           insist on tiles having width and height as multiples of 4 to get
27232           clean YUV image handling
27233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27234         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27235           s/DEBUG/LOG/ for common messages
27236         (gst_xvimagesink_navigation_send_event):
27237           fix mouse event translation to not include screen PAR
27238         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27239           fix mouse event translation to actually work
27240
27241 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27242
27243         * gst/asfdemux/gstasfdemux.c:
27244         (gst_asf_demux_process_ext_content_desc):
27245          Extract TrackNumber metadata + clean up code
27246         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27247          Hope this is the good fix (var used unitialised)
27248
27249 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27250
27251         * ext/faad/gstfaad.c: (gst_faad_chain):
27252           Only increment timestamp if it's valid. Fixes raw AAC streams.
27253
27254 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27255
27256         * configure.ac:
27257         * gst/games/Makefile.am:
27258         * gst/games/gstpuzzle.c:
27259           add a puzzle game with...
27260         * gst/games/gstvideoimage.c:
27261         * gst/games/gstvideoimage.h:
27262           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27263           from videotestsrc and made into something that would be a nice
27264           library for a lot of other plugins.
27265
27266 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27267
27268         * configure.ac:
27269          don't compile faad plugin if a RC of 2.0 is found
27270          Fixes #155346 (and FC1 buildbot)
27271         * gst/asfdemux/gstasfdemux.c:
27272         (gst_asf_demux_process_ext_content_desc):
27273          try to make Solaris compiler happier
27274
27275 2005-01-06  Paul Jack  <pjack@sfaf.org>
27276
27277         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27278
27279         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27280           Fix segfault (#161667).
27281
27282 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27283
27284         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27285           Fix framerate reporting.
27286
27287 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27288
27289         * gst-libs/gst/riff/riff-ids.h:
27290         * gst/wavenc/riff.h:
27291          Add AMR (VBR and CBR) ids to riff.h audio codec list
27292         * gst/asfdemux/gstasfdemux.c:
27293         (gst_asf_demux_process_ext_content_desc),
27294         (gst_asf_demux_process_object):
27295           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27296
27297 2005-01-05  Martin Eikermann  <meiker@upb.de>
27298
27299         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27300
27301         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27302         (gst_dvd_demux_handle_discont):
27303         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27304         (gst_mpeg_demux_handle_discont):
27305           Recreate pads on new-media (#160730).
27306         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27307           Send discont even if manager changes timestamps (#161929).
27308
27309 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27310
27311         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27312
27313         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27314           Fix invalid memory access (#159211).
27315
27316 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27317
27318         * examples/gstplay/player.c: (main):
27319           Don't iterate.
27320         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27321           Add visualizations.
27322         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27323         (gst_a52dec_handle_frame):
27324           Set duration.
27325         * ext/dvdnav/gst-dvd:
27326           Add audioconvert. Fixes #161325.
27327         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27328           Explicitely case to gint64. Possible valgrind error.
27329         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27330         (gst_play_tick_callback), (gst_play_change_state),
27331         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27332         (gst_play_set_location), (gst_play_get_location),
27333         (gst_play_seek_to_time), (gst_play_set_data_src),
27334         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27335         (gst_play_set_visualization), (gst_play_connect_visualization),
27336         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27337         (gst_play_new):
27338           Use playbin. Fixes #139749 and #147744.
27339         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27340           Add genre tag.
27341         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27342         (audioscale_get_type), (gst_audioscale_base_init),
27343         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27344         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27345         (gst_audioscale_link), (gst_audioscale_get_buffer),
27346         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27347         (gst_audioscale_init), (gst_audioscale_dispose),
27348         (gst_audioscale_chain), (gst_audioscale_set_property),
27349         (gst_audioscale_get_property), (plugin_init):
27350           Indent properly.
27351         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27352           Fix LPCM.
27353         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27354         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27355         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27356           Add more metadata (fixes #162656).
27357
27358 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27359
27360         * configure.ac:
27361           back to cvs
27362
27363 === release 0.8.7 ===
27364
27365 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27366
27367         * NEWS:
27368         * RELEASE:
27369         * configure.ac:
27370           releasing 0.8.7, "Hyperspace"
27371
27372 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27373
27374         patch by: Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27375
27376         * gst/playback/gstplaybasebin.c:
27377          Fix for #162924 - free caps after use, not before
27378
27379 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27380
27381         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27382
27383         * gst/playback/gstplaybasebin.c:
27384         * gst/wavparse/gstwavparse.c:
27385           Fix for #154773 - fixes playback of small .wav files
27386
27387 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27388
27389         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27390
27391         * gst/audioscale/gstaudioscale.c:
27392           Fix for #162819 - make audioscale reusable
27393           Fixes playback of more than one file with playbin/totem
27394
27395 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27396
27397         * gst/ffmpegcolorspace/avcodec.h:
27398         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27399         * gst/ffmpegcolorspace/imgconvert.c:
27400           clean up the mess that made me cry and avoid needless duplication
27401
27402 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27403
27404         * gst/ffmpegcolorspace/imgconvert.c:
27405           give some indication of why we're segfaulting
27406
27407 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27408
27409         * configure.ac:
27410           Fix indentation, fix v4l2 plugin detection.
27411         * ext/Makefile.am:
27412           Fix libmms location (Maciej, use diff -u!).
27413         * ext/alsa/gstalsa.c: (gst_alsa_init):
27414           Initialize caps cache to NULL.
27415         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27416           Only change state on audiosink if it exists.
27417
27418 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27419
27420         * gst/matroska/matroska-demux.c:
27421         * gst/matroska/matroska-ids.h:
27422         * gst/matroska/matroska-demux.h:
27423         Fix Vorbis streams failing to decode in some files, where cluster_time
27424         isn't 0, because then it doesn't send codec_priv before actual data.
27425         Remove time-based test and replace it with marker set on beginning of
27426         new stream
27427
27428 2004-12-28  David Schleef  <ds@schleef.org>
27429
27430         Merge patch from Ronald fixing problems with streaming
27431         text.
27432         * ext/cairo/gstcairo.c: (plugin_init):
27433         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27434         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27435         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27436         (gst_textoverlay_font_init), (gst_textoverlay_init),
27437         (gst_textoverlay_set_property):
27438         * ext/cairo/gsttextoverlay.h:
27439
27440 2004-12-27  David Schleef  <ds@schleef.org>
27441
27442         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27443         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27444         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27445         (gst_textoverlay_font_init), (gst_textoverlay_init),
27446         (gst_textoverlay_set_property): Improvements to actually
27447         render text as white on black outline on video, including
27448         font selection and horizontal/vertical alignment.  (Ronald's
27449         christmas present)
27450         * ext/cairo/gsttextoverlay.h:
27451
27452 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27453
27454         * ext/ogg/gstogg.c:
27455         * ext/ogg/gstogmparse.c:
27456           fix ogm[audio/video]parse plugin registration
27457           (riff won't load if bytestream is already loaded)
27458
27459 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27460
27461         * gst/audioconvert/gstchannelmix.c:
27462           fix for GLIB < 2.4
27463
27464 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27465
27466         * Makefile.am:
27467         * configure.ac:
27468           disable docs again until it actually passes make distcheck.
27469
27470 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27471
27472         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27473         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27474         (plugin_init):
27475           Add 3GP (variables name Q3GP because they can't start with a
27476           number). Add samr audio fourcc (used in .3gp files), decoder
27477           is work in progress. Also do a GST_WARNING instead of ERROR
27478           in case of unknown nodes, to decrease output.
27479
27480 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27481
27482         * Makefile.am:
27483           really fix dist
27484
27485 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27486
27487         * configure.ac:
27488         * ext/speex/gstspeexdec.h:
27489         * ext/speex/gstspeexenc.h:
27490           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27491           Fix detection code in configure.ac
27492
27493 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27494
27495         * gst/matroska/matroska-demux.c:
27496         (gst_matroska_demux_parse_blockgroup):
27497           Save position, so that queries give proper return values. Don't
27498           know how this could ever have worked before...
27499
27500 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27501
27502         * configure.ac:
27503           Put additional LAME check inside the conditional.  Fixes #152339
27504
27505 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27506
27507         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27508         (gst_avi_demux_stream_scan):
27509           Add some more debug. Fix logic error when setting movi offset
27510           while reading index.
27511
27512 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27513
27514         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27515         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27516         (gst_avi_demux_process_next_entry):
27517           Add some debugging. Better detection of broken indexes and the
27518           accompanying index recovery. No infinite loops on state changes
27519           when we're still in our loopfunction.
27520
27521 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27522
27523         * configure.ac:
27524           Fix up.
27525
27526 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27527
27528         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27529
27530         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27531           Normalizing the value before setting
27532         (gst_sunaudiomixer_get_volume):
27533           Normalizing the value after getting. Fixes bug# 161980
27534
27535 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27536
27537         * Makefile.am: Make sure docs gets disted
27538         * docs/Makefile.am: Make sure all needed files get disted
27539         * gst-plugins.spec.in: latest updates
27540
27541 2004-12-22  Wim Taymans  <wim@fluendo.com>
27542
27543         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27544         Revert patch 1.38 as clock distribution over schedulers does
27545         not work correcly in the core yet.
27546
27547 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27548
27549         * sys/oss/README: remove this file, which predates my birth
27550           (and which content is by far outdated)
27551
27552 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27553
27554         * Makefile.am:
27555         * configure.ac:
27556         * docs/Makefile.am:
27557         * docs/libs/Makefile.am:
27558         * docs/libs/gst-plugins-libs-docs.sgml:
27559         * docs/libs/gst-plugins-libs-sections.txt:
27560         * docs/libs/tmpl/gstgconf.sgml:
27561         * docs/upload.mak:
27562         * docs/version.entities.in:
27563           Added boilerplate gtk-doc files for plugin-libs documentation.
27564
27565 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27566
27567         * gst/auparse/gstauparse.c: fix int and float audio caps
27568
27569 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27570
27571         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27572         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27573           g_assert() can be a macro, don't use #ifdef inside it.
27574
27575 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27576
27577         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27578
27579         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27580         (gst_videorate_init), (gst_videorate_chain),
27581         (gst_videorate_change_state):
27582           Event handling (fixes #159986).
27583
27584 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27585
27586         * gst-libs/gst/riff/riff-media.c:
27587         (gst_riff_create_video_caps_with_data):
27588           Add BLZ0 (Blizzard's version of DivX) fourcc.
27589
27590 2004-12-18  David Schleef  <ds@schleef.org>
27591
27592         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27593         portability fix.
27594
27595 2004-12-18  David Schleef  <ds@schleef.org>
27596
27597         * gst/tta/ttadec.h: Disable some header code that isn't used
27598         and clearly isn't portable.
27599
27600 2004-12-18  David Schleef  <ds@schleef.org>
27601
27602         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27603         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27604         (avcodec_get_pix_fmt), (avpicture_layout),
27605         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27606         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27607         Fix code to not use GCC extensions (and c99 extensions that
27608         Forte does not like.)
27609
27610 2004-12-19  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
27611
27612         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27613
27614         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27615         (gst_deinterlace_chain):
27616           Rowstride fixes. Fixes #161039.
27617         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27618         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27619         (gst_video_crop_getcaps), (gst_video_crop_link),
27620         (gst_video_crop_i420), (gst_video_crop_chain),
27621         (gst_video_crop_change_state):
27622           Rework of negotiation. Actually works now. Fixes #158650.
27623
27624 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27625
27626         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27627           That was very stupid.
27628
27629 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27630
27631         * gst/matroska/matroska-demux.c:
27632         (gst_matroska_demux_parse_blockgroup):
27633           Fix possible crasher.
27634
27635 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27636
27637         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27638         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27639           Lace sizes can be zero.
27640
27641 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27642
27643         * ext/musepack/gstmusepackdec.cpp:
27644           Fetch error return values. Fixes #161624.
27645         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27646           Really EOS.
27647
27648 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27649
27650         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27651           Work for truncated (unfinished download etc.) files. Fixes #160514.
27652
27653 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27654
27655         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27656           Fix for integer overflow. Makes #156001 not crash. Probably masks
27657           the real bug.
27658
27659 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27660
27661         * gst/ac3parse/gstac3parse.c: (plugin_init):
27662           Parsers never have ranks. Fixes #159651.
27663
27664 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27665
27666         * gst/playback/gstdecodebin.c: (compare_ranks):
27667           make sure the facotries are ordered the same every time even if they
27668           have the same rank by using the name
27669         * gst/playback/gstdecodebin.c: (find_compatibles):
27670           make sure we don't add factories to the list twice
27671
27672 2004-12-16  David Schleef  <ds@schleef.org>
27673
27674         * configure.ac: look for musepack headers as musepack/*.h
27675         (fixes #159847)
27676         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27677         * ext/musepack/gstmusepackreader.h: same
27678
27679 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27680
27681         * gst-libs/gst/riff/riff-read.c:
27682         (gst_riff_read_strf_auds_with_data):
27683           Read extradata correctly (fixes #155879).
27684
27685 2004-12-16  David Schleef  <ds@schleef.org>
27686
27687         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27688         audio.  does _not_ attempt or allow conversion unless channels
27689         is 1 or 2.
27690
27691 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27692
27693         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27694
27695 2004-12-16  David Schleef  <ds@schleef.org>
27696
27697         * gst/audioscale/gstaudioscale.c: the resample library only
27698         handles 1 or 2 channels.  Change caps to compensate.
27699
27700 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27701
27702         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27703         (gst_matroska_demux_audio_caps):
27704           Some MPEG-AAC hacks, because else it doesn't work...
27705
27706 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27707
27708         * gst-libs/gst/riff/riff-media.c:
27709         (gst_riff_create_video_caps_with_data),
27710         (gst_riff_create_video_template_caps):
27711           Add h264.
27712
27713 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27714
27715         * gst-libs/gst/audio/Makefile.am:
27716           Try to fix buildbot.
27717
27718 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27719
27720         * gst/tcp/gstmultifdsink.c:
27721           Clean up and uniformize debugging.
27722
27723 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27724
27725         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27726
27727         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27728         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27729         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27730         (gst_mpeg_demux_change_state):
27731           Reset on ready. Fixes 160276.
27732
27733 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27734
27735         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27736
27737         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27738         (gst_ffmpegcsp_pad_link):
27739           Fix memleak (#154815).
27740
27741 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27742
27743         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27744
27745         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27746         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27747         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27748         * ext/musicbrainz/gsttrm.h:
27749           Add support for using a proxy server when getting a trm id from
27750           the MusicBrainz database (#149613).
27751
27752 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27753
27754         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27755
27756         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27757         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27758           Fix memleaks (#157233).
27759
27760 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27761
27762         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27763
27764         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27765         * gst-libs/gst/resample/resample.h:
27766         * gst/audioscale/gstaudioscale.c:
27767           Fix memleak (#159215).
27768
27769 2004-12-16  Toni Willberg  <toniw@iki.fi>
27770
27771         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27772
27773         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27774         * sys/oss/oss_probe.c: (main):
27775           Check for mono/stereo support (similar to samplerate probing),
27776           fixes #159433. Also add missing copyright header to oss_probe.c.
27777
27778 2004-12-15  David Schleef  <ds@schleef.org>
27779
27780         * configure.ac: add audioresample and cairo plugins.  Remove
27781         HAVE_MMX stuff, because it's not used.
27782         * ext/Makefile.am: same
27783         * ext/audioresample/Makefile.am: You are not ready for an
27784         audio resampling element based on audioresample.
27785         * ext/audioresample/gstaudioresample.c:
27786         * ext/audioresample/gstaudioresample.h:
27787         * ext/cairo/Makefile.am: You are not ready for overlay elements
27788         based on cairo.  Don't look too closely, these elements kinda
27789         suck right now.
27790         * ext/cairo/gstcairo.c: new
27791         * ext/cairo/gsttextoverlay.c: new
27792         * ext/cairo/gsttextoverlay.h: new
27793         * ext/cairo/gsttimeoverlay.c: new
27794         * ext/cairo/gsttimeoverlay.h: new
27795         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27796         problem with compilers that don't support variadic macros.
27797
27798 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27799
27800         Reviewed by:  David Schleef  <ds@schleef.org>
27801
27802         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27803         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27804         bit.  Also ran indent-gst.
27805         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27806         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27807         (gst_sunaudiosrc_setparams):
27808
27809 2004-12-14  David Schleef  <ds@schleef.org>
27810
27811         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27812         output rate to 16000.  Should fix #160235.
27813
27814 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27815
27816         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27817         Add typefinding for mpeg2 pes streams
27818
27819 2004-12-13  David Schleef  <ds@schleef.org>
27820
27821         * configure.ac:  Applied patch from bug #143659, making default
27822         sources and sinks OS-dependent (for Solaris), and added code
27823         for OS/X.
27824         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27825
27826 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27827
27828         * gst-libs/gst/riff/riff-media.c:
27829           forgot to add h2.64 to avidemux template caps
27830
27831 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27832
27833         * gst/wavenc/riff.h:
27834         * gst-libs/gst/riff/riff-media.c:
27835         * gst-libs/gst/riff/riff-ids.h:
27836         * gst/avi/gstavimux.c
27837         add 4CC code for VideoSoft h264 in AVI (VSSH)
27838           fixes bug #160655
27839         remove s323 from riff, it's quicktime specific :(
27840
27841 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27842
27843         * gst/asfdemux/README
27844         * gst/wavenc/riff.h
27845         * gst-libs/gst/riff/riff-ids.h
27846         * gst-libs/gst/riff/riff-media.c
27847         * gst/qtdemux/qtdemux.c:
27848           add new 4CC codes for h263 related codecs
27849           fixes partially bug #155163
27850
27851 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27852
27853         * configure.ac: Update polyaudio requirement to 0.7
27854         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27855
27856 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27857
27858         * gst/interleave/deinterleave.c:
27859         fix my name's spelling! :)
27860
27861 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27862
27863         * AUTHORS ChangeLog
27864         * gst/auparse/gstauparse.c
27865         * gst/interleave/deinterleave.c
27866         * gst/law/:
27867                 alaw-decode.c alaw-encode.c
27868                 mulaw-decode.c mulaw-encode.c
27869         * gst/oneton/gstoneton.c
27870         * sys/osxaudio/:
27871                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27872         * sys/osxvideo/:
27873                 cocoawindow.h cocoawindow.m
27874                 osxvideosink.h osxvideosink.m
27875
27876         put the same mail address for Zaheer Abbas Merali everywhere
27877
27878 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27879
27880         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27881           Align by packetsize, and assert that we a packet available before
27882           playing. The first makes webstreams work (they often include
27883           trailing padding data in a packet), the second allows pausing a
27884           ASF stream in totem without getting demux errors afterwards.
27885
27886 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27887
27888         * ext/ogg/gstoggdemux.c: (get_relative):
27889           Check for non-NULL before accessing member (end-of-chain).
27890
27891 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27892
27893         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27894         (cdparanoia_set_property), (cdparanoia_get_property):
27895         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27896         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27897         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27898         (dvdreadsrc_init), (dvdreadsrc_set_property),
27899         (dvdreadsrc_get_property):
27900         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27901         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27902           Synchronize property names where not yet the case. Devices are
27903           now device=X, other versions are deprecated (but still exist).
27904           Also use g_free() unconditionally.
27905         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27906         (setup_source), (gst_play_base_bin_get_property):
27907           Expose source.
27908
27909 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27910
27911         * configure.ac: move GCONF macro outside conditional for the am
27912           conditional. Fixes #160439
27913
27914 2004-12-08  David Schleef  <ds@schleef.org>
27915
27916         * tools/gst-visualise-m.m: Switch to elements that currently
27917         exist.
27918
27919 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27920
27921         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27922           We love wrong commas.
27923
27924 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27925
27926         * gst/matroska/matroska-demux.c:
27927         (gst_matroska_demux_handle_src_query):
27928           Don't set DEFAULT, unsupported - makes length display incorrectly
27929           in some cases.
27930
27931 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27932
27933         * gst/monoscope/README: remove blurb about files being GPL
27934         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27935         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27936           monoscope is now effectively LGPL licensed
27937
27938 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27939
27940         * gst/monoscope/README: Update information to be more correct
27941         * gst/monoscope/convolve.c: Relicense to LGPL
27942         * gst/monoscope/convolve.h: Relicense to LGPL
27943
27944 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27945
27946         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27947           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27948         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27949           set default_duration for mpeg1 audio
27950
27951 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27952
27953         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27954         * ext/alsa/gstalsa.h:
27955           refactor big chunks of the core caps negotiation code to make it
27956           a lot faster, because people claim it's really slow
27957           (actually, just cache the getcaps when the device is opened)
27958
27959 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27960
27961         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27962         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27963         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27964         (gst_a52dec_change_state), (plugin_init):
27965         * ext/a52dec/gsta52dec.h:
27966           Do something useful with timestamps. Make chain-based (since
27967           there's really no reason to be loopbased).
27968         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27969           Update current_byte/frame correctly.
27970
27971 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27972
27973         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27974         (gst_ape_demux_stream_init):
27975           Forward tags, too.
27976
27977 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27978
27979         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27980           Let's make sure we're done typefinding when detecting tags.
27981
27982 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27983
27984         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27985         (gst_ebml_read_init), (gst_ebml_read_use_event),
27986         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27987         (gst_ebml_read_seek), (gst_ebml_read_skip),
27988         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27989         (gst_ebml_read_master):
27990         * gst/matroska/ebml-read.h:
27991         * gst/matroska/matroska-demux.c:
27992         (gst_matroska_demux_parse_contents),
27993         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27994           Disgustingly evil hack for working around INTERRUPT events and
27995           their extremely annoying habit of being a pain in the ass. We
27996           simply peek a cluster before reading any of it.
27997
27998 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27999
28000         * ext/musepack/gstmusepackdec.cpp:
28001           There's also floating point libmusepacks.
28002
28003 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28004
28005         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28006         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28007           Set DURATION even if source buffer didn't. Also use increasing
28008           timestamps.
28009         * gst-libs/gst/riff/riff-media.c:
28010         (gst_riff_create_audio_caps_with_data):
28011           Block_align can have larger values than 8192.
28012
28013 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28014
28015         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28016         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28017         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28018         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28019           Fix caps.
28020
28021 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28022
28023         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28024           Fix logic bug.
28025
28026 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28027
28028         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28029           Yay, another one.
28030
28031 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28032
28033         * ext/esd/esdsink.c: (gst_esdsink_chain):
28034           Make error actually say something useful (fixes #156798).
28035         * gst-libs/gst/riff/riff-media.c:
28036         (gst_riff_create_video_caps_with_data),
28037         (gst_riff_create_video_template_caps):
28038           Add Intel Video 5.0 fourcc (IV50).
28039
28040 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28041
28042         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28043         detection on mono and stereo mp3 files.
28044
28045 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28046
28047         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28048           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28049           the contained stream).
28050
28051 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28052
28053         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28054           Oops, remove debug.
28055
28056 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28057
28058         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28059
28060         * gst/law/alaw-decode.c: (alawdec_getcaps):
28061         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28062           Prevent warnings when negotiating caps (fixes #159338).
28063
28064 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28065
28066         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28067         (gst_ffmpegcsp_chain):
28068           Remove old leftover that shouldn't be there...
28069
28070 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28071
28072         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28073
28074         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28075           Don't forward DISCONT events (fixes #159684).
28076
28077 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28078
28079         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28080           Unlink manually since sometimes bin disposal (and therefore
28081           pad unlinking) is delayed, which will cause a new media file
28082           to not be able to start playing instantly.
28083
28084 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28085
28086         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28087           On mute of an unlinked stream, check for pad availability so
28088           we don't crash on unlinked pad.
28089
28090 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28091
28092         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28093         (gst_avi_demux_massage_index):
28094           Fix quite humiliating bug in omitting 0-sized index chunks but
28095           forgetting to count them for timestamps.
28096
28097 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28098
28099         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28100           Actually leave the loop if we failed to sync. Don't crash.
28101
28102 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28103
28104         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28105         (gst_dvd_demux_process_private):
28106         * gst/mpegstream/gstdvddemux.h:
28107           Fix crash (#159759). Doesn't work, though. :-(.
28108
28109 2004-11-28  Benjamin Otte  <otte@gnome.org>
28110
28111         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28112           more overwriting protection due to modifying channels one by one
28113           instead of all at once
28114
28115 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28116
28117         * gst/audioconvert/gstchannelmix.c:
28118         (gst_audio_convert_fill_normalize):
28119           Normalize using absolute values.
28120
28121 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28122
28123         * configure.ac:
28124         * ext/Makefile.am:
28125         * ext/directfb/Makefile.am:
28126         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28127         (gst_directfbvideosink_get_pixel_format),
28128         (gst_directfbvideosink_get_format_from_fourcc),
28129         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28130         (gst_directfbvideosink_sink_link),
28131         (gst_directfbvideosink_change_state),
28132         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28133         (gst_directfbvideosink_buffer_alloc),
28134         (gst_directfbvideosink_interface_supported),
28135         (gst_directfbvideosink_interface_init),
28136         (gst_directfbvideosink_navigation_send_event),
28137         (gst_directfbvideosink_navigation_init),
28138         (gst_directfbvideosink_set_property),
28139         (gst_directfbvideosink_get_property),
28140         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28141         (gst_directfbvideosink_base_init),
28142         (gst_directfbvideosink_class_init),
28143         (gst_directfbvideosink_get_type), (plugin_init):
28144         * ext/directfb/directfbvideosink.h: Adding a first version of
28145         directfbvideosink.
28146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28147         more.
28148
28149 2004-11-28  Benjamin Otte  <otte@gnome.org>
28150
28151         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28152           walk the samples backwards if out_channels > in_channels so we don't
28153           overwrite data
28154
28155 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28156
28157         * gst/audioconvert/Makefile.am:
28158         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28159         (gst_audio_convert_link), (gst_audio_convert_change_state),
28160         (gst_audio_convert_channels):
28161         * gst/audioconvert/gstchannelmix.c:
28162         (gst_audio_convert_unset_matrix),
28163         (gst_audio_convert_fill_identical),
28164         (gst_audio_convert_fill_compatible),
28165         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28166         (gst_audio_convert_fill_others),
28167         (gst_audio_convert_fill_normalize),
28168         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28169         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28170         * gst/audioconvert/gstchannelmix.h:
28171           Implement a channel mixer.
28172
28173 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28174
28175         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28176         * ext/alsa/gstalsa.h:
28177         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28178         Make alsasink actually honor gst_element_set_clock and use that
28179         clock instead of its internal one.
28180
28181 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28182
28183         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28184         (gst_play_base_bin_change_state): nullify source and decoder when
28185         going from READY to NULL so that we don't try to do weird stuff with
28186         them when going from NULL to READY
28187         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28188         instead of g_object_unref
28189         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28190         it should be correct
28191         (gst_play_bin_change_state): don't call remove_sinks if we are
28192         currently disposing the object
28193
28194 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28195
28196         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28197           Don't forget bass if it's there. Else left channel is silent...
28198
28199 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28200
28201         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28202         (gst_a52dec_change_state):
28203           Don't do sample adjusting anymore, we use float audio now.
28204         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28205           Don't fixate to non-existing properties.
28206
28207 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28208
28209         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28210         (gst_a52dec_change_state):
28211           Advertise that we can do surround sound.
28212
28213 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28214
28215         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28216           Add buffer-frames=0.
28217         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28218         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28219         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28220         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28221         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28222         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28223         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28224         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28225         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28226         * ext/dvdread/dvdreadsrc.h:
28227           Add seeking, querying for bytes, sectors, title, angle and
28228           chapter. Handle multiple chapters. Relicense to LGPL because
28229           Billy agreed on that (thanks Billy!).
28230
28231 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28232
28233         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28234         call parent dispose method
28235
28236 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28237
28238         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28239         (gst_audio_clock_get_internal_time):
28240         Fix active <-> inactive transitions: ensure time value always
28241         grows and avoid abrupt value changes.
28242
28243 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28244
28245         * configure.ac:
28246         * gst/tta/Makefile.am:
28247         * gst/tta/crc32.h:
28248         * gst/tta/filters.h:
28249         * gst/tta/gsttta.c:
28250         * gst/tta/gstttadec.c:
28251         * gst/tta/gstttadec.h:
28252         * gst/tta/gstttaparse.c:
28253         * gst/tta/gstttaparse.h:
28254         * gst/tta/ttadec.h:
28255           added TTA parser and decoder
28256
28257 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28258
28259         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28260         (probe_triggered), (check_queue), (buffer_underrun),
28261         (buffer_running), (buffer_overrun), (gen_source_element),
28262         (setup_source):
28263         * gst/playback/gstplaybasebin.h:
28264           Implement buffering. Needs some more work.
28265
28266 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28267
28268         * ext/theora/theoradec.c: (theora_dec_chain):
28269           Fix ilog mask range overflow.
28270
28271 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28272
28273         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28274           Don't omit the last (which in case of dmix is the only :) )
28275           channel count. Don't set channels if <= 2.
28276
28277 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28278
28279         * gst/playback/gstplaybin.c: (gen_video_element),
28280         (gen_audio_element): Removed 2 obsolete comments
28281
28282 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28283
28284         * ext/vorbis/oggvorbisenc.c
28285         * ext/vorbis/vorbisenc.c :
28286           change description fields of those plugins to differentiate them
28287           (pitivi show Encoders by description, they had the same one)
28288
28289 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28290
28291         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28292
28293         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28294         (gst_play_bin_set_property), (gen_video_element),
28295         (gen_audio_element):
28296           Refcounting fixes for provided audio-/videosinks.
28297
28298 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28299
28300         * gst/playback/gstplaybin.c: (gen_video_element),
28301         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28302           Don't reference all sinks, but only the video- and audiosinks.
28303           The vis. element should be disposed when we're done with it.
28304           We don't have any reason to keep it around. This fixes warnings
28305           when reusing playbin for playing multiple audio files with
28306           vis. enabled. Also release audio device on pause - idea stolen
28307           from Rhythmbox.
28308
28309 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28310
28311         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28312         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28313         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28314         * ext/alsa/gstalsaplugin.c: (plugin_init):
28315         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28316         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28317         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28318         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28319         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28320         (gst_faad_change_state), (plugin_init):
28321         * ext/faad/gstfaad.h:
28322         * ext/vorbis/vorbis.c: (plugin_init):
28323         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28324         * gst-libs/gst/audio/Makefile.am:
28325         * gst-libs/gst/audio/audio.c: (plugin_init):
28326         * gst-libs/gst/audio/multichannel.c:
28327         (gst_audio_check_channel_positions),
28328         (gst_audio_get_channel_positions),
28329         (gst_audio_set_channel_positions),
28330         (gst_audio_set_structure_channel_positions_list),
28331         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28332         (gst_audio_fixate_channel_positions):
28333         * gst-libs/gst/audio/multichannel.h:
28334         * gst-libs/gst/audio/testchannels.c: (main):
28335         * gst/audioconvert/gstaudioconvert.c:
28336         (gst_audio_convert_class_init), (gst_audio_convert_init),
28337         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28338         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28339         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28340         * gst/audioconvert/plugin.c: (plugin_init):
28341           Surround sound support.
28342
28343 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28344
28345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28346           Fix position for discont if we're close as well. Nitpicking, but
28347           saves a few milliseconds of extra waiting or skipping.
28348
28349 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28350
28351         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28352           We sometimes need parsers for playback, so add those too.
28353
28354 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28355
28356         * configure.ac:
28357         * gst/apetag/Makefile.am:
28358         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28359         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28360         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28361         (gst_ape_demux_get_src_query_types),
28362         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28363         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28364         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28365         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28366         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28367         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28368         (gst_ape_demux_change_state):
28369         * gst/apetag/apedemux.h:
28370         * gst/apetag/apetag.c: (plugin_init):
28371         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28372         (plugin_init):
28373           APE v1/2 tag reader plus typefind function.
28374
28375 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28376
28377         * configure.ac:
28378         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28379         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28380           Remove hacks for older core. Require newer core version
28381           accordingly.
28382
28383 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28384
28385         * gst/cdxaparse/Makefile.am:
28386         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28387         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28388         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28389         * gst/cdxaparse/gstcdxaparse.h:
28390         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28391         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28392         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28393         (gst_cdxastrip_get_src_query_types),
28394         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28395         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28396         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28397         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28398         * gst/cdxaparse/gstcdxastrip.h:
28399           SVCD/VCD header stripping separated from CDXA image parsing.
28400         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28401         (plugin_init):
28402           Add VCD/SVCD header typefinding for VCD/SVCD.
28403         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28404         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28405         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28406         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28407         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28408         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28409         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28410         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28411         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28412         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28413         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28414         * sys/vcd/vcdsrc.h:
28415           Fix up, add seeking, querying, URI interface. Works in totem now.
28416
28417 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28418
28419         * configure.ac:
28420           back to CVS
28421
28422 === release 0.8.6 ===
28423
28424 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28425
28426         * NEWS:
28427         * RELEASE:
28428         * configure.ac:
28429         * po/af.po:
28430         * po/az.po:
28431         * po/cs.po:
28432         * po/en_GB.po:
28433         * po/hu.po:
28434         * po/it.po:
28435         * po/nb.po:
28436         * po/nl.po:
28437         * po/or.po:
28438         * po/sq.po:
28439         * po/sr.po:
28440         * po/sv.po:
28441         * po/uk.po:
28442           releasing 0.8.6, "IOU Love"
28443
28444 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28445
28446         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28447
28448         * gst/playback/gstplaybasebin.c:
28449           Fix unplayable files error handling.  Fixes #158365
28450
28451 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28452
28453         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28454
28455         * gst/typefind/gsttypefindfunctions.c:
28456           Fix broken mp3 typefinding.  Fixes #158375
28457
28458 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28459
28460         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28461
28462         * ext/ogg/gstoggdemux.c:
28463           Fix sync on broken files.  Fixes #158976
28464
28465 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28466
28467         patch by: Edward Hervey <bilboed@bilboed.com>
28468
28469         * ext/libpng/gstpngenc.c:
28470           Copy over buffer properties.  Fixes #158832
28471
28472 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28473
28474         patch by: Tim-Philipp MĂ¼ller <t.i.m@zen.co.uk>
28475
28476         * ext/dvdread/dvdreadsrc.c:
28477           Fixes invalid reads (#158462)
28478
28479 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28480
28481         * sys/v4l/gstv4lsrc.c:
28482         * sys/v4l/gstv4lsrc.h:
28483         * sys/v4l/v4lsrc_calls.c:
28484           Probe less and cache it.  Fixes #159187.
28485
28486 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28487
28488         * gst/videorate/gstvideorate.c:
28489           Handle all video formats. Fixes #159186.
28490
28491 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28492         * gst/synaesthesia/gstsynaesthesia.c:
28493         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28494         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28495         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28496         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28497         (gst_synaesthesia_change_state), (plugin_init):
28498         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28499         Force 320x200 output, as that's the only thing the underlying
28500         synaesthesia implementation supports. Still needs to be made
28501         re-entrant.
28502
28503 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28504
28505         * configure.ac:
28506           Fix mpeg2enc configure check (similar to mplex check below).
28507
28508 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28509
28510         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28511
28512         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28513           Fix for gcc-2.95 (fixes #158221).
28514
28515 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28516
28517         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28518           Re-add clock distribution hack (until new core is released).
28519           Fixes #158125.
28520
28521 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28522         * configure.ac:
28523           fix mplex configure check segfaulting on some systems (bug #140994)
28524
28525 2004-11-13  Benjamin Otte  <otte@gnome.org>
28526
28527         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28528           add debugging
28529         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28530           do a wait when we enter the loop func with no data available to
28531           write instead of getting into an 100% CPU loop by just returning and
28532           being called again by the scheduler
28533
28534 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28535
28536         * configure.ac:
28537         * ext/libvisual/visual.c: (gst_visual_get_type),
28538         (libvisual_log_handler), (gst_visual_getcaps),
28539         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28540         (plugin_init):
28541           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28542         * ext/smoothwave/Makefile.am:
28543         * ext/smoothwave/demo-osssrc.c: (main):
28544         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28545         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28546         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28547         (plugin_init):
28548         * ext/smoothwave/gstsmoothwave.h:
28549           Make gstsmoothwave a working element in the 20th century.
28550
28551         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28552           Fix incorrect link function
28553
28554 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28555
28556         * gst/volume/gstvolume.c:
28557           Allow buffer-frames=0.
28558
28559 2004-11-12 Iain <iaingnome@gmail.com>
28560
28561         * configure.ac: Check for polypaudio
28562
28563         * ext/Makefile.am: Build the polyp dir
28564
28565         * ext/polyp: The polypsink sources.
28566
28567 2004-10-30 Iain <iaingnome@gmail.com>
28568
28569         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28570         caps to reflect the new number of channels.
28571
28572 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28573
28574         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28575           Fix for negotiation order problem. This would show when the
28576           ALSA loopfuction was called before any other function. ALSA
28577           wouldn't do anything because we're not negotiated yet, leading
28578           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28579
28580 2004-11-11  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28581
28582         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28583
28584         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28585           No warnings (#157986).
28586
28587 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28588
28589         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28590           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28591
28592 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28593
28594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28595           Signal no-more-pads (so it works in playbin).
28596
28597 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28598
28599         * ext/musepack/gstmusepackreader.cpp:
28600           Workaround for older core.
28601
28602 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28603
28604         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28605           Actually test for odd width/height rather than testing whether
28606           a temporary variable that was 0 before we subtracted 1 is now
28607           not equal to zero (which it always is).
28608
28609 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28610
28611         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28612         Fix compilation if HAVE_XVIDEO is not defined
28613
28614 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28615
28616         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28617         Fix compilation if HAVE_XVIDEO is not defined
28618
28619 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28620
28621         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28622         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28623         (gst_goom_change_state), (plugin_init):
28624         Use the bytestream adapter so goom doesn't depend on the input
28625         buffer size.
28626         Add a debug category
28627
28628 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28629
28630         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28631           Only set hardware parameters *after* negotiation. Before
28632           negotiation, it will set ANY and that seems to cause crashes
28633           (see e.g. #151288, #153227).
28634
28635 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28636
28637         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28638           This seems to be antique leftover. It needs to pass error
28639           checking.
28640         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28641         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28642         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28643         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28644           Fix GstXOverlay implementation (#151059).
28645
28646 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28647
28648         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28649           Don't assert (#157853).
28650
28651 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28652
28653         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28654           Fix bytes/samples confustion.
28655         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28656           Fix for underrun (#144389).
28657
28658 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28659
28660         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28661           Disable halfway-seek for pending release (since it needs a new
28662           core release).
28663
28664 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28665
28666         * sys/v4l/gstv4lsrc.c:
28667         * sys/v4l/gstv4lsrc.h:
28668         * sys/v4l/v4lsrc_calls.c:
28669           add autoprobe-fps property so we can separate autoprobing parts
28670
28671 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28672
28673         * sys/v4l/gstv4lsrc.c:
28674         * sys/v4l/v4lsrc_calls.c:
28675         initialise fourcc to catch unset fourcc's, and debug
28676
28677 2004-11-09  Wim Taymans  <wim@fluendo.com>
28678
28679         * gst/playback/README:
28680         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28681         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28682         (gst_play_bin_dispose), (gst_play_bin_set_property),
28683         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28684         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28685         (gst_play_bin_get_formats), (gst_play_bin_convert),
28686         (gst_play_bin_get_query_types), (gst_play_bin_query):
28687         Cleanups and some more documentation.
28688
28689 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28690
28691         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28692         (gst_cacasink_init), (gst_cacasink_chain):
28693         * ext/libcaca/gstcacasink.h:
28694         Cacasink inherits from VideoSink, so let that store the clock.
28695
28696 2004-11-09  Wim Taymans  <wim@fluendo.com>
28697
28698         * gst/playback/README:
28699         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28700         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28701         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28702         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28703         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28704         (setup_sinks):
28705         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28706         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28707         * gst/playback/gststreaminfo.h:
28708         Updated README.
28709         Only switch groups if all streams have muted (EOSed).
28710         Send Tags in sync with the stream playback instead of in
28711         the playback/preroll phase.
28712         Some cleanups, free the fakesrc elements.
28713
28714 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28715
28716         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28717           buffer-frames property was missing
28718         * ext/arts/gst_arts.c:
28719           rate missing from sinkcaps
28720         * ext/audiofile/gstafparse.c:
28721         * ext/audiofile/gstafsink.c:
28722         * ext/audiofile/gstafsrc.c:
28723         * ext/swfdec/gstswfdec.c:
28724           int audio doesn't know buffer-frames
28725         * ext/cdparanoia/gstcdparanoia.c:
28726           int audio doesn't know chunksize either
28727         * ext/nas/nassink.c:
28728           it's endianness, not endianess
28729         * gst-libs/gst/audio/audio.h:
28730           make float standard pad template caps really describe float
28731         * gst/law/mulaw.c: (linear_factory):
28732           signed only, please
28733         * gst/mpegstream/gstdvddemux.c:
28734           widths of 20 are not valid
28735
28736 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28737
28738         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28739
28740         * po/LINGUAS:
28741         * po/it.po:
28742           Add Italian
28743
28744 2004-11-08  Wim Taymans  <wim@fluendo.com>
28745
28746         * gst/playback/README:
28747         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28748         * gst/playback/gstplaybasebin.c: (probe_triggered),
28749         (gst_play_base_bin_change_state):
28750         Updated README, added more comments for fixmes etc..
28751
28752 2004-11-08  Wim Taymans  <wim@fluendo.com>
28753
28754         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28755         We can remove this hack now.
28756
28757 2004-11-08  Wim Taymans  <wim@fluendo.com>
28758
28759         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28760         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28761         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28762         Only mix AYUV for maximum quality.
28763
28764 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28765
28766         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28767         (gst_ogg_demux_push), (gst_ogg_pad_push):
28768           Let's act as if we're synchronized now! :).
28769         * ext/theora/theoradec.c: (theora_dec_chain):
28770           Add some debug.
28771
28772 2004-11-08  Wim Taymans  <wim@fluendo.com>
28773
28774         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28775         (gst_alpha_set_property), (gst_alpha_sink_link),
28776         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28777         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28778         (gst_alpha_init_params), (gst_alpha_chain):
28779         Implement alpha functions for AYUV too, this increases
28780         accuracy quite a bit.
28781
28782 2004-11-08  Wim Taymans  <wim@fluendo.com>
28783
28784         * gst/ffmpegcolorspace/avcodec.h:
28785         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28786         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28787         (gst_ffmpegcsp_avpicture_fill):
28788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28789         (gst_ffmpegcsp_caps_remove_format_info):
28790         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28791         (shrink12), (img_get_alpha_info), (deinterlace_line),
28792         (deinterlace_line_inplace):
28793         * gst/ffmpegcolorspace/imgconvert_template.h:
28794         Added AYUV colorspace and handle RGBA a bit more respectful.
28795
28796 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28797
28798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28799           Actually always send a discont (cornercase when resending the
28800           same serial-tagged chain twice).
28801
28802 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28803
28804         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28805         (gst_ximagesink_finalize):
28806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28807         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28808
28809 2004-11-08  Wim Taymans  <wim@fluendo.com>
28810
28811         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28812         Don't segfault on NULL data.
28813
28814 2004-11-08  Wim Taymans  <wim@fluendo.com>
28815
28816         * gst/playback/gstdecodebin.c: (unlinked):
28817         * gst/playback/gstplay-marshal.list:
28818         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28819         (gst_play_base_bin_init), (group_create), (get_active_group),
28820         (get_building_group), (group_destroy), (group_commit),
28821         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28822         (add_element_stream), (no_more_pads), (probe_triggered),
28823         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28824         (state_change), (setup_source), (gst_play_base_bin_get_property),
28825         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28826         (gst_play_base_bin_link_stream),
28827         (gst_play_base_bin_get_streaminfo):
28828         * gst/playback/gstplaybasebin.h:
28829         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28830         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28831         Add support for chained ogg files. Prepare for playlist
28832         support. This patch introduces the concept of pad groups, which
28833         together compose one playable media file.
28834
28835 2004-11-07  David Schleef  <ds@schleef.org>
28836
28837         * testsuite/gst-lint: Check for pad templates that aren't statically
28838         scoped.
28839
28840 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28841
28842         * configure.ac:
28843         * ext/Makefile.am:
28844         * ext/musepack/Makefile.am:
28845         * ext/musepack/gstmusepackdec.cpp:
28846         * ext/musepack/gstmusepackdec.h:
28847         * ext/musepack/gstmusepackreader.cpp:
28848         * ext/musepack/gstmusepackreader.h:
28849           Add musepack decoder.
28850         * ext/faad/gstfaad.c: (gst_faad_base_init):
28851           Make pad templates static.
28852         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28853         (plugin_init):
28854           Add musepack typefinder, make mp3 typefinding work halfway stream,
28855           which doesn't actually work yet because id3demux doesn't implement
28856           _get_length().
28857
28858 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28859
28860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28861         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28862           Fix interrupt event handling (#144436).
28863
28864 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28865
28866         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28867           Hide unused glory.
28868
28869 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28870
28871         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28872
28873         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28874           Fix weird caps (#157548).
28875
28876 2004-11-06  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
28877
28878         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28879
28880         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28881           Add missing NULL terminator (#157543).
28882
28883 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28884
28885         * gst/tcp/gsttcp.h:
28886         * gst/tcp/gsttcpclientsink.c:
28887         * gst/tcp/gsttcpclientsrc.c:
28888         * gst/tcp/gsttcpserversink.c:
28889         * gst/tcp/gsttcpserversrc.c:
28890           ports can go up to 65535.  Move common defines to gsttcp.h
28891
28892 2004-11-05  Wim Taymans  <wim@fluendo.com>
28893
28894         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28895         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28896         Added two more colorspaces.
28897
28898 2004-11-05  Wim Taymans  <wim@fluendo.com>
28899
28900         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28901         (gst_ffmpegcsp_avpicture_fill):
28902         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28903         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28904         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28905         More stride fixes.
28906
28907 2004-11-05  Wim Taymans  <wim@fluendo.com>
28908
28909         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28910         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28911         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28912         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28913         (gst_videomixer_loop):
28914         More stride fixes.
28915
28916 2004-11-05  Benjamin Otte  <otte@gnome.org>
28917
28918         * ext/mad/gstmad.c: (gst_mad_chain):
28919           don't overflow data buffer. Flush not needed sync data when syncing
28920           failed.
28921
28922 2004-11-04  Wim Taymans  <wim@fluendo.com>
28923
28924         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28925         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28926         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28927         (gst_alpha_init_params), (gst_alpha_chain),
28928         (gst_alpha_change_state):
28929         Updated the chroma keying algorithm with something more
28930         sophisticated.
28931
28932 2004-11-03  Wim Taymans  <wim@fluendo.com>
28933
28934         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28935         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28936         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28937         Fix stride issues. Does not completely work for odd
28938         heights.
28939
28940 2004-11-03  Wim Taymans  <wim@fluendo.com>
28941
28942         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28943         (gst_alpha_chroma_key), (gst_alpha_chain):
28944         Fix stride issues. Does not completely work for odd
28945         heights.
28946
28947 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28948
28949         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28950         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28951         leak fixes
28952
28953 2004-11-03  Wim Taymans  <wim@fluendo.com>
28954
28955         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28956         (gst_ffmpegcsp_avpicture_fill):
28957         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28958         (avpicture_alloc):
28959         * gst/ffmpegcolorspace/imgconvert_template.h:
28960         Use correct _fill function to get correct strides.
28961
28962 2004-11-02  David Schleef  <ds@schleef.org>
28963
28964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28965         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28966         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28967         Change all g_print()s to debugging.  Add a bunch of consistency
28968         checks.
28969
28970 2004-11-02  Wim Taymans  <wim@fluendo.com>
28971
28972         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28973         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28974         (unlinked), (no_more_pads), (close_link):
28975         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28976         (unknown_type), (add_element_stream), (new_decoded_pad),
28977         (removed_decoded_pad), (setup_source):
28978         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28979         (gst_stream_info_class_init), (gst_stream_info_init),
28980         (gst_stream_info_new), (gst_stream_info_dispose),
28981         (stream_info_mute_pad), (gst_stream_info_set_property),
28982         (gst_stream_info_get_property):
28983         * gst/playback/gststreaminfo.h:
28984         Fix playback of multiple files.
28985         a slightly different approach to handling dynamic pad removals.
28986         This one only looks at pads that we have linked.
28987
28988 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28989
28990         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28991         free" warning from libc.
28992
28993 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28994
28995         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28996         (get_unconnected_element), (remove_starting_from), (pad_removed),
28997         (close_link):
28998           Implement support for dynamic pad changing. We listen to "live"
28999           pad removals (i.e. while playing) and re-setup autoplugging
29000           after that. Playbasebin/playbin need some more work for this
29001           to finally work, but decodebin supports (and replugs) chained
29002           ogg now.
29003
29004 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29005
29006         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29007         (gst_alsa_finalize):
29008         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29009         (gst_cdaudio_finalize):
29010         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29011         (cdparanoia_finalize):
29012         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29013         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29014         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29015         (dvdreadsrc_finalize):
29016         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29017         (gst_flacdec_finalize):
29018         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29019         (gst_flacenc_finalize):
29020         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29021         (gst_gnomevfssink_finalize):
29022         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29023         (gst_gnomevfssrc_finalize):
29024         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29025         (gst_fameenc_finalize):
29026         * ext/nas/nassink.c: (gst_nassink_class_init),
29027         (gst_nassink_finalize):
29028         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29029         (gst_sdlvideosink_class_init):
29030         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29031         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29032         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29033         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29034         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29035         (gst_x_window_listener_dispose):
29036         * gst/audioscale/gstaudioscale.c:
29037         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29038         (play_on_demand_finalize):
29039         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29040         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29041         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29042         (cdplayer_finalize):
29043         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29044         (gst_glimagesink_class_init):
29045         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29046         (gst_osselement_finalize):
29047         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29048         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29049         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29050           Fixes a bunch of problems with finalize and dispose functions,
29051           either assumptions that dispose is only called once, or not calling
29052           the parent class dispose/finalize function
29053
29054 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29055
29056         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29057           added two api precondition guards
29058           use g_strdup with getenv to fix crash when using ENVVAR
29059
29060 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29061         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29062         (gst_esdsink_finalize):
29063         Use a finalize function, not dispose, and more importantly,
29064         call the parent class finalize function too
29065
29066 2004-11-01  Johan Dahlin  <johan@gnome.org>
29067
29068         * ext/ogg/gstoggdemux.c:
29069         * gst/tags/gstvorbistag.c:
29070         Plug leaks.
29071
29072 2004-10-31  Benjamin Otte  <otte@gnome.org>
29073
29074         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29075           lotsa memleaks today. But they're all small...
29076
29077 2004-10-31  Benjamin Otte  <otte@gnome.org>
29078
29079         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29080           another memleak crushed
29081
29082 2004-10-31  Benjamin Otte  <otte@gnome.org>
29083
29084         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29085           fix memleak
29086
29087 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29088
29089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29090           Hack to prevent crash when going to READY inside signal handler
29091           while this function is active.
29092
29093 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29094
29095         * gst/ffmpegcolorspace/Makefile.am:
29096         * gst/ffmpegcolorspace/avcodec.h:
29097         * gst/ffmpegcolorspace/common.h:
29098         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29099         * gst/ffmpegcolorspace/dsputil.h:
29100         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29101         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29102         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29103         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29104         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29105         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29106         (gst_ffmpegcsp_avpicture_fill):
29107         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29108         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29109         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29110         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29111         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29112         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29113         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29114         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29115         * gst/ffmpegcolorspace/imgconvert.c:
29116         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29117         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29118         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29119         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29120         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29121         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29122         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29123         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29124         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29125         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29126         (grow21), (grow22), (grow41), (grow44), (conv411),
29127         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29128         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29129         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29130         (avpicture_free), (is_yuv_planar), (img_convert),
29131         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29132         (deinterlace_line_inplace), (deinterlace_bottom_field),
29133         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29134         * gst/ffmpegcolorspace/imgconvert_template.h:
29135         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29136         * gst/ffmpegcolorspace/mmx.h:
29137         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29138         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29139         (av_freep), (avcodec_get_context_defaults),
29140         (avcodec_alloc_context), (avcodec_init):
29141           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29142           handling plus update from ffmpeg CVS. Large clean-up.
29143
29144 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29145
29146         * gst/playback/Makefile.am:
29147           We need the marshallers for decodebin, too.
29148
29149 2004-10-30  David Schleef  <ds@schleef.org>
29150
29151         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29152           quicktime typefinding work with 64-bit offsets.
29153
29154 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29155
29156         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29157           Set EOS on the element when processing an EOS event.
29158         * ext/speex/gstspeexdec.h:
29159         * ext/speex/gstspeexenc.h:
29160           Only keep a const ptr to the mode
29161         * gst-libs/gst/riff/riff-media.c:
29162         (gst_riff_create_audio_caps_with_data),
29163         (gst_riff_create_audio_template_caps):
29164           Allow WMAV3, with up to 6 channels.
29165         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29166           Don't call gst_pad_set_event_function on a sink pad.
29167         * gst/mpegstream/gstdvddemux.c:
29168         (gst_dvd_demux_get_subpicture_stream),
29169         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29170           Copy the explicit caps that were set across to the cur_* pads,
29171           instead of trying to use a possibly non-existent negotiated caps.
29172           Reset the type of subpicture pads to UNKNOWN after calling
29173           init_stream, so that the caps get set.
29174
29175 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29176
29177         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29178
29179         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29180           Don't touch buffer if it is of size 0 (fixes #151064).
29181
29182 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29183
29184         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29185           Synchronized discont handling.
29186
29187 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29188
29189         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29190         (gst_ogg_demux_push):
29191           Make seeking sort-of exact again (fixes #156387).
29192
29193 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29194
29195         * gst/playback/gstplaybasebin.c: (unknown_type),
29196         (add_element_stream), (new_decoded_pad),
29197         (gst_play_base_bin_change_state):
29198         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29199         (gst_stream_info_init), (gst_stream_info_new),
29200         (gst_stream_info_dispose), (gst_stream_info_get_property):
29201         * gst/playback/gststreaminfo.h:
29202           Make caps explicitely available. Makes testing for unsupported
29203           types possible. Improves error reporting.
29204
29205 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29206
29207         * gst/audioconvert/gstaudioconvert.c:
29208         (gst_audio_convert_buffer_to_default_format):
29209           Really don't touch read-only buffers (#156563).
29210
29211 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29212
29213         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29214
29215         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29216           Fix memleak (#155223).
29217
29218 2004-10-29  Wim Taymans  <wim@fluendo.com>
29219
29220         * gst/tcp/.cvsignore:
29221         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29222         (gst_multifdsink_class_init), (gst_multifdsink_init),
29223         (gst_multifdsink_add), (gst_multifdsink_remove),
29224         (gst_multifdsink_remove_client_link), (is_sync_frame),
29225         (gst_multifdsink_new_client),
29226         (gst_multifdsink_handle_client_write),
29227         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29228         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29229         (gst_multifdsink_get_property):
29230         * gst/tcp/gstmultifdsink.h:
29231         Added burst on connect sync_method, deprecated sync_clients,
29232         streamlined the sync code some more.
29233
29234 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29235
29236         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29237         (gst_play_base_bin_change_state):
29238           Improve error reporting.
29239
29240 2004-10-28  Wim Taymans  <wim@fluendo.com>
29241
29242         * gst/tcp/Makefile.am:
29243         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29244         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29245         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29246         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29247         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29248         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29249         (gst_fdset_wait):
29250         Added more locks around fdset structures. Fixed/reworked
29251         the poll array resizing code.
29252         Added stress test for fdset.
29253
29254 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29255
29256         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29257         fix build
29258
29259 2004-10-28  Benjamin Otte  <otte@gnome.org>
29260
29261         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29262           fix link function to always query channels and query width for
29263           floats
29264         * configure.ac:
29265           add equalizer dir
29266         * gst/equalizer/Makefile.am:
29267         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29268         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29269         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29270         (arg_to_scale), (setup_filter),
29271         (gst_iir_equalizer_compute_frequencies),
29272         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29273         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29274         (plugin_init):
29275           add an equalizer
29276
29277 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29278
29279         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29280
29281         * po/LINGUAS:
29282         * po/nb.po:
29283           Added Norwegian Bokmaal translation
29284
29285 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29286
29287         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29288           Don't break on options (fixes #156488).
29289
29290 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29291
29292         * configure.ac:
29293         * ext/cdaudio/Makefile.am:
29294         * sys/Makefile.am:
29295           fix build on older automake
29296
29297 2004-10-26  Wim Taymans  <wim@fluendo.com>
29298
29299         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29300         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29301         Allow a little margin when negotiating the framerate.
29302
29303 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29304
29305         * gst/level/gstlevel.c:
29306           synchonised naming of pads and pad-templates
29307
29308 2004-10-26  Wim Taymans  <wim@fluendo.com>
29309
29310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29311         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29312         (_find_streams_check), (gst_ogg_demux_push):
29313         Fix EOS again. Needs to be done in a better way. We should not
29314         remove the pad if there is no new chained stream.
29315
29316 2004-10-26 Iain <iaingnome@gmail.com>
29317
29318         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29319         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29320         of the caps.
29321         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29322         pad.
29323         (interleave_release_pad): Remove the pad.
29324         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29325         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29326         the set device.
29327         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29328         attrs
29329         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29330         (gst_xvimagesink_finalize): Free the par.
29331
29332 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29333
29334         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29335         (gst_avimux_stop_file):
29336           First calculate the rate, and only then use it. Hdr.rate is a
29337           multiple and not a derivative of hdr.scale. Scale is not the
29338           same as blockalign but is solely related to rate.
29339
29340 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29341
29342         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29343         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29344           Implement seeking.
29345
29346 2004-10-25  James Henstridge  <james@jamesh.id.au>
29347
29348         Reviewed by:  David Schleef  <ds@schleef.org>
29349
29350         * examples/gstplay/player.c: (got_stream_length), (main):
29351         * examples/seeking/cdplayer.c: (update_scale):
29352         * examples/seeking/seek.c: (format_value), (update_scale):
29353         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29354         (stop_seek):
29355         Build fixes on AMD64.
29356
29357 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29358
29359         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29360
29361         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29362         Fix for some v4l cards which hang in v4lsrc
29363
29364 2004-10-25  Wim Taymans  <wim@fluendo.com>
29365
29366         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29367         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29368         Make sure to remove the pad when a new chain is
29369         encountered. Set some vars to NULL so we don't try
29370         to reference freed memory.
29371
29372 2004-10-25  Wim Taymans  <wim@fluendo.com>
29373
29374         * examples/seeking/Makefile.am:
29375         * examples/seeking/cdplayer.c: (update_scale):
29376         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29377         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29378         (format_value), (update_scale), (iterate), (start_seek),
29379         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29380         (print_usage), (main):
29381         Added some more examples, update others.
29382
29383 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29384
29385         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29386         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29387         * ext/theora/theoradec.c: (theora_dec_chain):
29388         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29389           Add codec-name metadata.
29390
29391 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29392
29393         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29394
29395         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29396         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29397         * ext/alsa/gstalsamixertrack.h:
29398         * po/POTFILES.in:
29399           ALSA mixer track label internationalization (#154054).
29400
29401 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29402
29403         * ext/theora/theoradec.c: (theora_dec_chain):
29404           Export bitrate as metadata.
29405
29406 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29407
29408         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29409         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29410         * ext/alsa/gstalsamixertrack.h:
29411           Fix names, fix loop.
29412
29413 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29414
29415         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29416         (speex_dec_convert):
29417           sinkconvert function so oggdemux can get the file length (totem).
29418
29419 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29420
29421         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29422
29423         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29424           Don't push incomplete packets.
29425         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29426           Fix MPEG-4 audio typefinding.
29427
29428 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29429
29430         * sys/v4l/Makefile.am:
29431         * sys/v4l/gstv4l.c: (plugin_init):
29432         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29433         (gst_v4lelement_init), (gst_v4lelement_dispose),
29434         (gst_v4lelement_change_state):
29435         * sys/v4l/gstv4lelement.h:
29436         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29437         (gst_v4l_xoverlay_close), (idle_refresh),
29438         (gst_v4l_xoverlay_set_xwindow_id):
29439         * sys/v4l/gstv4lxoverlay.h:
29440         * sys/v4l/v4l-overlay_calls.c:
29441         * sys/v4l/v4l_calls.h:
29442         * sys/v4l2/Makefile.am:
29443         * sys/v4l2/gstv4l2.c: (plugin_init):
29444         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29445         (gst_v4l2element_init), (gst_v4l2element_dispose),
29446         (gst_v4l2element_change_state):
29447         * sys/v4l2/gstv4l2element.h:
29448         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29449         (gst_v4l2_xoverlay_close), (idle_refresh),
29450         (gst_v4l2_xoverlay_set_xwindow_id):
29451         * sys/v4l2/gstv4l2xoverlay.h:
29452         * sys/v4l2/v4l2-overlay_calls.c:
29453         * sys/v4l2/v4l2_calls.h:
29454           Remove client-side overlay handling, use the X-server v4l plugin
29455           for that. Nicer overlay, less code. Also make the plugin
29456           compileable without X (but then without overlay, obviously).
29457           Makes xwindowlistener obsolete, should we remove that?
29458
29459 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29460
29461         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29462         (gst_osssrc_src_query):
29463         * sys/oss/gstosssrc.h:
29464           OK, so people want offset in DEFAULT. This time, actually fix all
29465           cases.
29466         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29467           Add FPS properly.
29468
29469 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29470
29471         * gst/asfdemux/gstasfmux.c:
29472         * gst/avi/gstavimux.c:
29473           Framerate.
29474
29475 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29476
29477         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29478           Fix properties (channel, norm, frequency).
29479
29480 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29481
29482         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29483           Flag typo.
29484         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29485           No warnings.
29486
29487 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29488
29489         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29490           Fix hang.
29491
29492 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29493
29494         * sys/v4l2/gstv4l2element.h:
29495           Yet Another Hack (tm) for kernel header borkedness.
29496         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29497         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29498         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29499         (gst_v4l2src_change_state):
29500         * sys/v4l2/gstv4l2src.h:
29501         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29502         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29503           Fix caps, keep track of state, work.
29504
29505 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29506
29507         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29508           Quiet.
29509
29510 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29511
29512         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29513           Don't mix bytes and samples.
29514
29515 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29516
29517         * ext/ogg/gstoggmux.c:
29518           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29519           and theora. Any is incorrect.
29520         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29521           Fix caps.
29522         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29523         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29524         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29525         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29526         * sys/v4l/gstv4lmjpegsrc.h:
29527         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29528         (gst_v4lsrc_change_state):
29529         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29530         (gst_v4lmjpegsrc_capture_stop):
29531           Fix caps. Keep track of internal state. Work.
29532
29533 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29534
29535         * ext/Makefile.am:
29536           Fix the build fixes.
29537
29538 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29539
29540         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29541         (gst_ogg_demux_src_event), (_find_chain_seek),
29542         (gst_ogg_pad_push):
29543           Check for pad availability before using it.
29544         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29545           Fix parsing of chained ogg. Needs more work on the decoder side.
29546
29547 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29548
29549         * gst/spectrum/Makefile.am:
29550         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29551         (idle_func):
29552           Fix demo and reenable it. Yes, I'm currently playing with audio
29553           analysis tools
29554
29555 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29556
29557         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29558           We love it if files that start at zero work too...
29559
29560 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29561
29562         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29563           Handle files with missing EOS headers.
29564
29565 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29566
29567         * gst/tcp/gsttcpserversink.c:
29568         (gst_tcpserversink_handle_server_read),
29569         (gst_tcpserversink_init_send):
29570         Zero some variables first (need for accept not to return EINVAL)
29571
29572 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29573
29574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29575         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29576         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29577         (theora_dec_chain):
29578         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29579         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29580           Seeking and querying finetune.
29581
29582 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29583
29584         * configure.ac:
29585         * ext/Makefile.am:
29586         * ext/raw1394/Makefile.am:
29587           fix the build
29588
29589 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29590
29591         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29592           Wrong return.
29593         * gst/playback/Makefile.am:
29594         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29595         * gst/playback/gstplay-marshal.list:
29596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29597           Fix marshallers.
29598
29599 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29600
29601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29602           Silence.
29603
29604 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29605
29606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29607         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29608         (gst_ogg_pad_push):
29609           Yay for non-lineair granulepos in theora.
29610
29611 2004-10-18  Wim Taymans  <wim@fluendo.com>
29612
29613         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29614         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29615         * ext/dv/gstdvdec.h:
29616         Make sure we renegotiate aspect ratio when the camera switches.
29617
29618 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29619
29620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29621         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29622           Start at zero.
29623         * ext/theora/theoradec.c: (theora_dec_chain):
29624           Skip headers. Bad idea for chained ogg, but fixes seeking.
29625
29626 2004-10-18  Wim Taymans  <wim@fluendo.com>
29627
29628         * configure.ac:
29629         I swear, this is the last time I touch this.
29630
29631 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29632
29633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29634         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29635         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29636           Faster seeking.
29637         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29638           Time-to-default conversion.
29639         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29640           Don't error on unknown packets, just skip. We should probably
29641           read them if we want to support chained ogg.
29642
29643 2004-10-18  Wim Taymans  <wim@fluendo.com>
29644
29645         * configure.ac:
29646         Added cdaudio to wrong list.
29647
29648 2004-10-18  Wim Taymans  <wim@fluendo.com>
29649
29650         * configure.ac:
29651         Revive cdaudio.
29652
29653 2004-10-18  Wim Taymans  <wim@fluendo.com>
29654
29655         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29656         (gst_dvdec_video_link), (gst_dvdec_push):
29657         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29658         (gst_smokeenc_resync), (gst_smokeenc_chain):
29659         Fix mimetype on smoke encoder.
29660         Add aspect ratio to dvdec. Not sure if these
29661         values are correct though....
29662
29663 2004-10-18  Wim Taymans  <wim@fluendo.com>
29664
29665         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29666         Fix vorbis property descriptions and ranges.
29667
29668 2004-10-18  Wim Taymans  <wim@fluendo.com>
29669
29670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29671         Really do nothing when no data is available.
29672         Go to the playing state when the stream is not seekable
29673         instead of failing.
29674
29675 2004-10-18  Wim Taymans  <wim@fluendo.com>
29676
29677         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29678         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29679         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29680         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29681         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29682         Added uri handler for cd://
29683         Port to new API.
29684
29685 2004-10-18  Wim Taymans  <wim@fluendo.com>
29686
29687         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29688         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29689         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29690         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29691         (remove_prerolls), (unknown_type), (add_element_stream),
29692         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29693         (gst_play_base_bin_remove_element),
29694         (gst_play_base_bin_link_stream):
29695         * gst/playback/gstplaybin.c: (gen_video_element),
29696         (gen_vis_element), (remove_sinks), (setup_sinks):
29697         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29698         (gst_stream_info_get_type), (gst_stream_info_class_init),
29699         (gst_stream_info_init), (gst_stream_info_new),
29700         (gst_stream_info_dispose), (stream_info_mute_pad),
29701         (gst_stream_info_set_property), (gst_stream_info_get_property):
29702         * gst/playback/gststreaminfo.h:
29703         Add sink padtemplate to decodebin.
29704         Added some more comments.
29705         Make queue size configurable in playbasebin.
29706         Added possibility to use elements as sinks (ex cdaudio).
29707
29708 2004-10-15  Wim Taymans  <wim@fluendo.com>
29709
29710         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29711         (gst_speexenc_chain):
29712         Fix speex timestamps so that it gets muxed properly.
29713
29714 2004-10-15  Wim Taymans  <wim@fluendo.com>
29715
29716         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29717         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29718         (gst_dv1394src_init), (gst_dv1394src_dispose),
29719         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29720         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29721         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29722         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29723         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29724         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29725         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29726         * ext/raw1394/gstdv1394src.h:
29727         Added conversion/query functions.
29728         Update buffer timestamps,
29729         Added signals.
29730         Added uri dv:// so it might play from the firewire in playbin.
29731         Fix a possible leak.
29732         Added debugging.
29733
29734 2004-10-15  Wim Taymans  <wim@fluendo.com>
29735
29736         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29737         (gst_dv1394src_init), (gst_dv1394src_set_property),
29738         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29739         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29740         * ext/raw1394/gstdv1394src.h:
29741         Added AV/C VTR control support needed for some cameras.
29742         Added automatic port detection.
29743         Added properties for selecting the channel.
29744         The configure.ac script is not yet updated to reflect the
29745         new libavc1394 and librom1394 dependencies.
29746
29747 2004-10-15  Wim Taymans  <wim@fluendo.com>
29748
29749         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29750         (qtdemux_parse), (gst_qtdemux_handle_esds):
29751         An esds box is not a container.
29752         Fix parsing of mp4v boxes.
29753         Do not try to renegotiate fps for each frame. Need to
29754         find a better method. This should fix mp4 playback.
29755
29756 2004-10-14  David Schleef  <ds@schleef.org>
29757
29758         * configure.ac: update for swfdec-0.3 and liboil-0.2
29759         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29760         * ext/swfdec/gstswfdec.h: same
29761         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29762         * gst/videotestsrc/videotestsrc.c: same
29763
29764 2004-10-14  Wim Taymans  <wim@fluendo.com>
29765
29766         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29767         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29768         (is_sync_frame), (gst_multifdsink_new_client),
29769         (gst_multifdsink_handle_client_write),
29770         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29771         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29772         Turn warnings into info.
29773         Don't allow a state change in the streaming thread.
29774
29775 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29776
29777         * ext/vorbis/oggvorbisenc.c:
29778         * ext/vorbis/vorbisdec.c:
29779           fix template sample rate
29780
29781 2004-10-13  Wim Taymans  <wim@fluendo.com>
29782
29783         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29784         Decoding the header first fixes some problems in resyncing
29785         in more mp3s.
29786
29787 2004-10-12  Wim Taymans  <wim@fluendo.com>
29788
29789         * gst/playback/gstplaybin.c: (gen_video_element),
29790         (gen_vis_element), (remove_sinks), (setup_sinks):
29791         Added vis plugin support, need to configure the vis
29792         element to activate it.
29793
29794 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29795
29796         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29797         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29798           Some debug.
29799         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29800         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29801         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29802         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29803         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29804         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29805         * gst/avi/gstavidemux.h:
29806           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29807           recovery (where, if part of the index is broken, we will still read
29808           the rest of the index and recover the broken part by stream
29809           scanning). More broken media support. EOS workarounds. General AVI
29810           braindamage headache recovery. Aspirin included.
29811
29812 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29813
29814         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29815         (cdparanoia_event), (cdparanoia_query):
29816           Get rid of hideous lead-in.
29817
29818 2004-10-11  Wim Taymans  <wim@fluendo.com>
29819
29820         * gst/playback/gstplaybasebin.c: (setup_source):
29821         Wrong var used to get g_list_next.
29822
29823 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29824
29825         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29826         (cdparanoia_get), (cdparanoia_open):
29827           Report discid as metadata, add duration.
29828
29829 2004-10-11  Wim Taymans  <wim@fluendo.com>
29830
29831         * gst/playback/gstplaybasebin.c: (setup_source):
29832         Cleanup the previous pipeline a little earlier for the
29833         case that a source element provides raw data.
29834
29835 2004-10-11  Benjamin Otte  <otte@gnome.org>
29836
29837         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29838           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29839           consuming the last 128 bytes, even though it was valid mp3 data.
29840
29841 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29842
29843         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29844         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29845         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29846         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29847
29848 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29849
29850         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29851         Fix for webcams that support only specific width or height
29852
29853 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29854
29855         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29856
29857         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29858           Fix wrong discont event setup (fixes #154967).
29859
29860 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29861
29862         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29863
29864         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29865           Error out on invalid data (fixes #154807).
29866
29867 2004-10-09  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
29868
29869         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29870
29871         * ext/dvdread/dvdreadsrc.c: (_read):
29872           Make titles > 0 work again (fixes #154834).
29873
29874 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29875
29876         * gst-libs/gst/riff/riff-media.c:
29877         (gst_riff_create_video_template_caps):
29878           WMV3 missing in template caps.
29879
29880 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29881
29882         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29883           OK, so the original code was too strict. It makes random AVI files
29884           hang for seconds upon opening, which is unacceptable and is far
29885           beyond the original goal of getting multiple chunks for one-chunk
29886           sounc stream files. So now do just that.
29887
29888 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29889
29890         * gst/playback/gstplaybasebin.c: (setup_source),
29891         (gst_play_base_bin_change_state):
29892           Actually clean up streaminfo if output fails. This would trigger
29893           if, for example, there was no CD in the drive. No preroll, so
29894           a streaminfo structure is created, but the subsequent state change
29895           of the thread fails.
29896         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29897           Don't change state if parent failed.
29898
29899 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29900
29901         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29902         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29903         (gen_video_element), (remove_sinks):
29904           Add small bits of code for screenshot handling.
29905
29906 2004-10-08  Wim Taymans  <wim@fluendo.com>
29907
29908         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29909         (gen_video_element), (gen_audio_element), (setup_sinks):
29910         Don't assume the user provided sinks are named "sink"...
29911
29912 2004-10-08  Wim Taymans  <wim@fluendo.com>
29913
29914         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29915         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29916         (gst_play_base_bin_link_stream):
29917         Do not try to autoplug sources that generate raw streams like
29918         cdparanoia.
29919         disconnect the preroll overrun signal when we don't need it anymore.
29920
29921 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29922
29923         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29924         Added reworked patch from #154903 from milosz derezynski (deadchip).
29925
29926 2004-10-08  Wim Taymans  <wim@fluendo.com>
29927
29928         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29929         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29930         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29931         (cdparanoia_convert), (cdparanoia_uri_get_type),
29932         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29933         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29934         * ext/cdparanoia/gstcdparanoia.h:
29935         This adds the cdda://<tracknum> uri.
29936
29937 2004-10-08  Wim Taymans  <wim@fluendo.com>
29938
29939         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29940         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29941         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29942         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29943         (unknown_type), (gst_play_base_bin_remove_element),
29944         (gst_play_base_bin_link_stream):
29945         * gst/playback/gstplaybasebin.h:
29946         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29947         (gst_play_bin_set_property), (gen_video_element),
29948         (gen_audio_element), (setup_sinks):
29949         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29950         (gst_stream_info_get_type), (gst_stream_info_class_init),
29951         (gst_stream_info_init), (gst_stream_info_new),
29952         (gst_stream_info_dispose), (stream_info_mute_pad),
29953         (gst_stream_info_set_property), (gst_stream_info_get_property):
29954         * gst/playback/gststreaminfo.h:
29955         Reuse the audio and video bins.
29956         Some internal cleanups in the stream selection code.
29957
29958 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29959
29960         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29961         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29962         * sys/ximage/ximagesink.h:
29963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29964         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29965         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29966         not coming from those elements. Moreover these elements should not keep
29967         the xid they have been given when in NULL state.
29968
29969 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29970
29971         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29972         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29973         * sys/ximage/ximagesink.h:
29974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29975         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29976         * sys/xvimage/xvimagesink.h:
29977           Actually only create a new toplevel window if we're not gonna
29978           embed it right after.
29979
29980 2004-10-07  Wim Taymans  <wim@fluendo.com>
29981
29982         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29983         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29984         * gst/playback/gstplaybin.c: (setup_sinks):
29985         Implement muting/unmuting of streams, mute streams that are not
29986         used.
29987
29988 2004-10-07  Wim Taymans  <wim@fluendo.com>
29989
29990         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29991         (plugin_init):
29992         Added lame audio/x-ac3 typefind function.
29993
29994 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29995
29996         * configure.ac:
29997           bump nano to cvs
29998
29999 === release 0.8.5 ===
30000
30001 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30002
30003         * NEWS:
30004         * RELEASE:
30005         * configure.ac:
30006           releasing 0.8.5, "Take You On"
30007
30008 2004-10-06  Wim Taymans  <wim@fluendo.com>
30009
30010         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30011         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30012         (no_more_pads), (close_link), (type_found):
30013         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30014         * gst/playback/gstplaybin.c: (gen_video_element):
30015         Do not signal the no_more_pads after the first pad when
30016         we are plugging a non dynamic element with multiple
30017         output pads (like swfdec, dvdec, ...).
30018
30019 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30020
30021         * configure.ac:
30022           bump for prerelease
30023
30024 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30025
30026         * gst/wavparse/gstwavparse.c:
30027           add ATRAC3 to STATIC CAPS to fix a warning
30028
30029         * gst/matroska/ebml-read.c:
30030         * gst-libs/gst/riff/riff-read.c:
30031           fix typos
30032
30033 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30034
30035         * gst-libs/gst/riff/riff-media.c:
30036           generate caps for ATRAC3 audio streams
30037
30038         * gst/realmedia/rmdemux.c:
30039           generate caps for ATRAC3 audio streams
30040
30041 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30042
30043         * gst/wavparse/Makefile.am
30044         * gst/wavparse/riff.h
30045         * gst/wavparse/wavparse.vcproj
30046           riff.h removal (unused and duplication with riff-ids.h)
30047
30048 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30049
30050         * gst/wavparse/gstwavparse.h
30051           remove duplicated defines for audio codec codes
30052
30053         * gst-libs/gst/riff/riff-ids.h
30054         * gst/wavenc/riff.h:
30055           add "4CC" code for ATRAC3 audio streams
30056           add "4CC" code for ITU_G721_ADPCM (unused for now)
30057
30058 2004-10-06  Wim Taymans  <wim@fluendo.com>
30059
30060         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30061         Actually _do_ negotiation. Pass gdouble as arg instead
30062         of guint64 for the framerate.
30063
30064 2004-10-06  Wim Taymans  <wim@fluendo.com>
30065
30066         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30067         (find_compatibles), (close_pad_link), (try_to_link_1),
30068         (no_more_pads), (close_link), (type_found):
30069         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30070         * gst/playback/gstplaybin.c: (gen_video_element),
30071         (gen_audio_element):
30072         Set state on newly added element to READY so that negotiation
30073         can happen ASAP.
30074         Addes some more debug info.
30075         Do not try to plug pads with multiple caps structures or ANY
30076         because it is too dangerous since we do not do dynamic
30077         replugging.
30078
30079 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30080
30081         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30082
30083         * po/LINGUAS:
30084         * po/or.po:
30085           add Oriya translation
30086
30087 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30088
30089         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30090           Prevent overwrite of size member. Makes audio sound crappy.
30091
30092 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30093
30094         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30095         Add rmvb to the list of known RealMedia extensions
30096
30097 2004-10-05  Wim Taymans  <wim@fluendo.com>
30098
30099         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30100         (mngdec_openstream), (mngdec_closestream),
30101         (mngdec_handle_sink_event), (mngdec_readdata),
30102         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30103         (mngdec_getcanvasline), (mngdec_refresh),
30104         (gst_mngdec_change_state):
30105         Set the framerate correctly.
30106
30107 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30108
30109         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30110           There was something wrong with the index massaging.
30111
30112 2004-10-04  Wim Taymans  <wim@fluendo.com>
30113
30114         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30115         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30116         (gst_smokedec_chain):
30117         * ext/jpeg/gstsmokedec.h:
30118         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30119         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30120         * ext/jpeg/gstsmokeenc.h:
30121         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30122         (smokecodec_decode_new), (smokecodec_info_free),
30123         (smokecodec_set_quality), (smokecodec_get_quality),
30124         (smokecodec_set_threshold), (smokecodec_get_threshold),
30125         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30126         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30127         (smokecodec_encode), (smokecodec_parse_id),
30128         (smokecodec_parse_header), (smokecodec_decode):
30129         * ext/jpeg/smokecodec.h:
30130         * ext/jpeg/smokeformat.h:
30131         Updated smoke, new bitstream, allows embedding in ogg.
30132
30133 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30134
30135         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30136           Fix seeking in some files. All this code is no longer needed (and
30137           actually breaks stuff) because we now synchronize the full index
30138           right when reading the header.
30139
30140 2004-10-04  Wim Taymans  <wim@fluendo.com>
30141
30142         * configure.ac:
30143         configure update for libmng.
30144
30145 2004-10-04  Wim Taymans  <wim@fluendo.com>
30146
30147         * ext/libmng/Makefile.am:
30148         * ext/libmng/gstmng.c: (plugin_init):
30149         * ext/libmng/gstmng.h:
30150         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30151         (gst_mngdec_base_init), (gst_mngdec_class_init),
30152         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30153         (gst_mngdec_loop), (gst_mngdec_get_property),
30154         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30155         (mngdec_closestream), (mngdec_handle_sink_event),
30156         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30157         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30158         (gst_mngdec_change_state):
30159         * ext/libmng/gstmngdec.h:
30160         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30161         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30162         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30163         (gst_mngenc_chain), (gst_mngenc_get_property),
30164         (gst_mngenc_set_property):
30165         * ext/libmng/gstmngenc.h:
30166         Added basic MNG decoder. Needs more work. The encoder does
30167         not work yet.
30168
30169 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30170
30171         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30172         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30173         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30174           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30175           no-more-pads.
30176
30177 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30178
30179         * configure.ac:
30180           you need at least 1.0.4 of speex
30181
30182 2004-10-04 Iain <iaingnome@gmail.com>
30183
30184         * ext/speex/gstspeexdec.h: Revert the includes changes.
30185
30186         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30187
30188 2004-09-30 Iain <iaingnome@gmail.com>
30189
30190         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30191         found during init or set as a property instead of hardcoding /dev/audio
30192
30193 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30194
30195         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30196         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30197         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30198         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30199         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30200         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30201         (gst_rmdemux_dump_data):
30202           Use debug category, fix EOS handling. filesrc ! rmdemux now
30203           works.
30204
30205 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30206
30207         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30208         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30209         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30210           Improve allocation, cutting and sorting of the index. How takes a
30211           few seconds instead of minutes.
30212
30213 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30214
30215         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30216           fixed compilation
30217
30218 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30219
30220         * gst-libs/gst/riff/riff-media.c:
30221         (gst_riff_create_video_caps_with_data),
30222         (gst_riff_create_video_template_caps):
30223           Add wing commander format mimetype/fourccs.
30224         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30225           Don't crash if some value is 0.
30226
30227 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30228
30229         * gst-libs/gst/riff/riff-media.c:
30230         (gst_riff_create_video_caps_with_data),
30231         (gst_riff_create_video_template_caps):
30232           Add DIB fourcc (raw, palettized 8-bit RGB).
30233         * gst-libs/gst/riff/riff-read.c:
30234         (gst_riff_read_strf_vids_with_data):
30235           Oops, fix strf_data reading bug.
30236         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30237           Use a non-NULL tag.
30238         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30239           Time for hacks. Sorry Dave. At least one quicktime movie (a
30240           trailer) that I've encountered contains multiple video tracks.
30241           One of those is the actual video track, the other are one-frame
30242           tracks (images). Unfortunately, the number of frames according
30243           to the trak header is 1 for each, so that doesn't help. So
30244           instead, I look at the duration and discard tracks with a
30245           duration shorter than 20% of the length of the stream. Better
30246           than nothing.
30247
30248 2004-10-01  Christian Schaller <christian@fluendo.com>
30249
30250         * ext/ivorbis/vorbis.c:
30251           Patch from Phil Blundell (Bug 152341)
30252
30253 2004-10-01  Wim Taymans  <wim@fluendo.com>
30254
30255         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30256         (speex_dec_get_formats), (speex_dec_convert),
30257         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30258         (speex_dec_chain), (gst_speexdec_get_property),
30259         (gst_speexdec_set_property):
30260         Small cleanups.
30261
30262 2004-10-01  Wim Taymans  <wim@fluendo.com>
30263
30264         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30265         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30266         (gst_wavparse_other), (gst_wavparse_loop),
30267         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30268         (gst_wavparse_srcpad_event):
30269         * gst/wavparse/gstwavparse.h:
30270         Added some more debugging info.
30271         Fix the case where the length of the file is 0.
30272         Make sure we seek to sample borders.
30273
30274 2004-10-01  Wim Taymans  <wim@fluendo.com>
30275
30276         * gst/playback/README:
30277         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30278         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30279         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30280         Add some debug info to decodebin, update README
30281
30282 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30283
30284         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30285           Don't use g_print(); use GST_DEBUG().
30286
30287 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30288
30289         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30290         (gst_ogg_mux_queue_pads):
30291           Handle EOS properly.
30292
30293 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30294
30295         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30296
30297         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30298         (gst_faad_chain), (gst_faad_change_state):
30299         * ext/faad/gstfaad.h:
30300           Allow playback of raw (unframed) MPEG AAC files (#148993).
30301
30302 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30303
30304         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30305
30306         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30307           Throw error if we didn't recognize the stream. Fixes #152289.
30308
30309 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30310
30311         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30312           Fix negotiation.
30313
30314 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30315
30316         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30317
30318         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30319           Fix memleak.
30320
30321 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30322
30323         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30324
30325         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30326           Solve #152805.
30327         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30328           Solve 152806.
30329
30330 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30331
30332         * gst-libs/gst/riff/riff-media.c:
30333         (gst_riff_create_video_caps_with_data),
30334         (gst_riff_create_audio_caps_with_data):
30335           Add codec_data handling (like asfdemux used to do).
30336         * gst/asfdemux/gstasf.c: (plugin_init):
30337         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30338         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30339           Use riff-media for caps creation instead of our own (mostly
30340           broken) copy of its functions.
30341
30342 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30343
30344         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30345           Don't actually error out if we get another return value than
30346           -EINVAL. Opposite to what I first thought, drivers have random
30347           return values for this, although -EINVAL is the expected return
30348           value. Since this is not fatal, we shouldn't use
30349           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30350
30351 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30352
30353         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30354         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30355         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30356         (dvdreadsrc_get), (dvdreadsrc_open_file),
30357         (dvdreadsrc_change_state):
30358           Fix. Don't do one big huge loop around the whole DVD, that will
30359           cache all data and thus eat sizeof(dvd) (several GB) before we
30360           see something.
30361         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30362           Actually NULL'ify event after using it.
30363         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30364         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30365         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30366         (gst_ebml_read_seek), (gst_ebml_read_skip):
30367           Handle events.
30368         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30369         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30370         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30371           Fix timing (this will probably break if I seek using menus, but
30372           I didn't get there yet). VOBs and normal DVDs should now work.
30373           Add a mpeg2-only pad with high rank so this get autoplugged for
30374           MPEG-2 movies.
30375         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30376         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30377         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30378         (gst_mpeg_demux_get_audio_stream),
30379         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30380         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30381           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30382           MPEG-1 but use dvddemux for MPEG-2.
30383         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30384         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30385         (gst_mpeg_parse_parse_packhead):
30386           Timing. Only add pad template if it exists. Add sink template from
30387           class and not from ourselves. This means we will always use the
30388           correct sink template even if it is not the one defined in this
30389           file.
30390
30391 2004-09-29  Wim Taymans  <wim@fluendo.com>
30392
30393         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30394         (gst_mpeg_demux_parse_pes):
30395         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30396         Fix playback of mpeg again, timestamps where screwed up by
30397         patch 1.61.
30398
30399 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30400
30401         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30402           Only return true if we actually filled something in. Prevents
30403           player applications from showing a random length for flac files.
30404         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30405         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30406         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30407         (gst_riff_read_strf_vids_with_data),
30408         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30409           OK, ok, so I implemented event handling. Apparently it's normal
30410           that we receive random events at random points without asking
30411           for it.
30412         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30413         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30414         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30415         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30416         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30417         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30418         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30419         * gst/avi/gstavidemux.h:
30420           Implement non-lineair chunk handling and subchunk processing.
30421           The first solves playback of AVI files where the audio and video
30422           data of individual buffers that we read are not synchronized.
30423           This should not happen according to the wonderful AVI specs, but
30424           of course it does happen in reality. It is also a prerequisite for
30425           the second. Subchunk processing allows us to cut chunks in small
30426           pieces and process each of these pieces separately. This is
30427           required because I've seen several AVI files with incredibly large
30428           audio chunks, even some files with only one audio chunk for the
30429           whole file. This allows for proper playback including seeking.
30430           This patch is supposed to fix all AVI A/V sync issues.
30431         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30432         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30433           Work.
30434         * gst/modplug/gstmodplug.cc:
30435           Proper return value setting for the query() function.
30436         * gst/playback/gstplaybasebin.c: (setup_source):
30437           Being in non-playing state (after, e.g., EOS) is not necessarily
30438           a bad thing. Allow for that. This fixes playback of short files.
30439           They don't actually playback fully now, because the clock already
30440           runs. This means that small files (<500kB) with a small length
30441           (<2sec) will still not or barely play. Other files, such as mod
30442           or flx, will work correctly, however.
30443
30444 2004-09-28  Wim Taymans  <wim@fluendo.com>
30445
30446         * ext/speex/gstspeex.c: (plugin_init):
30447         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30448         (gst_speex_dec_class_init), (speex_dec_get_formats),
30449         (speex_get_event_masks), (speex_get_query_types),
30450         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30451         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30452         (gst_speexdec_get_property), (gst_speexdec_set_property),
30453         (speex_dec_change_state):
30454         * ext/speex/gstspeexdec.h:
30455         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30456         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30457         (gst_speexenc_base_init), (gst_speexenc_class_init),
30458         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30459         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30460         (gst_speexenc_src_query), (gst_speexenc_init),
30461         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30462         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30463         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30464         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30465         (gst_speexenc_chain), (gst_speexenc_get_property),
30466         (gst_speexenc_set_property), (gst_speexenc_change_state):
30467         * ext/speex/gstspeexenc.h:
30468         Rewrote speex encoder, make sure it can be embedded in ogg.
30469         Implemented speex decoder.
30470
30471 2004-09-28  Christian Schaller <christian@fluendo.com>
30472
30473         * configure.ac:
30474         Remove kioslave plugin. Markey is brewing a new working one
30475         * ext/Makefile.am: Remove kioslave plugin
30476         * ext/kio: remove
30477         * gst-plugins.spec.in: remove kio plugin from spec
30478
30479 2004-09-27  Wim Taymans  <wim@fluendo.com>
30480
30481         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30482         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30483         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30484         (gst_multifdsink_new_client),
30485         (gst_multifdsink_handle_client_write),
30486         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30487         (gst_multifdsink_handle_clients):
30488         * gst/tcp/gstmultifdsink.h:
30489         Make syncing to keyframes actually work for new clients and lagging
30490         clients.
30491
30492 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30493
30494         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30495         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30496         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30497         * gst/debug/gstnavigationtest.h:
30498           make navigationtest display button-press and button-release events
30499
30500 2004-09-26 Iain <iaingnome@gmail.com>
30501
30502         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30503         the channels have received a new media event.
30504         (interleave_buffered_loop): Compresses a new media event on all
30505         channels into one.
30506
30507 2004-09-26 Iain <iaingnome@gmail.com>
30508
30509         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30510         call the sinkpad's default event handler and not the srcpads. He also
30511         says this is confusing :)
30512         (gst_wavenc_stop_file): Company says that seek events only go upstream
30513         we should send a discontinuous downstream instead.
30514
30515 2004-09-25  Christian Schaller <christian@fluendo.com>
30516
30517         * Update SPEC file to be usable in conjunction with Fedora Core,
30518           Fedora.us and freshrpms packages
30519         * Fix typo in multifilesrc test Makefile
30520
30521 2004-09-24  Wim Taymans  <wim@fluendo.com>
30522
30523         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30524         Only signal the no_more_pads signal when we have
30525         added the stream to our list.
30526
30527 2004-09-24  Wim Taymans  <wim@fluendo.com>
30528
30529         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30530         (new_decoded_pad):
30531         * gst/playback/gstplaybasebin.h:
30532         * gst/playback/gstplaybin.c: (setup_sinks):
30533         Don't try to preroll or decode more than one audio/video
30534         track.
30535
30536 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30537
30538         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30539           Throw error if we failed to find a suitable output. This should
30540           throw an error if we successfully set up a pipeline (e.g. because
30541           we recognized a media file) but found no decodable streams in it
30542           (e.g. because it contains only media stream types for which we
30543           have no decoders, or because it's not a media type).
30544
30545 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30546
30547         * ext/dirac/Makefile.am:
30548         * ext/dirac/gstdirac.cc:
30549         * ext/dirac/gstdiracdec.cc:
30550         * ext/dirac/gstdiracdec.h:
30551           Do something. Don't actually know if this works because I don't
30552           have a demuxer yet.
30553         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30554           Add channels=1 to caps returned from _getcaps().
30555         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30556         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30557         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30558         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30559         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30560         (gst_ogm_parse_change_state):
30561           Separate between audio/video so ogmaudioparse actually uses the
30562           audio pad templates. Both audio and video work now, including
30563           autoplugging. Also use sometimes-srcpad hack.
30564         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30565           Handle events better. Don't hang on infinite loops.
30566         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30567         (gst_avi_demux_init), (gst_avi_demux_reset),
30568         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30569         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30570         (gst_avi_demux_change_state):
30571         * gst/avi/gstavidemux.h:
30572           Improve A/V sync. Still not perfect.
30573         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30574         (gst_ebml_read_skip):
30575           Handle events better.
30576         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30577         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30578         (qtdemux_audio_caps):
30579           Add IMA4. Improve event handling. Save offset after a seek when
30580           the headers are at the end of the file so that we don't end up in
30581           an infinite loop.
30582         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30583           Add low-priority typefind support for files with no length.
30584
30585 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30586
30587         * testsuite/multifilesink/Makefile.am:
30588         fix typo
30589
30590 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30591
30592         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30594         mistakes from thaytan's patches.
30595
30596 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30597
30598         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30599           For completeness, XSync in the destroy function as xvimage does.
30600
30601 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30602
30603         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30604            Correct caps negotiation
30605         * gst/volume/gstvolume.c: (volume_chain_float),
30606         (volume_chain_int16):
30607            Modify debug output to be little more informative
30608         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30610         (gst_xvimagesink_xvimage_destroy):
30611           Add XSync calls after detaching from the shared memory segment to
30612           avoid a crash.
30613
30614 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30615
30616         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30617         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30618         * ext/vorbis/vorbis.c: (plugin_init):
30619         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30620         (gst_vorbisenc_chain):
30621         * ext/vorbis/vorbisenc.h:
30622         remove explicit newmedia support from oggmux and vorbisenc
30623         add debug category to vorbisenc
30624         * gst/multifilesink/gstmultifilesink.c:
30625         (gst_multifilesink_class_init), (gst_multifilesink_init),
30626         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30627         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30628         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30629         (plugin_init):
30630         * gst/multifilesink/gstmultifilesink.h:
30631         add support for streamheader in multifilesink
30632
30633 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30634
30635         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30636         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30637         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30638           Prevent infinite loops. More correct error reporting.
30639         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30640           Error out if negotiation fails.
30641         * gst/playback/gstplaybasebin.c: (setup_source),
30642         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30643         (gst_play_base_bin_found_tag):
30644           Error/tag forwarding. Pre-roll fixes for source errors on state
30645           changes (e.g. "file does not exist") to prevent hangs.
30646
30647 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30648
30649         * testsuite/multifilesink/Makefile.am:
30650         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30651         (gst_newmedia_class_init), (gst_newmedia_init),
30652         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30653         (newfile_signal), (test_signal), (main):
30654         * testsuite/multifilesink/multifilesrc_test.c: (main):
30655         * testsuite/multifilesink/oggtheora_test.c:
30656         (gst_newmedia_base_init), (gst_newmedia_class_init),
30657         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30658         (test_format), (newfile_signal), (test_signal), (main):
30659         * testsuite/multifilesink/oggvorbis_test.c:
30660         (gst_newmedia_base_init), (gst_newmedia_class_init),
30661         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30662         (test_format), (newfile_signal), (test_signal), (main):
30663         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30664         (gst_newmedia_class_init), (gst_newmedia_init),
30665         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30666         (newfile_signal), (test_signal), (main):
30667         New media tests
30668
30669 2004-09-20  Christian Schaller <christian@fluendo.com>
30670
30671         * Fix mikmod license to LGPL as they have relicensed
30672         * Move Dirac and Effectv into LGPL section of README_license
30673
30674 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30675
30676         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30677         (gst_mad_change_state):
30678           Allow for mp3 rate/channels changes. However, only very
30679           conservatively. Reason that we *have* to enable this is smiply
30680           because the mad find_sync() function is not good enough, it will
30681           regularly sync on random data as valid frames and therefore make
30682           us provide random caps as *final* caps of the stream. The best fix
30683           I could think of is to simply require several of the same stream
30684           changes in a row before we change caps.
30685           The actual testcase that works now is #
30686         * ext/ogg/Makefile.am:
30687         * ext/ogg/gstogg.c: (plugin_init):
30688         * ext/ogg/gstogmparse.c:
30689           OGM support (video only for now; I need an audio sample file).
30690         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30691         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30692         (gst_asf_demux_add_video_stream):
30693           WMV extradata.
30694         * gst/playback/gstplaybasebin.c: (unknown_type):
30695           Don't error out on single unknown-types after all. It's wrong.
30696           If we found type of video and audio but not of a subtitle stream,
30697           it will still error out (which is unwanted). Will find a better fix
30698           later on.
30699         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30700         (ogmaudio_type_find), (plugin_init):
30701           OGM support.
30702
30703 2004-09-20  Johan Dahlin  <johan@gnome.org>
30704
30705         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30706         after setting caps.
30707
30708 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30709
30710         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30711         * gst/wavenc/gstwavenc.h:
30712         Added newmedia support to wavenc
30713
30714 2004-09-17  Wim Taymans  <wim@fluendo.com>
30715
30716         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30717         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30718         (gst_fdset_fd_can_write), (gst_fdset_wait):
30719         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30720         (gst_multifdsink_init), (gst_multifdsink_add),
30721         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30722         (gst_multifdsink_remove_client_link),
30723         (gst_multifdsink_client_queue_buffer),
30724         (gst_multifdsink_handle_client_write),
30725         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30726         (gst_multifdsink_close), (gst_multifdsink_change_state):
30727         * gst/tcp/gstmultifdsink.h:
30728         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30729         (gst_tcpserversink_removed):
30730         Small cleanups in fdset.c
30731         Use a hastable to map fd to the client structure for faster
30732         lookup in _remove and get_stats.
30733         Added virtual function to close the fds.
30734         Handle clients even when the select/poll call was unblocked because
30735         of a command.
30736         Implement syncing to keyframe in the recovery procedure.
30737
30738 2004-09-16 Iain <iaingnome@gmail.com>
30739
30740         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30741         try caps.
30742
30743 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30744
30745         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30746           Caps are only set if the type of the stream is unknown, but this
30747           is initialized in ->init_stream(), so set to UNKNOWN after calling
30748           ->init_stream() so that capsnego starts.
30749
30750 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30751
30752         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30753         (gst_avi_demux_stream_data):
30754           Just hardcode for raw audio then. AVI audio sucks.
30755
30756 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30757
30758         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30759         * gst/matroska/matroska-mux.c: (audiosink_templ),
30760         (gst_matroska_mux_audio_pad_link):
30761         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30762         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30763
30764 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30765
30766         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30767         (gst_avi_demux_stream_data):
30768           Try to fix a/v sync issues.
30769
30770 2004-09-15  David Schleef  <ds@schleef.org>
30771
30772         * configure.ac: remove NASM check, since we don't use it.  Update
30773         dirac check to 0.4
30774         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30775         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30776         Initialized variables.
30777         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30778         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30779         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30780         SVQ3 format
30781
30782 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30783
30784         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30785         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30786         * gst/avi/gstavidemux.h:
30787           Fix for compressed audio (mp3) timestamp generation. How did this
30788           ever work?
30789
30790 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30791
30792         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30793           Volume is a double not a float.
30794
30795 2004-09-15  Wim Taymans  <wim@fluendo.com>
30796
30797         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30798         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30799         Don't close the fd in multifdsink as we didn't open it in the
30800         first place. Some cleanups.
30801
30802 2004-09-15  Wim Taymans  <wim@fluendo.com>
30803
30804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30805         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30806         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30807         Fix the case where the muxer would mark pages as delta
30808         frames when they are not (vorbis only ogg).
30809
30810 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30811
30812         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30813         (gst_play_base_bin_change_state):
30814           Handle the case where we failed to setup a clear pipeline. This
30815           will throw an error (or EOS, another nice case) and if you don't
30816           catch that, the app will wait for the signal forever (and thus
30817           hang).
30818
30819 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30820
30821         * ext/gnomevfs/gstgnomevfssink.c:
30822         (gst_gnomevfssink_uri_get_protocols):
30823         * ext/gnomevfs/gstgnomevfssrc.c:
30824         (gst_gnomevfssrc_uri_get_protocols):
30825         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30826         * ext/gnomevfs/gstgnomevfsuri.h:
30827           Use _uri_new() instead of _open(), so it doesn't take as long and
30828           Christophe's computer won't hang.
30829         * gst/playback/gstplaybasebin.c: (unknown_type):
30830           Throw error on unknown media type, so apps actually display it.
30831
30832 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30833
30834         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30835           this script to work on Solaris since bash shell handles echo
30836           differenly than bash.
30837
30838 2004-09-17  Wim Taymans  <wim@fluendo.com>
30839
30840         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30841         (setup_source), (gst_play_base_bin_set_property),
30842         (gst_play_base_bin_add_element):
30843         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30844         Some more work on making sure seeking pauses the pipeline and
30845         that changing the uri actually does something.
30846
30847 2004-09-17  Wim Taymans  <wim@fluendo.com>
30848
30849         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30850         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30851         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30852         (gst_tcpserversink_close):
30853         Be a bit more paranoid when freeing memory.
30854
30855 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30856
30857         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30858         (qtdemux_parse_trak):
30859           Don't crash by dividing by zero (see sample movie in #126922).
30860
30861 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30862
30863         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30864           Don't touch non-existing data (fixes crash on file in #140147).
30865
30866 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30867
30868         * gst/playback/gstplaybasebin.c:
30869         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30870           Handle double disposals, and proper change of URIs.
30871
30872 2004-09-13  Martin Eikermann <meiker@upb.de>
30873
30874         * gst/mpegstream/gstmpegparse.c:
30875           fix synchronistation for streams recorded from digital PCR
30876           fixes bug #119376
30877
30878 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30879
30880         * ext/gnomevfs/Makefile.am:
30881         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30882         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30883         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30884         (gst_gnomevfssink_uri_get_type),
30885         (gst_gnomevfssink_uri_get_protocols),
30886         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30887         (gst_gnomevfssink_uri_handler_init),
30888         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30889         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30890         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30891         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30892         (gst_gnomevfssrc_uri_get_type),
30893         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30894         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30895         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30896         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30897         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30898         * ext/gnomevfs/gstgnomevfsuri.h:
30899           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30900           of fake URIs to see which this version of Gnome-VFS likes, and
30901           uses that for the Gst-URI interface. Makes playbin support http://
30902           streams. Also fix up some stupid behaviour in gnomevfssrc.
30903
30904 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30905
30906         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30907         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30908         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30909         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30910           Update mixer (to sync with other sessions) if we try to obtain
30911           a new value. This makes alsamixer work accross applications.
30912         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30913           Only call sync functions if we're running, else alsalib asserts.
30914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30915           Sometimes fails to compile. Possibly a gcc bug.
30916         * gst/playback/gstplaybin.c: (gen_video_element),
30917         (gen_audio_element):
30918           Add a reference to an application-provided object, because we lose
30919           this same reference if we add it to the bin. If we don't do this,
30920           we can only use this object once and thus crash if we go from
30921           ready to playing, back to ready and back to playing again.
30922           Also add an audioscale element because several cheap soundcards -
30923           like mine - don't support all samplerates.
30924         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30925         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30926           Fix wrong order or PAR calls. Makes automatically obtained PAR
30927           from the X server atually being used.
30928
30929 2004-09-12  David Schleef  <ds@schleef.org>
30930
30931         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30932         #151887, #152102, #152247.
30933         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30934         * examples/seeking/cdparanoia.c: same
30935         * examples/seeking/cdplayer.c: same
30936         * examples/seeking/seek.c: same
30937         * examples/seeking/spider_seek.c: same
30938         * examples/seeking/vorbisfile.c: same
30939         * examples/stats/mp2ogg.c: same
30940         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30941         (gst_esdsink_dispose): Dispose of element properly.
30942         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30943         fixes.
30944         * ext/nas/nassink.c: (gst_nassink_class_init),
30945         (gst_nassink_dispose): Dispose of element correctly.
30946         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30947         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30948         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30949         Fix 64-bit warning.
30950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30951         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30952         Fix 64-bit warning.
30953
30954 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30955
30956         * configure.ac : change speex detection as 1.1.6 now uses
30957           .pc/pkg-config and they changed their headers location.
30958
30959 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30960
30961         * gst/matroska/matroska-mux.h:
30962         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30963         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30964         (gst_matroska_mux_write_data):
30965           Write multiple blocks/frames per cluster.
30966                 Write meta-seek information (seek heads).
30967
30968 2004-09-09  Scott Wheeler <wheeler@kde.org>
30969
30970         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30971         (gst_play_bin_set_property), (gst_play_bin_get_property),
30972         (gen_audio_element), (gen_audio_element):
30973           Add a volume element / property to the pipeline.
30974
30975 2004-09-07  Wim Taymans  <wim@fluendo.com>
30976
30977         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30978         Copy timestamps from the master pad to the output buffers.
30979
30980 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30981
30982         * ext/raw1394/gstdv1394src.c:
30983           throw errors when applicable
30984
30985 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30986
30987         * gst/matroska/ebml-ids.h:
30988         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30989         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30990         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30991           automatically convert unix time <-> ebml time when reading/writing
30992           a date, use gst_ebml_write_uint to write CUETIME,
30993           not gst_ebml_write_date.
30994         * gst/matroska/matroska-ids.h:
30995         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30996         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30997         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30998         (gst_matroska_mux_write_data):
30999           Write track and segment UIDs, write muxing date, write
31000           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31001           Create cues for audio only files.
31002
31003 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31004
31005         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31006         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31007           Re-commit ALSA switches.
31008         * gst/adder/gstadder.c: (gst_adder_loop):
31009           64-bit fix (#151416).
31010         * gst/debug/progressreport.c: (gst_progressreport_report):
31011           64-bit fix (#151419).
31012         * gst/matroska/matroska-demux.c:
31013         (gst_matroska_demux_parse_contents):
31014           64-bit fix (#151420).
31015         * gst/playback/test3.c: (update_scale):
31016           64-bit fix (#151421).
31017
31018 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31019
31020         * configure.ac:
31021           bump nano to cvs
31022
31023 === release 0.8.4 ===
31024
31025 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31026
31027         * configure.ac: releasing 0.8.4, "Alias"
31028
31029 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31030
31031         * ext/theora/Makefile.am:
31032           fix makefile.  Fixes #151462.
31033
31034 2004-08-30  Wim Taymans  <wim@fluendo.com>
31035
31036         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31037         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31038         (gst_multifdsink_remove_client_link),
31039         (gst_multifdsink_client_queue_buffer),
31040         (gst_multifdsink_handle_client_write):
31041         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31042         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31043         Fix some memory leaks.
31044
31045 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31046
31047         Patch by: David Schleef
31048
31049         * configure.ac:
31050         * sys/Makefile.am:
31051           rename our detection macro for V4L2.  Fixes #151236.
31052
31053 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31054
31055         Patch by: David Schleef
31056
31057         * configure.ac:
31058           check to define LAMEPRESET.  Fixes #151232.
31059
31060 2004-08-27  David Schleef  <ds@schleef.org>
31061
31062         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31063         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31064         (gst_glimagesink_fixate):  Move local variable declarations to
31065         make gcc-2.95 happy.
31066
31067 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31068
31069         * configure.ac:
31070           bump nano for prerelease
31071
31072 2004-08-27  David Schleef  <ds@schleef.org>
31073
31074         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31075         * sys/sunaudio/gstsunaudiosrc.c:
31076         * sys/sunaudio/gstsunaudiosrc.h:
31077
31078 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31079
31080         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31081         handle EOS correctly
31082         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31083         * gst/matroska/matroska-mux.h:
31084         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31085         VFW compatibility mode
31086
31087 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31088
31089         patch by: Zaheer Abbas Merali
31090
31091         * ext/ogg/gstoggmux.c:
31092         * ext/vorbis/vorbisenc.c:
31093         * ext/vorbis/vorbisenc.h:
31094           handle NEWMEDIA
31095
31096 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31097
31098         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31099         fix byte order reversion on little endian machines.
31100         * gst/matroska/matroska-mux.c: (audiosink_templ),
31101         (gst_matroska_mux_audio_pad_link):
31102         add TTA codec to the list of supported codecs.
31103         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31104         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31105         (gst_matroska_mux_write_data):
31106         * gst/matroska/matroska-mux.h:
31107         write segment duration correctly, write muxing app string, fixes bugs
31108         #140897 and #140898.
31109         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31110         wait for all pads to be negotiated before starting to mux.
31111
31112 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31113
31114         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31115         * ext/lame/gstlame.h:
31116         Added new media support to lame
31117
31118 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31119
31120         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31121         send vorbis headers at the beginning of a stream, fixes bug #141554.
31122         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31123         bug #148950.
31124         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31125         (gst_matroska_demux_plugin_init):
31126         * gst/matroska/matroska-ids.h:
31127         enable demuxing of TTA audio streams, fixes bug #148951.
31128         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31129         enable typefinding for TTA audio files, fixes bug #148711.
31130         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31131         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31132         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31133
31134 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31135
31136         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31137         (gst_riff_read_element_data), (gst_riff_read_seek),
31138         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31139         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31140         <teuf@gnome.org>
31141
31142 2004-08-23 Iain <iaingnome@gmail.com>
31143
31144         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31145         tags. They appear to be handled differently to normal.
31146         (tag_list_to_id3_tag_foreach): Ditto.
31147
31148 2004-08-22  Wim Taymans  <wim@fluendo.com>
31149
31150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31151         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31152         Make sure we never send -1 granulepos.
31153
31154 2004-08-20  Wim Taymans  <wim@fluendo.com>
31155
31156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31157         (gst_ogg_mux_loop):
31158         I will accept bitchslappings with non sharp objects.
31159
31160 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31161
31162         * configure.ac:
31163         Clean up the test for lame presets
31164
31165 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31166
31167         * configure.ac:
31168         * ext/lame/Makefile.am:
31169         * ext/lame/gstlame.c: (gst_lame_class_init),
31170         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31171         Only enable lame presets if version of lame has presets in API
31172
31173 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31174         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31175         * gst/udp/gstudpsrc.h:
31176           Don't call gst_pad_push in a get function. Fixes #150449
31177
31178 2004-08-18  Wim Taymans  <wim@fluendo.com>
31179
31180         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31181         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31182         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31183         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31184         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31185         (gst_fdset_wait):
31186         * gst/tcp/gstfdset.h:
31187         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31188         (gst_multifdsink_client_queue_buffer),
31189         (gst_multifdsink_handle_client_write):
31190         * gst/tcp/gstmultifdsink.h:
31191         Some extra checks in gstfdset.
31192         Only use send() when the fd is a socket. Don't try to
31193         read from write only fds.
31194
31195 2004-08-18  Wim Taymans  <wim@fluendo.com>
31196
31197         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31198         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31199         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31200         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31201         (gst_fdset_wait):
31202         Add more locking and bounds checking.
31203
31204 2004-08-18  Wim Taymans  <wim@fluendo.com>
31205
31206         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31207         Realloc test fdset in the lock and right before starting
31208         the poll call. Bump the limit to 4096.
31209
31210 2004-08-17  David Schleef  <ds@schleef.org>
31211
31212         * sys/sunaudio/Makefile.am:
31213         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31214         of rates and channels.  Make debugging less obnoxious.
31215
31216         Patch from Balamurali Viswanathan implementing a mixer for
31217         Sun audio.  (bug #144091):
31218         * sys/sunaudio/gstsunelement.c:
31219         * sys/sunaudio/gstsunelement.h:
31220         * sys/sunaudio/gstsunmixer.c:
31221         * sys/sunaudio/gstsunmixer.h:
31222
31223 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31224
31225         * gst/audioscale/gstaudioscale.c:
31226         * gst/audioscale/gstaudioscale.h:
31227         made audioscale resample from any sample rate to any sample rate
31228
31229 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31230
31231         * ext/libpng/gstpngdec.c:
31232           error out on unsupported types
31233
31234 2004-08-17  Iain <iaingnome@gmail.com>
31235
31236         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31237         mid_side and loose_mid_side properties if its a stereo stream.
31238
31239 2004-08-17  Wim Taymans  <wim@fluendo.com>
31240
31241         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31242         (theora_get_formats), (theora_dec_src_convert),
31243         (theora_dec_sink_convert), (theora_dec_src_query),
31244         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31245         Add a debug line.
31246
31247 2004-08-17  Wim Taymans  <wim@fluendo.com>
31248
31249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31250         (gst_ogg_pad_push):
31251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31252         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31253         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31254         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31255         Mark delta units in the muxer.
31256         Try to decode the packet after an out-of-sync error from
31257         libogg.
31258
31259 2004-08-17  Wim Taymans  <wim@fluendo.com>
31260
31261         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31262         (gst_multifdsink_init), (gst_multifdsink_add),
31263         (gst_multifdsink_client_queue_buffer),
31264         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31265         * gst/tcp/gstmultifdsink.h:
31266         Added option to send a keyframe to clients as the first buffer.
31267         Make timeout property writable.
31268
31269 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31270
31271         patch by: Wim Taymans
31272
31273         * gst/tcp/gstfdset.c:
31274         * gst/tcp/gstmultifdsink.c:
31275           fix index comparison, should include 0
31276
31277 2004-08-16  Wim Taymans  <wim@fluendo.com>
31278
31279         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31280         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31281         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31282         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31283         (gst_fdset_wait):
31284           copy when reallocing for poll so the select arguments don't get
31285           changed during the call
31286
31287 2004-08-16  Wim Taymans  <wim@fluendo.com>
31288
31289         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31290         (gst_theora_enc_class_init), (theora_enc_sink_link),
31291         (theora_buffer_from_packet), (theora_enc_chain):
31292         Fix bug where buffers were not marked as keyframes
31293         correctly.
31294
31295 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31296
31297         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31298         (gst_lame_preset_get_type), (gst_lame_class_init):
31299         describe the enum values for vbr mode and presets more verbosely
31300
31301 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31302
31303         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31304         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31305         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31306         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31307         * ext/lame/gstlame.h:
31308         add preset property to lame so it can use lame presets
31309
31310 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31311
31312         * ext/lame/gstlame.c: (gst_lame_get_property):
31313         whoops forgot break, thanks teuf
31314
31315 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31316
31317         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31318         (gst_lame_class_init), (gst_lame_src_getcaps),
31319         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31320         (gst_lame_get_property), (gst_lame_setup):
31321         * ext/lame/gstlame.h:
31322         fix lame's broken vbr stuff, allow it to resample if need be, and also
31323         make xing header optional
31324
31325 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31326
31327         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31328         added getcaps function so samplerate doesnt get fixated to silly values
31329
31330 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31331
31332         * ext/lame/gstlame.c: (gst_lame_src_link):
31333         revert previous fix
31334
31335 2004-08-12  Johan Dahlin  <johan@gnome.org>
31336
31337         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31338         checks. Doesn't matter what state we are in. Interfaces are a
31339         compile time thing, not runtime. It also broke the python bindings.
31340
31341 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31342
31343         * ext/lame/gstlame.c: (gst_lame_src_link):
31344         made source pad link function check if sinkpad is ok..fixes the problem
31345         where core fixates the output rate of lame stupidly
31346
31347 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31348
31349         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31350         * sys/v4l/v4l_calls.c:
31351         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31352           fix fixate function to handle nonsimple caps.
31353           remove bogus check in _link
31354           cleanups
31355
31356 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31357
31358         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31359         set default compression ratio parameter to 0.0 so bitrate parameter
31360         works :)
31361
31362 2004-08-11  David Schleef  <ds@schleef.org>
31363
31364         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31365
31366 2004-08-11  David Schleef  <ds@schleef.org>
31367
31368         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31369         before.
31370
31371 2004-08-11  David Schleef  <ds@schleef.org>
31372
31373         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31374
31375 2004-08-11  David Schleef  <ds@schleef.org>
31376
31377         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31378           license field
31379         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31380         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31381           LGPL.
31382         * gst/auparse/gstauparse.c: Fix plugin license field.
31383         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31384         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31385         * gst/rtp/gstrtp.c: Fix plugin license field.
31386
31387 2004-08-11  Wim Taymans  <wim@fluendo.com>
31388
31389         * gst/tcp/Makefile.am:
31390         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31391         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31392         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31393         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31394         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31395         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31396         (gst_fdset_fd_can_write), (gst_fdset_wait):
31397         * gst/tcp/gstfdset.h:
31398         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31399         (gst_multifdsink_class_init), (gst_multifdsink_init),
31400         (gst_multifdsink_add), (gst_multifdsink_remove),
31401         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31402         (gst_multifdsink_remove_client_link),
31403         (gst_multifdsink_handle_client_read),
31404         (gst_multifdsink_client_queue_data),
31405         (gst_multifdsink_client_queue_caps),
31406         (gst_multifdsink_client_queue_buffer),
31407         (gst_multifdsink_handle_client_write),
31408         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31409         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31410         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31411         (gst_multifdsink_close):
31412         * gst/tcp/gstmultifdsink.h:
31413         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31414         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31415         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31416         (gst_tcpserversink_close):
31417         * gst/tcp/gsttcpserversink.h:
31418         Abstracted away the select call, implemented poll (yes we ran into
31419         the 1024 limit in production).
31420
31421 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31422
31423         * gst/tcp/gsttcp.c:
31424         * gst/tcp/gsttcpplugin.c:
31425           improve debuggging, remove assert
31426
31427 2004-08-10  Wim Taymans  <wim@fluendo.com>
31428
31429         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31430         (gst_client_status_get_type), (gst_multifdsink_class_init),
31431         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31432         (gst_multifdsink_handle_client_read),
31433         (gst_multifdsink_handle_client_write),
31434         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31435         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31436         (gst_multifdsink_get_property):
31437         * gst/tcp/gstmultifdsink.h:
31438         * gst/tcp/gsttcp-marshal.list:
31439         Starting to prepare for specifying buffer time in other units
31440         than buffers. Expose remove reason in signal.
31441
31442 2004-08-10  Wim Taymans  <wim@fluendo.com>
31443
31444         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31445         (gst_multifdsink_remove), (gst_multifdsink_clear),
31446         (gst_multifdsink_remove_client_link),
31447         (gst_multifdsink_handle_client_read),
31448         (gst_multifdsink_client_queue_data),
31449         (gst_multifdsink_client_queue_buffer),
31450         (gst_multifdsink_handle_client_write),
31451         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31452         (gst_multifdsink_chain), (gst_multifdsink_close):
31453         * gst/tcp/gstmultifdsink.h:
31454         Added more debugging info. Changed the way clients are
31455         removed from the lists. Fixed a bug where a bad file descriptor
31456         could cause many clients to be removed.
31457
31458 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31459
31460         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31461           allow all pixel-aspect-ratios, not just 1:1
31462
31463 2004-08-09  David Schleef  <ds@schleef.org>
31464
31465         * sys/glsink/ARB_multitexture.h:  Remove old files.
31466         * sys/glsink/EXT_paletted_texture.h:
31467         * sys/glsink/NV_register_combiners.h:
31468         * sys/glsink/gstgl_nvimage.c:
31469         * sys/glsink/gstgl_pdrimage.c:
31470         * sys/glsink/gstgl_rgbimage.c:
31471         * sys/glsink/gstglsink.c:
31472         * sys/glsink/gstglsink.h:
31473         * sys/glsink/gstglxwindow.c:
31474         * sys/glsink/regcomb_yuvrgb.c:
31475
31476 2004-08-09  David Schleef  <ds@schleef.org>
31477
31478         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31479         GL sink plugin.  (Bug #147302)
31480
31481         * configure.ac: Test for OpenGL
31482         * sys/Makefile.am: Use test for OpenGL
31483         * sys/glsink/Makefile.am:
31484         * sys/glsink/glimagesink.c: rewrite
31485         * sys/glsink/glimagesink.h: rewrite
31486
31487 2004-08-09  David Schleef  <ds@schleef.org>
31488
31489         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31490         sane framerates.
31491         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31493         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31494
31495 2004-08-09  Wim Taymans  <wim@fluendo.com>
31496
31497         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31498         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31499         (gst_multifdsink_client_remove),
31500         (gst_multifdsink_handle_client_read),
31501         (gst_multifdsink_handle_client_write),
31502         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31503         Do a bit more logging, make the client_read code more robust.
31504
31505 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31506
31507         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31508         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31509         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31510         (gst_jpegdec_init), (gst_jpegdec_chain):
31511         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31512         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31513           cleanups, debugging fixes and memleak plugging
31514
31515 2004-08-09  Wim Taymans  <wim@fluendo.com>
31516
31517         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31518         (theora_get_formats), (theora_dec_src_convert),
31519         (theora_dec_sink_convert), (theora_dec_src_query),
31520         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31521         (theora_dec_change_state):
31522         Don't crash on missing header packets.
31523
31524 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31525
31526         * po/LINGUAS:
31527         * po/sq.po:
31528           Added Albanian translation (Laurent Dhima)
31529         * po/cs.po:
31530           updated
31531
31532 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31533
31534         * ext/lame/gstlame.c:
31535           fix/add debugging
31536
31537 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31538
31539         * sys/ximage/ximagesink.c:
31540         * sys/xvimage/xvimagesink.c:
31541           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31542
31543 2004-08-06  Wim Taymans  <wim@fluendo.com>
31544
31545         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31546         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31547         (gst_multifdsink_client_remove),
31548         (gst_multifdsink_handle_client_read),
31549         (gst_multifdsink_handle_client_write),
31550         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31551         Make sure we don't try to read more from a client that what
31552         ioctl says us or we deadlock.
31553
31554 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31555
31556         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31557         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31558         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31559           decouple running_time and n_frames so it can handle changing
31560           framerate while running
31561
31562 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31563
31564         * po/nl.po:
31565         * po/sv.po:
31566           updated translations
31567
31568 2004-08-04  Benjamin Otte  <otte@gnome.org>
31569
31570         * gst/videotestsrc/gstvideotestsrc.c:
31571         (gst_videotestsrc_get_capslist), (generate_capslist),
31572         (plugin_init):
31573           generate the list of supported caps at startup and reuse it instead
31574           of always generating it
31575
31576 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31577
31578         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31579           whoops, last checkin broke normal build
31580
31581 2004-08-03  Benjamin Otte  <otte@gnome.org>
31582
31583         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31584         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31585         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31586         (gst_alsa_mixer_get_option):
31587         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31588         (dvdnavsrc_print_event):
31589         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31590         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31591         (gst_ogg_mux_pad_unlink):
31592         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31593         (gst_multipart_mux_pad_unlink):
31594         * gst/videofilter/gstvideobalance.c:
31595         (gst_videobalance_colorbalance_set_value):
31596         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31597         (gst_videomixer_pad_unlink):
31598         * po/uk.po:
31599         * sys/oss/gstossmixer.c:
31600         * sys/v4l/gstv4lcolorbalance.c:
31601         * sys/v4l/gstv4ltuner.c:
31602         * sys/v4l/v4lsrc_calls.c:
31603         * sys/v4l2/gstv4l2colorbalance.c:
31604         * sys/v4l2/gstv4l2tuner.c:
31605           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31606
31607 2004-08-03  Benjamin Otte  <otte@gnome.org>
31608
31609         * examples/dynparams/filter.c: (ui_control_create):
31610         * examples/gstplay/player.c: (print_tag):
31611         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31612         * ext/gdk_pixbuf/gstgdkanimation.c:
31613         (gst_gdk_animation_iter_may_advance):
31614         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31615         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31616         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31617         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31618         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31619         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31620         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31621         * gst/sine/demo-dparams.c: (main):
31622         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31623         * testsuite/alsa/formats.c: (create_pipeline):
31624         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31625           fixes for G_DISABLE_ASSERT and friends
31626         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31627         (mp3_type_frame_length_from_header), (mp3_type_find),
31628         (plugin_init):
31629           require mp3 typefinding to have at least MIN_HEADERS valid headers
31630           add typefinding for AAC adts files
31631
31632 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31633
31634         * sys/ximage/ximagesink.c:
31635         (gst_ximagesink_calculate_pixel_aspect_ratio):
31636         * sys/xvimage/xvimagesink.c:
31637         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31638         Make sure we calculate pixel-aspect-ratio using floating point maths
31639
31640 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31641
31642         * po/uk.po:
31643           updated translation
31644
31645 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31646
31647         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31649           add debugging for display PAR calculation
31650
31651 2004-08-02  David Schleef  <ds@schleef.org>
31652
31653         * configure.ac: Fix mikmod CFLAGS.
31654
31655 2004-07-27  Benjamin Otte  <otte@gnome.org>
31656
31657         * gst/audioscale/gstaudioscale.c:
31658         - fix templates to only support S16, it's the only format that works
31659         - make caps nego code use try_set_caps_nonfixed and fixation instead
31660         of try_set_caps twice, which is not nice for autopluggers
31661         - change rank to secondary, so autopluggers can pick it up after
31662         audioconvert
31663
31664 2004-08-02  Iain <iain@prettypeople.org>
31665
31666         * gst/interleave/interleave.c (interleave_init),
31667         (interleave_request_new_pad),
31668         (interleave_pad_removed),
31669         (interleave_buffered_loop): Use the real pad count, not the artificial
31670         one.
31671
31672 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31673
31674         * configure.ac: bump nano back to development
31675
31676 === release 0.8.3 ===
31677
31678 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31679
31680         * configure.ac: releasing 0.8.3, "Water"
31681
31682 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31683
31684         * sys/xvimage/xvimagesink.c:
31685         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31686         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31687         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31688         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31689         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31690         * sys/xvimage/xvimagesink.h:
31691           apply similar PAR fixes as to ximagesink
31692
31693 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31694
31695         patch from: Benjamin Otte
31696
31697         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31698           add link function to lame.  Fixes #148986.
31699
31700 2004-08-02  Johan Dahlin  <johan@gnome.org>
31701
31702         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31703         fix debugging log
31704
31705 2004-07-30  David Schleef  <ds@schleef.org>
31706
31707         * gst/videomixer/Makefile.am: Fix things that should have been
31708         fixed in the last checkin.
31709
31710 2004-07-30  David Schleef  <ds@schleef.org>
31711
31712         * gst/multipart/Makefile.am: Fix things that should have been
31713         fixed in the last checkin.
31714
31715 2004-07-30  David Schleef  <ds@schleef.org>
31716
31717         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31718
31719 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31720
31721         * configure.ac:
31722           bump nano for prerelease
31723         * po/af.po:
31724         * po/az.po:
31725         * po/cs.po:
31726         * po/en_GB.po:
31727         * po/hu.po:
31728         * po/nl.po:
31729         * po/sr.po:
31730         * po/sv.po:
31731         * po/uk.po:
31732           updates
31733
31734 2004-07-30  Wim Taymans  <wim@fluendo.com>
31735
31736         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31737         (gst_multifdsink_add), (gst_multifdsink_remove),
31738         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31739         (gst_multifdsink_client_remove),
31740         (gst_multifdsink_handle_client_write),
31741         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31742         * gst/tcp/gstmultifdsink.h:
31743         Recover from a select with a bad file descriptor by removing
31744         the client.
31745
31746 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31747
31748         * configure.ac:
31749           fix requirement of core
31750         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31751         (gst_play_pipeline_setup):
31752           don't use colorspace element.  do use hermescolorspace element.
31753           make macro to get a colorspace element.
31754           mark strings for translation.
31755         * po/POTFILES.in:
31756           add play.c
31757         * po/af.po:
31758         * po/az.po:
31759         * po/cs.po:
31760         * po/en_GB.po:
31761         * po/hu.po:
31762         * po/nl.po:
31763         * po/sr.po:
31764         * po/sv.po:
31765         * po/uk.po:
31766           update translations
31767
31768 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31769
31770         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31771         fix default for newmedia flag
31772
31773 2004-07-30  Wim Taymans  <wim@fluendo.com>
31774
31775         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31776         (gst_theora_dec_init), (theora_get_formats),
31777         (theora_dec_src_convert), (theora_dec_sink_convert),
31778         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31779         (theora_dec_chain), (theora_dec_set_property),
31780         (theora_dec_get_property):
31781         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31782         (gst_theora_enc_class_init), (gst_theora_enc_init),
31783         (theora_enc_sink_link), (theora_enc_chain),
31784         (theora_enc_set_property), (theora_enc_get_property):
31785         Added cropping option to theora decoder.
31786         Added border option to theora encoder.
31787
31788 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31789
31790         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31791         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31792         (gst_pngenc_set_property):
31793         * ext/libpng/gstpngenc.h:
31794         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
31795
31796 2004-07-30  Wim Taymans  <wim@fluendo.com>
31797
31798         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31799         (theora_enc_sink_link), (theora_enc_chain),
31800         (theora_enc_set_property), (theora_enc_get_property):
31801         Fix encoding of non-multiple-of-16 video.
31802
31803 2004-07-29  David Schleef  <ds@schleef.org>
31804
31805         * configure.ac: make test for audiofile more strict
31806
31807 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31808
31809         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31810           give different names to typefind functions
31811
31812 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31813
31814         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31815         (gst_ximagesink_calculate_pixel_aspect_ratio),
31816         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31817         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31818         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31819         (gst_ximagesink_get_property), (gst_ximagesink_init):
31820         * sys/ximage/ximagesink.h:
31821           allocate PAR's dynamically.
31822           use autodetected PAR if no object-set PAR is given.
31823           add workaround for directfb's X not setting physical size.
31824           fix to xvimagesink will follow tomorrow.
31825
31826 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31827
31828         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31829         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31830         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31831         (gst_shout2send_class_init), (gst_shout2send_init),
31832         (set_shout_metadata), (gst_shout2send_set_metadata),
31833         (gst_shout2send_chain), (gst_shout2send_set_property),
31834         (gst_shout2send_get_property), (gst_shout2send_connect),
31835         (gst_shout2send_change_state):
31836         * ext/shout2/gstshout2.h:
31837         - fix for sending mp3 audio to icecast2 server, if pad link function not
31838         called before PAUSED state
31839         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31840         - added tagging support for mp3 audio broadcasted
31841         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31842         debug info
31843
31844 2004-07-28  Wim Taymans  <wim@fluendo.com>
31845
31846         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31847         (gst_ogg_demux_push):
31848         Return query failure when we don't know the length of
31849         an ogg stream insteda of returning TRUE with a bogus value.
31850
31851 2004-07-28  Wim Taymans  <wim@fluendo.com>
31852
31853         * ext/theora/theoradec.c: (theora_get_formats),
31854         (theora_dec_src_convert), (theora_dec_sink_convert),
31855         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31856         (theora_dec_chain):
31857         Don't screw up the 1 Chroma for 1 luma sample situation when we
31858         have an odd offset/width by adding a black border in those cases.
31859
31860 2004-07-28  Wim Taymans  <wim@fluendo.com>
31861
31862         * ext/theora/theoradec.c: (theora_get_formats),
31863         (theora_dec_src_convert), (theora_dec_sink_convert),
31864         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31865         (theora_dec_chain):
31866         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31867         Added first attempt at cropping of the image as required by the
31868         theora spec. We need more properties in the caps (offset_x,
31869         offset_y,stride) to implement this correctly.
31870
31871 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31872
31873         * ext/dvdnav/README:
31874           Update the README to use dvddemux
31875         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31876           Ensure getcaps returns a subset of the template caps
31877         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31878         (gst_mpeg2subt_init):
31879           Ensure getcaps returns a subset of the template caps
31880         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31881         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31882         (gst_dvd_demux_get_subpicture_stream),
31883         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31884         * gst/mpegstream/gstdvddemux.h:
31885           Set the explicit caps on the current_video pad before pushing
31886           anything
31887         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31888         (gst_mpeg_demux_get_audio_stream):
31889           Free caps used to gst_pad_set_explicit_caps, which takes a const
31890           GstCaps *
31891
31892 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31893
31894         * configure.ac: update GStreamer requirement to 0.8.4 because of
31895           GstFraction.
31896
31897 2004-07-28  Wim Taymans  <wim@fluendo.com>
31898
31899         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31900         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31901         Add the pad to the element after setting up the caps. This
31902         makes it a lot easier to autoplug.
31903
31904 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31905
31906         * gst/median/gstmedian.c:
31907         * gst/mpeg2subt/gstmpeg2subt.c:
31908         * gst/mpegaudioparse/gstmpegaudioparse.c:
31909         * gst/mpegstream/gstdvddemux.c:
31910         * gst/mpegstream/gstmpegdemux.c:
31911         * gst/mpegstream/gstmpegpacketize.c:
31912         * gst/rtjpeg/gstrtjpeg.c:
31913         * gst/rtjpeg/gstrtjpegdec.c:
31914         * gst/rtjpeg/gstrtjpegenc.c:
31915         * gst/sine/gstsinesrc.c:
31916         * gst/smooth/gstsmooth.c:
31917         * gst/smpte/gstsmpte.c:
31918         * gst/smpte/gstsmpte.h:
31919         * gst/stereo/gststereo.c:
31920         * gst/videofilter/gstgamma.c:
31921         * gst/videofilter/gstvideobalance.c:
31922         * gst/videofilter/gstvideofilter.c:
31923         * gst/videofilter/gstvideoflip.c:
31924         * gst/videoscale/gstvideoscale.c:
31925         * gst/videoscale/videoscale.c:
31926         * gst/videotestsrc/gstvideotestsrc.c:
31927         * gst/videotestsrc/videotestsrc.c:
31928         * gst/wavenc/gstwavenc.c:
31929         * gst/wavparse/gstwavparse.c:
31930           fix local includes and 64 bits constants
31931
31932 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31933
31934         * win32/gst.sln:
31935         * gst-libs/gst/*/*.vcproj:
31936         * gst/*/*.vcproj:
31937           more working plugins
31938
31939 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31940
31941         * testsuite/alsa/Makefile.am:
31942         * testsuite/alsa/srcstate.c:
31943         add test for alsasrc changing state
31944
31945 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31946
31947         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31948         (gst_silence_get):
31949         * gst/silence/gstsilence.h:
31950         fix silence generation for 16bit raw audio
31951
31952 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31953
31954         * gst/matroska/matroska-demux.c:
31955         (gst_matroska_demux_parse_metadata),
31956         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31957         * gst/mpegaudio/common.c:
31958         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31959         (gst_videoscale_getcaps), (gst_videoscale_link),
31960         (gst_videoscale_src_fixate), (gst_videoscale_init),
31961         (gst_videoscale_finalize):
31962         * gst/videoscale/gstvideoscale.h:
31963         * gst/videotestsrc/gstvideotestsrc.c:
31964         (gst_videotestsrc_get_capslist):
31965         * gst/wavenc/gstwavenc.c:
31966         * sys/oss/gstossmixer.c: (fill_labels):
31967         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31968         (gst_ximagesink_handle_xevents),
31969         (gst_ximagesink_calculate_pixel_aspect_ratio),
31970         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31971         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31972         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31973         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31974         (gst_ximagesink_init), (gst_ximagesink_class_init):
31975         * sys/ximage/ximagesink.h:
31976         * sys/xvimage/xvimagesink.c:
31977         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31978         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31979         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31980         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31981         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31982         * sys/xvimage/xvimagesink.h:
31983           first batch of pixel aspect ratio commits.
31984
31985 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31986
31987         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31988         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31989         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31990           handle stride, needs work if we want to move stride handling
31991           upstream, but works correctly for our purposes.
31992
31993 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31994
31995         * gst/videoscale/README:
31996           add testing examples
31997         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31998         (gst_videoscale_chain):
31999         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32000         (gst_videoscale_get_size):
32001           add get_size function that handles stride like videotestsrc.
32002           fixes conversion for YUV formats for as much as I can test them.
32003
32004 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32005
32006         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32007         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32009         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32010         (gst_xvimagesink_xvimage_put):
32011           further cleanups, logging, error handling and synchronizing
32012
32013 2004-07-27  Wim Taymans  <wim@fluendo.com>
32014
32015         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32016         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32017         (gst_videomixer_pad_set_property),
32018         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32019         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32020         (gst_videomixer_class_init), (gst_videomixer_init),
32021         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32022         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32023         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32024         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32025         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32026         (gst_videomixer_loop), (plugin_init):
32027         Be a nicer negotiation citizen and provide a getcaps function on
32028         the srcpad. This also fixes a crash when resizing.
32029
32030 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32031
32032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32033         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32034
32035 2004-07-27  Wim Taymans  <wim@fluendo.com>
32036
32037         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32038         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32039         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32040         (gst_pngenc_set_property):
32041         * ext/libpng/gstpngenc.h:
32042         Added snapshot property to pngenc.
32043         removed g_print from pngdec
32044
32045 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32046
32047         * gst/ac3parse/ac3parse.vcproj
32048         * gst/adder/adder.vcproj
32049         * gst/alpha/alpha.vcproj
32050         * gst/alpha/alphacolor.vcproj
32051         * gst/asfdemux/asf.vcproj
32052         * gst/audioconvert/audioconvert.vcproj
32053         * gst/audiorate/audiorate.vcproj
32054         * gst/audioscale/audioscale.vcproj
32055         * gst/auparse/auparse.vcproj
32056         * gst/avi/avi.vcproj
32057         * gst/cdxaparse/cdxaparse.vcproj
32058         * gst/chart/chart.vcproj
32059         * gst/colorspace/colorspace.vcproj
32060         * gst/cutter/cutter.vcproj
32061         * gst/debug/debug.vcproj
32062         * gst/debug/efence.vcproj
32063         * gst/debug/navigationtest.vcproj
32064         * gst/deinterlace/deinterlace.vcproj
32065         * gst/effectv/effectv.vcproj
32066         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32067         * gst/filter/filter.vcproj
32068         * gst/flx/flxdec.vcproj
32069         * gst/goom/goom.vcproj
32070         * gst/interleave/interleave.vcproj
32071         * gst/law/alaw.vcproj
32072         * gst/law/mulaw.vcproj
32073         * gst/matroska/matroska.vcproj
32074         * gst/median/median.vcproj
32075         * gst/mixmatrix/mixmatrix.vcproj
32076         * gst/mpeg1sys/mpeg1systemencode.vcproj
32077         * gst/mpeg1videoparse/mp1videoparse.vcproj
32078         * gst/mpeg2sub/mpeg2subt.vcproj
32079         * gst/mpegaudio/mpegaudio.vcproj
32080         * gst/mpegaudioparse/mpegaudioparse.vcproj
32081         * gst/mpegstream/mpegstream.vcproj
32082         * gst/multifilesink/multifilesink.vcproj
32083         * gst/multipart/multipart.vcproj
32084         * gst/oneton/oneton.vcproj
32085         * gst/overlay/overlay.vcproj
32086         * gst/passthrough/passthrough.vcproj
32087         * gst/qtdemux/qtdemux.vcproj
32088         * gst/realmedia/rmdemux.vcproj
32089         * gst/rtjpeg/rtjpeg.vcproj
32090         * gst/rtp/rtp.vcproj
32091         * gst/silence/silence.vcproj
32092         * gst/sine/sinesrc.vcproj
32093         * gst/smooth/smooth.vcproj
32094         * gst/smpte/smpte.vcproj
32095         * gst/spectrum/spectrum.vcproj
32096         * gst/speed/speed.vcproj
32097         * gst/stereo/stereo.vcproj
32098         * gst/switch/switch.vcproj
32099         * gst/tags/tagedit.vcproj
32100         * gst/tcp/tcp.vcproj
32101         * gst/typefind/typefindfunctions.vcproj
32102         * gst/udp/udp.vcproj
32103         * gst/videobox/videobox.vcproj
32104         * gst/videocrop/videocrop.vcproj
32105         * gst/videodrop/videodrop.vcproj
32106         * gst/videofilter/gamma.vcproj
32107         * gst/videofilter/videobalance.vcproj
32108         * gst/videofilter/videofilter.vcproj
32109         * gst/videofilter/videoflip.vcproj
32110         * gst/videoflip/videoflip.vcproj
32111         * gst/videomixer/videomixer.vcproj
32112         * gst/videorate/videorate.vcproj
32113         * gst/videoscale/videoscale.vcproj
32114         * gst/videotestsrc/videotestsrc.vcproj
32115         * gst/virtualdub/virtualdub.vcproj
32116         * gst/volenv/volenv.vcproj
32117         * gst/volume/volume.vcproj
32118         * gst/wavenc/wavenc.vcproj
32119         * gst/wavparse/wavparse.vcproj
32120         * gst/y4m/y4menc.vcproj
32121         * gst-libs/gst/audio/audio.vcproj
32122         * gst-libs/gst/audio/audiofilter.vcproj
32123         * gst-libs/gst/colorbalance/colorbalance.vcproj
32124         * gst-libs/gst/idct/idtc.vcproj
32125         * gst-libs/gst/media-info/media-info.vcproj
32126         * gst-libs/gst/mixer/mixer.vcproj
32127         * gst-libs/gst/navigation/navigation.vcproj
32128         * gst-libs/gst/play/play.vcproj
32129         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32130         * gst-libs/gst/resample/resample.vcproj
32131         * gst-libs/gst/riff/riff.vcproj
32132         * gst-libs/gst/tuner/tuner.vcproj
32133         * gst-libs/gst/video/video.vcproj
32134         * gst-libs/gst/xoverlay/xoverlay.vcproj
32135           avoid problems with math.h, fix release dependancy
32136           rename GStreamer-0.8.lib to libgstreamer.lib
32137
32138 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32139
32140         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32142         the atom is not available we have to unlock the mutex. Fixes #148023
32143
32144 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32145
32146         * gst-libs/gst/media-info/media-info.h:
32147           issue for a vararg macro with MSVC
32148
32149 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32150
32151         * gst/effectv/effectv.vcproj
32152         * gst-libs/gst/idct/idct.vcproj:
32153         * gst-libs/gst/media-info/media-info.vcproj:
32154         * gst-libs/gst/navigation/navigation.vcproj:
32155         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32156         * gst-libs/gst/video/video.vcproj:
32157         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32158           fixes for build problems
32159
32160 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32161
32162         * gst-libs/gst/audio/audio.def:
32163         * gst-libs/gst/audio/riff.def:
32164           add some definitions needed by plugins
32165
32166 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32167
32168         * gst/asfdemux/gstasfmux.c
32169           Fix some 64 bits constants to be glib friendly
32170
32171 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32172
32173         * gst/ac3parse/gstac3parse.c
32174         * gst/audioscale/gstaudioscale.c
32175         * gst/auparse/gstauparse.c
32176         * gst/colorspace/gstcolorspace.c
32177         * gst/colorspace/yuv2rgb.h
32178           local include fixes
32179
32180 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32181
32182         * win32/gst.sln
32183           add more plugins to the build
32184
32185 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32186
32187         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32188         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32189
32190 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32191
32192         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32193         (gst_level_set_property), (gst_level_get_property),
32194         (gst_level_base_init), (gst_level_class_init):
32195           add debugging categories.  cleanups.
32196
32197 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32198
32199         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32200         (gst_videoscale_planar411), (gst_videoscale_planar400),
32201         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32202         (gst_videoscale_scale_nearest_str1),
32203         (gst_videoscale_scale_nearest_str2),
32204         (gst_videoscale_scale_nearest_str4),
32205         (gst_videoscale_scale_nearest_16bit),
32206         (gst_videoscale_scale_nearest_24bit):
32207           fixed stride issues
32208           tested with 320x240 -> 321, 322, 324 x240
32209           tested with YV12, I420, YUY2, UYVY
32210           fixed packed422rev (don't think it could have worked before)
32211           by testing with UYVY
32212
32213 2004-07-26  Benjamin Otte  <otte@gnome.org>
32214
32215         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32216         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32217         (plugin_init):
32218           add debugging category, add error checks like checking return values
32219           of setup calls, make sure it still works after
32220           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32221
32222 2004-07-26  Wim Taymans  <wim@fluendo.com>
32223
32224         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32225         (gst_mpeg_demux_get_audio_stream),
32226         (gst_mpeg_demux_process_private):
32227         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32228         Check for error codes from the negotiation functions. Make sure
32229         we really set the pad caps when a new pad is created.
32230
32231 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32232
32233         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32234         (gst_ffmpeg_caps_to_pix_fmt):
32235         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32236         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32237         (gst_ffmpegcolorspace_pad_link):
32238           don't make function do two things at the same time without reason.
32239
32240 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32241
32242         * gst/ac3parse/ac3parse.vcproj
32243         * gst/adder/adder.vcproj
32244         * gst/alpha/alpha.vcproj
32245         * gst/alpha/alphacolor.vcproj
32246         * gst/asfdemux/asf.vcproj
32247         * gst/audioconvert/audioconvert.vcproj
32248         * gst/audiorate/audiorate.vcproj
32249         * gst/audioscale/audioscale.vcproj
32250         * gst/auparse/auparse.vcproj
32251         * gst/avi/avi.vcproj
32252         * gst/cdxaparse/cdxaparse.vcproj
32253         * gst/chart/chart.vcproj
32254         * gst/colorspace/colorspace.vcproj
32255         * gst/cutter/cutter.vcproj
32256         * gst/debug/debug.vcproj
32257         * gst/debug/efence.vcproj
32258         * gst/debug/navigationtest.vcproj
32259         * gst/deinterlace/deinterlace.vcproj
32260         * gst/effectv/effectv.vcproj
32261         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32262         * gst/filter/filter.vcproj
32263         * gst/flx/flxdec.vcproj
32264         * gst/goom/goom.vcproj
32265         * gst/interleave/interleave.vcproj
32266         * gst/law/alaw.vcproj
32267         * gst/law/mulaw.vcproj
32268         * gst/matroska/matroska.vcproj
32269         * gst/median/median.vcproj
32270         * gst/mixmatrix/mixmatrix.vcproj
32271         * gst/mpeg1sys/mpeg1systemencode.vcproj
32272         * gst/mpeg1videoparse/mp1videoparse.vcproj
32273         * gst/mpeg2sub/mpeg2subt.vcproj
32274         * gst/mpegaudio/mpegaudio.vcproj
32275         * gst/mpegaudioparse/mpegaudioparse.vcproj
32276         * gst/mpegstream/mpegstream.vcproj
32277         * gst/multifilesink/multifilesink.vcproj
32278         * gst/multipart/multipart.vcproj
32279         * gst/oneton/oneton.vcproj
32280         * gst/overlay/overlay.vcproj
32281         * gst/passthrough/passthrough.vcproj
32282         * gst/qtdemux/qtdemux.vcproj
32283         * gst/realmedia/rmdemux.vcproj
32284         * gst/rtjpeg/rtjpeg.vcproj
32285         * gst/rtp/rtp.vcproj
32286         * gst/silence/silence.vcproj
32287         * gst/sine/sinesrc.vcproj
32288         * gst/smooth/smooth.vcproj
32289         * gst/smpte/smpte.vcproj
32290         * gst/spectrum/spectrum.vcproj
32291         * gst/speed/speed.vcproj
32292         * gst/stereo/stereo.vcproj
32293         * gst/switch/switch.vcproj
32294         * gst/tags/tagedit.vcproj
32295         * gst/tcp/tcp.vcproj
32296         * gst/typefind/typefindfunctions.vcproj
32297         * gst/udp/udp.vcproj
32298         * gst/videobox/videobox.vcproj
32299         * gst/videocrop/videocrop.vcproj
32300         * gst/videodrop/videodrop.vcproj
32301         * gst/videofilter/gamma.vcproj
32302         * gst/videofilter/videobalance.vcproj
32303         * gst/videofilter/videofilter.vcproj
32304         * gst/videofilter/videoflip.vcproj
32305         * gst/videoflip/videoflip.vcproj
32306         * gst/videomixer/videomixer.vcproj
32307         * gst/videorate/videorate.vcproj
32308         * gst/videoscale/videoscale.vcproj
32309         * gst/videotestsrc/videotestsrc.vcproj
32310         * gst/virtualdub/virtualdub.vcproj
32311         * gst/volenv/volenv.vcproj
32312         * gst/volume/volume.vcproj
32313         * gst/wavenc/wavenc.vcproj
32314         * gst/wavparse/wavparse.vcproj
32315         * gst/y4m/y4menc.vcproj
32316           more plugins supported under windows
32317
32318 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32319
32320         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32321         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32322         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32324         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32325           Add debugging statements.  Use the sizes as returned by the
32326           *CreateImage calls.
32327
32328 2004-07-26  Johan Dahlin  <johan@gnome.org>
32329
32330         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32331         the pad is negotiated.
32332
32333         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32334
32335 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32336
32337         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32338         * gst-libs/gst/idct/idct.vcproj:
32339         * gst-libs/gst/media-info/media-info.vcproj:
32340         * gst-libs/gst/mixer/mixer.vcproj:
32341         * gst-libs/gst/navigation/navigation.vcproj:
32342         * gst-libs/gst/play/play.vcproj:
32343         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32344         * gst-libs/gst/resample/resample.vcproj:
32345         * gst-libs/gst/tuner/tuner.vcproj:
32346         * gst-libs/gst/video/video.vcproj:
32347         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32348           more plugins supported under windows
32349
32350 2004-07-25 Iain <iain@prettypeople.org>
32351
32352         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32353         pad now rather than when the pad is created because state changes wipe
32354         explicit caps (fixes #148043).
32355
32356 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32357
32358         reviewed by Benjamin Otte  <otte@gnome.org>
32359
32360         * ext/mad/gstmad.c:
32361           fix mad plugin crashing on Sun (fixes #148289)
32362
32363 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32364
32365         * gst/avi/avi.def:
32366         * gst/avi/avi.vcproj:
32367         * gst/matroska/matroska.def:
32368         * gst/matroska/matroska.vcproj:
32369           remove unused .def files
32370
32371 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32372
32373         * gst-libs/gst/audio/gstaudiofilter.c:
32374           Clean the local include
32375
32376 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32377
32378         * win32/gst.sln:
32379         * gst-libs/gst/audio/audio.def:
32380         * gst-libs/gst/audio/audio.vcproj:
32381         * gst-libs/gst/audio/audiofilter.vcproj:
32382         * gst-libs/gst/audio/riff.def:
32383         * gst-libs/gst/audio/riff.vcproj:
32384         * gst-libs/gst/gst-libs.def:
32385         * gst-libs/gst/gst-libs.vcproj:
32386         * gst/avi/avi.vcproj:
32387         * gst/avi/avi.vcproj:
32388           Copy the files where needed after building, cleaner projects
32389
32390 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32391
32392         * gst/matroska/ebml-write.c:
32393           Fix some 64 bits constants to be glib friendly
32394
32395 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32396
32397         * win32/gst.sln:
32398         * gst-libs/gst/gst-libs.def:
32399         * gst-libs/gst/gst-libs.vcproj:
32400         * gst/matroska/matroska.def:
32401         * gst/matroska/matroska.vcproj:
32402           Add the preliminary canvas to build plugins on Win32
32403
32404 2004-07-23  Benjamin Otte  <otte@gnome.org>
32405
32406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32407           don't enfore negotiation from source side, it breaks
32408           sinesrc ! audioconvert ! osssink
32409
32410 2004-07-22  David Schleef  <ds@schleef.org>
32411
32412         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32413         for ELF files, since they can easily be recognized as audio/mpeg.
32414         (bug #147441)
32415
32416 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32417
32418         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32419         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32420         (gst_videoscale_scale_nearest_24bit),
32421         (gst_videoscale_scale_nearest_16bit):
32422           fix 16bit and 24bit for stride (24bit might need testing)
32423           don't pretend we do more than one algorithm
32424
32425 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32426
32427         * configure.ac:
32428         * gst/Makefile.am:
32429         * gst/multifilesink/Makefile.am:
32430         * gst/multifilesink/gstmultifilesink.c:
32431         (gst_multifilesink_get_formats),
32432         (gst_multifilesink_get_query_types), (_do_init),
32433         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32434         (gst_multifilesink_init), (gst_multifilesink_dispose),
32435         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32436         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32437         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32438         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32439         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32440         (gst_multifilesink_uri_get_type),
32441         (gst_multifilesink_uri_get_protocols),
32442         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32443         (gst_multifilesink_uri_handler_init), (plugin_init):
32444         * gst/multifilesink/gstmultifilesink.h:
32445         * testsuite/Makefile.am:
32446         * testsuite/multifilesink/Makefile.am:
32447         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32448         (gst_newmedia_class_init), (gst_newmedia_init),
32449         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32450         (newfile_signal), (test_signal), (main):
32451         multifilesink plugin for creating new files every time a new media
32452         discontinuity event occurs
32453
32454 2004-07-22  Wim Taymans  <wim@fluendo.com>
32455
32456         * gst/alpha/Makefile.am:
32457         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32458         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32459         (gst_alpha_color_init), (gst_alpha_color_set_property),
32460         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32461         (transform), (gst_alpha_color_chain),
32462         (gst_alpha_color_change_state), (plugin_init):
32463         Stupid plugin to to RGBA to AYUV conversion because none of
32464         the colorspace plugins can handle that yet.
32465
32466 2004-07-22  Wim Taymans  <wim@fluendo.com>
32467
32468         * examples/seeking/seek.c: (update_scale), (main):
32469         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32470         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32471         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32472         (gst_decode_bin_init), (gst_decode_bin_dispose),
32473         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32474         (no_more_pads), (close_link), (type_found),
32475         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32476         (plugin_init):
32477         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32478         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32479         (gst_play_base_bin_dispose), (queue_overrun),
32480         (gen_preroll_element), (remove_prerolls), (unknown_type),
32481         (no_more_pads), (new_stream), (setup_source),
32482         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32483         (play_base_eos), (gst_play_base_bin_change_state),
32484         (gst_play_base_bin_add_element),
32485         (gst_play_base_bin_remove_element),
32486         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32487         (gst_play_base_bin_unlink_stream),
32488         (gst_play_base_bin_get_streaminfo):
32489         * gst/playback/gstplaybin.c: (gen_video_element),
32490         (gen_audio_element):
32491         * gst/playback/gststreaminfo.h:
32492         More playback updates, attempt to fix things after the state change
32493         breakage.
32494
32495 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32496
32497         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32498         (gst_videoscale_scale_nearest_16bit):
32499           comment algorithm
32500
32501 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32502
32503         * gst/videotestsrc/gstvideotestsrc.c:
32504         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32505         (gst_videotestsrc_init), (gst_videotestsrc_get),
32506         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32507         (gst_videotestsrc_get_property):
32508         * gst/videotestsrc/gstvideotestsrc.h:
32509         * gst/videotestsrc/videotestsrc.c:
32510         * gst/videotestsrc/videotestsrc.h:
32511           cleanup and commenting
32512
32513 2004-07-21  Wim Taymans  <wim@fluendo.com>
32514
32515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32516         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32517         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32518         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32519         (_find_chain_get_unknown_part), (_find_streams_check),
32520         (gst_ogg_demux_push), (gst_ogg_pad_push):
32521         * ext/theora/theoradec.c: (theora_get_formats),
32522         (theora_dec_src_convert), (theora_dec_sink_convert),
32523         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32524         (theora_dec_chain):
32525         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32526         (vorbis_dec_convert), (vorbis_dec_src_query),
32527         (vorbis_dec_src_event), (vorbis_dec_event):
32528         More seeking fixes, oggdemux now supports seeking to time and
32529         uses the downstream element to convert granulepos to time.
32530         Seeking in theora-only ogg files now works.
32531
32532 2004-07-21  Wim Taymans  <wim@fluendo.com>
32533
32534         * ext/theora/theoradec.c: (gst_theora_dec_init),
32535         (theora_get_formats), (theora_get_event_masks),
32536         (theora_get_query_types), (theora_dec_src_convert),
32537         (theora_dec_sink_convert), (theora_dec_src_query),
32538         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32539         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32540         (vorbis_get_event_masks), (vorbis_get_query_types),
32541         (gst_vorbis_dec_init), (vorbis_dec_convert),
32542         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32543         Added query/convert/formats functions to vorbis and theora decoders
32544         so that the outside world can use them too. Fixed seeking on an
32545         ogg/theora/vorbis file by disabling the seeking seeking on the
32546         theora srcpad.
32547
32548 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32549
32550         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32551         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32552         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32553         images creation for both elements. We don't create the image on caps
32554         nego or renego, we just destroy the internal one if present if it does
32555         not match the needs. The chain function takes care of creating a new
32556         image when needed.
32557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32558         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32559         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32560         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32561         the image format information. The buffer pool checks for the context
32562         image format and discard images with different formats.
32563         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32564
32565 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32566
32567         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32568         (gst_ffmpegcolorspace_chain):
32569           no point in doing any chaining if the pad we want to push from
32570           isn't usable.
32571
32572 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32573
32574         * gst-libs/gst/riff/riff-media.c:
32575         (gst_riff_create_audio_caps_with_data):
32576           Fix double end-to-native symbol conversion (#148021).
32577
32578 2004-07-20  David Schleef  <ds@schleef.org>
32579
32580         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32581         Don't use an Atom that doesn't exist.
32582
32583 2004-07-20  Wim Taymans  <wim@fluendo.com>
32584
32585         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32586         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32587         (gst_multifdsink_client_remove),
32588         (gst_multifdsink_handle_client_write),
32589         (gst_multifdsink_queue_buffer):
32590         * gst/tcp/gstmultifdsink.h:
32591         More multifdsink stats. Avoid deadlock by releasing locks
32592         before sending out a signal.
32593
32594 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32595
32596         * po/LINGUAS:
32597         * po/hu.po:
32598           added Hungarian translation (Laszlo Dvornik)
32599
32600 2004-07-20  Wim Taymans  <wim@fluendo.com>
32601
32602         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32603         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32604         (gst_multifdsink_handle_client_write),
32605         (gst_multifdsink_queue_buffer):
32606         * gst/tcp/gsttcp-marshal.list:
32607         Fixed the stupid marshal definition.
32608
32609 2004-07-20  Wim Taymans  <wim@fluendo.com>
32610
32611         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32612         (gst_multifdsink_init), (gst_multifdsink_add),
32613         (gst_multifdsink_client_remove),
32614         (gst_multifdsink_handle_client_write),
32615         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32616         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32617         (gst_multifdsink_init_send):
32618         * gst/tcp/gstmultifdsink.h:
32619         Added more stats, added timeout for a client, fixed some typos
32620         and added some comments.
32621
32622 2004-07-20  Wim Taymans  <wim@fluendo.com>
32623
32624         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32625         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32626         (gst_multifdsink_client_remove),
32627         (gst_multifdsink_handle_client_write):
32628         * gst/tcp/gstmultifdsink.h:
32629         * gst/tcp/gsttcp-marshal.list:
32630         Added get_stats method that returns a GValueArray of
32631         stats values.
32632
32633 2004-07-19  Benjamin Otte  <otte@gnome.org>
32634
32635         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32636           make sure longname, description and author are valid UTF-8
32637
32638 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32639
32640         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32641         (gst_ximagesink_set_property):
32642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32643         (gst_xvimagesink_set_property):
32644           make sure SYNCHRONOUS is respected after getting the X context
32645
32646 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32647
32648         * gst/matroska/matroska-demux.c:
32649         (gst_matroska_demux_handle_src_event),
32650         (gst_matroska_demux_parse_blockgroup):
32651         * gst/matroska/matroska-ids.h:
32652           add BlockReference tag and ignore it to clear out log.
32653           ignore NAVIGATION events to clear out log.
32654
32655 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32656
32657         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32658         (gst_matroska_demux_add_stream):
32659         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32660           add debug categories
32661
32662 2004-07-16  Wim Taymans  <wim@fluendo.com>
32663
32664         * ext/libpng/Makefile.am:
32665         * ext/libpng/gstpng.c: (plugin_init):
32666         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32667         (gst_pngdec_get_type), (gst_pngdec_base_init),
32668         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32669         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32670         * ext/libpng/gstpngdec.h:
32671         Added png decoder.
32672
32673 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32674
32675         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32676         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32677         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32678         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32679         (gst_ximagesink_buffer_alloc):
32680         * sys/ximage/ximagesink.h:
32681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32682         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32683         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32684         (gst_xvimagesink_buffer_alloc):
32685         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32686         again. Using internal data pointer of the x(v)image to store image's
32687         data to be coherent with the buffer alloc mechanism. Investigated the
32688         image destruction code to be sure that everything gets freed correctly.
32689
32690 2004-07-16  Wim Taymans  <wim@fluendo.com>
32691
32692         * gst-libs/gst/riff/riff-read.c:
32693         (gst_riff_read_strf_vids_with_data),
32694         (gst_riff_read_strf_auds_with_data):
32695         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32696         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32697         Make sure we don't create 0 sized subbuffers in riff-read.
32698         Signal the no more pads signal after reading the avi header.
32699
32700 2004-07-16  Wim Taymans  <wim@fluendo.com>
32701
32702         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32703         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32704         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32705         (gst_decode_bin_init), (gst_decode_bin_dispose),
32706         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32707         (no_more_pads), (close_link), (type_found),
32708         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32709         (gst_decode_bin_change_state), (plugin_init):
32710         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32711         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32712         (gst_play_base_bin_dispose), (queue_overrun),
32713         (gen_preroll_element), (remove_prerolls), (unknown_type),
32714         (no_more_pads), (new_stream), (setup_source),
32715         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32716         (play_base_eos), (gst_play_base_bin_change_state),
32717         (gst_play_base_bin_add_element),
32718         (gst_play_base_bin_remove_element),
32719         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32720         (gst_play_base_bin_unlink_stream),
32721         (gst_play_base_bin_get_streaminfo):
32722         * gst/playback/gstplaybasebin.h:
32723         Better error recovery. Added configurable preroll queue size. Faster
32724         detection of no-more-pads.
32725
32726 2004-07-16  Wim Taymans  <wim@fluendo.com>
32727
32728         * gst-libs/gst/video/video.h:
32729         Added 32 bits RGBA. Not sure if we should use another mime-type
32730         for alpha rgb. Currently the presence of the alpha_mask property
32731         signals an alpha channel.
32732
32733 2004-07-16  Wim Taymans  <wim@fluendo.com>
32734
32735         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32737         FPS seems to be 0.0 to MAX everywhere else.
32738
32739 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32740
32741         * gst-libs/gst/riff/riff-media.c:
32742         (gst_riff_create_video_caps_with_data):
32743           mp42/mp43 (no caps) exist too.
32744         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32745           Set pixel_width/height; we've got them in-caps.
32746         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32747         * gst/wavparse/gstwavparse.c: (plugin_init):
32748           Both are valid primary.
32749         * sys/oss/gstossmixer.c:
32750           Remove i18n hack and enable translations.
32751
32752 2004-07-15  Benjamin Otte  <otte@gnome.org>
32753
32754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32755         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32756           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32757
32758 2004-07-15  Benjamin Otte  <otte@gnome.org>
32759
32760         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32761         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32762         (gst_alsa_close_audio):
32763           disable some of the debugging code for now. Writing debugging to a
32764           buffer is broken in current alsalib releases.
32765
32766 2004-07-12  Benjamin Otte  <otte@gnome.org>
32767
32768         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32769           use bufferpools
32770
32771 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32772
32773         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32774         (theora_dec_src_query), (theora_dec_event):
32775         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32776           add debugging categories.  Remove \n's.
32777
32778 2004-07-13  Johan Dahlin  <johan@gnome.org>
32779
32780         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32781         (gst_play_bin_get_property): Impl.
32782
32783 2004-07-13  Wim Taymans  <wim@fluendo.com>
32784
32785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32786         When trying to find the stream length, seek back N pages
32787         instead of just one, where N is the number of streams in
32788         the current chain.
32789
32790 2004-07-13  Wim Taymans  <wim@fluendo.com>
32791
32792         * gst-libs/gst/riff/riff-media.c:
32793         (gst_riff_create_audio_caps_with_data),
32794         (gst_riff_create_audio_caps),
32795         (gst_riff_create_audio_template_caps):
32796         * gst-libs/gst/riff/riff-media.h:
32797         * gst-libs/gst/riff/riff-read.c:
32798         (gst_riff_read_strf_vids_with_data),
32799         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32800         * gst-libs/gst/riff/riff-read.h:
32801         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32802         (gst_avi_demux_add_stream):
32803         Set codec_data on caps for avidemuxer.
32804
32805 2004-07-12  David Schleef  <ds@schleef.org>
32806
32807         * configure.ac: Fix test for Objective C
32808
32809 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32810         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32811         (gst_gdk_pixbuf_chain):
32812           Add svg and pcx to template caps, and ensure that getcaps returns a
32813           subset of the template caps.
32814           Copy each row manually for output, as gdkpixbuf may pad the
32815           rowstride to a 32-bit word boundary.
32816
32817 2004-07-12  Wim Taymans  <wim@fluendo.com>
32818
32819         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32820         (gst_riff_create_video_template_caps):
32821         Fix the template caps to include some more media types.
32822
32823 2004-07-12  Wim Taymans  <wim@fluendo.com>
32824
32825         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32826         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32827         (compare_ranks), (print_feature), (gst_decode_bin_init),
32828         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32829         (try_to_link_1), (new_pad), (close_link), (type_found),
32830         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32831         (gst_decode_bin_change_state), (plugin_init):
32832         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32833         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32834         (gst_play_base_bin_dispose), (queue_overrun),
32835         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32836         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32837         (gst_play_base_bin_get_property), (play_base_eos),
32838         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32839         (gst_play_base_bin_remove_element),
32840         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32841         (gst_play_base_bin_unlink_stream),
32842         (gst_play_base_bin_get_streaminfo):
32843         * gst/playback/gstplaybasebin.h:
32844         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32845         (gst_play_bin_class_init), (gst_play_bin_init),
32846         (gst_play_bin_dispose), (gst_play_bin_set_property),
32847         (gst_play_bin_get_property), (gen_video_element),
32848         (gen_audio_element), (remove_sinks), (setup_sinks),
32849         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32850         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32851         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32852         (gst_play_bin_query), (plugin_init):
32853         * gst/playback/test4.c: (main):
32854         More fixes on reusing of the element.
32855
32856 2004-07-11  Benjamin Otte  <otte@gnome.org>
32857
32858         * ext/mad/gstmad.c: (normal_seek):
32859           allow seeking for other methods than just SET
32860
32861 2004-07-11  Andy Wingo  <wingo@pobox.com>
32862
32863         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32864         float, "any" caps -> buffer_frames=[0,MAX].
32865
32866         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32867         doesn't intersect our caps with the template any more. Do it
32868         ourselves.
32869         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32870
32871 2004-07-09  Wim Taymans  <wim@fluendo.com>
32872
32873         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32874         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32875         (compare_ranks), (print_feature), (gst_decode_bin_init),
32876         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32877         (try_to_link_1), (new_pad), (close_link), (type_found),
32878         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32879         (gst_decode_bin_change_state), (plugin_init):
32880         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32881         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32882         (gst_play_base_bin_dispose), (queue_overrun),
32883         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32884         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32885         (gst_play_base_bin_get_property), (play_base_eos),
32886         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32887         (gst_play_base_bin_remove_element),
32888         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32889         (gst_play_base_bin_unlink_stream),
32890         (gst_play_base_bin_get_streaminfo):
32891         * gst/playback/gstplaybasebin.h:
32892         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32893         (gst_play_bin_class_init), (gst_play_bin_init),
32894         (gst_play_bin_dispose), (gst_play_bin_set_property),
32895         (gst_play_bin_get_property), (gen_video_element),
32896         (gen_audio_element), (remove_sinks), (setup_sinks),
32897         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32898         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32899         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32900         (gst_play_bin_query), (plugin_init):
32901         * gst/playback/test4.c: (main):
32902         Work on object reuse and seeking.
32903
32904 2004-07-09  Wim Taymans  <wim@fluendo.com>
32905
32906         * examples/seeking/seek.c: (iterate):
32907         Don't consume all CPU in the idle loop.
32908
32909 2004-07-09  Wim Taymans  <wim@fluendo.com>
32910
32911         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32912         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32913         Add pad to element *after* setting the pad functions so that
32914         the scheduler can use the correct ones.
32915
32916 2004-07-09  Wim Taymans  <wim@fluendo.com>
32917
32918         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32919         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32920         Sync to keyframe after seek
32921
32922 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32923
32924         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32925         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32926         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32927         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32928         * ext/libvisual/visual.c: (gst_visual_change_state):
32929         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32930         * ext/theora/theoradec.c: (theora_dec_change_state):
32931         * ext/theora/theoraenc.c: (theora_enc_change_state):
32932         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32933         * gst-libs/gst/navigation/navigation.c:
32934         * gst/adder/gstadder.c: (gst_adder_change_state):
32935         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32936         (gst_audio_convert_get_buffer):
32937         * gst/multipart/multipartdemux.c:
32938         (gst_multipart_demux_change_state):
32939         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32940         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32941         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32942         * gst/videoscale/gstvideoscale.c:
32943         (gst_videoscale_handle_src_event):
32944         * gst/volume/gstvolume.c: (volume_chain_int16):
32945           don't assert in state change, this should be done by the base
32946           GstElement class.
32947           various debugging fixes.
32948
32949 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32950
32951         * configure.ac:
32952         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32953         (gst_play_dispose), (gst_play_set_location),
32954         (gst_play_set_data_src), (gst_play_set_video_sink),
32955         (gst_play_set_audio_sink), (gst_play_set_visualization),
32956         (gst_play_connect_visualization), (gst_play_get_sink_element),
32957         (gst_play_get_all_by_interface):
32958         * gst-libs/gst/play/play.h:
32959           add new method to get elements implementing an interface.
32960           add various error logging
32961
32962 2004-07-08  Wim Taymans  <wim@fluendo.com>
32963
32964         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32965         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32966         (make_playerbin_pipeline), (query_durations_elems),
32967         (query_durations_pads), (query_positions_elems),
32968         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32969         (main):
32970         Added playbin seeking example.
32971
32972 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32973
32974         * gst-libs/gst/play/play.c: (gst_play_set_location),
32975         (gst_play_set_data_src), (gst_play_set_video_sink),
32976         (gst_play_set_audio_sink), (gst_play_set_visualization),
32977         (gst_play_connect_visualization), (gst_play_get_framerate):
32978           use a macro to look up elements from hash table
32979
32980 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32981
32982         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32983         (gst_play_get_length_callback), (gst_play_set_location),
32984         (gst_play_seek_to_time), (gst_play_set_data_src),
32985         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32986         (gst_play_set_visualization), (gst_play_connect_visualization),
32987         (gst_play_get_sink_element):
32988         - add debugging info
32989         - fix looking up sink elements by iterating over complete caps
32990         - put everything except for source and autoplugger in a complete bin
32991
32992 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32993
32994         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32995         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32996         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32997         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32998         * ext/alsa/gstalsasink.h:
32999         - add debugging info
33000         - clean up schizophrenia of data/buffer/event
33001         - fix double event unref error
33002
33003 2004-07-08  Wim Taymans  <wim@fluendo.com>
33004
33005         * gst/playback/Makefile.am:
33006         Add headers to noinst
33007
33008 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33009
33010         * tools/gst-launch-ext-m.m:
33011         * tools/gst-launch-ext.1.in:
33012           convert to the third millenium
33013
33014 2004-07-07  David Schleef  <ds@schleef.org>
33015
33016         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33017
33018 2004-07-07  Wim Taymans  <wim@fluendo.com>
33019
33020         * gst/playback/Makefile.am:
33021         * gst/playback/README:
33022         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33023         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33024         (compare_ranks), (print_feature), (gst_decode_bin_init),
33025         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33026         (try_to_link_1), (new_pad), (close_link), (type_found),
33027         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33028         (plugin_init):
33029         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33030         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33031         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33032         (gen_preroll_element), (no_more_pads), (new_stream),
33033         (setup_source), (gst_play_base_bin_set_property),
33034         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33035         (gst_play_base_bin_add_element),
33036         (gst_play_base_bin_remove_element),
33037         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33038         (gst_play_base_bin_unlink_stream),
33039         (gst_play_base_bin_get_streaminfo):
33040         * gst/playback/gstplaybasebin.h:
33041         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33042         (gst_play_bin_class_init), (gst_play_bin_init),
33043         (gst_play_bin_dispose), (gst_play_bin_set_property),
33044         (gst_play_bin_get_property), (gen_video_element),
33045         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33046         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33047         (gst_play_bin_get_formats), (gst_play_bin_convert),
33048         (gst_play_bin_get_query_types), (gst_play_bin_query),
33049         (plugin_init):
33050         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33051         (gst_stream_info_get_type), (gst_stream_info_class_init),
33052         (gst_stream_info_init), (gst_stream_info_new),
33053         (gst_stream_info_dispose), (gst_stream_info_set_property),
33054         (gst_stream_info_get_property):
33055         * gst/playback/gststreaminfo.h:
33056         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33057         (main):
33058         * gst/playback/test2.c: (main):
33059         * gst/playback/test3.c: (update_scale), (main):
33060         More playbin fixes. Added README. Do better element filtering.
33061         Added base class to preroll media. Added test apps.
33062
33063 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33064
33065         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33066         * ext/mpeg2dec/gstmpeg2dec.h:
33067           various debugging improvements.  Reset stream to next picture
33068           instead of sequence header, otherwise seeks cannot work.
33069
33070 2004-07-07  Wim Taymans  <wim@fluendo.com>
33071
33072         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33073         (gst_video_box_class_init), (gst_video_box_set_property),
33074         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33075         Use pad_alloc where possible.
33076
33077 2004-07-07  Wim Taymans  <wim@fluendo.com>
33078
33079         * sys/oss/gstosselement.c: (gst_osselement_reset),
33080         (gst_osselement_parse_caps):
33081         * sys/oss/gstosselement.h:
33082         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33083         Fix offset on osssrc.
33084
33085 2004-07-07  Wim Taymans  <wim@fluendo.com>
33086
33087         * ext/theora/theora.c: (plugin_init):
33088         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33089         (theora_dec_src_query), (theora_dec_chain):
33090         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33091         (theora_enc_sink_link), (theora_buffer_from_packet),
33092         (theora_push_packet), (theora_enc_chain):
33093         Fix theora granulepos calculation.
33094         Fix overflow in duration/position calculation.
33095         Bump rank to PRIMARY for theoradec.
33096         Use granulepos of last packet to calculate position.
33097         Set keyframe flag on buffers when needed.
33098
33099 2004-07-06  David Schleef  <ds@schleef.org>
33100
33101         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33102         serious?  (Fixed, obviously.)
33103
33104 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33105
33106         * po/LINGUAS:
33107         * po/cs.po:
33108           added Czech translation (Miloslav Trmac)
33109
33110 2004-07-05  Wim Taymans  <wim@fluendo.com>
33111
33112         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33113         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33114         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33115         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33116         (close_link), (type_found), (gst_decode_bin_set_property),
33117         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33118         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33119         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33120         (gst_decode_bin_query), (plugin_init):
33121         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33122         (gst_play_bin_class_init), (gst_play_bin_init),
33123         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33124         (get_video_element), (new_pad), (setup_source),
33125         (gst_play_bin_set_property), (gst_play_bin_get_property),
33126         (gst_play_bin_change_state), (gst_play_bin_add_element),
33127         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33128         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33129         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33130         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33131         * gst/playback/test.c: (main):
33132         More fixes, cleaned up playbin, make it use decodebin. Added
33133         threaded property to playbin.
33134
33135 2004-07-05  Wim Taymans  <wim@fluendo.com>
33136
33137         * configure.ac:
33138         * gst/playback/Makefile.am:
33139         * gst/playback/decodetest.c: (main):
33140         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33141         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33142         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33143         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33144         (close_link), (type_found), (gst_decode_bin_set_property),
33145         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33146         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33147         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33148         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33149         (plugin_init):
33150         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33151         (gst_play_bin_class_init), (gst_play_bin_init),
33152         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33153         (collect_sink_pads), (find_compatibles), (close_pad_link),
33154         (try_to_link_1), (new_pad), (close_link), (type_found),
33155         (setup_source), (gst_play_bin_set_property),
33156         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33157         (compare_ranks), (gst_play_bin_collect_factories),
33158         (gst_play_bin_change_state), (gst_play_bin_add_element),
33159         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33160         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33161         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33162         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33163         * gst/playback/test.c: (main):
33164         Added some playback helper elements and some test apps, very alpha
33165         still.
33166
33167 2004-07-04  Benjamin Otte  <otte@gnome.org>
33168
33169         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33170           only restart audio when we indeed have an xrun to fix repeated
33171           xruns. Fix suggested by Giuliano Pochini.
33172
33173 2004-07-03  David Schleef  <ds@schleef.org>
33174
33175         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33176         call to gst_debug_log() if debugging is disabled (bug #145118)
33177
33178 2004-07-03  Benjamin Otte  <otte@gnome.org>
33179
33180         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33181           use our own functions for restarting the alsa device.
33182         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33183           I should apply patches myself - use MIN for the third argument, not
33184           the second, this fixes seeking
33185
33186 2004-07-02  David Schleef  <ds@schleef.org>
33187
33188         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33189         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33190         do with the logic.
33191
33192 2004-07-02  David Schleef  <ds@schleef.org>
33193
33194         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33195         output buffers.  Fix logic mistake.  (bug #144866)
33196
33197 2004-07-02  David Schleef  <ds@schleef.org>
33198
33199         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33200         on X.  (bug #144753)
33201
33202 2004-07-02  David Schleef  <ds@schleef.org>
33203
33204         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33205         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33206         (bug #144624)
33207         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33208         (gst_osselement_rate_probe_check): Add another workaround for
33209         buggy drivers (bug #145336)
33210
33211 2004-07-02  David Schleef  <ds@schleef.org>
33212
33213         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33214         Most systems don't have MSG_NOSIGNAL.
33215
33216 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33217
33218         * Makefile.am:
33219         * gst-libs/gst/colorbalance/Makefile.am:
33220         * gst-libs/gst/mixer/Makefile.am:
33221         * gst-libs/gst/play/Makefile.am:
33222         * gst-libs/gst/tuner/Makefile.am:
33223           (hopefully) fix both install and dist and make error message useful.
33224           needs testing across automakes.
33225
33226 2004-07-02  Benjamin Otte  <otte@gnome.org>
33227
33228         * ext/ogg/gstogg.c: (plugin_init):
33229           we require bytestream now
33230         * ext/ogg/gstoggdemux.c:
33231           huge diff to implement chain setup in a fast and generic way. This
33232           improves tag reading and startup of huge files (read: Theora videos)
33233           quite a bit. It probably contains bugs, too, so please test.
33234           Seeking is not improved to the fast method.
33235
33236 2004-06-29  Wim Taymans  <wim@fluendo.com>
33237
33238         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33239         * ext/ogg/gstoggmux.c:
33240         Fix memleak in oggdemux when running unconnected pads.
33241         doc update in mux, start working on keyframe mode.
33242
33243 2004-06-29  Benjamin Otte  <otte@gnome.org>
33244
33245         * sys/oss/gstosssink.c:
33246         * sys/oss/gstosssrc.c:
33247           advertise correct template caps - we indeed do non-native endianness
33248           and 8bit audio has no endianness
33249         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33251           avoid (wrong) duplications in getcaps function and return
33252           template caps
33253
33254 2004-06-29  Wim Taymans  <wim@fluendo.com>
33255
33256         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33257         (gst_multifdsink_class_init), (gst_multifdsink_add),
33258         (gst_multifdsink_remove), (gst_multifdsink_clear),
33259         (gst_multifdsink_client_remove),
33260         (gst_multifdsink_handle_client_read),
33261         (gst_multifdsink_client_queue_data),
33262         (gst_multifdsink_client_queue_caps),
33263         (gst_multifdsink_client_queue_buffer),
33264         (gst_multifdsink_handle_client_write),
33265         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33266         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33267         (gst_multifdsink_init_send), (gst_multifdsink_close):
33268         Fix wrong GList iteration that could crash the server when
33269         more then 2 clients disconnect at the same time. Read all the
33270         pending commands in one batch to recover from command storms under
33271         very heavy load.
33272
33273 2004-06-28  Wim Taymans  <wim@fluendo.com>
33274
33275         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33276         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33277         (gst_videomixer_pad_set_property),
33278         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33279         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33280         (gst_videomixer_class_init), (gst_videomixer_init),
33281         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33282         (pad_zorder_compare), (gst_videomixer_sort_pads),
33283         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33284         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33285         (gst_videomixer_update_queues), (gst_videomixer_loop),
33286         (plugin_init):
33287         Avoid divide by zero, choose masterpad as the pad with the highest
33288         framerate.
33289
33290 2004-06-27  Julien Moutte  <julien@moutte.net>
33291
33292         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33293         (gst_ximagesink_xwindow_new):
33294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33295         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33296         function directly. We might want to call it from somewhere else one day.
33297
33298 2004-06-27  Julien Moutte  <julien@moutte.net>
33299
33300         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33301         (gst_ximagesink_xwindow_new):
33302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33303         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33304         window decorations.
33305
33306 2004-06-27  Wim Taymans  <wim@fluendo.com>
33307
33308         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33309         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33310         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33311         (gst_dvdec_set_property), (gst_dvdec_get_property):
33312         * ext/dv/gstdvdec.h:
33313         Implement drop_factor property to lower the framerate with
33314         a factor.
33315
33316 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33317
33318         * gst-libs/gst/colorbalance/Makefile.am:
33319         * gst-libs/gst/mixer/Makefile.am:
33320         * gst-libs/gst/play/Makefile.am:
33321         * gst-libs/gst/tuner/Makefile.am:
33322           unbreak Company's fix that didn't install the -enum.h files
33323
33324 2004-06-27  Wim Taymans  <wim@fluendo.com>
33325
33326         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33327         (gst_dvdec_change_state):
33328         * ext/dv/gstdvdec.h:
33329         Fix timestamp, duration and offset of the buffers.
33330
33331 2004-06-27  Wim Taymans  <wim@fluendo.com>
33332
33333         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33334         (gst_multifdsink_class_init), (gst_multifdsink_add),
33335         (gst_multifdsink_remove), (gst_multifdsink_clear),
33336         (gst_multifdsink_client_remove),
33337         (gst_multifdsink_handle_client_read),
33338         (gst_multifdsink_client_queue_data),
33339         (gst_multifdsink_client_queue_caps),
33340         (gst_multifdsink_client_queue_buffer),
33341         (gst_multifdsink_handle_client_write),
33342         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33343         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33344         (gst_multifdsink_init_send), (gst_multifdsink_close):
33345         * gst/tcp/gstmultifdsink.h:
33346         * gst/tcp/gsttcpserversink.c:
33347         (gst_tcpserversink_handle_server_read),
33348         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33349         More multifdsink fixes, more recovery policy fixes.
33350         Removed stupid g_print
33351
33352 2004-06-26  Wim Taymans  <wim@fluendo.com>
33353
33354         * gst/tcp/Makefile.am:
33355         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33356         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33357         (gst_multifdsink_class_init), (gst_multifdsink_init),
33358         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33359         (gst_multifdsink_handle_client_read),
33360         (gst_multifdsink_client_queue_data),
33361         (gst_multifdsink_client_queue_caps),
33362         (gst_multifdsink_client_queue_buffer),
33363         (gst_multifdsink_handle_client_write),
33364         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33365         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33366         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33367         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33368         (gst_multifdsink_close), (gst_multifdsink_change_state):
33369         * gst/tcp/gstmultifdsink.h:
33370         * gst/tcp/gsttcpplugin.c: (plugin_init):
33371         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33372         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33373         (gst_tcpserversink_handle_server_read),
33374         (gst_tcpserversink_handle_select),
33375         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33376         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33377         * gst/tcp/gsttcpserversink.h:
33378         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33379         one of the locks, added recovery policy to multifdsink.
33380
33381 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33382
33383         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33384           fix decision for when getting frames with same timestamp
33385         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33386         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33387         (gst_v4lsrc_get_property):
33388         * sys/v4l/gstv4lsrc.h:
33389           add latency offset property
33390
33391 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33392
33393         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33394         (plugin_init):
33395           fix debugging. add category.
33396
33397 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33398
33399         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33400           fix wrong offsets
33401
33402 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33403
33404         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33405         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33406         (gst_alsa_src_change_state):
33407           return a time that is in sync with the element's processing
33408
33409 2004-06-25  Wim Taymans  <wim@fluendo.com>
33410
33411         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33412         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33413         (gst_tcpserversink_client_remove),
33414         (gst_tcpserversink_handle_client_read),
33415         (gst_tcpserversink_client_queue_data),
33416         (gst_tcpserversink_client_queue_caps),
33417         (gst_tcpserversink_client_queue_buffer),
33418         (gst_tcpserversink_handle_client_write),
33419         (gst_tcpserversink_queue_buffer),
33420         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33421         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33422         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33423         (gst_tcpserversink_close):
33424         * gst/tcp/gsttcpserversink.h:
33425         Serversink rewrite. Really do non blocking writes to clients and
33426         maintain an internal queue to handle slower clients while not
33427         disturbing fast clients.
33428
33429 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33430
33431         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33432           better debug, don't override OFFSET and OFFSET_END
33433
33434 2004-06-25  Iain <iain@prettypeople.org>
33435
33436         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33437         name=source for the wavparse pipeline.
33438
33439 2004-06-24  Johan Dahlin  <johan@gnome.org>
33440
33441         * ext/theora/theoraenc.c (theora_enc_chain): Call
33442         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33443         streamheader caps are set correctly.
33444
33445 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33446
33447         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33448         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33449           respect minimum bitrate; same could be done for max bitrate
33450
33451 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33452
33453         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33454         (gst_vorbisenc_setup):
33455           fix sample rate range
33456
33457 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33458
33459         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33460         (gst_oggvorbisenc_setup):
33461         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33462         (gst_vorbisenc_setup):
33463           resolve ambiguities in code and description
33464
33465 2004-06-24  Wim Taymans  <wim@fluendo.com>
33466
33467         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33468         * ext/alsa/gstalsa.h:
33469         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33470         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33471         Use alsa trigger_tstamp to get the timestamp of the first
33472         sample in the buffer for more precise sync. Some cleanups.
33473
33474 2004-06-24  Wim Taymans  <wim@fluendo.com>
33475
33476         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33477         (gst_audiorate_init), (gst_audiorate_chain),
33478         (gst_audiorate_set_property), (gst_audiorate_get_property):
33479         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33480         (gst_videorate_chain):
33481         Added some logging, fixed an overflow bug in videorate.
33482
33483 2004-06-24  Benjamin Otte  <otte@gnome.org>
33484
33485         * ext/kio/Makefile.am:
33486           fix for builddir != srcdir and distcheck
33487
33488 2004-06-24  Benjamin Otte  <otte@gnome.org>
33489
33490         * gst-libs/gst/colorbalance/Makefile.am:
33491         * gst-libs/gst/mixer/Makefile.am:
33492         * gst-libs/gst/play/Makefile.am:
33493         * gst-libs/gst/tuner/Makefile.am:
33494         * gst/tcp/Makefile.am:
33495         * sys/dxr3/Makefile.am:
33496           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33497           tarball.
33498           Also add all *.list files that were missing.
33499         * Makefile.am:
33500           add a distcheck hook to ensure the above doesn't happen again.
33501
33502 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33503
33504         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33505
33506 2004-06-23  Colin Walters  <walters@redhat.com>
33507
33508         * m4/Makefile.am: Distribute gst-fionread.m4.
33509
33510 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33511
33512         * configure.ac: back to dev
33513
33514 2004-06-23  Wim Taymans  <wim@fluendo.com>
33515
33516         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33517         (gst_alsa_xrun_recovery):
33518         * ext/alsa/gstalsa.h:
33519         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33520         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33521         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33522         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33523         (gst_alsa_src_loop):
33524         Add clock to alsasrc. Take new capture timestamp when
33525         restarting after an overrun. Split up some functions between
33526         alsasrc and alsasink.
33527
33528 === release 0.8.2 ===
33529
33530 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33531
33532         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33533         (gst_alsa_change_state), (gst_alsa_update_avail),
33534         (gst_alsa_xrun_recovery):
33535         * ext/alsa/gstalsa.h:
33536         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33537           merge back changes from release
33538
33539 2004-06-23  Wim Taymans  <wim@fluendo.com>
33540
33541         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33542         (gst_audiorate_init), (gst_audiorate_chain),
33543         (gst_audiorate_set_property), (gst_audiorate_get_property):
33544         Implement sample dropping and notify
33545
33546 2004-06-22  Wim Taymans  <wim@fluendo.com>
33547
33548         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33549         (theora_enc_sink_link), (theora_buffer_from_packet),
33550         (theora_push_packet), (theora_enc_chain):
33551         Some cleanups, make sure the timestamps are correct.
33552
33553 2004-06-22  Wim Taymans  <wim@fluendo.com>
33554
33555         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33556         (gst_alsa_change_state), (gst_alsa_update_avail),
33557         (gst_alsa_xrun_recovery):
33558         * ext/alsa/gstalsa.h:
33559         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33560         Cleanups, take queued samples into account when reporting
33561         the time.
33562
33563 2004-06-22  Wim Taymans  <wim@fluendo.com>
33564
33565         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33566         (gst_videorate_init):
33567         Initialize the property as well.
33568
33569 2004-06-22  Wim Taymans  <wim@fluendo.com>
33570
33571         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33572         (gst_videorate_init), (gst_videorate_chain),
33573         (gst_videorate_set_property), (gst_videorate_get_property):
33574         Add property to make videorate silent.
33575         Add property to prefer new frames over old ones.
33576
33577 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33578
33579         * sys/osxvideo/Makefile.am:
33580         Workaround so that the osxvideo .so file gets linked with the
33581         Cocoa, OpenGL and QuickTime frameworks
33582
33583 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33584
33585         * sys/osxaudio/Makefile.am:
33586         Workaround so that the osxaudio .so file gets linked with the
33587         CoreAudio framework
33588
33589 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33590
33591         * configure.ac:
33592         Whoops, my fault...fixed build issues
33593
33594 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33595
33596         * configure.ac:
33597         Add objective-c support if running in Darwin/Mac OS X
33598         * sys/Makefile.am:
33599         * sys/osxvideo:
33600         * sys/osxvideo/Makefile.am:
33601         * sys/osxvideo/osxvideosink.h:
33602         * sys/osxvideo/osxvideosink.m:
33603         * sys/osxvideo/cocoawindow.h:
33604         * sys/osxvideo/cocoawindow.m:
33605         Add osxvideosink, a cocoa-based osx video sink
33606
33607
33608 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33609         * ext/dvdnav/gst-dvd:
33610         Grab the gconf key from the right spot
33611         * gst/debug/gstnavseek.c: (gst_navseek_init),
33612         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33613         (gst_navseek_chain):
33614         * gst/debug/gstnavseek.h:
33615           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33616           and loop parameters of a segment seek.
33617         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33618         (gst_videotestsrc_get_event_masks),
33619         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33620         * gst/videotestsrc/gstvideotestsrc.h:
33621           Add seeking support to videotestsrc
33622           Initialise the timestamp_offset variable.
33623
33624 2004-06-18  Wim Taymans  <wim@fluendo.com>
33625
33626         * ext/sidplay/gstsiddec.cc:
33627         Fix negotiation and set correct end offset.
33628
33629 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33630
33631         * configure.ac: branch and prerelease
33632
33633 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33634
33635         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33636         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33637         (gst_tcpclientsrc_init_receive):
33638         * gst/tcp/gsttcpclientsrc.h:
33639           read caps when connecting to server for GDP so we set them correctly
33640
33641 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33642
33643         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33644           notify drops and duplicates
33645         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33646           no good reason to limit ourselves to 100x100
33647
33648 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33649
33650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33651         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33652         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33653         (gst_v4lsrc_get_property):
33654         * sys/v4l/gstv4lsrc.h:
33655         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33656         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33657         (gst_v4l_set_audio):
33658         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33659         (gst_v4lsrc_try_capture):
33660         * sys/v4l/v4lsrc_calls.h:
33661           change try_palette to more general try_capture
33662           add autoprobe option so we can turn off autoprobing
33663           various fixes
33664
33665 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33666
33667         * configure.ac:
33668           add videorate
33669         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33670         (gst_ximagesink_class_init):
33671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33672         (gst_xvimagesink_class_init):
33673           run them as finalize, not dispose, since dispose can be invoked
33674           multiple times
33675
33676 2004-06-17  Wim Taymans  <wim@fluendo.com>
33677
33678         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33679         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33680         * ext/alsa/gstalsa.h:
33681         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33682         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33683         (gst_alsa_src_change_state):
33684         * ext/alsa/gstalsasrc.h:
33685         Make the xrun code timestamp and offset the buffers correctly.
33686         moved the clock to the base class, use alsa methods to get time.
33687         Do correct timestamping on outgoing buffers.
33688
33689 2004-06-17  Wim Taymans  <wim@fluendo.com>
33690
33691         * gst/audiorate/Makefile.am:
33692         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33693         (gst_audiorate_base_init), (gst_audiorate_class_init),
33694         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33695         (gst_audiorate_set_property), (gst_audiorate_get_property),
33696         (gst_audiorate_change_state), (plugin_init):
33697         Added an audiorate converter that fills in gaps.
33698
33699 2004-06-17  Johan Dahlin  <johan@gnome.org>
33700
33701         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33702
33703 2004-06-16  Wim Taymans  <wim@fluendo.com>
33704
33705         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33707         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33708         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33709         (gst_v4lsrc_get_property):
33710         * sys/v4l/gstv4lsrc.h:
33711         Added a copy mode to v4lsrc where it will output a copied version
33712         of its internal hardware buffer.
33713         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33714         can't | them.
33715
33716 2004-06-16  Wim Taymans  <wim@fluendo.com>
33717
33718         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33719         Timestamp fixes.
33720
33721 2004-06-16  Wim Taymans  <wim@fluendo.com>
33722
33723         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33724         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33725         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33726         (gst_v4lsrc_get_property):
33727         * sys/v4l/gstv4lsrc.h:
33728         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33729         Added a sync mode enum property to control v4lsrc timestamp method
33730         Removed the use-fixed-fps property and moved functionality in
33731         the enum.
33732         Don't error on an error value from v4l-conf, it might not always
33733         be a real error.
33734
33735 2004-06-16  Wim Taymans  <wim@fluendo.com>
33736
33737         * gst/videorate/Makefile.am:
33738         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33739         (gst_videorate_base_init), (gst_videorate_class_init),
33740         (gst_videorate_getcaps), (gst_videorate_link),
33741         (gst_videorate_init), (gst_videorate_chain),
33742         (gst_videorate_set_property), (gst_videorate_get_property),
33743         (gst_videorate_change_state), (plugin_init):
33744         Added a video timestamp corrector.
33745
33746 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33747
33748         fixed a potential leak with previous commit
33749
33750         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33751
33752 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33753
33754         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33755         Added missing refcount, fixes bug #144425
33756         Cheers Tim for finding the bug
33757
33758 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33759
33760         * sys/v4l/gstv4l.c: (plugin_init):
33761         * sys/v4l/gstv4lcolorbalance.c:
33762         * sys/v4l/gstv4lcolorbalance.h:
33763         * sys/v4l/gstv4lelement.c:
33764         * sys/v4l/gstv4lelement.h:
33765         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33766         * sys/v4l/gstv4lmjpegsink.h:
33767         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33768         * sys/v4l/gstv4lmjpegsrc.h:
33769         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33770         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33771         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33772         * sys/v4l/gstv4lsrc.h:
33773         * sys/v4l/gstv4ltuner.c:
33774         * sys/v4l/gstv4ltuner.h:
33775         * sys/v4l/gstv4lxoverlay.c:
33776         * sys/v4l/gstv4lxoverlay.h:
33777         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33778         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33779         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33780         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33781         (gst_v4l_set_audio):
33782         * sys/v4l/v4l_calls.h:
33783         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33784         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33785         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33786         (gst_v4lmjpegsink_playback_init),
33787         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33788         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33789         (gst_v4lmjpegsink_playback_stop),
33790         (gst_v4lmjpegsink_playback_deinit):
33791         * sys/v4l/v4lmjpegsink_calls.h:
33792         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33793         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33794         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33795         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33796         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33797         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33798         * sys/v4l/v4lmjpegsrc_calls.h:
33799         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33800         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33801         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33802         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33803         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33804         (gst_v4lsrc_try_palette):
33805         * sys/v4l/v4lsrc_calls.h:
33806           bunch of paranoia cleanups
33807
33808 2004-06-14  David Schleef  <ds@schleef.org>
33809
33810         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33811         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33812         Send discont events and change timestamps appropriately when
33813         we get a seek event.  (bug #144240)
33814         * ext/cdparanoia/gstcdparanoia.h:
33815
33816 2004-06-14  Benjamin Otte  <otte@gnome.org>
33817
33818         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33819           snd_pcm_hw_params_set_rate  since the latter fails for no good
33820           reason on some setups.
33821
33822 2004-06-14  David Schleef  <ds@schleef.org>
33823
33824         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33825         standard.  Thank you for playing.
33826
33827 2004-06-14  Wim Taymans  <wim@fluendo.com>
33828
33829         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33830         Patch 1.3 broke the ordering of the colorspace info and
33831         made the plugin basically work by coincidence, reordered
33832         the info.
33833
33834 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33835
33836         * ext/lame/gstlame.c:
33837         * ext/mad/gstmad.c:
33838           sync caps.  Make sure mad can only output a list of rates, not
33839           a full range.  In the future, have three caps lists for each of the
33840           mpeg versions.  Change mpegversion to a double as well.
33841
33842 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33843
33844         * gst/volume/.cvsignore:
33845         * gst/volume/Makefile.am:
33846         * gst/volume/demo.c: (value_changed_callback), (idler),
33847         (setup_gui), (main):
33848           added small demo app
33849
33850 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33851         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33852         * ext/esd/esdsink.h:
33853         Close the esd connection on pause, because esd will just wait -
33854         blocking all other esd clients indefinitely.
33855
33856 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33857
33858         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33859           previous commit with GST_DEBUG
33860
33861 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33862
33863         * configure.ac:
33864           add a header check for a dvdread header in dvdnav.  Fixes #133002
33865
33866 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33867
33868         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33869         * gst/tcp/gsttcpclientsink.h:
33870         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33871         * gst/tcp/gsttcpclientsrc.h:
33872         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33873         (gst_tcpserversink_handle_server_read),
33874         (gst_tcpserversink_init_send):
33875         * gst/tcp/gsttcpserversink.h:
33876         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33877         * gst/tcp/gsttcpserversrc.h:
33878         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33879         version of IP)
33880
33881 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33882
33883         * configure.ac:
33884         Added ogg library so that OSX detects libtheora properly
33885
33886 2004-06-11  Wim Taymans  <wim@fluendo.com>
33887
33888         * ext/theora/theoradec.c: (theora_dec_chain),
33889         (theora_dec_change_state):
33890         Don't try to decode frames before we received a keyframe.
33891
33892 2004-06-11  Wim Taymans  <wim@fluendo.com>
33893
33894         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33895         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33896         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33897         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33898         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33899         Added property to set the maximum delay of a page.
33900
33901 2004-06-10  Wim Taymans  <wim@fluendo.com>
33902
33903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33904         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33905         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33906         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33907         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33908         Added max-delay property to control the maximum amount
33909         of data to put in one page.
33910
33911 2004-06-10  Wim Taymans  <wim@fluendo.com>
33912
33913         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33914         (gst_theora_enc_init), (theora_enc_sink_link),
33915         (theora_buffer_from_packet), (theora_enc_set_property),
33916         (theora_enc_get_property):
33917         Set duration on encoded buffer, added some more properties
33918
33919 2004-06-10  Wim Taymans  <wim@fluendo.com>
33920
33921         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33922         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33923         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33924         * ext/theora/theoraenc.c: (theora_enc_chain):
33925         Fix refcounting bugs
33926
33927 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33928
33929         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33930         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33931         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33932         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33933         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33934         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33935         (gst_asf_demux_change_state):
33936         * gst/asfdemux/gstasfdemux.h:
33937           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33938           feels like. I think we should set a new requirement for demuxers
33939           from now on to implement sane loop functions, data loops, query
33940           and seek functions before first commit into CVS. And this commit
33941           fixes all of the above.
33942
33943 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33944
33945         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33946           vorbis comments are properly encoded in UTF-8 before adding them
33947           to a GstTagList
33948
33949 2004-06-09  Benjamin Otte  <otte@gnome.org>
33950
33951         * ext/alsa/gstalsa.c: (add_channels):
33952           handle min <= max correctly
33953         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33954         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33955           add fixation functions so we fixate correctly. No preferring of alaw
33956           anymore because it's the first structure.
33957         * ext/alsa/gstalsa.h:
33958         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33959         (gst_alsa_hw_params_dump):
33960           add functions to ease debugging in alsalib
33961         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33962         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33963         (gst_alsa_start_audio):
33964           only specify hw params if we really setup a format (fixes #134007 -
33965           or at least works around it)
33966
33967 2004-06-09  Wim Taymans  <wim@fluendo.com>
33968
33969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33970         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33971         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33972         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33973         (gst_ogg_mux_loop):
33974         Use stream caps to setup the initial pages in the ogg stream.
33975         Correctly set the streamheader caps on the srcpad.
33976
33977 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33978
33979         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33980         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33981         (gst_v4lsrc_getcaps):
33982         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33983         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33984           add querying of fps lists for webcams.  Negotiating to a framerate
33985           now works.
33986
33987 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33988
33989         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33990         (theora_push_buffer), (theora_push_packet),
33991         (theora_set_header_on_caps), (theora_enc_chain):
33992           mark buffers and put on streamheader, raw theora streaming
33993           now works too, whee
33994
33995 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33996
33997         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33998         (gst_tcp_gdp_read_caps):
33999           do a looping read for caps and GDP headers too
34000
34001 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34002
34003         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34004         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34005           return EOS instead of NULL in _get
34006
34007 2004-06-08  Wim Taymans  <wim@fluendo.com>
34008
34009         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34010         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34011         (gst_tcp_gdp_write_caps):
34012         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34013         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34014         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34015         Memory leak fixes
34016
34017 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34018
34019         * ext/vorbis/Makefile.am:
34020         * ext/vorbis/vorbis.c: (plugin_init):
34021         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34022         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34023         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34024         (vorbis_parse_change_state):
34025         * ext/vorbis/vorbisparse.h:
34026           adding a vorbisparse element that marks the buffers, streaming
34027           raw vorbis using GDP now works, whee
34028
34029 2004-06-08  Wim Taymans  <wim@fluendo.com>
34030
34031         * ext/jpeg/Makefile.am:
34032         * ext/jpeg/README:
34033         * ext/jpeg/gstjpeg.c: (plugin_init):
34034         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34035         (gst_smokedec_base_init), (gst_smokedec_class_init),
34036         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34037         * ext/jpeg/gstsmokedec.h:
34038         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34039         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34040         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34041         (gst_smokeenc_resync), (gst_smokeenc_chain),
34042         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34043         * ext/jpeg/gstsmokeenc.h:
34044         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34045         (smokecodec_flush_destination), (smokecodec_term_destination),
34046         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34047         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34048         (smokecodec_term_source), (smokecodec_encode_new),
34049         (smokecodec_decode_new), (smokecodec_info_free),
34050         (smokecodec_set_quality), (smokecodec_get_quality),
34051         (smokecodec_set_threshold), (smokecodec_get_threshold),
34052         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34053         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34054         (smokecodec_parse_header), (smokecodec_decode):
34055         * ext/jpeg/smokecodec.h:
34056         Added a new simple jpeg based codec
34057
34058 2004-06-08  Wim Taymans  <wim@fluendo.com>
34059
34060         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34061         (gst_multipart_mux_loop):
34062         Fix memory leak
34063
34064 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34065
34066         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34067         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34068         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34069         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34070         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34071         * gst/tcp/gsttcpserversink.h:
34072           take streamheader into account
34073
34074 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34075
34076         * gst/level/Makefile.am:
34077         * gst/level/gstlevel.c: (gst_level_class_init):
34078           clean up marshal generation
34079
34080 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34081
34082         * gst/tcp/Makefile.am:
34083         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34084         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34085         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34086         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34087         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34088         (gst_tcpclientsrc_get_property):
34089         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34090         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34091         (gst_tcpserversink_handle_client_read),
34092         (gst_tcpserversink_handle_client_write),
34093         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34094         * gst/tcp/gsttcpserversink.h:
34095           add signals client-added and client-removed
34096         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34097         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34098         (gst_tcpserversrc_get_property):
34099         uniformized, change default protocol to NONE
34100         * gst/tcp/gsttcp-marshal.list: added
34101 2004-06-07  Benjamin Otte  <otte@gnome.org>
34102
34103         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34104           handle discont events if they happen before caps nego
34105
34106 2004-06-07  Wim Taymans  <wim@fluendo.com>
34107
34108         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34109         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34110         (gst_multipart_demux_plugin_init):
34111         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34112         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34113         (gst_multipart_mux_change_state):
34114         Small updates, fix a memleak
34115
34116 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34117
34118         * configure.ac: OSS portability
34119         * ext/arts/gst_arts.c: idem
34120         * sys/oss/gstosselement.c: idem
34121         * sys/oss/gstossmixer.c: idem
34122         * sys/oss/gstosssink.c: idem
34123         * sys/oss/gstosssrc.c: idem
34124         * sys/oss/oss_probe.c: idem
34125           - check for soundcard.h in different places for some BSD
34126
34127 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34128
34129         * AUTHORS:
34130         Add me to the authors file
34131         * configure.ac:
34132         Increase the libdv requirement to >= version 0.100
34133         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34134         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34135         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34136         * ext/dv/gstdvdec.h:
34137         Add support for the new_media flag when sending DISCONT events
34138         Make the querying work when video pad is not linked
34139
34140 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34141
34142         reviewed by Benjamin Otte  <otte@gnome.org>
34143
34144         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34145           create a NULL-initialized array of pads, so we don't think they
34146           exist already. (fixes #143130)
34147
34148 2004-06-07  Benjamin Otte  <otte@gnome.org>
34149
34150         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34151         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34152         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34153           don't use // coments
34154
34155 2004-06-07  Benjamin Otte  <otte@gnome.org>
34156
34157         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34158           cast to GstClockTime to get higher granularity
34159         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34160           use gst_element_set_time_delay to get the exact time
34161         * ext/mad/gstmad.c: (gst_mad_chain):
34162           use the negotiated rate instead of the current frame's rate which
34163           might be wrong because of bit errors. This avoids emitting totally
34164           bogus timestamps and screwing sync.
34165         (fixes #143454)
34166
34167 2004-06-07  Tim-Philipp MĂ¼ller  <t.i.m@zen.co.uk>
34168
34169         reviewed by Benjamin Otte  <otte@gnome.org>
34170
34171         * gst/adder/gstadder.c: (gst_adder_loop):
34172           properly error out when no negotiation has happened yet. (fixes
34173           #143032)
34174
34175 2004-06-06  Benjamin Otte  <otte@gnome.org>
34176
34177         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34178           forward correctly transformed offset in discont events. Based on
34179           patch by Arwed v. Merkatz. (fixes #142851)
34180
34181 2004-06-06  David Schleef  <ds@schleef.org>
34182
34183         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34184         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34185         problems on several systems.
34186
34187 2004-06-06  Benjamin Otte  <otte@gnome.org>
34188
34189         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34190           use explicit caps on the srcpad
34191         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34192           properly error out if caps couldn't be set (fixes #142764)
34193
34194 2004-06-06  Benjamin Otte  <otte@gnome.org>
34195
34196         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34197         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34198         (gst_alsa_start_audio):
34199           - don't call set_periods_integer anymore, it breaks the
34200           configuration randomly
34201           - call snd_pcm_hw_params_set_access directly instead of using masks
34202           - don't fail if the sw_params can't be set, just use the default
34203           params and hope it works. Alsalib has weird issues when you touch
34204           sw_params and does no proper error reporting about what failed.
34205         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34206         (gst_alsa_close_audio):
34207           make our alsa debugging go via gst debugging and not conditionally
34208           defined
34209         * ext/alsa/gstalsa.h:
34210           add ALSA_DEBUG_FLUSH macro
34211         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34212         (plugin_init):
34213           wrap alsa errors to be printed via the gst debugging system and not
34214           spammed to stderr
34215
34216 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34217
34218         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34219         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34220         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34221         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34222         (qtdemux_parse_trak):
34223         * gst/qtdemux/qtdemux.h:
34224           Bitch. Also known as seeking, querying & co.
34225         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34226         (gst_osssink_change_state):
34227         * sys/oss/gstosssink.h:
34228           Resyncing is for weenies, this hack is no longer needed and was
34229           broken anyway (since it - unintendedly - always leaves resync to
34230           TRUE).
34231
34232 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34233
34234         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34235         * gst/tcp/gsttcpclientsrc.h: idem
34236           - define MSG_NOSIGNAL if not done
34237           - include unistd.h for off_t
34238           (fixes #143749)
34239
34240 2004-06-05  Benjamin Otte  <otte@gnome.org>
34241
34242         * configure.ac:
34243         * ext/kio/Makefile.am:
34244           check for qt's moc preprocessor explicitly and use it
34245
34246 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34247
34248         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34249           don't get a signal for EPIPE on socket writes
34250           (somebody check if this works on other platforms)
34251
34252 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34253
34254         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34255         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34256           check error condition on available samples correctly
34257
34258 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34259
34260         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34261           avoid a segfault
34262         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34263         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34264         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34265         (gst_tcpserversrc_gdp_read_header):
34266          use ssize_t over size_t since the former is signed and thus the
34267          check for error codes can work
34268
34269 2004-06-02  Wim Taymans  <wim@fluendo.com>
34270
34271         reviewed by: Johan
34272
34273         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34274         (gst_multipart_mux_loop):
34275         Oops
34276
34277 2004-06-02  Wim Taymans  <wim@fluendo.com>
34278
34279         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34280         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34281         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34282         (gst_multipart_mux_change_state):
34283         Added configurable boundary specifier, added the value as a
34284         caps field as well.
34285
34286 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34287
34288         * gst/tcp/gsttcp.c:
34289         * gst/tcp/gsttcpclientsrc.c:
34290         * gst/tcp/gsttcpclientsrc.h:
34291         * gst/tcp/gsttcpserversrc.c:
34292           - portability fix, to compile on OSX
34293             (fixes #143146)
34294
34295         * sys/osxaudio/gstosxaudioelement.c:
34296         * sys/osxaudio/gstosxaudiosink.c:
34297         * sys/osxaudio/gstosxaudiosrc.c:
34298           - compilation warnings on OSX
34299             (fixes #143153)
34300
34301 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34302
34303         * ext/vorbis/vorbisdec.c : sign warning fixes
34304
34305         * gst-libs/gst/mixer/mixertrack.c :
34306           do no use defines which are glib 2.4 specific
34307
34308 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34309
34310         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34311           buffer since libflac doesn't expect it (reports a sync error when
34312           it encounters that)
34313
34314
34315 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34316
34317         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34318         * gst-libs/gst/mixer/mixertrack.c:
34319         (gst_mixer_track_get_property), (get_mixer_track_init),
34320         (get_mixer_track_get_property): Added property accessors
34321         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34322         * gst-libs/gst/mixer/mixeroptions.c:
34323         (gst_mixer_options_get_values): Added
34324         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34325         * gst-libs/gst/mixer/mixer.c: Fixed comment
34326
34327
34328 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34329
34330         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34331           improve error messages on open
34332
34333
34334 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34335
34336         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34337           check if v4l-conf is in path
34338
34339 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34340
34341         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34342           change assert to a more readable error message
34343
34344 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34345
34346         * gst-libs/gst/tuner/tunerchannel.h:
34347           - add a freq_multiplicator field to make the conversion
34348             between internal frequency unit and Hz
34349         * sys/v4l/gstv4lelement.c:
34350         * sys/v4l2/gstv4l2element.c:
34351           - change default video device to /dev/video0
34352         * sys/v4l/v4l_calls.c:
34353         * sys/v4l2/v4l2_calls.c:
34354           - we only expose frequency to the user in Hz instead of
34355             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34356
34357 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34358         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34359           Initialise b_o_s and e_o_s variables
34360         * gst-libs/gst/riff/riff-media.c:
34361         (gst_riff_create_video_caps_with_data):
34362           Add some unusual fourcc's from mplayer avi's
34363         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34364           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34365           autoplugging.
34366
34367 2004-05-28  Wim Taymans  <wim@fluendo.com>
34368
34369         * configure.ac:
34370         * gst/alpha/Makefile.am:
34371         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34372         (gst_alpha_get_type), (gst_alpha_base_init),
34373         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34374         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34375         (gst_alpha_chroma_key), (gst_alpha_chain),
34376         (gst_alpha_change_state), (plugin_init):
34377         A plugin to add an alpha channel to I420 video. Can optionally do
34378         chroma keying.
34379         * gst/multipart/Makefile.am:
34380         * gst/multipart/multipart.c: (plugin_init):
34381         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34382         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34383         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34384         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34385         (gst_multipart_demux_change_state),
34386         (gst_multipart_demux_plugin_init):
34387         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34388         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34389         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34390         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34391         (gst_multipart_mux_pad_unlink),
34392         (gst_multipart_mux_request_new_pad),
34393         (gst_multipart_mux_handle_src_event),
34394         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34395         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34396         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34397         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34398         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34399         send multipart jpeg images to a browser.
34400         * gst/videobox/Makefile.am:
34401         * gst/videobox/README:
34402         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34403         (gst_video_box_get_type), (gst_video_box_base_init),
34404         (gst_video_box_class_init), (gst_video_box_init),
34405         (gst_video_box_set_property), (gst_video_box_get_property),
34406         (gst_video_box_sink_link), (gst_video_box_i420),
34407         (gst_video_box_ayuv), (gst_video_box_chain),
34408         (gst_video_box_change_state), (plugin_init):
34409         Crops or adds borders around an image. can do alpha channel
34410         borders as well.
34411         * gst/videomixer/Makefile.am:
34412         * gst/videomixer/README:
34413         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34414         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34415         (gst_videomixer_pad_get_sink_event_masks),
34416         (gst_videomixer_pad_get_property),
34417         (gst_videomixer_pad_set_property),
34418         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34419         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34420         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34421         (gst_videomixer_base_init), (gst_videomixer_class_init),
34422         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34423         (gst_videomixer_handle_src_event),
34424         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34425         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34426         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34427         (gst_videomixer_loop), (gst_videomixer_get_property),
34428         (gst_videomixer_set_property), (gst_videomixer_change_state),
34429         (plugin_init):
34430         Generic video mixer plugin, can handle multiple inputs all with
34431         different framerates and video sizes. Is fully alpha channel
34432         aware.
34433
34434 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34435
34436         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34437           Select first track as master track. Not sure how else to handle
34438           that...
34439         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34440           Discard discont events. Should fix #142962.
34441
34442 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34443
34444         * ext/alsa/Makefile.am:
34445         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34446         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34447         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34448         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34449         (gst_alsa_mixer_get_option):
34450         * ext/alsa/gstalsamixer.h:
34451         * ext/alsa/gstalsamixeroptions.c:
34452         (gst_alsa_mixer_options_get_type),
34453         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34454         (gst_alsa_mixer_options_new):
34455         * ext/alsa/gstalsamixeroptions.h:
34456         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34457         * ext/alsa/gstalsamixertrack.h:
34458           Add enumerations (as GstMixerOptions). Make correct distinction
34459           between input/output tracks. Add capture/playback private flag.
34460           Use flag to decide on whether to set capture or playback volumes
34461           or switches. Use playback and record switches.
34462         * gst-libs/gst/mixer/Makefile.am:
34463         * gst-libs/gst/mixer/mixer-marshal.list:
34464         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34465         (gst_mixer_set_option), (gst_mixer_get_option),
34466         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34467         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34468         * gst-libs/gst/mixer/mixer.h:
34469         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34470         (gst_mixer_options_class_init), (gst_mixer_options_init),
34471         (gst_mixer_options_dispose):
34472         * gst-libs/gst/mixer/mixeroptions.h:
34473           Add GstMixerOptions.
34474         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34475           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34476           broken device detection on computers with multiple OSS sound
34477           cards.
34478
34479 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34480
34481         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34482           fixate nicely even when the peer is not negotiating
34483
34484 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34485
34486         * gst/audioconvert/gstaudioconvert.c:
34487         (gst_audio_convert_parse_caps):
34488           make sure we don't allow depth > width
34489         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34490           fixate endianness to G_BYTE_ORDER as default
34491         * gst/audioscale/gstaudioscale.c:
34492           we don't handle another endianness as host-endianness
34493
34494 2004-05-25  David Schleef  <ds@schleef.org>
34495
34496         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34497
34498 2004-05-24  Benjamin Otte  <otte@gnome.org>
34499
34500         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34501         (gst_oggvorbisenc_setup):
34502           properly fail when we can't setup the vorbis encoder due to
34503           unsupported settings
34504         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34505         (gst_vorbisenc_setup):
34506           same
34507         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34508           fix case where warnings occured when one pad was unlinked while the
34509           other's link function was called
34510
34511 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34512
34513         * gst/tcp/Makefile.am:
34514           use GST_ENABLE_NEW
34515
34516 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34517
34518         * gst-libs/gst/resample/private.h:
34519           don't use optimizations that are #if 0'ed
34520
34521 2004-05-24  Wim Taymans  <wim@fluendo.com>
34522
34523         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34524         Fix potential division by zero error and hopefully get
34525         the position query right to get correct timestamps on avi
34526         audio.
34527
34528 2004-05-24  Wim Taymans  <wim@fluendo.com>
34529
34530         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34531         (gst_videoscale_scale_nearest_str2),
34532         (gst_videoscale_scale_nearest_str4),
34533         (gst_videoscale_scale_nearest_32bit),
34534         (gst_videoscale_scale_nearest_24bit),
34535         (gst_videoscale_scale_nearest_16bit):
34536         Fix the scaling algorithm and avoid a buffer overflow.
34537         removed the while loop in the scaling function as it
34538         was used for point sampling only.
34539
34540 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34541
34542         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34543         (gst_id3_tag_class_init), (gst_id3_tag_init),
34544         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34545         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34546         (gst_id3_tag_send_tag_event):
34547           lots of fixes to make id3mux work and id3demux work correctly
34548
34549 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34550
34551         * ext/Makefile.am:
34552           add rules to build shout2send (was removed by accident
34553           when this module was no more marked experimental/broken)
34554
34555 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34556
34557         * ext/shout2/gstshout2.c:
34558         * ext/shout2/gstshout2.h:
34559           adding a "connection problem" signal to shout2send
34560           (fixes #142954)
34561
34562 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34563
34564         * ext/kio/kioreceiver.cpp:
34565         * ext/kio/kioreceiver.h:
34566           fix sign comparison issues
34567
34568 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34569
34570         * gst/cdxaparse/gstcdxaparse.c:
34571         * gst/cdxaparse/gstcdxaparse.h:
34572           some renaming
34573           add some checks/sanity
34574           prepare for seek addition
34575
34576         * sys/sunaudio/gstsunaudio.c:
34577           remove exported dupe init function
34578
34579 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34580
34581         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34582         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34583           Fix format conversion and position querying.
34584         * gst/debug/progressreport.c: (gst_progressreport_report):
34585           Don't output a bogus total value that we didn't query.
34586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34587           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34588           only a blank window after xine has been used.
34589
34590 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34591
34592         * m4/as-arts.m4:
34593           sync with upstream version to fix test on FC2
34594           readd with -ko to preserve Id header
34595
34596 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34597
34598         * configure.ac:
34599           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34600         * gst/tcp/gsttcpclientsrc.c: idem
34601         * gst/tcp/gsttcpserversink.c: idem
34602         * gst/tcp/gsttcpserversrc.c: idem
34603         * m4/gst-fionread.m4: idem
34604
34605         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34606
34607         * configure.ac: enable speex plugin for speex 1.1.5+
34608         * ext/speex/gstspeexenc.c: fix cast warning
34609
34610         * ext/esd/README: fix typo
34611
34612 2004-05-20  David Schleef  <ds@schleef.org>
34613
34614         * configure.ac: Minor cosmetic change to convince the buildbot to
34615         reautogen.
34616         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34617         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34618         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34619         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34620         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34621         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34622         More hacking.  Plays audio now.
34623
34624 2004-05-20  David Schleef  <ds@schleef.org>
34625
34626         * configure.ac:
34627         * sys/Makefile.am:
34628
34629 2004-05-20  David Schleef  <ds@schleef.org>
34630
34631         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34632         * sys/osxaudio/gstosxaudio.c:
34633         * sys/osxaudio/gstosxaudioelement.c:
34634         * sys/osxaudio/gstosxaudioelement.h:
34635         * sys/osxaudio/gstosxaudiosink.c:
34636         * sys/osxaudio/gstosxaudiosink.h:
34637         * sys/osxaudio/gstosxaudiosrc.c:
34638         * sys/osxaudio/gstosxaudiosrc.h:
34639
34640 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34641
34642         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34643         (gst_vorbisenc_chain):
34644           put the codec headers on the caps as streamheader as well as
34645           pushing them out
34646
34647 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34648
34649         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34650         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34651         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34652         split up push_packet into two functions
34653
34654 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34655
34656         * gst/tcp/.cvsignore:
34657           ignore enums
34658         * gst/tcp/Makefile.am:
34659         * gst/tcp/README:
34660         * gst/tcp/gsttcp.c:
34661         * gst/tcp/gsttcp.h:
34662         * gst/tcp/gsttcpclientsink.c:
34663         * gst/tcp/gsttcpclientsink.h:
34664         * gst/tcp/gsttcpclientsrc.c:
34665         * gst/tcp/gsttcpclientsrc.h:
34666         * gst/tcp/gsttcpplugin.c:
34667         * gst/tcp/gsttcpserversink.c:
34668         * gst/tcp/gsttcpserversink.h:
34669         * gst/tcp/gsttcpserversrc.c:
34670         * gst/tcp/gsttcpserversrc.h:
34671           add new tcp elements
34672
34673 2004-05-19  Wim Taymans  <wim@fluendo.com>
34674
34675         * gst/law/mulaw-conversion.c: (mulaw_encode):
34676         Fix overflow bug in ulaw encoding.
34677
34678 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34679
34680         * ext/mad/gstmad.c: (gst_mad_handle_event):
34681           don't unref the event twice
34682
34683 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34684
34685         * configure.ac:
34686           remove -Wno-sign-compare
34687
34688 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34689
34690         * configure.ac:
34691           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34692           if you want to work against glib 2.2 and 2.4
34693
34694 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34695
34696         * gst/tcp/Makefile.am:
34697         * gst/tcp/gsttcp.c:
34698         * gst/tcp/gsttcp.h:
34699         * gst/tcp/gsttcpsink.h:
34700         * gst/tcp/gsttcpsrc.h:
34701           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34702
34703 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34704
34705         * gst/debug/tests.c: (md5_get_value):
34706           fix segfault on gst-inspect
34707
34708 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34709
34710         * gst/debug/testplugin.c:
34711         * gst/debug/tests.c:
34712         * gst/debug/tests.h:
34713           add new extensible and configurable testing element. Current tests
34714           include buffer count, stream length, timestamp/duration matching and
34715           md5.
34716         * gst/debug/Makefile.am:
34717         * gst/debug/gstdebug.c: (plugin_init):
34718           add infrastructure for new element
34719
34720 2004-05-19  Johan Dahlin  <johan@gnome.org>
34721
34722         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34723         ending of the array. Fixes gst-inspect segfault on ppc.
34724
34725 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34726
34727         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34728
34729         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34730
34731 2004-05-18  David Schleef  <ds@schleef.org>
34732
34733         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34734         warnings (bugs, actually) noticed by gcc but not forte.
34735
34736 2004-05-18  David Schleef  <ds@schleef.org>
34737
34738         * sys/sunaudio/Makefile.am:
34739         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34740
34741 2004-05-18  David Schleef  <ds@schleef.org>
34742
34743         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34744         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34745         to allow qtdemux to use non-seekable streams. (bug #142272)
34746
34747 2004-05-18  David Schleef  <ds@schleef.org>
34748
34749         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34750         (gst_resample_sinc_ft_float): Remove use of static temporary
34751         buffer.  This code was obviously not supposed to last long, but
34752         it's stuck in our ABI, so it required a little hack to make it
34753         ABI-compatible.  Fixes #142585.
34754         * gst-libs/gst/resample/resample.h: same.
34755
34756 2004-05-18  David Schleef  <ds@schleef.org>
34757
34758         * configure.ac: Add sunaudio
34759         * examples/Makefile.am: make gstplay depend on gconf
34760         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34761         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34762         (convert_table_lookup), (img_convert): remove c99-isms
34763         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34764           unsigned, to fix a warning on Solaris
34765         * gst/mpeg1sys/systems.c: bcopy->memcpy
34766         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34767         * sys/Makefile.am: Add sunaudio
34768
34769 2004-05-18  Wim Taymans  <wim@fluendo.com>
34770
34771         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34772         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34773         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34774         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34775         (gst_ogg_mux_loop):
34776         Fix an ugly memleak where the muxer didn't flush enough ogg
34777         pages. This also resulted in badly muxed ogg files.
34778
34779 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34780
34781         * gst/asfdemux/asfheaders.c :
34782         * gst/asfdemux/asfheaders.h :
34783         * gst/asfdemux/gstasfdemux.c :
34784           - fix ASF_OBJ_PADDING guid
34785           - add 3 new object guids (language list, metadata,
34786             extended stream properties)
34787           - add a function to parse extended header objects
34788
34789 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34790
34791         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34792           remove leftover debugging g_print
34793
34794 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34795
34796         * ext/mad/gstmad.c: (gst_mad_handle_event):
34797           Fix for when the first format in a discont event is not a
34798           byte-based one. Should fix #137710.
34799
34800 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34801
34802         * m4/a52.m4 : fix compilation with -Wall -Werror
34803         * m4/libfame.m4 : idem
34804         * m4/libmikmod.m4 : idem
34805
34806 2004-05-17  Benjamin Otte  <otte@gnome.org>
34807
34808         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34809           signal the new tags before giving up the reference
34810
34811 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34812
34813         * ext/shout2/gstshout2.c:
34814           use application/ogg instead of application/x-ogg (patch by Patrick
34815           Guimond, fixes #142432)
34816         * sys/oss/gstosselement.c: (gst_osselement_reset),
34817         (gst_osselement_sync_parms):
34818           don't set fragment size unless specified (fixes #142493)
34819
34820 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34821
34822         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34823           fixes #142664
34824
34825 2004-05-17  Benjamin Otte  <otte@gnome.org>
34826
34827         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34828           compute offsets correctly for internal buffers so timestamps are set
34829           correctly when we can't seek. Also handle cases where there are no
34830           offsets. (based on a patch by David Moore, fixes #142507)
34831
34832 2004-05-17  Benjamin Otte  <otte@gnome.org>
34833
34834         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34835           use correct variable when determining amount of data to skip so we
34836           don't skip into the void and segfault
34837
34838 2004-05-16  Benjamin Otte  <otte@gnome.org>
34839
34840         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34841           Hi, I'm a memleak
34842
34843 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34844
34845         * gst/asfdemux/gstasfdemux.c:
34846           - fix a mem leak and always propagate tags
34847           - add WMV3 to known video codecs (but no decoder yet)
34848           - replace "surplus data" at end of audio header for what
34849             it is : codec specific data
34850           - fix a typo
34851
34852 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34853
34854         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34855
34856         * gst-libs/gst/audio/audioclock.c:
34857           Fix wrong return type (#142205).
34858
34859 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34860
34861         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34862           Ignore CRCs by default (fixes #142566).
34863
34864 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34865
34866         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34867         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34868         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34869         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34870         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34871         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34872           Fix for cases where we fail to attach to a mixer.
34873
34874 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34875
34876         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34877           Don't touch events after not owning them anymore.
34878         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34879         (gst_wavparse_fmt), (gst_wavparse_other),
34880         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34881         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34882         (gst_wavparse_srcpad_event):
34883         * gst/wavparse/gstwavparse.h:
34884           Add seeking, fix querying.
34885
34886 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34887
34888         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34889           - process comments even if they don't end with \0\0
34890             g_convert would ignore them if present and works well without them
34891
34892 2004-05-16  Benjamin Otte  <otte@gnome.org>
34893
34894         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34895           simplify caps
34896
34897 2004-05-16  Benjamin Otte  <otte@gnome.org>
34898
34899         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34900           don't write to memory we might not write to - g_convert does that
34901           for us anyway (fixes #142613)
34902         (gst_asf_demux_audio_caps):
34903           comment out gst_util_dump_mem
34904
34905 2004-05-16  Benjamin Otte  <otte@gnome.org>
34906
34907         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34908           compute correct expected timestamps after seek (broken since
34909           last commit)
34910         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34911           rename element and debugging category to gdkpixbufscale
34912
34913 2004-05-16  Benjamin Otte  <otte@gnome.org>
34914
34915         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34916           add error checking to snd_pcm_delay and remove duplicate call to
34917           snd_pcm_delay that caused issues (see inline code comments)
34918         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34919           make more readable and fix return value when snd_pcm_delay fails
34920         (fixes #142586)
34921
34922 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34923         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34924         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34925         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34926         (gst_pixbufscale_link), (gst_pixbufscale_init),
34927         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34928         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34929         (gst_pixbufscale_get_property), (pixbufscale_init):
34930         * ext/gdk_pixbuf/pixbufscale.h:
34931         Add these files I forgot earlier
34932
34933 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34934         * ext/gdk_pixbuf/Makefile.am:
34935         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34936         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34937         Add new pixbufscale element to scale RGB video
34938         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34939         and HYPER interpolation correctly.
34940         * ext/theora/theoraenc.c: (theora_enc_chain),
34941         Discard buffer and return if explicit caps could not be set
34942         (theora_enc_get_property):
34943         Make _get return kbps for the bitrate consistent with
34944         the _set function.
34945
34946
34947 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34948
34949         * ext/libvisual/visual.c: (gst_visual_chain):
34950           add missing visual_audio_analyze
34951
34952 2004-05-14  David Schleef  <ds@schleef.org>
34953
34954         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34955         is killed while we're playing.
34956         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34957         gst_element_no_more_pads().
34958
34959 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34960
34961         * gst-libs/gst/riff/riff-read.c :
34962           - fix INFO tag extraction in RIFF/AVI files
34963             because gst_event_unref (event) also freed taglist
34964           - avoid a mem leak
34965
34966 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34967
34968         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34969         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34970
34971         * gst/auparse/gstauparse.c :
34972           - add code (commented for now) to support audio/x-adpcm on src pad
34973             (we have no decoder for those layout yet)
34974
34975         * gst/cdxaparse/gstcdxaparse.c :
34976         * gst/cdxaparse/gstcdxaparse.h :
34977           - partial rewrite using RiffRead (ripped iain's wavparse code)
34978
34979         * gst/rtp/gstrtpL16enc.c : typo
34980         * gst/rtp/gstrtpgsmenc.c : typo
34981
34982 2004-05-13  Benjamin Otte  <otte@gnome.org>
34983
34984         * configure.ac:
34985           check for exact version of libvisual, it's not supposed to be
34986           API/ABI stable yet
34987
34988 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34989
34990         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34991           signal no-more-pads
34992
34993 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34994
34995         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34996         Report which format was used for GST_FORMAT_DEFAULT
34997         * gst/debug/Makefile.am:
34998         * gst/debug/gstdebug.c: (plugin_init):
34999         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35000         (gst_progressreport_class_init), (gst_progressreport_init),
35001         (gst_progressreport_report), (gst_progressreport_set_property),
35002         (gst_progressreport_get_property), (gst_progressreport_chain),
35003         (gst_progressreport_plugin_init):
35004         Add progressreport element for testing.
35005
35006 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35007
35008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35009         * sys/v4l/gstv4lsrc.h:
35010         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35011         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35012         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35013         (gst_v4lsrc_grab_frame):
35014           add more debugging
35015           send a discont at start
35016
35017 2004-05-12  Colin Walters  <walters@redhat.com>
35018
35019         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35020         inflooping if we can't find a chunk.  Or in other words, don't blow
35021         chunks if we don't have a chunk to blow.
35022
35023 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35024         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35025         Remove old debug output
35026         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35027         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35028         (gst_dvdec_set_property), (gst_dvdec_get_property):
35029         Change the quality setting to an enum, so it works from gst-launch
35030         Don't renegotiate a non-linked pad. Allows audio only decoding.
35031         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35032         (gst_deinterlace_link), (gst_deinterlace_init):
35033         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35034         (gst_videodrop_link):
35035         Some caps negotiation fixes
35036
35037 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35038
35039         * ext/tarkin/gsttarkin.c :
35040           - Change RANK from NONE to PRIMARY
35041         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35042           - Change RANK from NONE to MARGINAL
35043         * ext/divx/gstdivxenc.c :
35044           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35045
35046 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35047
35048         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35049         (gst_vorbisenc_push_packet):
35050           copy a function that was added between 1.0 and 1.0.1 until we
35051           depend on worthwhile features of post-1.0
35052
35053 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35054
35055         * configure.ac:
35056           enable shout2 by default
35057         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35058         (gst_shout2send_base_init), (gst_shout2send_init),
35059         (gst_shout2send_connect), (gst_shout2send_change_state):
35060         * ext/shout2/gstshout2.h:
35061           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35062           #142262)
35063         * ext/theora/theora.c: (plugin_init):
35064           don't set rank on encoders
35065
35066 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35067
35068         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35069           Use codec_data property instead of flag1 and flag2 for wma
35070
35071 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35072
35073         * gst/cdxaparse/gstcdxaparse.c :
35074           - Add mpegversion to CAPS to make it link
35075           - Rank is as GST_RANK_SECONDARY instead of NONE
35076         * gst/auparse/gstauparse.c :
35077           - Document all audio encoding we can encounter from Solaris 9
35078             headers and libsndfile information.
35079           - Increase max. rate from 48000 to 192000 (to match other elements)
35080           - Don't try to play junk data between header and samples
35081
35082 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35083
35084         * ext/libvisual/visual.c: (gst_visual_getcaps):
35085           use the right caps depending on endianness (I hope)
35086         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35087           use GST_RANK_NONE for all non-decoding elements or spider gets
35088           mighty confused
35089
35090 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35091
35092         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35093           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35094
35095 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35096
35097         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35098         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35099         (gst_switch_loop), (gst_switch_get_type):
35100           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35101           HEADERS. Had to be said.
35102
35103 2004-05-10  David Schleef  <ds@schleef.org>
35104
35105         * configure.ac: Add prototype Dirac support.
35106         * ext/Makefile.am:
35107         * ext/dirac/Makefile.am:
35108         * ext/dirac/gstdirac.cc:
35109         * ext/dirac/gstdiracdec.cc:
35110
35111 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35112
35113         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35114         (gst_auparse_init), (gst_auparse_chain),
35115         (gst_auparse_change_state):
35116           Hack around spider. Remove me some day please.
35117
35118 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35119
35120         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35121           Fix for some uninitialized variables in previous patch, also
35122           makes it work. Fixes #142286 while we're at it.
35123
35124 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35125
35126         * gst/auparse/gstauparse.c:
35127                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35128                 only unsupported formats are ADPCM/CCITT G.72x
35129                 reviewed by Ronald
35130         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35131
35132 2004-05-10  Wim Taymans  <wim@fluendo.com>
35133
35134         * ext/vorbis/Makefile.am:
35135         * ext/vorbis/README:
35136         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35137         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35138         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35139         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35140         (gst_oggvorbisenc_convert_sink),
35141         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35142         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35143         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35144         (get_constraints_string), (update_start_message),
35145         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35146         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35147         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35148         * ext/vorbis/oggvorbisenc.h:
35149         * ext/vorbis/vorbis.c: (plugin_init):
35150         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35151         (raw_caps_factory), (gst_vorbisenc_class_init),
35152         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35153         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35154         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35155         * ext/vorbis/vorbisenc.h:
35156         Added a raw vorbis encoder to be used with the oggmuxer.
35157         We still need the old encoder for some gnome applications,
35158         read the README to find out how that works.
35159         The raw encoder is called "rawvorbisenc" until 0.9.
35160
35161 2004-05-10  Wim Taymans  <wim@fluendo.com>
35162
35163         * ext/ogg/gstogg.c: (plugin_init):
35164         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35165         (gst_ogg_print):
35166         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35167         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35168         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35169         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35170         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35171         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35172         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35173         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35174         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35175         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35176         Added an ogg muxer.
35177         Small typo fixes in the demuxer.
35178
35179 2004-05-10  Wim Taymans  <wim@fluendo.com>
35180
35181         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35182         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35183         (theora_enc_change_state), (theora_enc_set_property),
35184         (theora_enc_get_property):
35185         Mark the last packet with an EOS flag which is not really needed
35186         in gstreamer.
35187         Do some better video framerate initialisation.
35188         Update the buffer timestamp.
35189
35190 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35191
35192         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35193         Return the result of the parent state change call
35194
35195 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35196
35197         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35198         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35199         * gst/law/alaw-encode.c : (idem)
35200         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35201         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35202         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35203
35204 2004-05-09  Benjamin Otte  <otte@gnome.org>
35205
35206         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35207           don't use a fixed buffer size when writing variable length data to
35208           it. Fixes memory corruption and makes alsasrc work
35209
35210 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35211
35212         * ext/gnomevfs/gstgnomevfssink.c:
35213         (_gst_boolean_allow_overwrite_accumulator),
35214         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35215           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35216           RUN_LAST, and don't use that to set the accumulator value because
35217           then it's always FALSE.
35218
35219 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35220
35221         * gst-libs/gst/riff/riff-media.c:
35222         (gst_riff_create_video_caps_with_data),
35223         (gst_riff_create_audio_caps),
35224         (gst_riff_create_audio_template_caps):
35225         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35226           Fix for unaligned RIFF files (i.e. where all the chunks together
35227           in a LIST chunk are not of the same size as the size given in
35228           the LIST chunk header). Fixes several odd WAVE files. Also fix
35229           ADPCM (block_align property) in audio, so that wavparse based
35230           on this works now as it used to stand-alone.
35231
35232 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35233
35234         reviewed by Benjamin Otte  <otte@gnome.org>
35235
35236         * ext/a52dec/gsta52dec.c:
35237         * ext/divx/gstdivxdec.c:
35238         * ext/divx/gstdivxenc.c:
35239         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35240         * ext/faac/gstfaac.c: (gst_faac_base_init):
35241         * ext/faad/gstfaad.c: (gst_faad_base_init):
35242         * ext/ivorbis/vorbisfile.c:
35243         * ext/lame/gstlame.c:
35244         * ext/libfame/gstlibfame.c:
35245         * ext/mpeg2enc/gstmpeg2enc.cc:
35246         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35247         * ext/sidplay/gstsiddec.cc:
35248         * ext/speex/gstspeexdec.c:
35249         * ext/speex/gstspeexenc.c:
35250         * ext/xvid/gstxviddec.c:
35251         * ext/xvid/gstxvidenc.c:
35252           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35253           (fixes #142193)
35254
35255 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35256
35257         * ext/alsa/gstalsa.c: (device_list),
35258         (gst_alsa_class_probe_devices):
35259         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35260           Fix alsa oddness in mixer after the combination of using mixer
35261           in source/sink elements and using hw:x,y instead of just hw:x.
35262
35263 2004-05-09  Benjamin Otte  <otte@gnome.org>
35264
35265         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35266         (gst_wavparse_create_sourcepad):
35267           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35268           sourcepads
35269
35270 2004-05-09  Benjamin Otte  <otte@gnome.org>
35271
35272         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35273           allow discont events before caps nego
35274
35275 2004-05-08  Benjamin Otte  <otte@gnome.org>
35276
35277         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35278           don't leak events
35279
35280 2004-05-08  Benjamin Otte  <otte@gnome.org>
35281
35282         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35283         (gst_level_change_state), (gst_level_init):
35284         * gst/level/gstlevel.h:
35285           figure out if we're initialized directly instead of keeping a
35286           variable that's wrong in 90% of cases
35287           don't initialize pads and then leak them and use a new unitialized
35288           pad. (fixes #142084)
35289           these were bugs so n00bish I didn't find them for an hour :/
35290
35291 2004-05-08 Iain <iain@prettypeople.org>
35292
35293         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35294         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35295         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35296         return the length that was read.
35297         (gst_riff_read_strf_auds): Allow fmt tags as well.
35298
35299 2004-05-07  David Schleef  <ds@schleef.org>
35300
35301         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35302         signed char assumption in faad.h.
35303
35304 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35305
35306         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35307           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35308
35309 2004-05-07  Colin Walters  <walters@redhat.com>
35310
35311         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35312         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35313         function.
35314         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35315         Add dispose function.
35316
35317 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35318         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35319           Fix caps nego and pad templates. RGB mode caps should
35320           work now.
35321         * ext/dvdnav/gst-dvd:
35322           Move mpeg2dec inside the thread because otherwise the
35323           queue rejects cap changes mid-stream
35324         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35325         (gst_mpeg2dec_flush_decoder):
35326           For mpeg2dec > 0.4.0, call the flush function instead of
35327           manually extracting all in-flight frames.
35328         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35329         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35330           Change mime type video/dv go video/x-dv to match the
35331           rest of gst-plugins
35332
35333 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35334
35335         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35336         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35337         (gst_alsa_sink_class_init):
35338         * ext/alsa/gstalsasink.h:
35339         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35340         (gst_alsa_src_class_init):
35341         * ext/alsa/gstalsasrc.h:
35342           Make alsasink/src a subclass of alsamixer so that mixer stuff
35343           shows up in gst-rec. Needs some finetuning.
35344
35345 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35346
35347         * ext/lame/gstlame.c: (gst_lame_chain):
35348           simplify
35349         * ext/mad/gstmad.c: (gst_mad_handle_event):
35350           fix event leak
35351         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35352           be able to detect mp3 files < 4096 bytes
35353
35354 2004-05-06  Wim Taymans  <wim@fluendo.com>
35355
35356         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35357         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35358         (theora_enc_set_property), (theora_enc_get_property):
35359         Also encode the first frame, cleanup some code.
35360
35361 2004-05-06  Wim Taymans  <wim@fluendo.com>
35362
35363         * ext/mpeg2enc/gstmpeg2enc.cc:
35364         Forward events first before deciding that negotiation was
35365         not performed.
35366
35367 2004-05-06  Wim Taymans  <wim@fluendo.com>
35368
35369         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35370         First process the events before deciding that negotiation
35371         was not performed.
35372
35373 2004-05-06  Wim Taymans  <wim@fluendo.com>
35374
35375         * ext/theora/Makefile.am:
35376         * ext/theora/theora.c: (plugin_init):
35377         * ext/theora/theoradec.c: (theora_dec_change_state):
35378         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35379         (gst_theora_enc_class_init), (gst_theora_enc_init),
35380         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35381         (theora_enc_chain), (theora_enc_change_state),
35382         (theora_enc_set_property), (theora_enc_get_property):
35383         Added a theora encoder, grouped the encoder and decoder into the
35384         same plugin.
35385
35386 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35387
35388         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35389         (gst_jpegenc_chain):
35390         fix DURATION on outgoing buffers
35391         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35392         debug using time formats
35393         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35395         (gst_xvimagesink_sink_link):
35396         windows with width/height 0 generate X errors, so don't allow them
35397
35398 2004-05-05  Wim Taymans  <wim@fluendo.com>
35399
35400         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35401         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35402         (gst_mpeg2dec_negotiate_format):
35403         * ext/mpeg2dec/gstmpeg2dec.h:
35404           removed the static pad template so that we can add the
35405           more accurate framerate value to the caps.
35406
35407
35408 2004-05-04  Benjamin Otte  <otte@gnome.org>
35409
35410         * configure.ac:
35411           check for kdemacros.h, too (should fix #141821)
35412         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35413           don't crash if no header was sent, but nicely error out (fixes part
35414           of #141554)
35415
35416 2004-05-04  Wim Taymans  <wim@fluendo.com>
35417
35418         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35419         parent dispose function to avoid segfault on destroy.
35420
35421 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35422
35423         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35424         (plugin_init):
35425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35426         (gst_xvimagesink_sink_link):
35427         clean up debugging caps
35428         also recreate xvimage when format has changed
35429
35430 2004-05-04  Benjamin Otte  <otte@gnome.org>
35431
35432         * ext/libvisual/Makefile.am:
35433         * ext/libvisual/visual.c: (gst_visual_class_init),
35434         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35435         (gst_visual_srclink), (gst_visual_chain),
35436         (gst_visual_change_state), (plugin_init):
35437           use a GstAdapter to correctly adapt buffer sizes - allows using a
35438           framerate
35439
35440 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35441
35442         * sys/v4l/gstv4lelement.h:
35443         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35444         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35445         (gst_v4lsrc_buffer_free):
35446         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35447         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35448         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35449         (gst_v4lsrc_requeue_frame):
35450         move some debugging categories around
35451         query for fps index and set accordingly if found
35452
35453 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35454
35455         * ext/lame/gstlame.c:
35456         correct defaults that lame_init puts out of range
35457
35458 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35459
35460         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35461         (gst_divxenc_class_init):
35462         fix range since -1 is the default
35463         * gst/mpeg1sys/gstmpeg1systemencode.c:
35464         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35465         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35466         (gst_rtjpegdec_chain):
35467         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35468         (gst_rtjpegenc_chain):
35469         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35470         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35471         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35472         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35473         * sys/v4l/gstv4lsrc.c:
35474         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35475         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35476         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35477         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35478         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35479           remove gst_info calls
35480
35481 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35482
35483         * Makefile.am:
35484         * po/af.po:
35485         * po/az.po:
35486         * po/en_GB.po:
35487         * po/nl.po:
35488         * po/sr.po:
35489         * po/sv.po:
35490           Updated translations
35491
35492 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35493
35494         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35495           refactor/comment code
35496
35497 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35498
35499         * gst/asfdemux/Makefile.am:
35500         * gst/asfdemux/asfheaders.c:
35501         * gst/asfdemux/asfheaders.h:
35502         * gst/asfdemux/gstasf.c: (plugin_init):
35503         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35504         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35505         (gst_asf_demux_setup_pad):
35506         * gst/asfdemux/gstasfdemux.h:
35507         * gst/asfdemux/gstasfmux.c:
35508         * gst/asfdemux/gstasfmux.h:
35509           Add tagging support to demuxer, split out registration in its own
35510           file instead of in demux (hacky), and prevent having some tables
35511           in our memory multiple times (in asfheaders.h).
35512
35513 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35514
35515         * gst/matroska/matroska-demux.c:
35516         (gst_matroska_demux_parse_metadata):
35517         * gst/matroska/matroska-ids.h:
35518           Basic tag reading support.
35519
35520 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35521
35522         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35523           Really detect ac-3 audio.
35524         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35525           really detect matroska files (off-by-1).
35526
35527 2004-04-30  David Schleef  <ds@schleef.org>
35528
35529         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35530         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35531         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35532         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35533         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35534         hackage -- parse a lot more atoms, extract a few tags.  One might even
35535         mistake this for tag support.  Maybe it is.
35536         * gst/qtdemux/qtdemux.h:
35537
35538 2004-04-30  Colin Walters  <walters@verbum.org>
35539
35540         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35541
35542 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35543
35544         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35545         (gst_ffmpegcolorspace_getcaps):
35546           remove broken nego fix
35547
35548 2004-04-30  Benjamin Otte  <otte@gnome.org>
35549
35550         * configure.ac:
35551         * ext/Makefile.am:
35552         * ext/libvisual/Makefile.am:
35553         * ext/libvisual/visual.c:
35554           add initial support for libvisual (http://libvisual.sourceforge.net)
35555           libvisual is still quite alpha, so expect crashes in there :)
35556
35557 2004-04-29  David Schleef  <ds@schleef.org>
35558
35559         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35560         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35561         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35562         code; you will no longer respect me.
35563
35564 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35565
35566         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35567         * ext/alsa/gstalsa.h :
35568         change alsa pcm device discovery to find more than 1 device
35569         per card. code review by Ronald.
35570
35571 2004-04-29  David Schleef  <ds@schleef.org>
35572
35573         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35574         Add a check for a driver bug on FreeBSD.  (bug #140565)
35575
35576 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35577
35578         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35579         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35580         (gst_jpegenc_getcaps):
35581           move format setting to inner loop
35582         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35583         (gst_ffmpegcolorspace_getcaps):
35584           use GST_PAD_CAPS if available so that we use already negotiated
35585           caps
35586         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35587         (qtdemux_parse_moov), (qtdemux_parse):
35588           extra debugging
35589         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35590         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35591           move hardcoded path to DEFINE
35592
35593 2004-04-28  David Schleef  <ds@schleef.org>
35594
35595         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35596         (bug #140064)
35597
35598 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35599
35600         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35601           Don't probe for playback device if we're a source element. Fixes
35602           #139658.
35603
35604 2004-04-29  Benjamin Otte  <otte@gnome.org>
35605
35606         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35607         (gst_id3_tag_chain):
35608           rewrite buffer offset
35609
35610 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35611
35612         * configure.ac:
35613         * ext/Makefile.am:
35614         * ext/dts/Makefile.am:
35615         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35616         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35617         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35618         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35619         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35620         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35621         (plugin_init):
35622         * ext/dts/gstdtsdec.h:
35623           New DTS decoder.
35624         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35625         (gst_faad_srcconnect):
35626           Add ESDS atom handling (.m4a).
35627
35628 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35629
35630         * ext/divx/gstdivxdec.c: (plugin_init):
35631           Remove comment that makes no sense.
35632         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35633           Fix for obvious typo that resulted in warnings during gst-register.
35634         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35635         (gst_xviddec_sink_link):
35636           Fix caps negotiation a bit better.
35637         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35638           We call this 'codec_data', not 'esds'.
35639
35640 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35641
35642         * gst/monoscope/gstmonoscope.c:
35643           make sure we only provide 256x128
35644         * gst/monoscope/monoscope.c: (monoscope_init):
35645           assert size of 256x128
35646
35647 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35648
35649         * Makefile.am:
35650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35651         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35652           fixate to max width and height of device
35653
35654 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35655
35656         * Makefile.am:
35657         * sys/v4l/gstv4l.c:
35658         * sys/v4l/gstv4lsrc.c:
35659         * sys/v4l/v4l_calls.c:
35660         * sys/v4l/v4lsrc_calls.c:
35661           fix for qc-usb driver which fakes having more than one buffer
35662           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35663           buffer_free override
35664           add debugging
35665
35666 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35667
35668         * Makefile.am:
35669         * gst/videotestsrc/gstvideotestsrc.c:
35670         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35671         (gst_videotestsrc_init), (gst_videotestsrc_get),
35672         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35673         * gst/videotestsrc/gstvideotestsrc.h:
35674           add num-buffers property
35675
35676         2004-04-26  Benjamin Otte  <otte@gnome.org>
35677
35678         * ext/mad/gstid3tag.c: (plugin_init):
35679           set id3mux rank to NONE so it doesn't confuse spider
35680           require audio/mpeg,mpegversion=1 in id3mux
35681
35682 2004-04-26  Benjamin Otte  <otte@gnome.org>
35683
35684         * configure.ac:
35685           detect faad correctly as non-working if it's indeed non-working
35686
35687 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35688
35689         * Makefile.am:
35690         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35691         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35692         fix _getcaps so it only negotiates to its supported format
35693
35694 2004-04-25  Benjamin Otte  <otte@gnome.org>
35695
35696         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35697           fix memleak
35698
35699 2004-04-23  Benjamin Otte  <otte@gnome.org>
35700
35701         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35702           audio/x-raw-int with height rules! not. Now it's depth.
35703
35704 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35705
35706         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35707         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35708         (gst_wavparse_loop):
35709           Missing variable initialization. Add handling of DVI ADPCM. Fix
35710           mis-parsing of LIST chunks. This works around a bug where we mis-
35711           parse non-aligning LIST chunks (so LIST chunks where the contents
35712           don't align with the actual LIST size). The correct fix is to use
35713           rifflib, I'm not going to fix wavparse - too much work. All this
35714           fixes #104878.
35715
35716 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35717
35718         reviewed by Benjamin Otte  <otte@gnome.org>
35719
35720         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35721           fix shoutcast not working (fixes #140844)
35722
35723 2004-04-22  Benjamin Otte  <otte@gnome.org>
35724
35725         * ext/hermes/gsthermescolorspace.c:
35726         (gst_hermes_colorspace_caps_remove_format_info):
35727         * gst/colorspace/gstcolorspace.c:
35728         (gst_colorspace_caps_remove_format_info):
35729         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35730         (gst_ffmpegcolorspace_caps_remove_format_info):
35731           s/gst_caps_simplify/gst_caps_do_simplify/
35732
35733 2004-04-22  Benjamin Otte  <otte@gnome.org>
35734
35735         * gst-libs/gst/riff/riff-media.c:
35736         (gst_riff_create_video_caps_with_data):
35737           mpegversion is an int
35738         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35739           don't try to create pad templates with NULL caps, use any caps
35740           instead.
35741
35742 2004-04-20  David Schleef  <ds@schleef.org>
35743
35744         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35745         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35746         (bug #140384)
35747
35748 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35749
35750         reviewed by David Schleef
35751
35752         * ext/mad/gstid3tag.c: Add stdlib.h
35753         * gst/rtp/gstrtpgsmenc.c: same
35754         * gst/tags/gstid3tag.c: same
35755         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35756         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35757         GST_DISABLE_LOADSAVE use.
35758         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35759         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35760         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35761         atol(3)).
35762         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35763         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35764         strtoul(3)).
35765         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35766         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35767         $(ID3_CFLAGS).
35768         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35769         $(LIBFAME_CFLAGS).
35770
35771 2004-04-20  David Schleef  <ds@schleef.org>
35772
35773         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35774         last checkin.  Same idea.
35775
35776 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35777
35778         reviewed by David Schleef
35779
35780         * configure.ac: bump required gstreamer version to 0.8.1.1
35781         because of following changes [--ds]
35782
35783         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35784         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35785         (gst_riff_read_header):  Use GST_READ_UINT*
35786         macros to access possibly unaligned memory.
35787
35788         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35789         (mp3_type_find):  Use GST_READ_UINT*
35790         macros to access possibly unaligned memory.
35791         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35792         (speex_type_find): Likewise
35793
35794         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35795
35796         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35797         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35798         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35799         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35800         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35801         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35802         macros to access possibly unaligned memory.
35803
35804         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35805         Likewise.
35806
35807         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35808         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35809
35810         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35811         Likewise.
35812
35813         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35814         (gst_mpeg2subt_chain_subtitle): Likewise.
35815
35816         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35817         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35818         Likewise.
35819
35820         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35821         Likewise.
35822
35823         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35824         Likewise.
35825
35826         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35827         Likewise.
35828
35829 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35830
35831         * configure.ac:
35832           update required version of GStreamer because of GST_TIME_FORMAT
35833
35834 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35835
35836         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35837           remove leftover g_print
35838         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35839           don't try setting only a subset of the caps. We don't want to kill
35840           autoplugging on purpose
35841
35842 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35843
35844         * sys/ximage/ximagesink.c: (plugin_init):
35845         * sys/xvimage/xvimagesink.c: (plugin_init):
35846           add debugging categories
35847
35848 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35849
35850         * po/en_GB.po:
35851         * po/LINGUAS:
35852           Adding en_GB translation (Gareth Owen)
35853
35854 2004-04-20  David Schleef  <ds@schleef.org>
35855
35856         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35857         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35858         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35859         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35860         A number of new features and hacks to extract the esds atom and
35861         put it into the caps.  (bug #137724)
35862
35863 2004-04-19  David Schleef  <ds@schleef.org>
35864
35865         * gconf/Makefile.am: Fix for non-GNU make
35866         * gst-libs/gst/Makefile.am: Change directory order to handle
35867         GstPlay linking with gstinterfaces
35868         * gst-libs/gst/audio/make_filter: make use of tr portable
35869         * gst-libs/gst/play/Makefile.am: Add intended \
35870         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35871         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35872         function prototype instead of void *.
35873         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35874         macro.
35875         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35876         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35877         * gst/videofilter/make_filter: make use of tr portable
35878         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35879
35880 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35881
35882         * po/LINGUAS:
35883         * po/uk.po:
35884           Added Ukrainian translation (Maxim V. Dziumanenko)
35885
35886 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35887
35888         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35889         (gst_gsmdec_link), (gst_gsmdec_chain):
35890           Fix capsnego, simplify chain function slightly.
35891         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35892           Add GSM.
35893
35894 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35895
35896         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35897         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35898         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35899           Hack to make wavparse work with spider (always -> sometimes pad).
35900           Fixes #135862 && #140411.
35901
35902 2004-04-18  Benjamin Otte  <otte@gnome.org>
35903
35904         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35905         (gst_osselement_rate_probe_check),
35906         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35907           get rid of \n in debug output
35908
35909 2004-04-17  Iain <iain@prettypeople.org>
35910
35911         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35912         not just EOS.
35913
35914 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35915
35916         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35917         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35918         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35919         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35920         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35921         (gst_id3_tag_change_state), (plugin_init):
35922           deprecate id3tag element and replace with id3demux/id3mux.
35923           great side effect: this ugly file is now even uglier, yay!
35924         * ext/mad/gstmad.h:
35925           remove non-available function
35926           update for new get_type
35927
35928 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35929
35930         * configure.ac:
35931           require mpeg2dec >= 0.4.0
35932
35933 2004-04-17  Benjamin Otte  <otte@gnome.org>
35934
35935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35936         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35937         (gst_xvimagesink_set_xwindow_id):
35938           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35939           assorted cleanup fixes.
35940
35941 2004-04-16  David Schleef  <ds@schleef.org>
35942
35943         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35944         * sys/xvimage/xvimagesink.h: same
35945
35946 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35947
35948         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35949           Fix GST_ELEMENT_ERROR with (NULL)
35950
35951 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35952
35953         * gst-libs/gst/riff/riff-media.c:
35954         (gst_riff_create_video_caps_with_data):
35955           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35956
35957 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35958
35959         * gst-libs/gst/riff/riff-media.c:
35960         (gst_riff_create_video_caps_with_data),
35961         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35962         (gst_riff_create_video_template_caps),
35963         (gst_riff_create_audio_template_caps):
35964         * gst-libs/gst/riff/riff-media.h:
35965         * gst-libs/gst/riff/riff-read.c:
35966         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35967         * gst-libs/gst/riff/riff-read.h:
35968         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35969           Add MS RLE support. I added some functions to read out strf chunks
35970           into strf chunks and the data behind it. This is usually color
35971           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35972           caps creation. Lastly, add ADPCM (similar to wavparse - which
35973           should eventually be rifflib based).
35974         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35975         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35976         * gst/matroska/matroska-demux.h:
35977           Remove placeholders for some prehistoric tagging system. Didn't add
35978           support for any tag system really anyway.
35979         * gst/qtdemux/qtdemux.c:
35980           Add support for audio/x-m4a (MPEG-4) through spider.
35981         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35982         (gst_wavparse_loop):
35983           ADPCM support (#135862). Increase max. buffer size because we
35984           cannot split buffers for ADPCM (screws references) and I've seen
35985           files with 2048 byte chunks. 4096 seems safe for now.
35986
35987 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35988
35989         * configure.ac: bump nano to 1
35990
35991 === release 0.8.1 ===
35992
35993 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35994
35995         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35996
35997 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35998
35999         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36000           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36001           Fixes #140058
36002
36003 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36004
36005         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36006           lower rank of dvddemux so that it's not used for mpeg playback.
36007
36008 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36009
36010         * configure.ac:
36011           save libs correctly when checking mad
36012
36013 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36014
36015         * ext/mad/gstid3tag.c: (plugin_init):
36016           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36017
36018 2004-04-13  David Schleef  <ds@schleef.org>
36019
36020         * common/m4/gst-feature.m4: Call -config scripts with
36021         --plugin-libs if it is supported.
36022         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36023         JPEG images are image/jpeg.
36024         * gst/debug/Makefile.am:
36025         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36026         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36027         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36028         (gst_negotiation_plugin_init): Add a property that acts like
36029         filter caps.
36030         * testsuite/gst-lint:  Move license checking to be a standard
36031         test.
36032
36033 2004-04-13  David Schleef  <ds@schleef.org>
36034
36035         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36036         patch from Sebastien Cote (bug #139958)
36037
36038 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36039
36040         * examples/gstplay/Makefile.am:
36041         * examples/gstplay/player.c: (main):
36042           make the commandline player example use gconf settings
36043
36044 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36045
36046         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36047         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36048         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36049           init/end library during state transition, not object
36050           creation/disposal.  get rid of custom dispose handler.
36051
36052
36053 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36054
36055         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36056         be a symlink
36057
36058 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36059
36060         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36061           Handle JUNK chunks inside data section. Prevents warnings.
36062
36063 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36064
36065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36066         (gst_riff_create_video_template_caps):
36067           Add MS video v1.
36068         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36069         (gst_avi_demux_stream_data):
36070           Add support for "rec-list" chunks.
36071
36072 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36073
36074         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36075           Fix another codecname mismatch.
36076
36077 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36078
36079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36080           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36081           so that MJPEG plays back.
36082
36083 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36084
36085         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36086         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36087         * gst/mpeg1videoparse/gstmp1videoparse.h:
36088           Fix for some slight mis-cuts in buffer parsing, and for some
36089           potential overflows or faults-causers. Adds disconts. Also fixes
36090           #139105 while we're at it.
36091
36092 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36093
36094         * configure.ac:
36095         * sys/v4l2/gstv4l2element.h:
36096           Workaround for missing struct v4l2_buffer declaration in Suse 9
36097           and Mandrake 10 linux/videodev2.h header file (#135919).
36098
36099 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36100
36101         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36102           Bail out if no filename was given.
36103
36104 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36105
36106         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36107         (gst_v4l2_fourcc_from_structure):
36108           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36109           Y41B somewhere).
36110
36111 2004-04-09  Benjamin Otte  <otte@gnome.org>
36112
36113         * ext/gnomevfs/gstgnomevfssink.c:
36114         (_gst_boolean_allow_overwrite_accumulator),
36115         (gst_gnomevfssink_class_init):
36116           fix erase signal - if any handler returns false the file will not be
36117           overwritten. If no handler is connected, the file will not be
36118           overwritten either.
36119           renamed signal to "allow-overwrite"
36120         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36121           free string when adding it to ID3 failed
36122         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36123           unref event when done
36124         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36125           free caps
36126         * gst/typefind/gsttypefindfunctions.c:
36127         (mpeg_video_stream_type_find):
36128           fix invalid read
36129
36130 2004-04-08  David Schleef  <ds@schleef.org>
36131
36132         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36133         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36134
36135 2004-04-08  David Schleef  <ds@schleef.org>
36136
36137         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36138         we don't support (bug #139532)
36139
36140 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36141
36142         * ext/mad/gstmad.c: (gst_mad_handle_event),
36143         (gst_mad_check_caps_reset), (gst_mad_chain),
36144         (gst_mad_change_state):
36145           only set explicit caps if they haven't been set before for
36146           this stream.  MPEG-audio sample rate/channels aren't allowed
36147           to change in-stream.
36148           Fixes #139382
36149
36150 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36151
36152         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36153         (_gst_boolean_did_something_accumulator),
36154         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36155         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36156         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36157         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36158         (gst_gnomevfssink_change_state):
36159           Fix erase signal. Don't erase by default. Remove handoff signal.
36160           Remove erase property. Don't segfault. General cleanup.
36161
36162 2004-04-07  Benjamin Otte  <otte@gnome.org>
36163
36164         * gst-libs/gst/gconf/test-gconf.c: (main):
36165           add missing gst_init
36166
36167 2004-04-07  Benjamin Otte  <otte@gnome.org>
36168
36169         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36170           free the mutexes, too
36171
36172 2004-04-07  Benjamin Otte  <otte@gnome.org>
36173
36174         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36175           actually free the URI string
36176         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36177           compute offset correctly when passing discont events
36178         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36179           don't leak discont events
36180         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36181           add some missing breaks so caps aren't copied randomly
36182         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36183           if we realloc memory, we better use it
36184
36185 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36186
36187         * ext/mad/gstmad.c: (normal_seek):
36188           fix GST_FORMAT_TIME usage
36189
36190 2004-04-05  David Schleef  <ds@schleef.org>
36191
36192         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36193         a deprecated function (hack!)
36194
36195 2004-04-05  Benjamin Otte  <otte@gnome.org>
36196
36197         * ext/esd/esdmon.c: (gst_esdmon_get):
36198           fix nonterminated vararg and memleak
36199
36200 2004-04-05  Benjamin Otte  <otte@gnome.org>
36201
36202         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36203         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36204         (gst_ladspa_set_property), (gst_ladspa_get_property),
36205         (gst_ladspa_instantiate), (gst_ladspa_activate),
36206         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36207           clean up debugging
36208
36209 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36210
36211         reviewed by Benjamin Otte  <otte@gnome.org>
36212
36213         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36214           check for broken LADSPA parameters (fixes #138635)
36215
36216 2004-04-05  Benjamin Otte  <otte@gnome.org>
36217
36218         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36219           advertise buffer-frames correctly on sinkpads
36220
36221 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36222
36223         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36224         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36225         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36226         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36227         (gst_mad_check_caps_reset), (gst_mad_chain):
36228         add more debugging, only reset caps when we're not in error state
36229
36230 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36231
36232         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36233
36234 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36235
36236         reviewed by Benjamin Otte  <otte@gnome.org>
36237
36238         * configure.ac:
36239           fix == in test(1) operator
36240
36241 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36242
36243         reviewed by Benjamin Otte  <otte@gnome.org>
36244
36245         * configure.ac:
36246           fix --export-symblos-regex to a working regex.
36247
36248 2004-04-04  Benjamin Otte  <otte@gnome.org>
36249
36250         * sys/oss/.cvsignore:
36251           add for oss_probe
36252
36253 2004-04-03  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36254
36255         reviewed by Benjamin Otte  <otte@gnome.org>
36256
36257         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36258           add missing 'new_media' argument (fixes #138168)
36259         * gst/matroska/matroska-demux.c:
36260         (gst_matroska_demux_handle_seek_event):
36261           add vararg terminator (fixes #138169)
36262
36263 2004-04-02  David Schleef  <ds@schleef.org>
36264
36265         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36266         disted (bug #138914)
36267
36268 2004-04-01  Benjamin Otte  <otte@gnome.org>
36269
36270         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36271         (gst_alsa_close_audio):
36272           handle case better where a soundcard can't pause
36273         * ext/ogg/gstoggdemux.c:
36274           don't crash when we get events but don't have pads yet
36275
36276 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36277
36278         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36279           throw an error if we couldn't probe any caps.
36280
36281 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36282
36283         * ext/dvdnav/gst-dvd:
36284         Add a really simple sample DVD player
36285
36286 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36287
36288         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36289         (gst_a52dec_push), (gst_a52dec_handle_event),
36290         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36291         (gst_a52dec_change_state):
36292         * ext/a52dec/gsta52dec.h:
36293           Use a debug category, Output timestamps correctly
36294           Emit tag info, Handle events, tell liba52dec about cpu
36295           capabilities so it can use MMX etc.
36296         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36297           Fix a crasher accessing invalid memory
36298         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36299         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36300         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36301         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36302         (dvdnavsrc_query):
36303           Some support for byte-format seeking.
36304           Small fixes for still frames and menu button overlays
36305         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36306         (gst_mpeg2dec_alloc_buffer):
36307           Use a debug category. Adjust the report level of several items to
36308           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36309           so it doesn't lose the GstBuffer pointer
36310         * gst/debug/Makefile.am:
36311         * gst/debug/gstdebug.c: (plugin_init):
36312         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36313         (gst_navseek_base_init), (gst_navseek_class_init),
36314         (gst_navseek_init), (gst_navseek_seek),
36315         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36316         (gst_navseek_get_property), (gst_navseek_chain),
36317         (gst_navseek_plugin_init):
36318         * gst/debug/gstnavseek.h:
36319           Add the navseek debug element for seeking back and forth in a
36320           video stream using arrow keys.
36321         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36322         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36323         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36324         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36325         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36326         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36327         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36328         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36329         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36330         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36331         * gst/mpeg2sub/gstmpeg2subt.h:
36332           Pretty much a complete rewrite. Now a loopbased element. May still
36333           require work to properly synchronise subtitle buffers.
36334         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36335         (gst_dvd_demux_send_subbuffer):
36336         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36337           Don't attempt to create subbuffers of size 0
36338           Reduce a couple of error outputs to warnings.
36339         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36340         (gst_y4mencode_chain):
36341         Output the y4m frame header correctly.
36342
36343 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36344
36345         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36346           throw errors instead of allowing SIGFPE
36347
36348 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36349
36350         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36351         (gst_gconf_render_bin_from_key):
36352           leak plugging and style fixing
36353
36354 2004-03-31  David Schleef  <ds@schleef.org>
36355
36356         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36357         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36358         (bug #138225)
36359         * gst/debug/Makefile.am:
36360         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36361         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36362         plugin.
36363         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36364         (gst_negotiation_base_init), (gst_negotiation_class_init),
36365         (gst_negotiation_init), (gst_negotiation_getcaps),
36366         (gst_negotiation_pad_link), (gst_negotiation_chain),
36367         (gst_negotiation_set_property), (gst_negotiation_get_property),
36368         (gst_negotiation_plugin_init):  New element to talk about random
36369         negotiation things happening in a pipeline.
36370
36371 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36372
36373         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36374           fix integer addition with help of Stefan Kost
36375
36376 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36377
36378         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36379
36380 2004-03-30  David Schleef  <ds@schleef.org>
36381
36382         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36383         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36384         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36385         (bug #137504)
36386         * ext/mpeg2dec/gstmpeg2dec.h:
36387
36388 2004-03-30  David Schleef  <ds@schleef.org>
36389
36390         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36391
36392 2004-03-30  David Schleef  <ds@schleef.org>
36393
36394         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36395         Michael Petullo) to handle .mov
36396
36397 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36398
36399         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36400         (gst_osselement_rate_check_rate):
36401           probe caps correctly for sound cards that only support one format
36402
36403 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36404
36405         * ext/kio/kiosrc.cpp: (process_events):
36406           update handling event processing if inside KDE - untested
36407
36408 2004-03-29  David Schleef  <ds@schleef.org>
36409
36410         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36411         by 2 to not interfere with other colorspaces.
36412         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36413         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36414         one to not interfere with ffmpeg_colorspace.
36415
36416 2004-03-29  David Schleef  <ds@schleef.org>
36417
36418         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36419         aren't in the caps.
36420         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36421         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36422
36423 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36424
36425         * gst-libs/gst/riff/riff-media.c:
36426           fail on error, don't try to set stuff on NULL caps
36427
36428 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36429
36430         * configure.ac:
36431         * ext/Makefile.am:
36432         * ext/kio/Makefile.am:
36433         * ext/kio/kioreceiver.cpp:
36434         * ext/kio/kioreceiver.h:
36435         * ext/kio/kiosrc.cpp:
36436         * ext/kio/kiosrc.h:
36437           add experimental kiosrc plugin
36438         * ext/alsa/gstalsaplugin.c: (plugin_init):
36439           initialize debugging category only when we're sure registering the
36440           plugins worked.
36441
36442 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36443
36444         * examples/gstplay/player.c: (main):
36445         * gst-libs/gst/play/play.c: (gst_play_class_init),
36446         (gst_play_set_location), (gst_play_set_data_src),
36447         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36448         (gst_play_set_visualization), (gst_play_connect_visualization):
36449           check return values of element_set_state and return FALSE where
36450           failed
36451
36452 2004-03-29  Benjamin Otte  <otte@gnome.org>
36453
36454         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36455           try harder to check if an event is really a discont
36456
36457 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36458
36459         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36460         * po/az.po:
36461
36462 2004-03-28  Benjamin Otte  <otte@gnome.org>
36463
36464         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36465         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36466         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36467           get rid of non-standard "..." ranges in case statements.
36468
36469 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36470
36471         * gst/mpegstream/gstmpegdemux.c:
36472         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36473         specific functionality split to the new dvddemux element.
36474         * gst/mpegstream/gstdvddemux.c:
36475         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36476         streams, derived from mpegdemux.
36477         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36478         up. SCR based timestamp rewriting can be turned off (will probably
36479         completely disappear soon).
36480         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36481         hacking. General cleanup. All printf statements replaced by
36482         debugging messages. Almost complete libdvdnav support.
36483         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36484         by events. New properties for audio and subpicture languages.
36485         (dvdnavsrc_update_highlight): Now uses events.
36486         (dvdnavsrc_user_op): Cleaned up.
36487         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36488         based). Lots of cleanup, and propper support for most libdvdnav
36489         events.
36490         (dvdnavsrc_make_dvd_event): New function.
36491         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36492         (dvdnavsrc_make_clut_change_event): New function.
36493
36494 2004-03-26  Benjamin Otte  <otte@gnome.org>
36495
36496         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36497           fix bug where typefinding would claim it's theora whenever less then
36498           7 bytes of data were available
36499
36500 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36501
36502         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36503         (gst_alawdec_base_init), (gst_alawdec_class_init),
36504         (gst_alawdec_init), (gst_alawdec_chain):
36505         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36506         (gst_alawenc_base_init), (gst_alawenc_class_init),
36507         (gst_alawenc_init), (gst_alawenc_chain):
36508         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36509         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36510         (gst_mulawdec_init), (gst_mulawdec_chain):
36511         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36512         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36513         (gst_mulawenc_init), (gst_mulawenc_chain):
36514           Fix capsnego in all four, remove the unused property functions and
36515           simplify the chain functions slightly. I guess we could use macros
36516           or something similar for those, since the code is so similar, but
36517           I'm currently too lazy...
36518
36519 2004-03-24  David Schleef  <ds@schleef.org>
36520
36521         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36522         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36523         (gst_osselement_get_format_structure),
36524         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36525         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36526         (gst_osselement_rate_int_compare): Add code to handle rate probing
36527         (bug #120883)
36528         * sys/oss/gstosselement.h: same
36529         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36530         Use rate probing provided by osselement.
36531         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36532
36533 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36534
36535         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36536         (gst_xvidenc_get_property):
36537           ulong/int mess-up.
36538
36539 2004-03-24  David Schleef  <ds@schleef.org>
36540
36541         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36542         (gst_speexdec_init):
36543         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36544         (gst_speexenc_init):  Create the pad template correctly (from
36545         the static pad template, not a NULL pointer.)
36546
36547 2004-03-25  Benjamin Otte  <otte@gnome.org>
36548
36549         * gst/debug/Makefile.am:
36550         * gst/debug/breakmydata.c:
36551           add element that quasi-randomly changes bytes in the stream.
36552           Intended use is robustness checking of demuxers and decoders in
36553           media tests.
36554
36555 2004-03-24  Benjamin Otte  <otte@gnome.org>
36556
36557         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36558         (gst_alsa_probe_hw_params):
36559         * ext/alsa/gstalsa.h:
36560           debugging output fixes
36561
36562 2004-03-24  Benjamin Otte  <otte@gnome.org>
36563
36564         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36565           don't g_return_if_fail if element is PLAYING, fail silently as every
36566           other element.
36567         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36568           only fix needed for cast lvalue issues in gst-plugins
36569         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36570           add proxy_getcaps
36571
36572 2004-03-24  Benjamin Otte  <otte@gnome.org>
36573
36574         * gst/level/gstlevel.c: (gst_level_init):
36575           add proxying getcaps function, so level doesn't advertise impossible
36576           caps
36577
36578 2004-03-24  David Schleef  <ds@schleef.org>
36579
36580         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36581         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36582         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36583         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36584         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36585         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36586         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36587         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36588         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36589         messages.  Divide the chunk size by the compression ratio
36590         (needed for MACE audio)
36591
36592 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36593
36594         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36595           Fix buffer overflow read error.
36596
36597 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36598
36599         * ext/alsa/gstalsa.h:
36600           Remove unused entry.
36601         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36602           Add cinepak.
36603         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36604         (gst_videodrop_link), (gst_videodrop_chain):
36605           Fix, sort of. Was horribly broken with new capsnego. Bah...
36606
36607 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36608
36609         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36610         (plugin_init):
36611         Add a monkeysaudio typefind function
36612
36613 2004-03-23  Johan Dahlin  <johan@gnome.org>
36614
36615         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36616         (gst_play_video_fixate): Check so the structure has the field
36617         before trying to fixate them, this makes it possible to have
36618         fakesinks for video and audio output without printing errors on
36619         the output console.
36620
36621 2004-03-22  David Schleef  <ds@schleef.org>
36622
36623         * sys/oss/Makefile.am:
36624         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36625         (check_rate), (add_rate):  Rate probing test app.
36626
36627 2004-03-21  Benjamin Otte  <otte@gnome.org>
36628
36629         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36630         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36631           add a fixation function that pretty much does the right thing (fixes
36632           #137556)
36633
36634 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36635
36636         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36637
36638 2004-03-20  Tim-Phillip MĂ¼ller <t.i.m@zen.co.uk>
36639
36640         reviewed by: Benjamin Otte  <otte@gnome.org>
36641
36642         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36643           terminate gst_event_new_discontinuous correctly (fixes parts of
36644           #137711)
36645
36646 2004-03-19  David Schleef  <ds@schleef.org>
36647
36648         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36649         since it doesn't depend on X, and it's part of our ABI.
36650
36651 2004-03-19  Iain <iain@prettypeople.org>
36652
36653         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36654         is_int in the structure, not the local variable.
36655
36656 2004-03-19  David Schleef  <ds@schleef.org>
36657
36658         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36659         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36660         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36661         Improvements in caps negotiation.
36662
36663 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36664
36665         * po/LINGUAS:
36666         * po/af.po:
36667           adding Afrikaans (Petri Jooste)
36668
36669 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36670
36671         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36672         (gst_ffmpegcolorspace_chain):
36673         throw error instead of g_critical (#137588)
36674
36675 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36676
36677         * Makefile.am:
36678         * configure.ac:
36679           dist common and m4 correctly
36680         * po/sv.po:
36681
36682 2004-03-17  David Schleef  <ds@schleef.org>
36683
36684         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36685         (bug #137348)
36686
36687 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36688
36689         * po/LINGUAS:
36690         * po/sv.po:
36691           adding Swedish translation (Christian Rose)
36692
36693 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36694
36695         * Makefile.am: use release.mak
36696
36697 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36698
36699         * common/ChangeLog:
36700         * common/gst-autogen.sh:
36701           add some explanation about the version detection
36702         * configure.ac:
36703           fix X check
36704
36705 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36706
36707         * configure.ac: bump nano to 1
36708
36709 === release 0.8.0 ===
36710
36711 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36712
36713         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36714
36715 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36716
36717         * configure.ac:
36718           update libtool version
36719         * gst-libs/gst/media-info/Makefile.am:
36720           actually use libtool version
36721
36722 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36723
36724         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36725
36726 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36727
36728         * configure.ac:
36729         * gst-plugins.spec.in:
36730         * pkgconfig/Makefile.am:
36731         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36732         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36733         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36734         * pkgconfig/gstreamer-libs.pc.in:
36735         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36736         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36737         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36738         * pkgconfig/gstreamer-plugins.pc.in:
36739           remove @VERSION@ from some of the pc files since core and plugins
36740           are decoupled.
36741           created gstreamer-plugins.pc as it's a better name, but keeping
36742           -libs around for now to get fixes upstream done first.
36743
36744 2004-03-15  Julien MOUTTE <julien@moutte.net>
36745
36746         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36747         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36748         * gst-libs/gst/play/play.h:
36749
36750 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36751
36752         * *.c, *.cc: don't mix tabs and spaces
36753
36754 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36755
36756         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36757           use the new ffmpegcolorspace
36758         * gst-plugins.spec.in:
36759           package new colorspace and media-info
36760         * configure.ac:
36761         * pkgconfig/Makefile.am:
36762           fix some more disting issues
36763         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36764         * pkgconfig/gstreamer-media-info.pc.in:
36765           generate media-info pc files
36766
36767 2004-03-15  Johan Dahlin  <johan@gnome.org>
36768
36769         * *.h: Revert indenting
36770
36771 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36772
36773         * configure.ac:
36774           adding ffmpegcolorspace element
36775         * gst/ffmpegcolorspace/Makefile.am:
36776         * gst/ffmpegcolorspace/avcodec.h:
36777         * gst/ffmpegcolorspace/common.h:
36778         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36779         * gst/ffmpegcolorspace/dsputil.h:
36780         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36781         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36782         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36783         (gst_ffmpeg_caps_to_pix_fmt):
36784         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36785         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36786         (gst_ffmpegcolorspace_caps_remove_format_info),
36787         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36788         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36789         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36790         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36791         (gst_ffmpegcolorspace_set_property),
36792         (gst_ffmpegcolorspace_get_property),
36793         (gst_ffmpegcolorspace_register):
36794         * gst/ffmpegcolorspace/imgconvert.c:
36795         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36796         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36797         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36798         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36799         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36800         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36801         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36802         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36803         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36804         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36805         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36806         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36807         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36808         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36809         (img_get_alpha_info), (deinterlace_line),
36810         (deinterlace_line_inplace), (deinterlace_bottom_field),
36811         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36812         * gst/ffmpegcolorspace/imgconvert_template.h:
36813         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36814         * gst/ffmpegcolorspace/mmx.h:
36815         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36816           adding ffmpegcolorspace element supplied by Ronald after cleaning
36817           up and pulling in the right bits of upstream source.
36818           I'm sure a better C/compiler wizard could do some cleaning up (for
36819           example use GLIB's malloc stuff), but as a first pass this
36820           works very well
36821
36822 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36823
36824         * ext/alsa/gstalsa.h:
36825           I assume Ronald forgot to commit the change to have cardname
36826           as a struct member.  Expect some public spanking at the next
36827           opportunity.
36828
36829 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36830
36831         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36832         (gst_alsa_open_audio), (gst_alsa_close_audio):
36833         * ext/alsa/gstalsa.c:
36834           Don't open the device if we're a mixer (= padless).
36835         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36836         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36837         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36838           Open mixer during state change rather than during object
36839           initialization. Also, get a device name. Currently in a somewhat
36840           hackish fashion, but I didn't really find something better.
36841
36842 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36843
36844         * *.c, *.h: run gst-indent
36845
36846 2004-03-14  Benjamin Otte  <otte@gnome.org>
36847
36848         * gst/modplug/gstmodplug.cc:
36849         * gst/modplug/gstmodplug.h:
36850           set correct timestamps on outgoing buffers
36851
36852 2004-03-14  Benjamin Otte  <otte@gnome.org>
36853
36854         * gst/modplug/gstmodplug.cc:
36855           handle events - don't do crap when a discont arrives that's not
36856           necessary
36857           This allows correct loading and playback of mods in Rhythmbox
36858
36859 2004-03-14  Benjamin Otte  <otte@gnome.org>
36860
36861         * configure.ac:
36862         * gst-libs/gst/gconf/Makefile.am:
36863         * pkgconfig/Makefile.am:
36864           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36865           they get rebuilt properly
36866         * configure.ac:
36867           when checking for vorbis, try pkgconfig first.
36868         * gst/modplug/gstmodplug.cc:
36869           add fixate function
36870
36871 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36872
36873         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36874           Fix for obvious mistake, where we first shift the offset and then
36875           read a samplesize element assuming the old offset. Note that this
36876           part still has something weird, i.e. my movies containing those
36877           don't actually play well, but at least there's something that looks
36878           like sound now.
36879
36880 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36881         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36882         (plugin_init):
36883         Add a typefind function for speex format
36884
36885 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36886
36887         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36888         (gst_asf_demux_setup_pad):
36889           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36890           instead of 0. Reason is simple: some elements have a fps range
36891           of 1-max instead of 0-max. So now ASF video actually works.
36892
36893 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36894
36895         * po/LINGUAS:
36896         * po/sr.po:
36897           adding serbian as a language
36898
36899 2004-03-13  Benjamin Otte  <otte@gnome.org>
36900
36901         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36902           return taglist correctly from _get function, don't gst_pad_push it.
36903           (fixes #137042)
36904
36905 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36906         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36907
36908 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36909
36910         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36911         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36912         (gst_alsa_mixer_track_new):
36913         * ext/alsa/gstalsamixertrack.h:
36914           Fix ancient leftovers... MixerTrack is a GObject.
36915
36916 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36917
36918         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36919         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36920           Don't block during probing...
36921
36922 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36923
36924         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36925         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36926         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36927         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36928         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36929         (gst_alsa_open_audio), (gst_alsa_close_audio):
36930         * ext/alsa/gstalsa.h:
36931           Add propertyprobe interface implementation, add some device-name
36932           property, all this so that it looks good in gnome-volume-control.
36933
36934 2004-03-12  David Schleef  <ds@schleef.org>
36935
36936         * configure.ac: the Hermes library controls hermescolorspace, not
36937         colorspace.
36938         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36939         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36940         not /* */
36941         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36942         * ext/sdl/sdlvideosink.h: ditto.
36943         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36944
36945 2004-03-12  Benjamin Otte  <otte@gnome.org>
36946
36947         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36948         (gst_x_overlay_got_xwindow_id):
36949         * gst-libs/gst/xoverlay/xoverlay.h:
36950           replace XID with unsigned long to get rid of the xlibs dependency in
36951           XOverlay (fixes #137004)
36952
36953 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36954         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36955         (gst_agingtv_setup):
36956         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36957         (gst_dicetv_base_init), (gst_dicetv_class_init),
36958         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36959         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36960         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36961         (gst_edgetv_setup), (gst_edgetv_rgb32):
36962         * gst/effectv/gsteffectv.c:
36963         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36964         (gst_quarktv_set_property):
36965         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36966         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36967         (gst_revtv_setup), (gst_revtv_rgb32):
36968         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36969         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36970         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36971         (gst_shagadelictv_rgb32):
36972         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36973         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36974         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36975         * gst/effectv/gstwarp.c:
36976         Port everything that can be ported to videofilter and fix up the caps.
36977         Can someone with a big-endian machine please check these?
36978
36979 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36980
36981         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36982         (gst_osssink_chain), (gst_osssink_change_state):
36983           Latest fixes for A/V sync, audio playback and such. This is about
36984           all... MPEG playback issues are mostly related to the async build-
36985           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36986
36987 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36988
36989         patch from: Stephane Loeuillet
36990
36991         * configure.ac:
36992           use pkg-config for some libraries, falling back to the old .m4 way
36993           (fixes #131270)
36994         * m4/libdv.m4:
36995           removed
36996
36997 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36998
36999         * configure.ac:
37000         * tools/Makefile.am:
37001         * tools/Makefile.in:
37002         * tools/gst-launch-ext-m.m:
37003         * tools/gst-launch-ext.1.in:
37004         * tools/gst-visualise-m.m:
37005         * tools/gst-visualise.1:
37006         * tools/gst-visualise.1.in:
37007           reorganizing generation of script tools
37008
37009 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37010
37011         * ext/divx/gstdivxdec.c:
37012           Downgrade priority. We prefer ffdec_mpeg4.
37013         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37014         (gst_faad_chain), (gst_faad_change_state):
37015           Fix capsnego. Doesn't work for some sounds because we don't have
37016           a 5:1 to stereo element.
37017         * ext/xvid/gstxvid.c: (plugin_init):
37018           Add priority.
37019         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37020         (gst_osssink_change_state):
37021           Add discont handling.
37022
37023 2004-03-09  Colin Walters  <walters@verbum.org>
37024
37025         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37026         conversion.
37027
37028 2004-03-09  Benjamin Otte  <otte@gnome.org>
37029
37030         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37031           the signals take 2 arguments
37032
37033 2004-03-09  David Schleef  <ds@schleef.org>
37034
37035         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37036         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37037         * ext/alsa/gstalsa.h:
37038         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37039
37040 2004-03-09  Benjamin Otte  <otte@gnome.org>
37041
37042         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37043         (gst_mikmod_change_state):
37044         * ext/mikmod/gstmikmod.h:
37045           make mikmod's loop function not loop infinitely and call
37046           gst_element_yield anymore
37047         * gst/modplug/gstmodplug.cc:
37048           fix pad negotiation (fixes #136590)
37049
37050 2004-03-09  David Schleef  <ds@schleef.org>
37051
37052         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37053         doesn't conflict with the internal colorspace plugin.
37054         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37055         satisfy the crappy-ass shell shipped by a certain vendor.
37056         * gst/videofilter/make_filter: same (bug #135299)
37057
37058 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37059
37060         * configure.ac: bump nano to 1
37061
37062 === release 0.7.6 ===
37063
37064 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37065
37066         * configure.in: releasing 0.7.6, "There"
37067
37068 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37069
37070         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37071         * pkgconfig/gstreamer-play.pc.in:
37072           synchronize the two
37073
37074 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37075
37076         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37077         (cdparanoia_open), (cdparanoia_event):
37078           fix/add error handling
37079         * po/POTFILES.in:
37080           add cdparanoia source
37081         * tools/Makefile.am:
37082           make scripts executable
37083
37084 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37085
37086         * configure.ac:
37087         * ext/vorbis/Makefile.am:
37088         * sys/Makefile.am:
37089           remove id3types, vorbisfile and xvideosink from the build (#133783)
37090
37091 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37092
37093         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37094           Fix metadata read crash (#136537).
37095
37096 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37097
37098         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37099         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37100           adding mime types, fixing the one-stop function
37101
37102 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37103
37104         * ext/nas/nassink.c and /ext/nas/nassink.h:
37105         More NAS love from Arwed von Merkatz
37106         So lets all sing 'Can you feel the NAS tonight'
37107
37108 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37109
37110         * tools/gst-launch-ext.in:
37111         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37112
37113 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37114
37115         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37116         (gst_mpeg2dec_init):
37117         remove the user_data pad for now, because it is being used in
37118         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37119         If someone knows how to fix this properly, please do.
37120
37121 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37122
37123         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37124         (gst_osssink_get_time):
37125         add a warning, IMO this won't get triggered anymore, remove later
37126
37127 2004-03-07  David Schleef  <ds@schleef.org>
37128
37129         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37130         format (bug #136470)
37131
37132 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37133
37134         * gst-libs/Makefile.am:
37135         * gst-libs/gst/media-info/Makefile.am:
37136         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37137         (error_callback), (gst_media_info_error_create),
37138         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37139         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37140         * gst-libs/gst/media-info/media-info-priv.h:
37141         * gst-libs/gst/media-info/media-info-test.c: (main):
37142         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37143         (gst_media_info_class_init), (gst_media_info_instance_init),
37144         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37145         (gst_media_info_read_idler), (gst_media_info_read):
37146         * gst-libs/gst/media-info/media-info.h:
37147         fixed, should work now
37148
37149 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37150
37151         * ext/nas/nassink.c:
37152         A bunch of NAS fixes from Arwed von Merkatz
37153
37154 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37155
37156         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37157         (qtdemux_parse_trak):
37158           Fix crash (j might be greater than n_samples, in which case we're
37159           writing outside the allocated space for the array) and memleak.
37160
37161 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37162
37163         * sys/oss/gstosssink.c: (gst_osssink_chain):
37164           And another caller that couldn't handle delay < 0 (unsigned
37165           integer overflow). Video now continues playing on an audio
37166           buffer underrun, and the clock continues working. Audio still
37167           stalls.
37168
37169 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37170
37171         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37172         (gst_osssink_get_time):
37173           get_delay() may return values lower than 0. In those cases, we
37174           should not actually cast to *unsigned* int64, that will break
37175           stuff horribly. In my case, it screwed up A/V sync in movies
37176           in totem rather badly.
37177
37178 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37179
37180         * ext/faac/gstfaac.c: (gst_faac_chain):
37181         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37182         * ext/libpng/gstpngenc.c: (user_write_data):
37183         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37184         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37185         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37186         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37187         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37188         of any buffer), should fix some leaks. I hope I didn't unref buffers
37189         that shouldn't be...
37190
37191 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37192
37193         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37194         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37195         (error_callback), (gmi_reset), (gmi_seek_to_track),
37196         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37197         (gmip_find_type_post), (gmip_find_stream_post),
37198         (gmip_find_track_streaminfo_post):
37199         * gst-libs/gst/media-info/media-info-priv.h:
37200         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37201         (info_print), (main):
37202         * gst-libs/gst/media-info/media-info.c:
37203         (gst_media_info_error_create), (gst_media_info_error_element),
37204         (gst_media_info_instance_init), (gst_media_info_get_property),
37205         (gst_media_info_new), (gst_media_info_set_source),
37206         (gst_media_info_read_idler), (gst_media_info_read):
37207         * gst-libs/gst/media-info/media-info.h:
37208           first pass at making this work again.  This seems to work on
37209           tagged ogg/vorbis and mp3 files.
37210
37211 2004-03-06  Benjamin Otte  <otte@gnome.org>
37212
37213         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37214           fix huge leak: gst_buffer_merge doesn't unref the first argument
37215           itself.
37216
37217 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37218
37219         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37220           report layer/mode/emphasis
37221
37222 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37223
37224         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37225
37226 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37227
37228         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37229           signal serial
37230
37231 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37232
37233         * ext/vorbis/vorbis.c: (plugin_init):
37234         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37235         (gst_vorbis_dec_init), (vorbis_dec_event):
37236         add debug category
37237         make vorbisdec handle _BYTE and _TIME queries
37238
37239 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37240
37241         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37242           from the xing header
37243
37244 2004-03-06  Benjamin Otte  <otte@gnome.org>
37245
37246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37247         (gst_audio_convert_link), (gst_audio_convert_change_state),
37248         (gst_audio_convert_buffer_from_default_format):
37249           do conversions from/to float correctly, fix some caps nego errors,
37250           export correct supported caps in template and getcaps, use correct
37251           caps in try_set_caps functions
37252
37253 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37254
37255         For some reason, I only committed a ChangeLog entry yesterday and
37256         not the corresponding code...
37257         * ext/mad/gstmad.c: Fix detection of Xing headers
37258         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37259
37260 2004-03-06  Benjamin Otte  <otte@gnome.org>
37261
37262         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37263         (gst_ogg_demux_src_query):
37264           make sure to handle the case where there's no current chain
37265           gracefully.
37266
37267 2004-03-05  David Schleef  <ds@schleef.org>
37268
37269         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37270         Add fixate function. (bug #131128)
37271         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37272         (gst_sdlvideosink_fixate):  Add fixate function.
37273         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37274         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37275         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37276         Fix missing break that was causing ulaw to be interpreted as
37277         raw int.
37278
37279 2004-03-05  David Schleef  <ds@schleef.org>
37280
37281         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37282         Fix code that ignores return value of gst_buffer_merge().
37283         (bug #114560)
37284         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37285         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37286         * testsuite/gst-lint:  Check for above.
37287
37288 2004-03-05  David Schleef  <ds@schleef.org>
37289
37290         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37291         caps and throw an element error.  (bug #136334)
37292
37293 2004-03-05  David Schleef  <ds@schleef.org>
37294
37295         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37296         (gst_faad_chain): Fix negotiation.
37297         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37298         key and button events.
37299         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37300         dung heap of code.
37301         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37302         depends on gconf
37303         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37304         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37305         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37306         function to encourage better negotiation, particularly between
37307         audioconvert and osssink.
37308         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37309         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37310         more important.
37311         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37312         typefinding.
37313         * gst/vbidec/vbiscreen.c:  Add glib header
37314         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37315
37316 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37317
37318         * ext/mad/gstmad.c: Fix detection of Xing headers
37319         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37320
37321 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37322
37323         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37324         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37325           debug updates
37326
37327 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37328
37329         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37330         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37331         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37332         files, and report the parsed length as a GST_TAG_DURATION tag.
37333         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37334
37335 2004-03-05  Benjamin Otte  <otte@gnome.org>
37336
37337         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37338           convert channels correctly. convert correctly to unsigned.
37339
37340 2004-03-05  Julien MOUTTE <julien@moutte.net>
37341
37342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37343         we have a window before clearing it.
37344
37345 2004-03-05  Julien MOUTTE <julien@moutte.net>
37346
37347         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37348         have a window before clearing it.
37349
37350 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37351
37352         * gconf/gstreamer.schemas.in:
37353         * gst-libs/gst/gconf/Makefile.am:
37354           version installation path the same way as for 0.6
37355         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37356         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37357         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37358           remove comment that was fixed
37359
37360 2004-03-05  David Schleef  <ds@schleef.org>
37361
37362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37363         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37364         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37365         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37366         Add prototype code for handling seeking and querying.
37367
37368 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37369
37370         * examples/gstplay/player.c: (main):
37371           Initialize variables to NULL. Prevents a segfault because the
37372           (uninitialized) variable is not NULL, resulting in a crash on
37373           trying to reach error->message.
37374
37375 2004-03-05  Benjamin Otte  <otte@gnome.org>
37376
37377         * gst/audioconvert/gstaudioconvert.c:
37378         (gst_audio_convert_buffer_to_default_format):
37379         make float=>int conversion work correctly even in cornercases.
37380
37381 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37382
37383         * debian/README.Debian:
37384         * debian/build-deps:
37385         * debian/changelog:
37386         * debian/control:
37387         * debian/control.in:
37388         * debian/copyright:
37389         * debian/gstreamer-a52dec.files:
37390         * debian/gstreamer-aa.files:
37391         * debian/gstreamer-alsa.files:
37392         * debian/gstreamer-alsa.manpages:
37393         * debian/gstreamer-arts.files:
37394         * debian/gstreamer-artsd.files:
37395         * debian/gstreamer-audiofile.files:
37396         * debian/gstreamer-avifile.files:
37397         * debian/gstreamer-cdparanoia.files:
37398         * debian/gstreamer-colorspace.files:
37399         * debian/gstreamer-doc.files:
37400         * debian/gstreamer-dv.files:
37401         * debian/gstreamer-dvd.files:
37402         * debian/gstreamer-esd.files:
37403         * debian/gstreamer-festival.files:
37404         * debian/gstreamer-flac.files:
37405         * debian/gstreamer-gconf.conffiles:
37406         * debian/gstreamer-gconf.files:
37407         * debian/gstreamer-gconf.postinst:
37408         * debian/gstreamer-gnomevfs.files:
37409         * debian/gstreamer-gsm.files:
37410         * debian/gstreamer-http.files:
37411         * debian/gstreamer-jack.files:
37412         * debian/gstreamer-jpeg.files:
37413         * debian/gstreamer-mad.files:
37414         * debian/gstreamer-mikmod.files:
37415         * debian/gstreamer-misc.files:
37416         * debian/gstreamer-mpeg2dec.files:
37417         * debian/gstreamer-oss.files:
37418         * debian/gstreamer-plugin-apps.files:
37419         * debian/gstreamer-plugin-apps.manpages:
37420         * debian/gstreamer-plugin-libs-dev.files:
37421         * debian/gstreamer-plugin-libs.files:
37422         * debian/gstreamer-plugin-template.postinst:
37423         * debian/gstreamer-plugin-template.postrm:
37424         * debian/gstreamer-sdl.files:
37425         * debian/gstreamer-sid.files:
37426         * debian/gstreamer-vorbis.files:
37427         * debian/gstreamer-x.files:
37428         * debian/mk.control:
37429         * debian/rules:
37430         Debian package info not maintained here.
37431
37432 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37433
37434         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37435         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37436         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37437         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37438         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37439         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37440         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37441         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37442         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37443         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37444         * gst-libs/gst/colorbalance/colorbalance.c:
37445         (gst_color_balance_class_init):
37446         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37447         (gst_color_balance_channel_class_init):
37448         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37449         * gst-libs/gst/play/play.c: (gst_play_class_init):
37450         * gst-libs/gst/propertyprobe/propertyprobe.c:
37451         (gst_property_probe_iface_init):
37452         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37453         * gst-libs/gst/tuner/tunerchannel.c:
37454         (gst_tuner_channel_class_init):
37455         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37456         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37457         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37458         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37459         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37460         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37461         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37462         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37463         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37464           fix signals to use - instead of _
37465         * ext/libcaca/gstcacasink.h:
37466         * ext/sdl/sdlvideosink.h:
37467           fix header rename
37468
37469 2004-03-04  David Schleef  <ds@schleef.org>
37470
37471         * testsuite/gst-lint:  Add a check for bad signal names.
37472
37473 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37474
37475         reviewed by David Schleef
37476
37477         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37478         modified the alpha channel and caused a warning. (bug #136192)
37479
37480 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37481
37482         * gst-plugins.spec.in:
37483         Change names of plugins to actually be correct. Try to keep things
37484         alphabetical to avoid getting beat up by Thomas
37485
37486 2004-03-03  Julien MOUTTE <julien@moutte.net>
37487
37488         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37489         Using ximagesink as a default if no gconf key found. We should
37490         probably consider using alsasink instead of osssink for the audio
37491         part.
37492
37493 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37494
37495         * configure.ac:
37496           fix --with-plugins, don't think it ever worked before
37497         * gst-plugins.spec.in:
37498           even more updates
37499
37500 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37501
37502         * ext/sdl/sdlvideosink.h:
37503         * sys/ximage/ximagesink.h:
37504         * sys/xvideo/xvideosink.h:
37505         * sys/xvimage/xvimagesink.h:
37506           Fix for move of gstvideosink.h -> videosink.h.
37507
37508 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37509
37510         * gst-libs/gst/xwindowlistener/Makefile.am:
37511           this is a plugin library, not a library
37512
37513 2004-03-01  David Schleef  <ds@schleef.org>
37514
37515         * AUTHORS:  Added some names.  Add yourself if you're still
37516         missing.
37517
37518 2004-03-01  David Schleef  <ds@schleef.org>
37519
37520         * MAINTAINERS: Add
37521
37522 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37523
37524         * gst-plugins.spec.in: clean up spec file
37525
37526 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37527
37528         * gst-libs/gst/video/Makefile.am:
37529         * gst-libs/gst/video/gstvideosink.c:
37530         * gst-libs/gst/video/gstvideosink.h:
37531           rename gstvideosink.h to videosink.h to match other headers
37532         * gst/mixmatrix/Makefile.am:
37533           fix plugin filename
37534         * gst/tags/Makefile.am: fix plugin filename
37535
37536 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37537
37538         * gst/tags/Makefile.am: fix plugin filename
37539
37540 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37541
37542         * examples/gstplay/player.c: (got_time_tick), (main):
37543           add error handler
37544           display time_tick more readably
37545         * gst/mixmatrix/Makefile.am:
37546           fix plugin file name
37547
37548 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37549
37550         * sys/oss/gstosselement.c: (gst_osselement_probe),
37551         (device_combination_append), (gst_osselement_class_probe_devices):
37552         * sys/oss/gstosselement.h:
37553           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37554           on my system using alsa oss emulation, fixes bug #135597
37555
37556 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37557
37558         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37559         (gst_videodrop_chain), (gst_videodrop_change_state):
37560         * gst/videodrop/gstvideodrop.h:
37561           Work based on timestamp of input data, not based on the expected
37562           framerate from the input. The consequence is that this element now
37563           not only scales framerates, but also functions as a framerate
37564           corrector or framerate stabilizer/constantizer.
37565
37566 2004-02-27  David Schleef  <ds@schleef.org>
37567
37568         patches from jmmv@menta.net (Julio M. Merino Vidal)
37569
37570         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37571         GST_ELEMENT_ERROR call (bug #135634)
37572         * gst/interleave/interleave.c: (interleave_buffered_loop),
37573         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37574         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37575         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37576         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37577         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37578         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37579         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37580         Fix GST_ELEMENT_ERROR call.
37581         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37582         GST_ELEMENT_ERROR call.
37583
37584 2004-02-27  Benjamin Otte  <otte@gnome.org>
37585
37586         * gst-libs/gst/audio/audio.h:
37587           add macro to make sure header isn't included twice
37588         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37589           don't use gst_buffer_free
37590         * gst/playondemand/filter.func:
37591           don't use gst_data_free. Free data only once.
37592
37593 2004-02-26  David Schleef  <ds@schleef.org>
37594
37595         * gst-libs/gst/colorbalance/Makefile.am:
37596         * gst-libs/gst/mixer/Makefile.am:
37597         * gst-libs/gst/tuner/Makefile.am:
37598         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37599         should not be disted, -marshal.h files should not be installed,
37600         and -enum.h files _should_ be installed.  Fix to make this the
37601         case.
37602
37603 === release 0.7.5 ===
37604
37605 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37606
37607         * configure.ac: release 0.7.5, "Under The Sea"
37608
37609 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37610
37611         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37612         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37613         * gst/videoscale/gstvideoscale.c:
37614         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37615           assorted debug/warning fixes
37616
37617 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37618
37619         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37620         (gst_videoscale_init), (gst_videoscale_chain),
37621         (gst_videoscale_set_property), (plugin_init):
37622         * gst/videoscale/gstvideoscale.h:
37623         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37624         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37625         (gst_videoscale_planar400), (gst_videoscale_packed422),
37626         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37627         (gst_videoscale_24bit), (gst_videoscale_16bit),
37628         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37629         (gst_videoscale_scale_plane_slow),
37630         (gst_videoscale_scale_point_sample),
37631         (gst_videoscale_scale_nearest),
37632         (gst_videoscale_scale_nearest_str2),
37633         (gst_videoscale_scale_nearest_str4),
37634         (gst_videoscale_scale_nearest_32bit),
37635         (gst_videoscale_scale_nearest_24bit),
37636         (gst_videoscale_scale_nearest_16bit):
37637         add debugging category and use it properly
37638         fix use of GST_PTR_FORMAT
37639
37640 2004-02-25  Andy Wingo  <wingo@pobox.com>
37641
37642         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37643         push only when channel->buffer is NULL. Prevents segfaults doing
37644         the state change after a nonlocal exit, like a scheme exception.
37645
37646         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37647         Handle the case where the intersected caps is empty.
37648
37649 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37650
37651         * gst/law/mulaw-decode.c: (mulawdec_link):
37652         * gst/law/mulaw.c: (plugin_init):
37653           fix mulawdec so it actually works again
37654
37655 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37656
37657         reviewed by: David Schleef  <ds@schleef.org>
37658
37659         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37660         (gst_gamma_init), (gst_gamma_set_property),
37661         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37662         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37663         for RGB, with separate r g and b correction factors. (#131167)
37664
37665 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37666
37667         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37668           only signal tags for bitrate if they're > 0 (#134894)
37669
37670 2004-02-24  David Schleef  <ds@schleef.org>
37671
37672         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37673         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37674         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37675         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37676         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37677         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37678         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37679         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37680         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37681         category.  Attempt to fix timestamp calculation.
37682
37683 2004-02-24  Johan Dahlin  <johan@gnome.org>
37684
37685         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37686
37687 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37688
37689         * configure.ac:
37690         * gconf/Makefile.am:
37691         * gconf/gstreamer.schemas:
37692         * gst-libs/gst/gconf/Makefile.am:
37693         * gst-libs/gst/gconf/gconf.c:
37694           version gconf schemas and install locations
37695
37696 2004-02-23  Benjamin Otte  <otte@gnome.org>
37697
37698         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37699         (gst_xine_input_subclass_init):
37700           call parent dispose.
37701           change pad template for CD reader correctly
37702         * ext/xine/Makefile.am:
37703         * ext/xine/gstxine.h:
37704         * ext/xine/xine.c: (plugin_init):
37705         * ext/xine/xineaudiosink.c:
37706           wrap audio sinks, too
37707         * gst-libs/gst/resample/private.h:
37708         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37709         (gst_resample_reinit), (gst_resample_scale),
37710         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37711         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37712         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37713         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37714         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37715         * gst-libs/gst/resample/resample.h:
37716         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37717         (gst_audioscale_class_init), (gst_audioscale_link),
37718         (gst_audioscale_get_buffer), (gst_audioscale_init),
37719         (gst_audioscale_chain), (gst_audioscale_set_property),
37720         (gst_audioscale_get_property):
37721         * gst/audioscale/gstaudioscale.h:
37722           s/resample_*/gst_resample_*/i to not clobber namespaces
37723
37724 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37725
37726         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37727         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37728         (gst_riff_create_video_template_caps),
37729         (gst_riff_create_audio_template_caps),
37730         (gst_riff_create_iavs_template_caps):
37731         * gst-libs/gst/riff/riff-media.h:
37732         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37733         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37734         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37735         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37736         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37737         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37738         (gst_matroska_demux_plugin_init): First batch implementing audio and
37739         video codec tags in demuxers.
37740
37741 2004-02-22  Benjamin Otte  <otte@gnome.org>
37742
37743         * ext/xine/Makefile.am:
37744         * ext/xine/gstxine.h:
37745         * ext/xine/xine.c: (plugin_init):
37746         * ext/xine/xineinput.c:
37747           add input plugin wrapper. Playback from files, http, mms and cdda
37748           works.
37749         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37750           remove leftover G_GNUC_UNUSED
37751         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37752         (gst_asf_demux_identify_guid):
37753           improve debugging output
37754
37755 2004-02-22  Benjamin Otte  <otte@gnome.org>
37756
37757         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37758
37759         * autogen.sh:
37760           replace test -e with test -x for mkinstalldirs to be more portable.
37761           (fixes #134816)
37762
37763 2004-02-22  Benjamin Otte  <otte@gnome.org>
37764
37765         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37766
37767         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37768           set rank to PRIMARY
37769         * gst/volume/gstvolume.c: (plugin_init):
37770           set rank to NONE
37771         fixes #134960
37772
37773 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37774
37775         reviewed by Benjamin Otte  <otte@gnome.org>
37776
37777         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37778           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37779
37780 2004-02-22  Benjamin Otte  <otte@gnome.org>
37781
37782         * configure.ac:
37783           export [_]*{gst,Gst,GST}.* symbols from plugins
37784
37785 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37786
37787         reviewed by: Benjamin Otte  <otte@gnome.org>
37788
37789         * ext/lame/gstlame.c: (add_one_tag):
37790         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37791         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37792         (gst_vorbisenc_metadata_set1):
37793         * gst/tags/gstid3tag.c:
37794         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37795           apply fixes from bugs #135042 (lame can't write tags) and #133817
37796           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37797
37798 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37799
37800         * configure.ac: Export only gst_plugin_desc from plugins.
37801          Note that this change only makes any effect with Linux using libtool
37802          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37803          fine. And don't try to have several versions of libtool in different
37804          directories.
37805
37806 2004-02-20  Andy Wingo  <wingo@pobox.com>
37807
37808         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37809         interleave respectively.
37810
37811         * gst/interleave/deinterleave.c: New plugin: deinterleave
37812         (replaces on oneton).
37813         * gst/interleave/interleave.c: New plugin: interleave.
37814         * gst/interleave/plugin.h: Support file.
37815         * gst/interleave/plugin.c: Support file.
37816
37817         * configure.ac: Remove intfloat and oneton, add interleave.
37818
37819         * ext/sndfile/gstsf.c: Handle events better.
37820
37821         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37822         and float2int operation. int2float has scheduling problems as
37823         noted in in2float_chain.
37824
37825 2004-02-20  Benjamin Otte  <otte@gnome.org>
37826
37827         * ext/xine/Makefile.am:
37828         * ext/xine/gstxine.h:
37829         * ext/xine/xine.c:
37830         * ext/xine/xineaudiodec.c:
37831         * ext/xine/xinecaps.c:
37832           add first version of xine plugin wrapper. Currently only wraps the
37833           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37834         * configure.ac:
37835         * ext/Makefile.am:
37836           add xine plugin wrapper, disabled by default. Use --enable-xine to
37837           build. Note that it'll segfault on gst-register if you don't remove
37838           the goom and tvtime post plugins from xine.
37839         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37840         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37841           add extradata parsing for QDM2.
37842           change around debugging prints.
37843
37844 2004-02-19  Benjamin Otte  <otte@gnome.org>
37845
37846         * ext/lame/gstlame.c: (gst_lame_chain):
37847         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37848           use gst_tag_list_insert when you want to insert tags
37849
37850 2004-02-18  David Schleef  <ds@schleef.org>
37851
37852         * configure.ac:  Move massink to gst-rotten
37853         * ext/Makefile.am:
37854         * ext/mas/Makefile.am:
37855         * ext/mas/massink.c:
37856         * ext/mas/massink.h:
37857
37858 2004-02-18  David Schleef  <ds@schleef.org>
37859
37860         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37861         typefinding, since it seems to be worse than nothing.
37862         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37863         atom to recognize .mp4 and .m4a files as video/quicktime.
37864
37865 2004-02-18  David Schleef  <ds@schleef.org>
37866
37867         * gst/sine/demo-dparams.c: (quit_live),
37868         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37869         Use double dparams, not float.
37870         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37871         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37872         sync'd elements don't really work correctly.
37873         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37874         (volume_update_volume), (volume_get_property):  Change dparam
37875         to double.
37876
37877 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37878
37879         * sys/ximage/ximagesink.c:
37880         (gst_ximagesink_xwindow_update_geometry),
37881         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37882         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37883         (gst_ximagesink_init): Rework the way software video scaling works. So
37884         now we check on each chain call if the video frames are feeling the
37885         window. If not we try to renegotiate caps. On failure we memorize that
37886         and we won't try again for that PLAYING sessions.
37887         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37888         failure.
37889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37890         synchronous flag.
37891
37892 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37893
37894         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37895           break up _link so we can give a better debug message for errors
37896
37897 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37898
37899         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37900           set up debug category
37901
37902 2004-02-18  Julien MOUTTE <julien@moutte.net>
37903
37904         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37905         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37906         the way renegotiation work. The event handling function is not taking
37907         care of external windows and renegotiate method check for pad flags
37908         NEGOTIATING. Should fix : #133209
37909
37910 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37911
37912         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37913         pad is negotiating before trying renegotiation.
37914
37915 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37916
37917         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37918           pass on all possible mime types as typefind hints
37919
37920 2004-02-17  Julien MOUTTE <julien@moutte.net>
37921
37922         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37924         possible SHM leak if we crash. All other apps using XShm are doing
37925         that.
37926
37927 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37928
37929         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37930         (gst_ximagesink_expose): Renegotiate size on expose.
37931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37932         size on expose.
37933
37934 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37935
37936         * testsuite/alsa/sinesrc.c:
37937           cosmetic fix to fix compile issue with gcc 2.95.4
37938
37939 2004-02-16  Julien MOUTTE <julien@moutte.net>
37940
37941         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37942         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37943         failed opening the audio device.
37944         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37945         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37946         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37947         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37948         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37949         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37950         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37951         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37952         Removing some useless g_return_if_fail like wingo suggested.
37953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37954         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37955         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37956         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37957         (gst_xvimagesink_update_colorbalance),
37958         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37959         (gst_xvimagesink_xcontext_clear),
37960         (gst_xvimagesink_get_fourcc_from_caps),
37961         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37962         (gst_xvimagesink_set_xwindow_id),
37963         (gst_xvimagesink_colorbalance_list_channels),
37964         (gst_xvimagesink_colorbalance_set_value),
37965         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37966         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37967
37968 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37969
37970         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37971           throw error when not negotiated instead of asserting
37972
37973 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37974
37975         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37976         correct data refcounting.
37977
37978 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37979
37980         * gst/switch/gstswitch.c: (gst_switch_change_state),
37981         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37982         change, mostly the EOS flag.
37983
37984 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37985
37986         * examples/gstplay/player.c: (got_eos), (main): Adding some
37987         output for debugging.
37988         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37989         timeouts if we go to any state different from PLAYING.
37990         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37991         more EOS bugs in riff lib.
37992
37993 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37994
37995         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37996         visualization until i find a way to fix switch correctly.
37997         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37998         EOS arrives.
37999         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38000         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38001         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38002         Reworked switch to get a more correct behaviour with events and refing
38003         of data stored in sinkpads.
38004         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38005         we don't pull from a pad in EOS.
38006
38007 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38008
38009         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38010           remove v1 tag even if we can't read it (makes sure we don't detect
38011           it again)
38012
38013 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38014
38015         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38016         (gst_alsa_xrun_recovery):
38017         * ext/alsa/gstalsa.h:
38018           try xrun recovery when wait failed. Make xrun recovery function
38019           return TRUE/FALSE to indicate success. (might fix #134354)
38020
38021 2004-02-13  David Schleef  <ds@schleef.org>
38022
38023         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38024         (dynparm_value_changed), (main): Convert from float to double.
38025         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38026
38027 2004-02-13  David Schleef  <ds@schleef.org>
38028
38029         * gst/silence/gstsilence.c: (gst_silence_class_init),
38030         (gst_silence_set_clock), (gst_silence_get),
38031         (gst_silence_set_property), (gst_silence_get_property):
38032         * gst/silence/gstsilence.h: Add sync property.
38033         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38034         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38035         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38036         * gst/sine/gstsinesrc.h: Add sync property.
38037
38038 2004-02-13  David Schleef  <ds@schleef.org>
38039
38040         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38041         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38042
38043 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38044
38045         * configure.ac:
38046         * ext/Makefile.am:
38047         * gst-libs/ext/Makefile.am:
38048           move ffmpeg plugin to gst-ffmpeg module
38049
38050 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38051
38052         * configure.ac: use GST_ARCH to detect architecture
38053
38054 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38055
38056         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38057
38058 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38059
38060         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38061           classify LADSPA plugins based on number of src/sink pads
38062           (#133663, Stefan Kost)
38063         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38064           fix dparams registration
38065           (#133528, Stefan Kost)
38066         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38067           fix use of isprint and use g_ascii_isprint instead
38068           (#133316, Stefan Kost)
38069
38070 2004-02-11  David Schleef  <ds@schleef.org>
38071
38072         Convert a few inner loops to use liboil.  This is currently
38073         optional, and is only enabled if liboil is present (duh!).
38074         * configure.ac: Check for liboil-0.1
38075         * gst/intfloat/Makefile.am:
38076         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38077         (gst_int2float_chain_gint16):
38078         * gst/videofilter/Makefile.am:
38079         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38080         (tablelookup_u8), (gst_videobalance_planar411):
38081         * gst/videotestsrc/Makefile.am:
38082         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38083         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38084         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38085         (paint_hline_RGB565), (paint_hline_xRGB1555):
38086
38087 2004-02-11  David Schleef  <ds@schleef.org>
38088
38089         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38090         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38091         (gst_colorspace_getcaps), (gst_colorspace_link),
38092         (gst_colorspace_base_init), (gst_colorspace_init),
38093         (gst_colorspace_chain), (gst_colorspace_change_state),
38094         (plugin_init): Merge Ronald's patch (bug #117897) and update
38095         for new caps and negotiation.  Seems to work, although it
38096         shows off bugs in lcs.
38097
38098 2004-02-11  David Schleef  <ds@schleef.org>
38099
38100         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38101         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38102
38103 2004-02-11  David Schleef  <ds@schleef.org>
38104
38105         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38106         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38107         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38108         Add server and port properties
38109
38110 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38111
38112         * m4/a52.m4:
38113         * m4/aalib.m4:
38114         * m4/as-ffmpeg.m4:
38115         * m4/as-liblame.m4:
38116         * m4/as-slurp-ffmpeg.m4:
38117         * m4/check-libheader.m4:
38118         * m4/esd.m4:
38119         * m4/freetype2.m4:
38120         * m4/gconf-2.m4:
38121         * m4/glib.m4:
38122         * m4/gst-alsa.m4:
38123         * m4/gst-artsc.m4:
38124         * m4/gst-ivorbis.m4:
38125         * m4/gst-matroska.m4:
38126         * m4/gst-sdl.m4:
38127         * m4/gst-shout2.m4:
38128         * m4/gst-sid.m4:
38129         * m4/gtk.m4:
38130         * m4/libdv.m4:
38131         * m4/libfame.m4:
38132         * m4/libmikmod.m4:
38133         * m4/ogg.m4:
38134         * m4/vorbis.m4:
38135           fix underquotedness of macros (#133800)
38136         * m4/as-avifile.m4:
38137         * m4/xmms.m4:
38138           removed because no longer used
38139
38140 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38141
38142         * configure.ac:
38143           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38144           by autopoint (fixes #132996)
38145
38146 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38147
38148         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38149         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38150         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38151         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38152           fix memleaks
38153
38154 2004-02-11  David Schleef  <ds@schleef.org>
38155
38156         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38157         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38158         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38159         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38160         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38161         (gst_jpegenc_class_init), (gst_jpegenc_init),
38162         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38163         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38164         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38165         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38166
38167 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38168
38169         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38170         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38171         * ext/mikmod/gstmikmod.h:
38172           fix caps negotiation in mikmod
38173         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38174           output debug information
38175
38176 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38177
38178         * gst-libs/gst/colorbalance/Makefile.am:
38179         * gst-libs/gst/navigation/Makefile.am:
38180         * gst-libs/gst/xoverlay/Makefile.am:
38181           remove unused GST_OPT_CFLAGS from Makefiles
38182           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38183
38184 2004-02-07  David Schleef  <ds@schleef.org>
38185
38186         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38187         push events to pads that haven't been created (#133508)
38188
38189 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38190
38191         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38192         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38193         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38194         (gst_dvdec_loop), (gst_dvdec_change_state):
38195         Second attempt at committing a working dvdec element.
38196
38197 2004-02-06  David Schleef  <ds@schleef.org>
38198
38199         Build fixes for OS X: (see #129600)
38200         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38201         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38202         (gst_riff_read_strf_iavs):
38203         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38204         (gst_avi_demux_stream_odml):
38205         * gst/playondemand/Makefile.am:
38206         * gst/rtp/rtp-packet.c:
38207
38208 2004-02-05  David Schleef  <ds@schleef.org>
38209
38210         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38211         last change, because it Just Doesn't Compile.
38212
38213 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38214
38215         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38216           skip undecodable id3v2 tag instead of keeping it
38217
38218 2004-02-05  David Schleef  <ds@schleef.org>
38219
38220         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38221         Unref leaked buffer.  (Noticed by Ronald)
38222
38223 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38224
38225         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38226         Sync requires with other checks.  >= vs =.
38227
38228 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38229
38230         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38231         (gst_dvdec_video_link), (gst_dvdec_loop):
38232         * ext/dv/gstdvdec.h:
38233           rework the caps negotiation so that dvdec works again instead
38234           of just segfaulting.
38235
38236 === release 0.7.4 ===
38237
38238 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38239
38240         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38241         * configure.ac: changed for release
38242
38243 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38244
38245         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38246         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38247         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38248         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38249           reworked patch by David Lehn to fix libdir and includedir for
38250           uninstalled libraries
38251           removed play and gconf from gstreamer-libs since they have their
38252           own pkgconfig files
38253
38254 2004-02-04  David Schleef  <ds@schleef.org>
38255
38256         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38257         memleak.
38258
38259 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38260
38261         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38262           use correct GST_TAG_ENCODER tag
38263
38264 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38265
38266         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38267           be sure to stop the clock when going to paused
38268         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38269           reset number of transmitted when going to ready.
38270         fixes #132935
38271
38272 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38273
38274         reviewed by Benjamin Otte
38275
38276         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38277           extract track count (fixes #133410)
38278
38279 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38280
38281         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38282           that should be !=, not == (fixes #132519)
38283
38284 2004-02-04  David Schleef  <ds@schleef.org>
38285
38286         Make sure set_explicit_caps() is called before adding pad.
38287         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38288         * gst/id3/gstid3types.c: (gst_id3types_loop):
38289         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38290         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38291
38292 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38293
38294         * configure.ac:
38295           bump nano to 2, first prerelease
38296           put back AM_PROG_LIBTOOL
38297
38298 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38299
38300         * testsuite/alsa/Makefile.am:
38301           these are user test apps, not automatic testsuite tests
38302
38303 2004-02-04  David Schleef  <ds@schleef.org>
38304
38305         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38306         * gst/mpeg1videoparse/gstmp1videoparse.c:
38307         (mp1videoparse_parse_seq):
38308         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38309         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38310         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38311         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38312         (gst_xvideosink_getcaps):
38313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38314         * testsuite/gst-lint: more tests
38315
38316 2004-02-04  David Schleef  <ds@schleef.org>
38317
38318         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38319         with the code that they would expand to.
38320         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38321         (gst_flacdec_get_src_query_types),
38322         (gst_flacdec_get_src_event_masks):
38323         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38324         (gst_gnomevfssrc_get_query_types),
38325         (gst_gnomevfssrc_get_event_mask):
38326
38327 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38328
38329         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38330         (gst_sinesrc_dispose):
38331           fix memleak by properly disposing sinesrc
38332
38333 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38334
38335         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38336         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38337         an overlay to redraw the image because it has been exposed.
38338         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38339         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38340         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38341         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38342         interface
38343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38344         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38345         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38346         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38347         interface
38348
38349 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38350
38351         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38352           more memleak fixage
38353
38354 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38355
38356         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38357         * gst/typefind/gsttypefindfunctions.c:
38358           fix memleaks shown by gst-typefind
38359
38360 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38361
38362         * common/glib-gen.mak:
38363           add hack rule to touch .Plo files
38364         * gst-libs/gst/colorbalance/Makefile.am:
38365         * gst-libs/gst/mixer/Makefile.am:
38366         * gst-libs/gst/play/Makefile.am:
38367         * gst-libs/gst/tuner/Makefile.am:
38368           remove glib_root variable
38369
38370 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38371
38372         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38373           set explicit caps before adding the element, so the autopluggers can
38374           plug correctly.
38375         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38376         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38377         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38378         (dv_type_find):
38379           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38380           argument.
38381
38382 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38383
38384         * gst-libs/gst/colorbalance/Makefile.am:
38385         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38386         * gst-libs/gst/colorbalance/colorbalance.c:
38387         * gst-libs/gst/colorbalance/colorbalance.h:
38388         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38389         * gst-libs/gst/mixer/Makefile.am:
38390         * gst-libs/gst/mixer/mixer-marshal.list:
38391         * gst-libs/gst/mixer/mixer.c:
38392         * gst-libs/gst/mixer/mixer.h:
38393         * gst-libs/gst/mixer/mixermarshal.list:
38394         * gst-libs/gst/play/Makefile.am:
38395         * gst-libs/gst/play/play.h:
38396         * gst-libs/gst/tuner/Makefile.am:
38397         * gst-libs/gst/tuner/tuner-marshal.list:
38398         * gst-libs/gst/tuner/tuner.c:
38399         * gst-libs/gst/tuner/tuner.h:
38400         * gst-libs/gst/tuner/tunermarshal.list:
38401           use new glib-gen.mak snippet to clean up Makefile.am
38402           fix various bugs in Makefile.am's
38403
38404 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38405
38406         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38407           handle chain parsing correctly in the multichain case
38408         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38409         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38410         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38411         (theora_dec_chain):
38412           handle events and queries correctly
38413
38414 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38415
38416         * .cvsignore:
38417         Ignore generated file _stdint.h.
38418
38419 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38420
38421         * gst-libs/gst/colorbalance/Makefile.am:
38422         * gst-libs/gst/colorbalance/colorbalance.h:
38423         * gst-libs/gst/mixer/Makefile.am:
38424         * gst-libs/gst/mixer/mixer.h:
38425         * gst-libs/gst/play/Makefile.am:
38426         * gst-libs/gst/play/play.h:
38427         * gst-libs/gst/tuner/Makefile.am:
38428         * gst-libs/gst/tuner/tuner.h:
38429         Generate enum type code with glib-mkenums.
38430         * gst-libs/gst/colorbalance/.cvsignore:
38431         * gst-libs/gst/mixer/.cvsignore:
38432         * gst-libs/gst/play/.cvsignore:
38433         * gst-libs/gst/tuner/.cvsignore:
38434         Ignore generated files.
38435
38436 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38437
38438         * gst-libs/gst/audio/.cvsignore:
38439         Ignore generated file.
38440         * gst-libs/gst/audio/Makefile.am:
38441         Do not install example filter.
38442
38443 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38444
38445         * examples/switch/.cvsignore:
38446         Ignore generated file.
38447
38448 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38449
38450         * common/m4/ax_create_stdint_h.m4:
38451         * configure.ac:
38452           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38453           _stdint.h.
38454         * Makefile.am:
38455           remove generated _stdint.h in DISTCLEANFILES
38456         * ext/a52dec/gsta52dec.c:
38457           include _stdint.h for a52dec. (should fix #133064)
38458
38459 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38460
38461         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38462         (gst_tag_to_vorbis_comments):
38463         Add replaygain support to vorbistag
38464
38465 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38466         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38467         (gst_ffmpeg_caps_to_extradata):
38468           Fix SVQ3 caps flag properties
38469           Use glib macro for bytes swap
38470
38471 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38472
38473         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38474         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38475         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38476         * ext/sndfile/gstsf.c: (plugin_init):
38477         * gst/avi/gstavi.c: (plugin_init):
38478         * sys/dxr3/dxr3init.c: (plugin_init):
38479         * sys/oss/gstossaudio.c: (plugin_init):
38480         * sys/v4l/gstv4l.c: (plugin_init):
38481         * sys/v4l2/gstv4l2.c: (plugin_init):
38482           remove textdomain calls
38483         * po/nl.po:
38484           update Dutch translation
38485
38486 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38487
38488         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38489         (gst_play_set_audio_sink): Moving volume in the audio thread for
38490         instantaneous volume change. Maybe i will add another volume in front
38491         of visualization later, not sure yet though.
38492
38493 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38494
38495         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38496         (gst_ximagesink_handle_xevents): Better X events handling, only take
38497         the latest events for configure and motion.
38498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38499
38500 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38501
38502         reviewed by: David Schleef  <ds@schleef.org>
38503
38504         Fix memory leaks:
38505         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38506         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38507
38508 2004-02-02  David Schleef  <ds@schleef.org>
38509
38510         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38511         of lines.
38512         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38513         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38514         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38515         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38516         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38517         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38518         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38519         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38520         (gst_float2_2_int_link):
38521         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38522         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38523         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38524         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38525         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38526         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38527         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38528         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38529         * testsuite/gst-lint: Add tests for bzero and ;;
38530
38531 2004-02-02  David Schleef  <ds@schleef.org>
38532
38533         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38534
38535 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38536
38537         * ext/aalib/gstaasink.c: (gst_aasink_open):
38538         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38539         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38540         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38541         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38542         (gst_afsink_close_file):
38543         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38544         (gst_afsrc_close_file):
38545         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38546         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38547         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38548         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38549         * ext/esd/esdmon.c: (gst_esdmon_get):
38550         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38551         * ext/faac/gstfaac.c: (gst_faac_chain):
38552         * ext/faad/gstfaad.c: (gst_faad_chain):
38553         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38554         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38555         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38556         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38557         (gst_flacdec_loop):
38558         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38559         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38560         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38561         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38562         (gst_gnomevfssink_close_file):
38563         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38564         (gst_gnomevfssrc_open_file):
38565         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38566         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38567         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38568         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38569         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38570         * ext/mad/gstmad.c: (gst_mad_chain):
38571         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38572         * ext/mpeg2dec/gstmpeg2dec.c:
38573         * ext/mpeg2enc/gstmpeg2enc.cc:
38574         * ext/mplex/gstmplex.cc:
38575         * ext/mplex/gstmplexibitstream.cc:
38576         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38577         (gst_ogg_demux_push):
38578         * ext/raw1394/gstdv1394src.c:
38579         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38580         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38581         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38582         (gst_sf_loop):
38583         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38584         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38585         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38586         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38587         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38588         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38589         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38590         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38591         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38592         (gst_riff_read_element_data), (gst_riff_read_seek),
38593         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38594         * gst/adder/gstadder.c: (gst_adder_loop):
38595         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38596         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38597         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38598         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38599         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38600         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38601         * gst/goom/gstgoom.c: (gst_goom_chain):
38602         * gst/id3/gstid3types.c: (gst_id3types_loop):
38603         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38604         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38605         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38606         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38607         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38608         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38609         (gst_ebml_read_float), (gst_ebml_read_header):
38610         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38611         (gst_matroska_demux_parse_blockgroup):
38612         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38613         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38614         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38615         * gst/silence/gstsilence.c: (gst_silence_get):
38616         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38617         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38618         * gst/speed/gstspeed.c: (speed_loop):
38619         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38620         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38621         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38622         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38623         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38624         (gst_wavparse_loop):
38625         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38626         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38627         (dxr3audiosink_close):
38628         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38629         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38630         (dxr3videosink_close), (dxr3videosink_write_data):
38631         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38632         * sys/oss/gstosssink.c: (gst_osssink_chain):
38633         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38634         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38635         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38636         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38637         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38638         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38639         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38640         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38641         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38642         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38643         (gst_v4l_set_audio):
38644         * sys/v4l/v4l_calls.h:
38645         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38646         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38647         (gst_v4lmjpegsink_playback_init),
38648         (gst_v4lmjpegsink_playback_start):
38649         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38650         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38651         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38652         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38653         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38654         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38655         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38656         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38657         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38658         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38659         (gst_v4l2_get_output), (gst_v4l2_set_output),
38660         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38661         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38662         (gst_v4l2_set_attribute):
38663         * sys/v4l2/v4l2_calls.h:
38664         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38665         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38666         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38667         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38668         (gst_v4l2src_capture_stop):
38669         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38670         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38671         (gst_ximagesink_chain):
38672         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38673         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38674         (gst_xvideosink_xwindow_new):
38675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38676         (gst_xvimagesink_chain):
38677
38678 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38679
38680         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38681         (gst_volume_get_volume), (volume_class_init), (volume_init),
38682         (volume_chain_int16), (volume_update_volume):
38683         * gst/volume/gstvolume.h:
38684           make code more readable by removing magic numbers
38685           make mixer interface export 0-100 range
38686           make it internally map to 0.0-1.0 range so users don't distort
38687           output by putting the sliders at full volume
38688
38689 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38690
38691         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38692         (gst_play_state_change), (gst_play_seek_to_time):
38693         block the tick callback for 0.5 secs after doing a seek
38694
38695 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38696
38697         * gst-libs/gst/play/play.c: (gst_play_new):
38698           check for GError
38699
38700 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38701
38702         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38703         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38704         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38705         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38707         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38708
38709 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38710
38711         * configure.ac:
38712         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38713           check for a function added in vorbis 1.1
38714
38715 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38716
38717         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38718         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38719           really start/stop clock only on PLAYING <=> PAUSED
38720         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38721           remove \n from debugging lines
38722         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38723           make it work when seeking does not
38724         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38725           reset on DISCONT
38726
38727 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38728
38729         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38730           start clock on PAUSED=>PLAYING, not later
38731         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38732           extract correct time for different discont formats
38733         (gst_alsa_sink_get_time):
38734           don't segfault when no format is negotiated yet, just return 0
38735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38736         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38737         (gst_ogg_pad_push):
38738           handle flush and discont events correctly
38739         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38740           handle discont events correctly
38741
38742 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38743
38744         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38745         (gst_play_error_create), (gst_play_error_plugin),
38746         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38747         * gst-libs/gst/play/play.h:
38748           add error handling during creation
38749         * examples/gstplay/player.c: (main):
38750           use new gst_play_new
38751
38752
38753 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38754
38755         * ext/theora/theoradec.c: (theora_dec_chain):
38756           make comments work
38757         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38758         (vorbis_dec_src_event), (vorbis_dec_chain):
38759           add encoder tag, fix tag reading to be more error tolerant, change
38760           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38761           gst_pad_event_default.
38762         * gst/tags/gstvorbistag.c:
38763         (gst_tag_list_from_vorbiscomment_buffer):
38764           undefine function specific define at end of function
38765
38766 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38767
38768         * ext/flac/gstflac.c: (plugin_init):
38769         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38770         * ext/flac/gstflacdec.h:
38771         * ext/flac/gstflacenc.h:
38772           Fix typos
38773
38774 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38775
38776         * examples/gstplay/player.c: s/gstplay.h/play.h/
38777
38778 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38779
38780         * gst-libs/gst/play/Makefile.am:
38781         * gst-libs/gst/play/gstplay.c:
38782         * gst-libs/gst/play/gstplay.h:
38783         * gst-libs/gst/play/play.c:
38784           more surgery, operation complete
38785
38786 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38787
38788         * gst-libs/gst/play/play.old.c:
38789         * gst-libs/gst/play/play.old.h:
38790           after CVS surgery by moving, remove
38791         * gst-libs/gst/play/playpipelines.c:
38792           remove
38793
38794         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38795           add negotiation error
38796
38797 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38798
38799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38800         (gst_ogg_demux_push):
38801           add some seeking debug info
38802           send a flush when seeking
38803
38804 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38805
38806         * configure.ac:
38807           use AC_C_INLINE
38808         * configure.ac:
38809         * ext/Makefile.am:
38810         * ext/theora/Makefile.am:
38811         * ext/theora/theoradec.c:
38812           add theora video decoder. Does just do simple decoding for now and
38813           has been tested against Theora cvs only. It only works when theora
38814           is compiled with --enable-static.
38815         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38816           always reset packetno on DISCONT
38817
38818 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38819
38820         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38821           Fix audio.
38822
38823 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38824
38825         * gst/mpegaudioparse/gstmpegaudioparse.c:
38826         (mp3_type_frame_length_from_header):
38827           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38828
38829 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38830
38831         * ext/esd/esdsink.c: (gst_esdsink_init):
38832           Since we have static pad template caps, we don't need to negotiate;
38833           either the core errors out or we know the format.
38834
38835 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38836
38837         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38838         (gst_riff_read_seek):
38839         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38840         (gst_ebml_read_seek):
38841           Fix event handling.
38842
38843 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38844
38845         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38846           removee video/x-theora from vp3 decoder, it doesn't handle raw
38847           theora streams
38848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38849           fix bug with finalizing element that never went to PAUSED
38850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38851           length and position queries were swapped
38852         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38853         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38854         (vorbis_dec_src_event):
38855           implement querying time and bytes
38856
38857 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38858
38859         * just about every source file:
38860           gst_element_error -> GST_ELEMENT_ERROR
38861
38862 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38863
38864         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38865         emiting FLUSH and even before DISCONT.
38866         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38867         get the best instant seeking as possible yay!
38868
38869 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38870
38871         * gst/mpeg1videoparse/gstmp1videoparse.c:
38872         (gst_mp1videoparse_real_chain):
38873           Committed wrong version last week... Grr... Didn't notice until now.
38874
38875 2004-01-29  Julien MOUTTE <julien@moutte.net>
38876
38877         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38879         have_xwindow_id signal in xwindow_create.
38880
38881 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38882
38883         * ext/ogg/gstoggdemux.c:
38884           lots of changes - mainly support for chained bitstreams, seeking,
38885           querying and bugfixes of course
38886         * ext/vorbis/Makefile.am:
38887         * ext/vorbis/vorbisdec.c:
38888         * ext/vorbis/vorbisdec.h:
38889           add vorbisdec raw vorbis decoder
38890         * ext/vorbis/vorbis.c: (plugin_init):
38891           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38892         * gst/intfloat/Makefile.am:
38893         * gst/intfloat/float22int.c:
38894         * gst/intfloat/float22int.h:
38895         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38896           add float2intnew plugin. It converts multichannel interleaved float to
38897           multichannel interleaved int. The name should probably be changed.
38898         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38899         (plugin_init):
38900           add typefinding for raw theora video so oggdemux can detect it.
38901
38902 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38903
38904         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38905         sink element first.
38906         * gst/videoscale/gstvideoscale.c:
38907         (gst_videoscale_handle_src_event): Fixing src event handler.
38908
38909 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38910
38911         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38912         (gst_v4lsrc_open), (gst_v4lsrc_close),
38913         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38914         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38915         * sys/v4l/gstv4lsrc.h:
38916         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38917         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38918           Implement resizing... Hack. But that's why v4l is b0rked...
38919
38920 2004-01-28  Julien MOUTTE <julien@moutte.net>
38921
38922         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38923         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38924         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38925         (gst_ximagesink_xwindow_destroy):
38926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38927         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38928         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38929         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38930         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38931         correctly cleaning the image created to check xshm calls on succes,
38932         added a lot of XSync calls in X11 functions, and fixed a segfault when
38933         no image format was defined before negotiation happened.
38934
38935 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38936
38937         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38938           use gst_element_get_time to get correct time
38939
38940 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38941
38942         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38943         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38944         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38946         (gst_xvimagesink_check_xshm_calls),
38947         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38948         X plugins are now able to detect that XShm calls will fail even if the
38949         server claims that it has XShm support (remote displays most of the
38950         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38951         so that we use non XShm functions. This feature is almost useless for
38952         xvimagesink as Xv is not supported on remote displays anyway, but
38953         it might happen than even on the local display XShm calls fail.
38954
38955 2004-01-27  David Schleef  <ds@schleef.org>
38956
38957         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38958         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38959         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38960         changed esdsink to only use 44100,16,2, since esd sucks at rate
38961         conversion and esdsink has had difficulty negotiating.
38962
38963 2004-01-27  Julien MOUTTE <julien@moutte.net>
38964
38965         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38966         (gst_play_seek_to_time): Fixing the way to get current position.
38967
38968 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38969
38970         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38971           use gst_element_get_time to get correct time
38972
38973 2004-01-27  Julien MOUTTE <julien@moutte.net>
38974
38975         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38976         fix ever... Inverting 2 lines of code make spider autoplug correctly
38977         tagged mp3 !
38978
38979 2004-01-27  David Schleef  <ds@schleef.org>
38980
38981         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38982         Use gst_pad_try_set_caps_nonfixed().
38983
38984 2004-01-27  David Schleef  <ds@schleef.org>
38985
38986         * gst/ac3parse/gstac3parse.c: update to checklist 5
38987         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38988         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38989         * gst/audioscale/gstaudioscale.c: same
38990         * gst/auparse/gstauparse.c: same
38991         * gst/avi/gstavidemux.c: same
38992
38993 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38994
38995         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38996           stop processing after EOS
38997
38998 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38999
39000         * gst/asfdemux/asfheaders.h:
39001         * gst/asfdemux/gstasfdemux.c:
39002         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39003         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39004         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39005           lot's of fixes to make data extraction simpler and get the code
39006           architecture and compiler independant. Add debugging category
39007         * gst/goom/gstgoom.c: (gst_goom_change_state):
39008           reset channel count on PAUSED=>READY, not READY=>PAUSED
39009
39010 2004-01-26  Colin Walters  <walters@verbum.org>
39011
39012         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39013         code to pull a bigger buffer in iradio mode.  This as a side effect
39014         makes typefinding work.
39015
39016 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39017
39018         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39019         Fix SVQ3 decoding on PPC
39020
39021 2004-01-26  Julien MOUTTE <julien@moutte.net>
39022
39023         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39024         that one managed to stay there... Fixed.
39025
39026 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39027
39028         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39029         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39030         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39031         (qtdemux_video_caps):
39032         * gst/qtdemux/qtdemux.h:
39033         Add SVQ3 specific flags to qtdemux and ffmpeg
39034
39035 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39036
39037         * gst-libs/gst/audio/audio.h:
39038           remove buffer-frames from audio caps
39039         * gst/audioconvert/gstaudioconvert.c:
39040           fix plugin to really work.
39041
39042 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39043
39044         * gst-libs/gst/mixer/mixer.c:
39045         * gst-libs/gst/propertyprobe/propertyprobe.c:
39046         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39047         (gst_tuner_find_channel_by_name):
39048         * gst-libs/gst/tuner/tuner.h:
39049           Add gtk-doc style comments. Also fix a function name.
39050
39051 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39052
39053         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39054         (gst_divxdec_negotiate):
39055           Fix for new capsnego - also fixes gst-player with divxdec.
39056
39057 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39058
39059         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39060         (gst_play_identity_handoff), (gst_play_set_location),
39061         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39062         try in visualization implementation. Still have an issue with switch
39063         blocking when pulling from video_queue and only audio comes out of
39064         spider.
39065         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39066         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39067         release method. And check if the pad is usable before pulling.
39068
39069 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39070
39071         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39072         (gst_videobalance_init),
39073         (gst_videobalance_colorbalance_list_channels),
39074         (gst_videobalance_colorbalance_set_value),
39075         (gst_videobalance_colorbalance_get_value),
39076         (gst_videobalance_update_properties),
39077         (gst_videobalance_update_tables_planar411),
39078         (gst_videobalance_planar411):
39079         * gst/videofilter/gstvideobalance.h:
39080           Implement lookup-tables. +/- 10x faster.
39081
39082 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39083
39084         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39085         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39086           The index reading was broken. The rest worked fine, but the whole
39087           goal of my rewrite was to make avidemux readable, and this was
39088           not at all readable. Please use typed variables.
39089
39090 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39091
39092         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39093           Additional pad usability check.
39094         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39095         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39096         (gst_mp1videoparse_real_chain):
39097           Fix MPEG video stream parsing. The original plugin had several
39098           issues, including not timestamping streams where the source was
39099           not timestamped (this happens with PTS values in mpeg system
39100           streams, but MPEG video is also a valid stream on its own so
39101           that needs timestamps too). We use the display time code for that
39102           for now. Also, if one incoming buffer contains multiple valid
39103           frames, we push them all on correctly now, including proper EOS
39104           handling. Lastly, several potential segfaults were fixed, and we
39105           properly sync on new sequence/gop headers to include them in next,
39106           not previous frames (since they're header for the next frame, not
39107           the previous). Also see #119206.
39108         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39109         (bpf_from_header):
39110           Move caps setting so we only do it after finding several valid
39111           MPEG-1 fraes sequentially, not right after the first one (which
39112           might be coincidental).
39113         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39114         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39115         (plugin_init):
39116           Add unsynced MPEG video stream typefinding, and change some
39117           probability values so we detect streams rightly. The idea is as
39118           follows: I can have an unsynced system stream which contains
39119           video. In the current code, I would randomly get a type for either
39120           system or video stream type found, because the probabilities are
39121           being calculated rather randomly. I now use fixed values, so we
39122           always prefer system stream if that was found (and that is how it
39123           should be). If no system stream was found, we can still identity                the stream as video-only.
39124
39125 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39126
39127         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39128         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39129           don't write to buffer. Extract data without the need of
39130           __attribute__ ((packed))
39131
39132 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39133
39134         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39135         (mpeg1_sys_type_find):
39136           Fix MPEG-1 stream typefinding.
39137
39138 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39139
39140         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39141           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39142
39143 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39144
39145         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39146         * ext/esd/gstesd.c: (plugin_init):
39147           private debugging, better error reporting
39148
39149 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39150
39151         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39152         (gst_riff_read_init), (gst_riff_read_change_state):
39153         * gst-libs/gst/riff/riff-read.h:
39154           Remove stuff fromold metadata system.
39155
39156 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39157
39158         * ext/ogg/gstoggdemux.c:
39159           Fix wrong file comment.
39160         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39161         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39162           Add metadata reading properly.
39163
39164 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39165
39166         * ext/Makefile.am:
39167           Fix nas DIST_SUBDIRS
39168           Uraeus:
39169           Fix bug where make distcheck doesn't get run on adding stuff to
39170           the build.
39171
39172 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39173
39174         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39175         * ext/divx/gstdivxdec.h:
39176           Fix divx3 ("msmpeg4") playback using divxdec.
39177
39178 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39179
39180         * gst/typefind/gsttypefindfunctions.c:
39181         (mp3_type_frame_length_from_header): fix bug in length computation
39182         (mp3_type_find): improve debugging output
39183
39184 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39185
39186         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39187         (gst_play_set_location), (gst_play_seek_to_time),
39188         (gst_play_set_audio_sink), (gst_play_set_visualization),
39189         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39190         the pipeline from scratch. Visualization is back and switch went out as
39191         i realized it was not possible to use the way i wanted.
39192         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39193         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39194         clearing in state change from READY to NULL. So that one can clean the
39195         X ressources keeping the element.
39196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39197         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39198         (gst_xvimagesink_colorbalance_set_value),
39199         (gst_xvimagesink_colorbalance_get_value),
39200         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39201         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39202         change from READY to NULL and fixed some stupid bugs in colorbalance
39203         get/set values. Also added the following feature : when nobody tries to
39204         set some values to the colorbalance levels before the xcontext is
39205         grabbed, then when creating channels list from Xv attributes we set the
39206         internal values to the Xv defaults. This way we handle buggy Xv drivers
39207         that set default hue values far from the middle of the range (Thanks
39208         to Jon Trowbridge for pointing that issue).
39209         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39210         colorbalance levels have been set before xcontext is grabbed.
39211
39212 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39213
39214         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39215           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39216           it might block operations (which is bad for a mixer).
39217
39218 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39219
39220         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39221         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39222         (gmip_find_type_pre):
39223         * gst-libs/gst/media-info/media-info-priv.h:
39224         * gst-libs/gst/media-info/media-info.c:
39225         (gst_media_info_instance_init), (gst_media_info_read_idler):
39226         add fakesink to get caps on decoder src pad again
39227         fix callback prototype to match new have_type signal signature
39228
39229 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39230
39231         * gst/adder/gstadder.c: (gst_adder_link):
39232           fix non-compile and cut-n-paste code
39233
39234 2004-01-21  David Schleef  <ds@schleef.org>
39235
39236         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39237         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39238         (gst_swfdec_init), (gst_swfdec_change_state):
39239         * ext/swfdec/gstswfdec.h:
39240         Fix negotiation.
39241         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39242         (gst_adder_request_new_pad): Fix negotiation.
39243         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39244         Add a fixate function.
39245         * gst/intfloat/gstfloat2int.c:
39246         * gst/intfloat/gstfloat2int.h:
39247         * gst/intfloat/gstint2float.c:
39248         * gst/intfloat/gstint2float.h:
39249         Completely rewrite the negotiation.  Doesn't quite work yet,
39250         due to some buffer-frames problem.
39251
39252 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39253
39254         * ext/gnomevfs/gstgnomevfssrc.c:
39255         * sys/v4l2/v4l2_calls.h:
39256           fix includes for distcheck
39257
39258 2004-01-21  Christian Schaller <uraeus@gnome.org>
39259
39260         * ext/nas/
39261         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39262         based on earlier patch from Laurent Vivier
39263
39264 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39265
39266         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39267         Fix wma caps property
39268         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39269         Fix typo (flags1 and flags2)
39270
39271 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39272
39273         * gst-libs/gst/media-info/media-info-priv.c:
39274         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39275         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39276         (gmip_find_stream), (gmip_find_track_metadata),
39277         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39278         (gmip_find_track_format):
39279         * gst-libs/gst/media-info/media-info-priv.h:
39280         * gst-libs/gst/media-info/media-info-test.c: (main):
39281         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39282         (gst_media_info_read_idler), (gst_media_info_read):
39283         * gst-libs/gst/media-info/media-info.h:
39284           register debugging category and use it for debugging
39285
39286 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39287
39288         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39289         (gst_vorbisfile_new_link):
39290           signal streaminfo through tags
39291
39292 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39293
39294         * ext/mplex/gstmplex.cc:
39295         * ext/mplex/gstmplexibitstream.cc:
39296           g++ doesn't like NULL in our i18n/error macros, should be
39297           either (NULL) or ("").
39298
39299 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39300
39301         * sys/dxr3/dxr3audiosink.c:
39302         * sys/dxr3/dxr3init.c:
39303         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39304         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39305           Fix more error error error errors (missing includes here).
39306
39307 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39308
39309         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39310           fix thomas' error errors.
39311
39312 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39313
39314         * ext/mpeg2enc/gstmpeg2enc.cc:
39315           fix error errors.
39316
39317 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39318
39319         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39320         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39321           Fix for new error system.
39322
39323 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39324
39325         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39326           fix for new error reporting
39327
39328 2004-01-20  David Schleef  <ds@schleef.org>
39329
39330         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39331         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39332         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39333         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39334         and neither is 100+, most likely.
39335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39336         (gst_xvimagesink_getcaps): same
39337
39338 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39339
39340         * configure.ac:
39341           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39342           clashes with ffmpeg.
39343
39344 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39345
39346         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39347         (gst_switch_init): Fixed switch element : proxying link and setting
39348         caps from src to sink on request.
39349
39350 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39351
39352         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39353         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39354         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39355         fix element_error
39356
39357 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39358
39359         * sys/v4l/v4l_calls.h:
39360         * sys/v4l2/v4l2_calls.h:
39361           element_error fixes
39362
39363 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39364
39365         * gst-libs/gst/gst-i18n-plugin.h:
39366           add locale.h
39367           remove config.h inclusion
39368
39369 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39370
39371         * autogen.sh:
39372           adding autopoint invocation
39373         * Makefile.am:
39374         * configure.ac:
39375         * gst-libs/gst/gettext.h:
39376           adding gettext bits
39377         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39378         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39379         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39380         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39381         (gst_gnomevfssink_close_file):
39382         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39383         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39384         * gst-libs/gst/gst-i18n-plugin.h:
39385         * gst/avi/gstavi.c: (plugin_init):
39386         * sys/dxr3/dxr3init.c: (plugin_init):
39387         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39388         * sys/oss/gstossaudio.c: (plugin_init):
39389         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39390         * sys/v4l/gstv4l.c: (plugin_init):
39391         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39392         * sys/v4l2/gstv4l2.c: (plugin_init):
39393         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39394         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39395         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39396         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39397         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39398         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39399           make sure locale and translation domain are set
39400           fix translated strings
39401         * po/.cvsignore:
39402         * po/LINGUAS:
39403         * po/Makevars:
39404         * po/POTFILES.in:
39405         * po/nl.po:
39406           put translation files into place
39407         * sys/xvideo/imagetest.c: (main):
39408         * ext/dv/demo-play.c: (main):
39409           fix unnecessary translations
39410
39411 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39412
39413         * ext/sndfile/gstsf.c:
39414         * gst/avi/gstavimux.c:
39415         * ext/audiofile/gstafsink.c:
39416         * ext/audiofile/gstafsrc.c:
39417         * ext/gnomevfs/gstgnomevfssink.c:
39418         * ext/gnomevfs/gstgnomevfssrc.c:
39419         * sys/oss/gstosselement.c:
39420         * sys/v4l/v4l_calls.h:
39421           fix i18n include
39422
39423 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39424
39425         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39426         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39427         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39428         (gst_v4l2_get_output), (gst_v4l2_set_output),
39429         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39430         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39431         (gst_v4l2_set_attribute):
39432         update to new error handling
39433
39434 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39435
39436         * ext/sidplay/gstsiddec.cc:
39437         * gst/modplug/gstmodplug.cc:
39438           parenthese NULL because C++ seems angry about it
39439
39440 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39441
39442         * gst-libs/gst/gst-i18n-plugin.h:
39443           add skeleton i18n stuff, but needs to be further implemented
39444
39445 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39446
39447         * examples/gstplay/player.c: (main):
39448         * ext/aalib/gstaasink.c: (gst_aasink_open):
39449         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39450         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39451         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39452         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39453         (gst_afsink_close_file):
39454         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39455         (gst_afsrc_close_file):
39456         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39457         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39458         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39459         * ext/esd/esdmon.c: (gst_esdmon_get):
39460         * ext/esd/esdsink.c: (gst_esdsink_chain):
39461         * ext/faac/gstfaac.c: (gst_faac_chain):
39462         * ext/faad/gstfaad.c: (gst_faad_chain):
39463         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39464         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39465         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39466         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39467         (gst_flacdec_loop):
39468         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39469         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39470         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39471         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39472         (gst_gnomevfssink_close_file):
39473         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39474         (gst_gnomevfssrc_open_file):
39475         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39476         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39477         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39478         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39479         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39480         * ext/mad/gstmad.c: (gst_mad_chain):
39481         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39482         * ext/mpeg2dec/gstmpeg2dec.c:
39483         * ext/mpeg2enc/gstmpeg2enc.cc:
39484         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39485         * ext/mplex/gstmplex.cc:
39486         * ext/mplex/gstmplexibitstream.cc:
39487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39488         (gst_ogg_demux_push), (gst_ogg_pad_push):
39489         * ext/raw1394/gstdv1394src.c:
39490         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39491         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39492         * ext/sidplay/gstsiddec.cc:
39493         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39494         (gst_sf_loop):
39495         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39496         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39497         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39498         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39499         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39500         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39501         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39502         * gst-libs/gst/Makefile.am:
39503         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39504         (gst_riff_read_element_data), (gst_riff_read_seek),
39505         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39506         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39507         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39508         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39509         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39510         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39511         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39512         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39513         * gst/goom/gstgoom.c: (gst_goom_chain):
39514         * gst/id3/gstid3types.c: (gst_id3types_loop):
39515         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39516         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39517         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39518         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39519         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39520         (gst_ebml_read_float), (gst_ebml_read_header):
39521         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39522         (gst_matroska_demux_parse_blockgroup):
39523         * gst/modplug/gstmodplug.cc:
39524         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39525         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39526         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39527         * gst/silence/gstsilence.c: (gst_silence_get):
39528         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39529         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39530         * gst/speed/gstspeed.c: (speed_loop):
39531         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39532         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39533         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39534         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39535         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39536         (gst_wavparse_loop):
39537         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39538         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39539         (dxr3audiosink_close):
39540         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39541         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39542         (dxr3videosink_close), (dxr3videosink_write_data):
39543         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39544         * sys/oss/gstosselement.h:
39545         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39546         (gst_osssink_chain):
39547         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39548         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39549         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39550         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39551         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39552         (gst_v4l_enable_overlay):
39553         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39554         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39555         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39556         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39557         (gst_v4l_set_audio):
39558         * sys/v4l/v4l_calls.h:
39559         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39560         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39561         (gst_v4lmjpegsink_playback_init),
39562         (gst_v4lmjpegsink_playback_start):
39563         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39564         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39565         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39566         (gst_v4lmjpegsrc_requeue_frame):
39567         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39568         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39569         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39570         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39571         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39572         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39573         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39574         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39575         (gst_v4l2src_capture_stop):
39576         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39577         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39578         (gst_ximagesink_chain):
39579         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39580         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39581         (gst_xvideosink_xwindow_new):
39582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39583         (gst_xvimagesink_chain):
39584         use new error signal, function and categories
39585
39586 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39587
39588         * configure.ac:
39589         * ext/Makefile.am:
39590         * ext/musicbrainz/gsttrm.c:
39591         * ext/musicbrainz/gsttrm.h:
39592         * ext/musicbrainz/Makefile.am:
39593         Add a trm plugin
39594
39595 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39596
39597         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39598         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39599         synchronous property for debugging.
39600         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39602         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39603         smaller block, fixing indent.
39604
39605 2004-01-16  David Schleef  <ds@schleef.org>
39606
39607         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39608         property affects the video stream.
39609         * sys/xvimage/xvimagesink.c:
39610         * sys/xvimage/xvimagesink.h:
39611         Add synchronous property for debugging.  Should probably be
39612         disabled in non-CVS builds.  Make sure that the Xv attribute
39613         exists before we set it (crash!).  Fix a silly float bug that
39614         caused colorbalance to just not work.
39615
39616 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39617
39618         * tools/gst-launch-ext.in - update for new plugins
39619
39620 2004-01-16  David Schleef  <ds@schleef.org>
39621
39622         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39623         already-freed caps.
39624
39625 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39626
39627         * Update spec for new colorspace plugin and libcaca plugin
39628         * Fix compilation of libcaca plugin (clock -> id)
39629
39630 2004-01-16  Julien MOUTTE <julien@moutte.net>
39631
39632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39633         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39634         (gst_xvimagesink_set_xwindow_id),
39635         (gst_xvimagesink_colorbalance_set_value),
39636         (gst_xvimagesink_colorbalance_get_value),
39637         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39638         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39639         correct colorbalance properties. They can now be set when the element
39640         is still in NULL state. The values will be committed to the Xv Port
39641         when xcontext is initialized.
39642         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39643         brightness int values in the GstXvImagesink structure.
39644
39645 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39646
39647         * gst-libs/gst/Makefile.am:
39648           restructure so having local patches works easier.
39649
39650 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39651
39652         * ext/mpeg2enc/Makefile.am:
39653         * ext/mpeg2enc/gstmpeg2enc.cc:
39654         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39655           Bugfix with respect to EOS handling.
39656
39657 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39658
39659         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39660           Link with right caps (else, it segfaults).
39661         * ext/mplex/gstmplexjob.cc:
39662           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39663
39664 2004-01-15  David Schleef  <ds@schleef.org>
39665
39666         * gst-libs/gst/audio/Makefile.am:
39667         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39668         from the template.
39669         * gst-libs/gst/audio/gstaudiofilter.c:
39670         * gst-libs/gst/audio/gstaudiofilter.h:
39671         Add bytes_per_sample and size and n_samples calculation.
39672         * gst-libs/gst/audio/gstaudiofilterexample.c:
39673         Remove, now autogenerated.
39674         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39675         Moved from gstaudiofilterexample, object name changed, code added
39676         so that it actually works.
39677         * gst-libs/gst/audio/make_filter:
39678         Script to build an audiofilter subclass from the template.
39679         * gst/colorspace/Makefile.am:
39680         * gst/colorspace/yuv2yuv.c:
39681         Remove file, since it's GPL, and we don't use it.
39682
39683 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39684
39685         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39687         them use the buffer free function to test how the buffer was allocated.
39688
39689 2004-01-15  David Schleef  <ds@schleef.org>
39690
39691         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39692         that handles osssink fallback.
39693         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39694         (gst_audio_convert_getcaps):
39695         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39696         Add audio/x-qdm2 for QDM2 audio.
39697         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39698         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39699         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39700         Decrease minimum size to 16x16.
39701         * gst/wavparse/gstwavparse.c:
39702         Convert disabled pad template caps to new caps.
39703         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39705         (gst_xvimagesink_chain): Throw element error when display cannot
39706         be opened.  Increase minimum framerate to 1.0.  Check the data
39707         free function on a buffer to make sure it is the type we expect
39708         before manipulating it.
39709
39710 2004-01-15  Julien MOUTTE <julien@moutte.net>
39711
39712         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39713         (gst_videobalance_colorbalance_set_value): Implement passthru if
39714         settings are in the middle.
39715         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39716
39717 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39718
39719         * gst/videofilter/Makefile.am:
39720         * gst/volume/Makefile.am:
39721           Since we use videofilter symbols, link to it.
39722
39723 2004-01-15  Julien MOUTTE <julien@moutte.net>
39724
39725         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39726         mixer interface type to HARDWARE.
39727         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39728         type to SOFTWARE.
39729         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39730         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39731         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39732         (gst_volume_interface_init), (gst_volume_list_tracks),
39733         (gst_volume_set_volume), (gst_volume_get_volume),
39734         (gst_volume_set_mute), (gst_volume_mixer_init),
39735         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39736         (volume_init): Implementing mixer interface.
39737         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39738         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39739         (gst_osselement_change_state): Removing some trailing commas in
39740         structures.
39741         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39742         interface type to HARDWARE.
39743         * sys/v4l/gstv4lcolorbalance.c:
39744         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39745         type to HARDWARE.
39746         * sys/v4l2/gstv4l2colorbalance.c:
39747         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39748         interface type to HARDWARE.
39749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39750         same code than ximagesink for event handling.
39751
39752 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39753
39754         * ext/snapshot/Makefile.am:
39755         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39756         (gst_snapshot_chain):
39757         * ext/snapshot/gstsnapshot.h:
39758           This has to be a joke... Snapshot should be connected to a tee,
39759           colorspace element before it and EOS after that, where the other
39760           src of the tee receives normal data.
39761           The current way is *wrong*.
39762
39763 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39764
39765         * ext/hermes/gsthermescolorspace.c:
39766           Fix another compile error. Same as below.
39767
39768 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39769
39770         * gst/colorspace/gstcolorspace.c:
39771         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39772         (gst_colorspace_i420_to_yv12):
39773           Fix compiling... Didn't test if it actually works.
39774
39775 2004-01-15  David Schleef  <ds@schleef.org>
39776
39777         * configure.ac:
39778         * gst/colorspace/Makefile.am:
39779         * gst/colorspace/gstcolorspace.c:
39780         * gst/colorspace/gstcolorspace.h:
39781         * gst/colorspace/yuv2rgb.c:
39782         * gst/colorspace/yuv2rgb.h:
39783         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39784         code and GPL code.  Fix for new caps negotiation.  Rewrite
39785         much of the format handling code, and some of the conversion
39786         code.  Basically, rewrote almost everything.  This element
39787         handles I420, YV12 to RGB conversions.
39788         * ext/hermes/Makefile.am:
39789         * ext/hermes/gsthermescolorspace.c:
39790         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39791         Remove non-Hermes related code.  This element handles lots of
39792         RGB to RGB conversions, but no YUV.
39793         * ext/hermes/gstcolorspace.c:
39794         * ext/hermes/gstcolorspace.h:
39795         * ext/hermes/rgb2yuv.c:
39796         * ext/hermes/yuv2rgb.c:
39797         * ext/hermes/yuv2rgb.h:
39798         * ext/hermes/yuv2rgb_mmx16.s:
39799         * ext/hermes/yuv2yuv.c:
39800         * ext/hermes/yuv2yuv.h:
39801         Remove old code.
39802
39803 2004-01-14  Colin Walters  <walters@verbum.org>
39804
39805         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39806         they've already been.
39807
39808 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39809
39810         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39811           assume tag mode when pad is not connected
39812
39813 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39814
39815         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39816           Don't update the time of the clock
39817         (gst_alsa_sink_loop):
39818           sync to the clock given to alsasink, not the own clock
39819         * sys/oss/gstosssink.c: (gst_osssink_chain):
39820           sync to the clock
39821         (gst_osssink_change_state):
39822           activate the clock
39823         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39825           remove bogus code that made DISCONT events unhandled
39826         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39827           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39828           #131502)
39829         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39830         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39831         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39832           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39833           2nd warning in bug #131502)
39834
39835 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39836
39837         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39838         (gst_videobalance_colorbalance_set_value),
39839         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39840         for colorbalance interface implementation.
39841         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39842         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39843         (gst_ximagesink_dispose), (gst_ximagesink_init),
39844         (gst_ximagesink_class_init): Adding DISPLAY property.
39845         * sys/ximage/ximagesink.h: Adding display_name to store display.
39846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39847         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39848         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39849         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39850         properties (they still need polishing though for gst-launch use : no
39851         xcontext yet, i ll do that tomorrow).
39852         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39853
39854 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39855
39856         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39857         (gst_play_set_location), (gst_play_set_visualization): Preparing
39858         switch integration, adding videobalance in the pipeline.
39859
39860 2004-01-14  Julien MOUTTE <julien@moutte.net>
39861
39862         * gst-libs/gst/colorbalance/colorbalance.c:
39863         (gst_color_balance_class_init): Adding a default type.
39864         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39865         the type.
39866         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39867         (gst_videobalance_dispose), (gst_videobalance_class_init),
39868         (gst_videobalance_init), (gst_videobalance_interface_supported),
39869         (gst_videobalance_interface_init),
39870         (gst_videobalance_colorbalance_list_channels),
39871         (gst_videobalance_colorbalance_set_value),
39872         (gst_videobalance_colorbalance_get_value),
39873         (gst_videobalance_colorbalance_init): Implementing colorbalance
39874         interface.
39875         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39876         list.
39877         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39878         bug which was triggering a BadAccess X error when setting an overlay
39879         before pad was really negotiated.
39880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39881         Using the colorbalance type macro.
39882
39883 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39884
39885         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39886         (gst_flacenc_chain):
39887           handle tags correctly
39888         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39889           extract ID3v1 tags correctly
39890
39891 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39892
39893         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39894         (plugin_init):
39895           Improve matroska typefinding for odd-typed headers...
39896
39897 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39898
39899         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39900           Fix for using incremental number on padnames.
39901
39902 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39903
39904         * ext/divx/gstdivxdec.c:
39905         * ext/divx/gstdivxenc.c:
39906           Set category to divx4linux instead of divx (too generic).
39907         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39908         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39909         (gst_wavparse_loop), (gst_wavparse_change_state):
39910         * gst/wavparse/gstwavparse.h:
39911           fix parsing of WAV files with non-standard fmt-tag size and fix
39912           skipping of unrecognized chunks... Someone please fix this thing
39913           to use rifflib so all this is automated.
39914         * sys/v4l/Makefile.am:
39915         * sys/v4l2/Makefile.am:
39916           Add X_CFLAGS because we depend on X (for overlay).
39917
39918 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39919
39920         * ext/mpeg2dec/gstmpeg2dec.c:
39921           Don't issue a timestamp unless we tagged the frame
39922           with a PTS.
39923
39924 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39925
39926         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39927           Query the audio element to get the time, not the clock. We're
39928           interested in the element's time here.
39929
39930 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39931
39932         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39933         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39934         * ext/esd/esdsink.c: (gst_esdsink_chain):
39935         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39936         * ext/mas/massink.c: (gst_massink_chain):
39937         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39938         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39939         (gst_matroska_demux_parse_metadata):
39940         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39941         (gst_mpeg_parse_release_locks):
39942         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39943         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39944         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39945         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39946         (gst_osssink_change_state):
39947         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39948         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39949         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39950         (gst_xvideosink_release_locks):
39951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39952           use element time.
39953         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39954         (gst_alsa_clock_stop):
39955         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39956         (gst_audio_clock_get_internal_time):
39957           simplify for use with new clocking code.
39958         * testsuite/alsa/Makefile.am:
39959         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39960           fix testsuite for new caps system
39961
39962 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39963
39964         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39965         * ext/flac/gstflacenc.c: (add_one_tag):
39966           length is already host endian, no need to convert. Fixes playback of
39967           tagged files on PPC. (bug #128384)
39968
39969 2004-01-13  Julien MOUTTE <julien@moutte.net>
39970
39971         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39972         colorbalance interface stating if it is hardware based or software
39973         based.
39974         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39975         Removing a trailing comma.
39976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39977         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39978         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39979         the documentation seems to be wrong on the -1000 to 1000 interval.
39980
39981 2004-01-12  David Schleef  <ds@schleef.org>
39982
39983         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39984         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39985         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39986         Fix negotiation.  Add a bufferalloc function for the sink pad,
39987         and generally clean up some of the code.
39988
39989 2004-01-12  Julien MOUTTE <julien@moutte.net>
39990
39991         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39992         (gst_color_balance_channel_dispose): Adding safety check in dispose
39993         method.
39994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39995         (gst_xvimagesink_xcontext_clear),
39996         (gst_xvimagesink_interface_supported),
39997         (gst_xvimagesink_colorbalance_list_channels),
39998         (gst_xvimagesink_colorbalance_set_value),
39999         (gst_xvimagesink_colorbalance_get_value),
40000         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40001         Adding colorbalance interface support to set XV parameters such as
40002         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40003         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40004         interface.
40005
40006 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40007
40008         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40009         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40010         (gst_audio_convert_init), (gst_audio_convert_set_property),
40011         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40012         (gst_audio_convert_link),
40013         (gst_audio_convert_buffer_to_default_format),
40014         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40015           - implement _getcaps and use it
40016           - improve linking
40017           - remove float caps since no float conversion is actually done
40018           - remove properties and arguments that were to be used for rate
40019             conversion
40020
40021 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40022
40023         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40024         (gst_audio_structure_set_int):
40025         * gst-libs/gst/audio/audio.h:
40026           add helper functions for _getcaps matching the standard audio
40027           templates
40028
40029 2004-01-12  David Schleef  <ds@schleef.org>
40030
40031         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40032         Test that pad is negotiated before getting its caps.
40033
40034 2004-01-12  Julien MOUTTE <julien@moutte.net>
40035
40036         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40037         analyzing the pads of an element the bin is mostly in READY state so
40038         no caps were negotiated. This helper function needs to work with
40039         _get_caps directly then. I was not freeing them though, added that to
40040         fix the mem leak.
40041
40042 2004-01-12  Julien MOUTTE <julien@moutte.net>
40043
40044         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40046         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40047         than the free_func.
40048
40049 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40050
40051         * sys/oss/gstossaudio.c: (plugin_init):
40052         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40053         * sys/oss/gstosselement.h:
40054           make an oss debugging category
40055           make failure more descriptive
40056
40057 2004-01-11  David Schleef  <ds@schleef.org>
40058
40059         * ext/ffmpeg/gstffmpeg.c:
40060         * ext/ffmpeg/gstffmpegcodecmap.c:
40061         * ext/ffmpeg/gstffmpegdec.c:
40062         * ext/ffmpeg/gstffmpegenc.c:
40063         * ext/ffmpeg/gstffmpegprotocol.c:
40064         * ext/gdk_pixbuf/gstgdkanimation.c:
40065         * ext/jpeg/gstjpeg.c:
40066         * ext/libpng/gstpng.c:
40067         * ext/mpeg2dec/perftest.c:
40068         * ext/speex/gstspeex.c:
40069         * gst-libs/gst/resample/dtos.c:
40070         * gst/intfloat/gstintfloatconvert.c:
40071         * gst/oneton/gstoneton.c:
40072         * gst/rtjpeg/RTjpeg.c:
40073         * gst/rtp/gstrtp.c:
40074         * sys/dxr3/dxr3init.c:
40075         * sys/glsink/gstgl_nvimage.c:
40076         * sys/glsink/gstgl_pdrimage.c:
40077         * sys/glsink/gstglsink.c:
40078         * testsuite/gst-lint:
40079         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40080
40081 2004-01-11  David Schleef  <ds@schleef.org>
40082
40083         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40084         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40085         * ext/gdk_pixbuf/gstgdkanimation.c:
40086         (gst_gdk_animation_iter_create_pixbuf):
40087         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40088         (gst_gdk_pixbuf_chain):
40089         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40090         * ext/jack/gstjack.c: (gst_jack_change_state):
40091         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40092         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40093         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40094         * gst/videofilter/gstvideofilter.c:
40095         (gst_videofilter_set_output_size):
40096         Remove all usage of gst_pad_get_caps(), and replace it with
40097         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40098
40099 2004-01-11  David Schleef  <ds@schleef.org>
40100
40101         * configure.ac:
40102         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40103         * ext/divx/gstdivxdec.c:
40104         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40105         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40106         handle images that span multiple buffers.  Now work with both
40107         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40108         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40109         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40110         video/video.h changes
40111         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40112         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40113         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40114         of GstData free function.
40115         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40116         same.
40117
40118 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40119
40120         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40121         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40122         (gst_v4l2element_get_property):
40123         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40124           add norm, channel and frequency properties.
40125         * sys/v4l2/gstv4l2tuner.c:
40126           fixes for tuner interface changes
40127         * sys/v4l2/gstv4l2element.h:
40128         * sys/v4l2/gstv4l2src.c:
40129         * sys/v4l2/gstv4l2src.h:
40130         * sys/v4l2/v4l2src_calls.c:
40131         * sys/v4l2/v4l2src_calls.h:
40132           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40133
40134 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40135
40136         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40137         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40138         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40139         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40140         * gst-libs/gst/tuner/tuner.h:
40141           GObjects aren't const.
40142           Add find_by_name functions.
40143           Add checks to _changed functions.
40144         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40145         (gst_v4l_tuner_get_norm):
40146           Fixes for above.
40147
40148 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40149
40150         * gst-libs/gst/video/video.h:
40151           Fix caps template names to be understandable.
40152           Prefix everything with GST_VIDEO.
40153         * ext/aalib/gstaasink.c:
40154         * ext/divx/gstdivxdec.c:
40155         * ext/divx/gstdivxenc.c:
40156         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40157         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40158         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40159         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40160         * ext/libcaca/gstcacasink.c:
40161         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40162         * ext/snapshot/gstsnapshot.c:
40163         * ext/swfdec/gstswfdec.c:
40164         * ext/xvid/gstxviddec.c:
40165         * ext/xvid/gstxvidenc.c:
40166         * gst/chart/gstchart.c:
40167         * gst/deinterlace/gstdeinterlace.c:
40168         * gst/effectv/gsteffectv.c:
40169         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40170         * gst/goom/gstgoom.c:
40171         * gst/median/gstmedian.c:
40172         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40173         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40174         * gst/overlay/gstoverlay.c:
40175         * gst/smooth/gstsmooth.c:
40176         * gst/smpte/gstsmpte.c:
40177         * gst/synaesthesia/gstsynaesthesia.c:
40178         * gst/videocrop/gstvideocrop.c:
40179         * gst/videodrop/gstvideodrop.c:
40180         * gst/y4m/gsty4mencode.c:
40181         * sys/qcam/gstqcamsrc.c:
40182         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40183           Make them work with new video.h file.
40184         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40185         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40187         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40188           Make it work with new buffer allocation system.
40189
40190 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40191
40192         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40193         pad_alloc_buffer implementation to use ->srcpad
40194         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40195         pad_alloc_buffer implementation to use ->srcpad
40196         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40197         pad_alloc_buffer implementation to use ->srcpad
40198         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40199         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40200         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40201         a reference to everything we need.
40202         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40203         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40204         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40205         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40206         a reference to everything we need.
40207         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40208
40209 2004-01-11  David Schleef  <ds@schleef.org>
40210
40211         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40212         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40213         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40214         structure members.
40215         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40216         value during a resize/renegotiation.
40217         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40218         gst_pad_alloc_buffer();
40219         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40220         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40221         structure members.
40222         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40223         Fix for rename of buffer private structure members.
40224         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40225         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40226         Fix for rename of buffer private structure members.
40227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40228         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40229         Fix for rename of buffer private structure members.
40230
40231 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40232
40233         reviewed by: David Schleef <ds@schleef.org>
40234
40235         * gst/videofilter/Makefile.am:
40236         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40237         from the patch by ds to fit in with recent make_filter changes.
40238
40239 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40240
40241         * configure.ac: Adding examples/switch/Makefile
40242         * examples/Makefile.am: Adding examples/switch
40243         * examples/switch/Makefile.am: Adding switcher example.
40244         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40245         (switch_timer), (main): Adding an example demonstrating switch usage
40246         with 2 videotestsrc showing different patterns.
40247         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40248         (gst_switch_init): Fixing switch with the new caps system.
40249
40250 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40251
40252         * gst-libs/gst/video/video.h:
40253           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40254           They should probably be like
40255           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40256
40257 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40258
40259         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40260         (qtdemux_parse_trak):
40261           fix audio chunk size/timestamp calculation
40262
40263 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40264
40265         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40266           fix SVQ3 caps
40267
40268 2004-01-11  Steve Baker  <steve@stevebaker.org>
40269
40270         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40271         (gst_agingtv_base_init), (gst_agingtv_class_init),
40272         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40273         (gst_agingtv_set_property), (gst_agingtv_get_property):
40274         Port agingTV to videofilter
40275
40276 2004-01-09  Julien MOUTTE <julien@moutte.net>
40277
40278         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40279         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40280
40281 2004-01-09  Julien MOUTTE <julien@moutte.net>
40282
40283         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40284         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40285         * gst-libs/gst/xoverlay/xoverlay.c:
40286         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40287         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40288         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40289         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40290         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40291         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40292         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40293         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40294         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40295         interface implementation to handle xid being 0 and fix some bugs
40296         triggered by Benjamin's testcase.
40297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40298         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40299         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40300         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40301         interface implementation to handle xid being 0 and fix some bugs
40302         triggered by Benjamin's testcase.
40303
40304 2004-01-09  David Schleef  <ds@schleef.org>
40305
40306         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40307         mouse pointer events.  It works.
40308
40309 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40310
40311         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40312           Use explicit caps - fix capsnego.
40313         * ext/xvid/gstxviddec.c:
40314         * ext/xvid/gstxvidenc.c:
40315           Remove macro-inside-macro which caused compile errors.
40316         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40317           Error out if it's not a RIFF file. Else we error out without
40318           gst_element_error() which is not good...
40319
40320 2004-01-08  David Schleef  <ds@schleef.org>
40321
40322         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40323         Fix pad_link function to handle formats that ffmpeg returns
40324         as multiple caps structures.
40325         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40326         Only complain if source buffer is _smaller_ than expected.
40327         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40328         (gst_videoscale_handle_src_event): Resize navigation events
40329         when passing them upstream.
40330         * gst/videotestsrc/gstvideotestsrc.c:
40331         * gst/videotestsrc/gstvideotestsrc.h:
40332         * gst/videotestsrc/videotestsrc.c:
40333         * gst/videotestsrc/videotestsrc.h:
40334         Rewrite many of the buffer painting functions to handle odd
40335         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40336         been verified to work with my video card.
40337         * testsuite/gst-lint:  Add check for elements calling
40338         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40339
40340 2004-01-08  David Schleef  <ds@schleef.org>
40341
40342         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40343         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40344
40345 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40346
40347         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40348         configure event is not emiting the desired size signal. That fixes
40349         aspect ratio issues with gst-player.
40350
40351 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40352
40353         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40354           Fix capsnego.
40355
40356 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40357
40358         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40359         public method to fire size signal.
40360
40361 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40362
40363         * examples/gstplay/Makefile.am: Adding the interface library.
40364         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40365         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40366         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40367         GST_IS_X_OVERLAY before signal connect.
40368         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40369         Removing the have_video_size signal.
40370         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40371         and associated public method.
40372         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40373         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40374         signal.
40375         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40376         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40377         signal.
40378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40379         Using XOverlay public method to fire size signal.
40380
40381 2004-01-07  David Schleef  <ds@schleef.org>
40382
40383         * gst/videofilter/Makefile.am:
40384         * gst/videofilter/gstvideotemplate.c:
40385         * gst/videofilter/make_filter:
40386         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40387         Convert make_filter to /bin/sh script.
40388
40389 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40390
40391         * gst/modplug/gstmodplug.cc: fix element description
40392
40393 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40394
40395         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40396         (got_video_size): Adding some new lines in g_print calls.
40397         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40398         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40399         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40400         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40401         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40402         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40403         Complete code review, reverting some stuff i disagree with, adding
40404         some fixes : time synchronization on invalid timestamps, renegotiation
40405         of private window.
40406         * sys/ximage/ximagesink.h:
40407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40408         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40409         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40410         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40411         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40412         (gst_xvimagesink_buffer_new),
40413         (gst_xvimagesink_navigation_send_event),
40414         (gst_xvimagesink_set_xwindow_id),
40415         (gst_xvimagesink_get_desired_size),
40416         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40417         stuff i disagree with, adding some fixes : Renegotiation of private
40418         window, implementing get_desired_size.
40419
40420 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40421
40422         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40423         (gst_afsink_handle_event):
40424         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40425         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40426         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40427         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40428         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40429           Fix for instantiate-test (see core). Also remove dead code from
40430           jpegenc (which still needs fixing, but that's lower on my TODO
40431           list...).
40432         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40433           Never return NULL as caps.
40434
40435 2004-01-07  David Schleef  <ds@schleef.org>
40436
40437         * configure.ac:
40438         * ext/Makefile.am:
40439         * ext/librfb/Makefile.am:
40440         * ext/librfb/gstrfbsrc.c:
40441         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40442         is the protocol used by VNC.
40443
40444 2004-01-07  David Schleef  <ds@schleef.org>
40445
40446         * gst/videofilter/gstvideotemplate.c:
40447         * gst/videofilter/gstvideotemplate.h:
40448         * gst/videofilter/make_filter:
40449         Merge videotemplate header into source file.
40450         * gst/effectv/Makefile.am:
40451         * gst/effectv/gsteffectv.c: (plugin_init):
40452         * gst/effectv/gstwarp.c:
40453         Make warpTV a subclass of videofilter.
40454
40455 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40456
40457         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40458           Add guard against invalid utf-8 conversions in mad. Just in case.
40459
40460 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40461
40462         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40463           Fix for bug shown by poisoning
40464
40465 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40466
40467         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40468         (gst_v4lmjpegsrc_buffer_free):
40469         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40470         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40471         (gst_v4lsrc_buffer_free):
40472           Fix for removed bufferpools.
40473
40474 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40475
40476         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40477         Fix caps negotiation.
40478
40479         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40480         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40481         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40482         (dvdnavsrc_event):
40483         * ext/mpeg2dec/gstmpeg2dec.c:
40484         * gst-libs/gst/navigation/navigation.c:
40485         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40486         * gst-libs/gst/navigation/navigation.h:
40487         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40488         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40490         Super-simple first version of mouse and keyboard events. Clicking
40491         on a DVD menu now works, although it may not take you where you
40492         expected.
40493
40494         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40495         * gst/videotestsrc/gstvideotestsrc.c:
40496         (gst_videotestsrc_src_fixate):
40497         These fixate functions were broken - they never actually
40498         fixated :)
40499
40500 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40501
40502         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40503         (gst_icecastsend_init):
40504           fix for new caps system.
40505         * gst-libs/gst/mixer/mixertrack.h:
40506         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40507           Add 'master track' flag (for tools like ACME that only want to
40508           change the main volume).
40509
40510 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40511
40512         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40513         (gst_xvid_csp_to_caps):
40514         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40515         * ext/xvid/gstxvidenc.c:
40516         ifdef out ARGB type when it isn't available
40517         in xvidcore 1.0.0beta2
40518
40519 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40520
40521         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40522           When we have received a new SCR right in the first buffer after
40523           a seek (so in the same cycle that handles the discont), we should
40524           handle the buffer instead of unreffing it, else we lose data.
40525
40526 2004-01-06  Iain <iain@prettypeople.org>
40527
40528         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40529           buffer-frames caps too.
40530
40531         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40532           caps that we need, don't destroy them all and rebuild them. And when
40533           creating src pads, use the src pad template rather than the sink...
40534
40535 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40536
40537         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40538           Add pad to element *after* setting functions such as event handler.
40539           Without this, the scheduler (opt) will link pads, set the event
40540           handler from the default event function (dispatcher in gstpad.c)
40541           and *after* that, we will set our own event function, which will
40542           thus never be used (and thus mpegdemux doesn't handle events).
40543
40544 2004-01-04  David Schleef  <ds@schleef.org>
40545
40546         Fix the fixate functions to handle new prototype:
40547         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40548         * gst/videotestsrc/gstvideotestsrc.c:
40549         (gst_videotestsrc_src_fixate):
40550         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40551         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40553
40554 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40555
40556         * sys/ximage/ximagesink.h:
40557         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40558         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40559         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40560         (gst_ximagesink_xoverlay_init):
40561           assorted fixes to make (re)embedding work
40562         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40563         (gst_ximagesink_get_desired_size):
40564           implement desired size additions to XOverlay
40565
40566 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40567
40568         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40569         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40570         (gst_x_overlay_got_desired_size):
40571         * gst-libs/gst/xoverlay/xoverlay.h:
40572           Add optional "desired size" signal and querying.
40573
40574 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40575
40576         * gst/matroska/matroska-demux.c:
40577         (gst_matroska_demux_parse_blockgroup):
40578           Fix EBML-laced block parsing. Diffs are relative to previous
40579           lace, not the first lace. Thanks to Mosu from the Matroska
40580           team for detecting this.
40581         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40582         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40583         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40584         (gst_wavparse_change_state):
40585         * gst/wavparse/gstwavparse.h:
40586           Quickfix for capsnego.
40587
40588 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40589
40590         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40591           Fix indenting, fix pad creation.
40592
40593 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40594
40595         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40596         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40597         (gst_xviddec_sink_link):
40598           Implement src_getcaps() so proper size caps is negotiated.
40599
40600 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40601
40602         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40603           Finish flac decoder on EOS. See #116178.
40604
40605 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40606
40607         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40608         (gst_matroska_demux_add_stream):
40609         * gst/matroska/matroska-ids.h:
40610           Add getcaps() function to fix capsnego...
40611
40612 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40613
40614         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40615         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40616         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40617           Fix more integer overflows. Again, see #126967.
40618
40619 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40620
40621         * ext/mpeg2dec/gstmpeg2dec.c:
40622           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40623           #130416.
40624
40625 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40626
40627         * configure.ac:
40628         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40629         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40630         * ext/xvid/gstxvid.h:
40631         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40632         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40633         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40634         (gst_xviddec_change_state):
40635         * ext/xvid/gstxviddec.h:
40636         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40637         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40638         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40639         (gst_xvidenc_link), (gst_xvidenc_set_property),
40640         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40641         * ext/xvid/gstxvidenc.h:
40642           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40643
40644 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40645
40646         * gst/rtp/rtp-packet.c:
40647           Add sys/types.h include, since OS X doesn't define in_addr_t
40648           in netinet/in.h, like it does on Linux (see #129600).
40649
40650 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40651
40652         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40653
40654         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40655           Correct logic of dispose function (see #129306).
40656
40657 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40658
40659         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40660         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40661         (gst_mpeg_parse_init):
40662         * gst/mpegstream/gstmpegparse.h:
40663           Remove clock (which was never provided, i.e. dead code), and
40664           also fix integer overflows at high PTS values (see #126967).
40665
40666 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40667
40668         * ext/flac/gstflacdec.c:
40669         * ext/libpng/gstpngenc.h:
40670         * ext/mikmod/gstmikmod.h:
40671           OS X fixes (see #126628).
40672
40673 2004-01-02  David Schleef  <ds@schleef.org>
40674
40675         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40676         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40677         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40678         (gst_mpeg_parse_class_init): Move pad template registration
40679         to class_init, since the derived class (mpegdemux) doesn't
40680         want them.
40681
40682 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40683
40684         * sys/ximage/Makefile.am:
40685         * sys/xvideo/Makefile.am:
40686         * sys/xvimage/Makefile.am:
40687           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40688           after installation (see #127664).
40689
40690 2004-01-02  David Schleef  <ds@schleef.org>
40691
40692         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40693         (gst_ffmpegenc_connect):  Negotiation fixes.
40694         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40695         Remove inappropriate gst_caps_free().
40696         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40697         Reenable Ronald's internal resize code, since the core handles
40698         it correctly now.
40699
40700 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40701
40702         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40703         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40704         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40705           Fix pad template stuff.
40706
40707 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40708
40709         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40710         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40711           fix signed integer reading/writing.
40712
40713 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40714
40715         * ext/alsa/README:
40716           Remove outdated document
40717
40718 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40719
40720         * gst/cutter/gstcutter.c: (gst_cutter_init):
40721           src pad was being created twice - oops.
40722
40723 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40724
40725         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40726           Comment out internal resize. It doesn't handle the resulting
40727           XEvent internally, does another try_set_caps() which leads to
40728           a really nice loop.
40729           Real fix will come when Julien and Dave are awake. ;).
40730
40731 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40732
40733         * ext/mpeg2enc/gstmpeg2enc.cc:
40734           fix const/nonconst compile issue.
40735
40736 2004-01-02  David Schleef  <ds@schleef.org>
40737
40738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40739         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40740         Add fixate function and a check for bad formats.
40741
40742 2004-01-01  David Schleef  <ds@schleef.org>
40743
40744         Negotiation fixes:
40745         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40746         (gst_audiofilter_init):
40747         * gst/debug/efence.c: (gst_efence_init):
40748         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40749         (gst_deinterlace_init):
40750         * gst/volume/gstvolume.c: (volume_connect):
40751
40752 2004-01-01  David Schleef  <ds@schleef.org>
40753
40754         Convert elements to use gst_pad_use_explicit_caps() where
40755         appropriate:
40756         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40757         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40758         (gst_afparse_open_file):
40759         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40760         (gst_afsrc_open_file):
40761         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40762         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40763         (gst_ffmpegdec_chain):
40764         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40765         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40766         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40767         (gst_gdk_pixbuf_chain):
40768         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40769         (gst_jpegdec_chain):
40770         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40771         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40772         (gst_mikmod_negotiate):
40773         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40774         (gst_mpeg2dec_negotiate_format):
40775         * ext/mpeg2enc/gstmpeg2enc.cc:
40776         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40777         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40778         (gst_speexdec_sinkconnect):
40779         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40780         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40781         (gst_vorbisfile_new_link):
40782         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40783         (gst_ac3parse_chain):
40784         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40785         (gst_asf_demux_setup_pad):
40786         * gst/auparse/gstauparse.c: (gst_auparse_init),
40787         (gst_auparse_chain):
40788         * gst/id3/gstid3types.c: (gst_id3types_loop):
40789         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40790         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40791         (mp1videoparse_parse_seq):
40792         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40793         (bpf_from_header):
40794         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40795         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40796         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40797         (gst_mpeg_parse_send_data):
40798         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40799         (gst_qtdemux_add_stream):
40800         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40801         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40802         (gst_wavparse_parse_fmt):
40803
40804 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40805
40806         * configure.ac:
40807           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40808           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40809           it therefore uses the wrong include paths. Too bad... Note
40810           that 1.6.1.93 is not release yet. ;).
40811           Also add a check for mplex, which is now using the lib'ified
40812           mplex from mjpegtools, too.
40813         * ext/ffmpeg/gstffmpegcodecmap.c:
40814           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40815           issues. I don't think ffmpeg handles 3ivx correctly, so this
40816           probably won't work. But it won't hurt either.
40817         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40818         (gst_ffmpegdec_chain):
40819         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40820         (gst_ffmpegenc_chain_audio):
40821           Fix memleak in audio encoding. Close codec if open fails, this
40822           calls the cleanup routines so we can re-use the context.
40823         * ext/mpeg2enc/gstmpeg2enc.cc:
40824           Fix pad template names/types, fix memory issue with getcaps().
40825         * ext/mpeg2enc/gstmpeg2encoder.cc:
40826         * ext/mpeg2enc/gstmpeg2encoder.hh:
40827           Fix compile issue with new caps system (const thingy).
40828         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40829         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40830           We read a first frame right on initing, so that we have a caps
40831           when we init the output. This caps is cached in padprivate and
40832           read as first frame.
40833         * ext/mplex/Makefile.am:
40834         * ext/mplex/gstmplex.cc:
40835         * ext/mplex/gstmplex.h:
40836         * ext/mplex/gstmplex.hh:
40837         * ext/mplex/gstmplexibitstream.cc:
40838         * ext/mplex/gstmplexibitstream.hh:
40839         * ext/mplex/gstmplexjob.cc:
40840         * ext/mplex/gstmplexjob.hh:
40841         * ext/mplex/gstmplexoutputstream.cc:
40842         * ext/mplex/gstmplexoutputstream.hh:
40843           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40844           had issues, didn't do capsnego, supported only a subset of the
40845           mplex features and required a mplex fork in our local CVS. Plus
40846           that it worked agaist a very old mplex version. Rewriting was
40847           faster than updating it.
40848         * gst-libs/ext/Makefile.am:
40849         * gst-libs/ext/mplex/INSTRUCT:
40850         * gst-libs/ext/mplex/Makefile.am:
40851         * gst-libs/ext/mplex/README:
40852         * gst-libs/ext/mplex/TODO:
40853         * gst-libs/ext/mplex/ac3strm_in.cc:
40854         * gst-libs/ext/mplex/audiostrm.hh:
40855         * gst-libs/ext/mplex/audiostrm_out.cc:
40856         * gst-libs/ext/mplex/aunit.hh:
40857         * gst-libs/ext/mplex/bits.cc:
40858         * gst-libs/ext/mplex/bits.hh:
40859         * gst-libs/ext/mplex/buffer.cc:
40860         * gst-libs/ext/mplex/buffer.hh:
40861         * gst-libs/ext/mplex/fastintfns.h:
40862         * gst-libs/ext/mplex/format_codes.h:
40863         * gst-libs/ext/mplex/inputstrm.cc:
40864         * gst-libs/ext/mplex/inputstrm.hh:
40865         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40866         * gst-libs/ext/mplex/mjpeg_logging.cc:
40867         * gst-libs/ext/mplex/mjpeg_logging.h:
40868         * gst-libs/ext/mplex/mjpeg_types.h:
40869         * gst-libs/ext/mplex/mpastrm_in.cc:
40870         * gst-libs/ext/mplex/mpegconsts.cc:
40871         * gst-libs/ext/mplex/mpegconsts.h:
40872         * gst-libs/ext/mplex/mplexconsts.hh:
40873         * gst-libs/ext/mplex/multplex.cc:
40874         * gst-libs/ext/mplex/outputstream.hh:
40875         * gst-libs/ext/mplex/padstrm.cc:
40876         * gst-libs/ext/mplex/padstrm.hh:
40877         * gst-libs/ext/mplex/stillsstream.cc:
40878         * gst-libs/ext/mplex/stillsstream.hh:
40879         * gst-libs/ext/mplex/systems.cc:
40880         * gst-libs/ext/mplex/systems.hh:
40881         * gst-libs/ext/mplex/vector.cc:
40882         * gst-libs/ext/mplex/vector.hh:
40883         * gst-libs/ext/mplex/videostrm.hh:
40884         * gst-libs/ext/mplex/videostrm_in.cc:
40885         * gst-libs/ext/mplex/videostrm_out.cc:
40886         * gst-libs/ext/mplex/yuv4mpeg.cc:
40887         * gst-libs/ext/mplex/yuv4mpeg.h:
40888         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40889         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40890           We don't fork mjpegtools' mplex in our CVS anymore.
40891         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40892         (gst_avi_demux_add_stream):
40893         * gst/avi/gstavidemux.h:
40894           Add getcaps() function for proper caps nego. This makes some
40895           parts of AVI playback/reading work.
40896         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40897           Resize window on new capsnego. This is probably wrong, but
40898           I'm still committing it because with current capsnego, the
40899           first successfull capsnego is auto-fixated, therefore rounded
40900           down to the lowest values in the caps. this results in a 16x16
40901           XWindow that is not reized when real capsnego finishes.
40902           Dave, I see more cases of this, do you know a proper solution?
40903         * tools/gst-launch-ext.in:
40904           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40905
40906 2003-12-31  David Schleef  <ds@schleef.org>
40907
40908         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40909         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40910           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40911
40912 2003-12-30  David Schleef  <ds@schleef.org>
40913
40914         * ext/ffmpeg/gstffmpegcolorspace.c:
40915         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40916         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40917         (gst_ffmpegcsp_chain): Negotiation fixes
40918         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40919         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40920         (gst_audio_convert_link), (gst_audio_convert_channels):
40921         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40922         (gst_audioscale_link), (gst_audioscale_get_buffer),
40923         (gst_audioscale_chain): Negotiation fixes
40924         * gst/audioscale/gstaudioscale.h:
40925         * gst/videofilter/gstvideofilter.c:
40926         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40927         (gst_videofilter_link), (gst_videofilter_init),
40928         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40929         (gst_videofilter_find_format_by_structure):
40930         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40931         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40932         (gst_videoscale_link):
40933         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40934         (videoscale_find_by_structure), (gst_videoscale_setup):
40935         * gst/videoscale/videoscale.h: Negotiation fixes
40936         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40937         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40938         function, restrict resizing to a multiple of 4 (hack until
40939         everyone supports odd sizes correctly).
40940
40941 2003-12-29  Colin Walters  <walters@verbum.org>
40942
40943         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40944         signed.
40945
40946 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40947
40948         * ext/sndfile/gstsf.c: (gst_sf_loop):
40949           Fix warning about discarding const qualifier
40950
40951 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40952
40953         * gst/cutter/gstcutter.c:
40954         * gst/videoscale/gstvideoscale.c:
40955         * gst/volenv/gstvolenv.c:
40956         * gst-libs/gst/audio/audio.c:
40957         * gst-libs/gst/video/video.c:
40958           Fix warnings
40959
40960 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40961
40962         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40963           Don't send ALSA debugging to stderr.
40964         * ext/alsa/gstalsa.h:
40965           Use GST_WARNING instead of g_warning when ALSA functions fail.
40966
40967 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40968
40969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40970           Free XVAdapterInfo correctly.
40971
40972 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40973
40974         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40975         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40976           Make id3tag use correct caps nego.
40977
40978 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40979
40980         * ext/ivorbis/vorbis.c:
40981         * ext/ivorbis/vorbisenc.h:
40982         * ext/ivorbis/vorbisfile.c:
40983           Modify so that it uses the new caps things
40984
40985 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40986
40987         * testsuite/spider/spider1.c: (main):
40988         * testsuite/spider/spider2.c: (main):
40989         * testsuite/spider/spider3.c: (main):
40990           Make tests compile again. They probably don't work.
40991
40992 2003-12-24  Colin Walters  <walters@verbum.org>
40993
40994         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40995         we can't fixate the caps anymore.
40996
40997 2003-12-23  David Schleef  <ds@schleef.org>
40998
40999         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41000         * sys/oss/gstosssink.c: (gst_osssink_init),
41001         (gst_osssink_sink_fixate): Add fixate function.
41002
41003 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41004
41005         * ext/ffmpeg/gstffmpegcodecmap.c:
41006         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41007         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41008         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41009         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41010         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41011         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41012         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41013           fix typo in RGB masks, and move back to "old" colorspace
41014           capsnego code until whoever wrote this new crap has actually
41015           tested it so that it works.
41016           And yes, this works, keep it that way please.
41017
41018 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41019
41020         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41021         (gst_divxdec_init), (gst_divxdec_negotiate):
41022         * ext/divx/gstdivxdec.h:
41023         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41024         (gst_divxenc_init):
41025         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41026         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41027         * ext/mpeg2enc/gstmpeg2enc.cc:
41028         * ext/mpeg2enc/gstmpeg2encoder.cc:
41029         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41030         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41031         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41032         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41033         (dxr3spusink_init):
41034         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41035         (dxr3videosink_init):
41036           Fix caps breakage after Dave's caps branch merge.
41037
41038 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41039
41040         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41041           Fix for 24bpp display.
41042
41043 2003-12-23  Colin Walters  <walters@verbum.org>
41044
41045         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41046         a GnomeVFSHandle directly.
41047
41048 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41049
41050         * gst/volume/Makefile.am:
41051         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41052         (volume_base_init), (volume_init):
41053           Reenable volume element and fix to work with new caps stuff.
41054           Rhythmbox needs this.
41055
41056 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41057
41058         * gst/qtdemux/qtdemux.c: (plugin_init):
41059           qtdemux requires bytestream
41060
41061 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41062
41063         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41064           Fix remaining caps handling errors due to CAPS merge.
41065
41066 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41067
41068         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41069         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41070         (gst_faad_srcconnect):
41071           Port to new caps system.
41072
41073 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41074
41075         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41076         (got_video_size), (main): using g_print instead of g_message.
41077         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41078         signal which was not emitted because of "switch" element added to the
41079         bin but not connected. (Removing from the bin temporarily)
41080
41081 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41082
41083         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41084         find X development files. I don't understand the previous tests and
41085         they fail on my debian/ppc unstable. This one works.
41086         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41087         exiting.
41088         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41089         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41090         (gst_play_set_visualization): Add some safety checks in set_ methods
41091         and state_change. This was throwing some ugly CRITICAL messages when
41092         pipeline was getting disposed and casts were failing.
41093
41094 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41095
41096         * configure.ac:
41097           Improve mpeg2enc detection. This is for distributions that do
41098           ship mjpegtools, but without mpeg2enc. Also does object check
41099           for might there ever be ABI incompatibility.
41100         * ext/mpeg2enc/gstmpeg2enc.cc:
41101           Add Andrew as second maintainer (he's helping me), and also add
41102           an error if no caps was set. This happens if I pull before capsnego
41103           and that's something I should solve sometime else.
41104         * gst/matroska/matroska-demux.c:
41105         (gst_matroska_demux_parse_blockgroup):
41106           Fix time parsing.
41107         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41108         (gst_matroska_mux_track_header):
41109           Add caps to templates.
41110         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41111           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41112         * gst/mpegstream/gstmpegdemux.c:
41113           Remove layer since it causes warnings about unfixed caps.
41114         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41115           Fix obvious typo (we error out if caps were set, we should of
41116           course error out if *no* caps were set).
41117         * sys/oss/gstosselement.c: (gst_osselement_convert):
41118           Fix format conversion, we confused bits/bytes.
41119         * sys/oss/gstosselement.h:
41120           Improve documentation for 'bps'.
41121         * sys/v4l/TODO:
41122           Remove stuff about plugins that need removing - this was done
41123           ages ago.
41124         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41125         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41126         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41127         (gst_v4lsrc_src_query):
41128         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41129         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41130           Add get_query_types(), get_formats() and query() functions.
41131
41132 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41133
41134         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41135           * moved CVS to freedesktop.org